From owner-freebsd-ports Sun Sep 28 01:00:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA16873 for ports-outgoing; Sun, 28 Sep 1997 01:00:06 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA16854; Sun, 28 Sep 1997 01:00:03 -0700 (PDT) Resent-Date: Sun, 28 Sep 1997 01:00:03 -0700 (PDT) Resent-Message-Id: <199709280800.BAA16854@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, jhanna@imtcomsys.bc.ca Received: (from nobody@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA16585; Sun, 28 Sep 1997 00:54:40 -0700 (PDT) Message-Id: <199709280754.AAA16585@hub.freebsd.org> Date: Sun, 28 Sep 1997 00:54:40 -0700 (PDT) From: jhanna@imtcomsys.bc.ca To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/4643: new port - japanese-english dictionary Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4643 >Category: ports >Synopsis: new port - japanese-english dictionary >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Sep 28 01:00:01 PDT 1997 >Last-Modified: >Originator: Jonathan Hanna >Organization: Pangolin Systems >Release: 3.0 current >Environment: FreeBSD roller 3.0-CURRENT FreeBSD 3.0-CURRENT #0: Thu Sep 25 18:47:02 PDT 1997 jh@roller:/usr/src/sys/compile/ROLLER i386 >Description: A collection of Japanese-English and Kanji dictionaries with utilites to access and maintain them. Placed in "incoming". Directory assignments are a little suspicious. Contains both utilities and data files, perhaps they should be separated. >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Sun Sep 28 01:50:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA19196 for ports-outgoing; Sun, 28 Sep 1997 01:50:05 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA19190; Sun, 28 Sep 1997 01:50:02 -0700 (PDT) Resent-Date: Sun, 28 Sep 1997 01:50:02 -0700 (PDT) Resent-Message-Id: <199709280850.BAA19190@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, Yoshio.Mita@isen.fr Received: from pcmita.isen.fr (pcmita.isen.fr [192.134.17.84]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA18693 for ; Sun, 28 Sep 1997 01:41:37 -0700 (PDT) Received: (from mita@localhost) by pcmita.isen.fr (8.8.5/8.8.5) id SAA19252; Sat, 27 Sep 1997 18:44:04 +0200 (CEST) Message-Id: <199709271644.SAA19252@pcmita.isen.fr> Date: Sat, 27 Sep 1997 18:44:04 +0200 (CEST) From: Yoshio.Mita@isen.fr Reply-To: Yoshio.Mita@isen.fr To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/4644: A new port xfig -international Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4644 >Category: ports >Synopsis: This is a new port xfig -international based on graphics/xfig >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Sep 28 01:50:01 PDT 1997 >Last-Modified: >Originator: MITA Yoshio >Organization: Centre National de la Recherche Scientifique >Release: FreeBSD 2.2.1-RELEASE i386 >Environment: FreeBSD 2.2.1-R + XFree86-3.2 >Description: This is a port of internationalized xfig-3.2. The original archive of xfig-3.2 already includes i18n code. This port simply switches on these codes. I propose this port as japanese/xfig for two reasons: 1. Although this xfig is fully-compatible to non-I18n version without command line option for i18n, booting time of this xfig takes 10 times as long as of non-I18n xfig (i.e. graphics/xfig). 2. Only LANG=ja_JP.EUC is confirmed for input, display, and printing. (According to the original document, only display is confirmed for zh_CN.eucCN and ko_KR.eucKR.) >How-To-Repeat: >Fix: This port is based on graphics/xfig and print/transfig, so please follow 4 steps like: 1. Examine a PR for graphics/xfig (ports/4637) (By the way, I've mistyped my E-Mail address in this PR, I am sorry..) 2. Examine a PR for print/transfig (ports/4640) (for printing with LANG=ja_JP.EUC) 3. CVS repository copy from graphics/xfig -> japanese/xfig 4. apply this patch: diff -rcN japanese/xfig.orig/Makefile japanese/xfig/Makefile *** japanese/xfig.orig/Makefile Thu Aug 28 06:57:42 1997 --- japanese/xfig/Makefile Sat Sep 27 15:36:49 1997 *************** *** 7,18 **** # DISTNAME= xfig.3.2 ! PKGNAME= xfig-3.2 CATEGORIES= graphics x11 ! MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= applications/drawing_tools/xfig ! MAINTAINER= asami@FreeBSD.ORG LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \ jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg \ --- 7,19 ---- # DISTNAME= xfig.3.2 ! PKGNAME= ja-xfig-3.2 CATEGORIES= graphics x11 ! MASTER_SITES= ${MASTER_SITE_XCONTRIB} ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= applications/drawing_tools/xfig + DISTFILES= xfig.3.2.tar.gz xfig.3.2-I18N.ja_JP.EUC.gz ! MAINTAINER= mita@jp.FreeBSD.ORG LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \ jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg \ *************** *** 23,27 **** --- 24,35 ---- MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \ XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults \ XFIGLIBDIR=${PREFIX}/lib/X11/xfig -f + EXTRACT_ONLY= xfig.3.2.tar.gz + + post-install: + .if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/xfig + ${CP} ${DISTDIR}/xfig.3.2-I18N.ja_JP.EUC.gz ${PREFIX}/share/doc/xfig/ + .endif .include diff -rcN japanese/xfig.orig/files/md5 japanese/xfig/files/md5 *** japanese/xfig.orig/files/md5 Thu Aug 28 06:57:42 1997 --- japanese/xfig/files/md5 Thu Sep 25 16:14:49 1997 *************** *** 1 **** --- 1,2 ---- MD5 (xfig.3.2.tar.gz) = d16c4662b96e3f9d0735b7612c7d016b + MD5 (xfig.3.2-I18N.ja_JP.EUC.gz) = faae7c2b69027192312951ff67e3e9fb diff -rcN japanese/xfig.orig/patches/patch-aa japanese/xfig/patches/patch-aa *** japanese/xfig.orig/patches/patch-aa Sat Sep 27 08:32:06 1997 --- japanese/xfig/patches/patch-aa Sat Sep 27 13:32:32 1997 *************** *** 1,5 **** ! --- Imakefile.orig Fri Aug 22 16:59:16 1997 ! +++ Imakefile Tue Aug 26 13:14:52 1997 @@ -46,12 +46,12 @@ XCOMM set JPEGLIBDIR after the #else to the directory where you have the source XCOMM for jpeg. --- 1,5 ---- ! --- Imakefile.orig Fri Aug 22 22:59:16 1997 ! +++ Imakefile Sat Sep 27 13:32:08 1997 @@ -46,12 +46,12 @@ XCOMM set JPEGLIBDIR after the #else to the directory where you have the source XCOMM for jpeg. *************** *** 40,45 **** --- 40,58 ---- JPEGLIB = -L$(JPEGLIBDIR) -ljpeg #else JPEGLIBDIR = ../jpeg + @@ -95,10 +95,10 @@ + XCOMM If your setlocale() dosen't support the locale, you should + XCOMM add -DSETLOCALE to I18N_DEFS. + + -XCOMM #define I18N + +#define I18N + + #ifdef I18N + -I18N_DEFS = -DI18N -DSETLOCALE + +I18N_DEFS = -DI18N + I18N_SRC = w_i18n.c + I18N_OBJ = w_i18n.o + #endif @@ -112,7 +112,7 @@ XCOMM inline functions. With the "INLINE" keyword, you should notice that XCOMM the display will be a bit faster in complex figures *************** *** 58,60 **** --- 71,82 ---- $(DUSEXPMICON) $(DUSEGIF) $(DUSEJPEG) $(I18N_DEFS) XFIGSRC = d_arc.c d_arcbox.c d_box.c d_ellipse.c d_picobj.c \ + @@ -271,7 +271,7 @@ + DEPLIBS = XawClientDepLibs + + LOCAL_LIBRARIES = $(JPEGLIB) + -SYS_LIBRARIES= -lm $(XPMLIB) $(TABLIB) XawClientLibs + +SYS_LIBRARIES= -lm $(XPMLIB) $(TABLIB) XawClientLibs -lxpg4 + + #define PassCDebugFlags + diff -rcN japanese/xfig.orig/pkg/DESCR japanese/xfig/pkg/DESCR *** japanese/xfig.orig/pkg/DESCR Tue Sep 26 09:45:43 1995 --- japanese/xfig/pkg/DESCR Sat Sep 27 15:38:05 1997 *************** *** 1,4 **** ! XFIG 3.1.4 - Facility for Interactive Generation of figures under X11 Xfig is a menu-driven tool that allows the user to draw and manipulate objects interactively in an X window. The resulting pictures can be saved, printed --- 1,4 ---- ! Facility for Interactive Generation of figures under X11 Xfig is a menu-driven tool that allows the user to draw and manipulate objects interactively in an X window. The resulting pictures can be saved, printed *************** *** 8,12 **** To enjoy the beautiful colors, specify "*customization: -color" in your .Xdefaults or .Xresources file. ! To obtain full capability, we recommend you to install the transfig ! package too. --- 8,18 ---- To enjoy the beautiful colors, specify "*customization: -color" in your .Xdefaults or .Xresources file. ! Xfig is internationlized from version 3.2. To use i18n version, type ! $ xfig -international [-inputStyle OverTheSpot] ! Xfig acts as non-i18n version without -international option. ! ! ja_JP.EUC is tested for input, display, and printing. ! For zh_CN.eucCN and ko_KR.eucKR, only display is confirmed. ! ! Read /usr/X11R6/share/doc/xfig/xfig3.2-I18N.ja_JP.EUC.gz for more information. diff -rcN japanese/xfig.orig/pkg/PLIST japanese/xfig/pkg/PLIST *** japanese/xfig.orig/pkg/PLIST Mon Nov 18 14:01:18 1996 --- japanese/xfig/pkg/PLIST Sat Sep 27 15:36:57 1997 *************** *** 3,5 **** --- 3,7 ---- lib/X11/app-defaults/Fig lib/X11/app-defaults/Fig-color man/man1/xfig.1.gz + share/doc/xfig/xfig.3.2-I18N.ja_JP.EUC.gz + @dirrm share/doc/xfig >Audit-Trail: >Unformatted: From owner-freebsd-ports Sun Sep 28 02:40:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA22641 for ports-outgoing; Sun, 28 Sep 1997 02:40:04 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA22628; Sun, 28 Sep 1997 02:40:02 -0700 (PDT) Resent-Date: Sun, 28 Sep 1997 02:40:02 -0700 (PDT) Resent-Message-Id: <199709280940.CAA22628@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, mita@jp.FreeBSD.org Received: from pcmita.isen.fr (pcmita.isen.fr [192.134.17.84]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA22177 for ; Sun, 28 Sep 1997 02:31:54 -0700 (PDT) Received: (from mita@localhost) by pcmita.isen.fr (8.8.5/8.8.5) id LAA03255; Sun, 28 Sep 1997 11:30:57 +0200 (CEST) Message-Id: <199709280930.LAA03255@pcmita.isen.fr> Date: Sun, 28 Sep 1997 11:30:57 +0200 (CEST) From: mita@jp.FreeBSD.org Reply-To: mita@jp.FreeBSD.org To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/4645: A small change of japanese/escpf Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4645 >Category: ports >Synopsis: Enabled command line options such as TOP_MARGIN, etc. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Sep 28 02:40:01 PDT 1997 >Last-Modified: >Originator: MITA Yoshio >Organization: C.N.R.S >Release: FreeBSD 2.2.1-RELEASE i386 >Environment: 2.2.1-R + current bsd.*mk >Description: Enabled command line options like: # make TOP_MARGIN=9 LEFT_MARGIN=2 LINES=40 COLUMNS=88 LARGE_FONT=-DLARGE_FONT Requested-by: KIRIYAMA Kazuhiko >How-To-Repeat: >Fix: diff -rcN japanese/escpf.orig/Makefile japanese/escpf/Makefile *** japanese/escpf.orig/Makefile Sun Sep 14 15:19:00 1997 --- japanese/escpf/Makefile Sun Sep 28 11:14:13 1997 *************** *** 14,23 **** --- 14,39 ---- MAINTAINER= mita@jp.FreeBSD.org DOCDIR= ${PREFIX}/share/doc/escpf + LINES?= 66 + COLUMNS?= 80 + TOP_MERGIN?= 5 + LEFT_MERGIN?= 5 + LARGE_FONT?= -DLARGE_FONT + MAKE_ENV+= LINES=${LINES} COLUMNS=${COLUMNS} \ + TOP_MERGIN=${TOP_MERGIN} LEFT_MERGIN=${LEFT_MERGIN} \ + LARGE_FONT="${LARGE_FONT}" + # You can specify page layout with: + # LINES : lines per page + # COLUMNS : characters per line + # TOP_MERGIN : top mergin with lines + # LEFT_MERGIN : left mergin with cahacters + # LARGE_FONT : if "-DLARGE_FONT" large font, "" small font post-install: + .if !defined(NOPORTDOCS) ${MKDIR} ${DOCDIR} ${INSTALL_DATA} ${WRKSRC}/escpf.doc ${DOCDIR} ${INSTALL_DATA} ${WRKSRC}/escpf.euc ${DOCDIR} + .endif .include diff -rcN japanese/escpf.orig/patches/patch-aa japanese/escpf/patches/patch-aa *** japanese/escpf.orig/patches/patch-aa Wed Dec 18 19:33:00 1996 --- japanese/escpf/patches/patch-aa Sun Sep 28 11:19:34 1997 *************** *** 1,25 **** ! *** Makefile.orig Tue Aug 20 21:22:04 1996 ! --- Makefile Wed Dec 18 23:39:21 1996 *************** ! *** 6,13 **** # # user setting ! BINDIR = /usr/sbin # Linux ! #BINDIR = /usr/local/libexec # FreeBSD ! LINES = 66 ! COLUMNS = 80 ! --- 6,14 ---- # # user setting ! #BINDIR = /usr/sbin # Linux ! PREFIX?= /usr/local ! BINDIR = ${PREFIX}/libexec # FreeBSD ! LINES = 66 ! COLUMNS = 80 *************** *** 41,50 **** # ${OBJS}: ${SRCS} ${HEADERS} --- 1,35 ---- ! *** Makefile.orig Tue Aug 20 14:22:04 1996 ! --- Makefile Sun Sep 28 11:19:23 1997 *************** ! *** 6,18 **** # # user setting ! BINDIR = /usr/sbin # Linux ! #BINDIR = /usr/local/libexec # FreeBSD + ! + ! LINES = 66 + ! COLUMNS = 80 + ! TOP_MERGIN = 0 + ! LEFT_MERGIN = 0 ! CC = cc ! CFLAGS = -O -DLINES=${LINES} -DCOLUMNS=${COLUMNS} -DTOP_MERGIN=${TOP_MERGIN} -DLEFT_MERGIN=${LEFT_MERGIN} ! --- 6,19 ---- # # user setting ! #BINDIR = /usr/sbin # Linux ! PREFIX?= /usr/local ! BINDIR = ${PREFIX}/libexec # FreeBSD + ! + ! LINES ?= 66 + ! COLUMNS ?= 80 + ! TOP_MERGIN ?= 0 + ! LEFT_MERGIN ?= 0 ! CC = cc ! CFLAGS = -O -DLINES=${LINES} -DCOLUMNS=${COLUMNS} -DTOP_MERGIN=${TOP_MERGIN} -DLEFT_MERGIN=${LEFT_MERGIN} *************** *** 41,50 **** # ${OBJS}: ${SRCS} ${HEADERS} diff -rcN japanese/escpf.orig/pkg/DESCR japanese/escpf/pkg/DESCR *** japanese/escpf.orig/pkg/DESCR Wed Dec 18 19:33:00 1996 --- japanese/escpf/pkg/DESCR Sun Sep 28 11:04:31 1997 *************** *** 8,27 **** JIS, and EUC KANJI code are detected and converted automatically. ! A simple usage: ! Add escp entry to /etc/printcap like: ! ! escp|ESC/P printer filter :\ ! :lp=/dev/lpt0:sd=/var/spool/lpd:\ ! :if=/usr/local/libexec/escpf:\ ! :mx#0:\ ! :pw#80:pl#66:\ ! :rw:sh:fo:\ ! :lf=/var/log/lpd-errs: ! ! after restarting lpd, you can print out text file by typing: ! ! lpr -Pescp textfilename ! ! See /usr/local/share/doc/escpf/escpf.doc (in English), or escpf.euc ( ! in Japanese) for details. --- 8,12 ---- JIS, and EUC KANJI code are detected and converted automatically. ! Read /usr/local/share/doc/escpf/escpf.doc (in English), or escpf.euc ! (in Japanese) for details. diff -rcN japanese/escpf.orig/pkg/PLIST japanese/escpf/pkg/PLIST *** japanese/escpf.orig/pkg/PLIST Wed Dec 18 19:33:00 1996 --- japanese/escpf/pkg/PLIST Sun Sep 28 11:09:22 1997 *************** *** 4,6 **** --- 4,7 ---- libexec/escpsf libexec/escpagef libexec/escpagesf + @dirrm share/doc/escpf >Audit-Trail: >Unformatted: From owner-freebsd-ports Sun Sep 28 04:40:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA26917 for ports-outgoing; Sun, 28 Sep 1997 04:40:09 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA26890; Sun, 28 Sep 1997 04:40:02 -0700 (PDT) Date: Sun, 28 Sep 1997 04:40:02 -0700 (PDT) Message-Id: <199709281140.EAA26890@hub.freebsd.org> To: freebsd-ports Cc: From: itojun@itojun.org Subject: Re: ports/4643: new port - japanese-english dictionary Reply-To: itojun@itojun.org Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/4643; it has been noted by GNATS. From: itojun@itojun.org To: jhanna@imtcomsys.bc.ca Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/4643: new port - japanese-english dictionary Date: Sun, 28 Sep 1997 20:33:05 +0900 : >Synopsis: new port - japanese-english dictionary : A collection of Japanese-English and Kanji dictionaries with utilites to : access and maintain them. : Placed in "incoming". Please specify the filename. did you placed "edict.tar.gz" ? itojun From owner-freebsd-ports Sun Sep 28 06:14:39 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA00701 for ports-outgoing; Sun, 28 Sep 1997 06:14:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA00692; Sun, 28 Sep 1997 06:14:26 -0700 (PDT) From: Mark Murray Received: (from markm@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id GAA23805; Sun, 28 Sep 1997 06:09:12 -0700 (PDT) Date: Sun, 28 Sep 1997 06:09:12 -0700 (PDT) Message-Id: <199709281309.GAA23805@freefall.freebsd.org> To: markm@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, markm@FreeBSD.ORG Subject: Re: ports/4527 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Fxtv - New TV app port for 2.2.5 & 3.0-current Responsible-Changed-From-To: freebsd-ports->markm Responsible-Changed-By: markm Responsible-Changed-When: Sun Sep 28 06:08:10 PDT 1997 Responsible-Changed-Why: I'll take this one. I have a Hauppauge WinTV/PCI card. From owner-freebsd-ports Sun Sep 28 07:40:57 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA06936 for ports-outgoing; Sun, 28 Sep 1997 07:40:57 -0700 (PDT) Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA06926 for ; Sun, 28 Sep 1997 07:40:52 -0700 (PDT) Received: from localhost (brett@localhost) by peloton.physics.montana.edu (8.8.6/8.7.3) with SMTP id IAA14929; Sun, 28 Sep 1997 08:40:15 -0600 (MDT) Date: Sun, 28 Sep 1997 08:40:15 -0600 (MDT) From: Brett Taylor To: "Pedro F. Giffuni" cc: Andreas Klemm , ports@FreeBSD.ORG Subject: Re: fwd: Amaya 1.1a Source Release available In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Howdy, > There are also some problems building Amaya. :( > > It would be good if someone found the time to send a bug report to the > Thot team. As I noted in email here saying I was bailing on Amaya, the configure script blows up when it tries to make the Makefiles and Options file. I reported this to the Amaya mailing list and I was sent a new configure.in script which also fails (when I run autoconf). I tried autoconf'ing the configure.in script that came w/ thotsrc2.1d and it also failed upon trying to make the Makefiles. I haven't done anything else on it as I'm way too busy to mess any more w/ this. ********************************************************* Brett Taylor brett@peloton.physics.montana.edu http://peloton.physics.montana.edu/brett/ From owner-freebsd-ports Sun Sep 28 12:50:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA19592 for ports-outgoing; Sun, 28 Sep 1997 12:50:06 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA19582; Sun, 28 Sep 1997 12:50:02 -0700 (PDT) Resent-Date: Sun, 28 Sep 1997 12:50:02 -0700 (PDT) Resent-Message-Id: <199709281950.MAA19582@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, vanilla@MinJe.com.TW Received: from MinJe.com.TW (qmailr@ns.MinJe.com.TW [210.66.86.1]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id MAA19509 for ; Sun, 28 Sep 1997 12:48:35 -0700 (PDT) Received: (qmail 10605 invoked by uid 900); 28 Sep 1997 19:42:43 -0000 Message-Id: <19970928194243.10604.qmail@MinJe.com.TW> Date: 28 Sep 1997 19:42:43 -0000 From: vanilla@MinJe.com.TW Reply-To: vanilla@MinJe.com.TW To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/4649: New ports gtk-970925 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4649 >Category: ports >Synopsis: New ports gtk-970925 >Confidential: yes >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Sep 28 12:50:01 PDT 1997 >Last-Modified: >Originator: Vanill I. Shu >Organization: Cray running FreeBSD >Release: FreeBSD 3.0-CURRENT i386 >Environment: FreeBSD 3.0C, XFree86 3.3.1 >Description: GTK is General ToolKit, a powerful X11 GUI library. it need by newer gimp version(0.99.12 or later) >How-To-Repeat: >Fix: diff -ruN gtk.orig/Makefile gtk/Makefile --- gtk.orig/Makefile Thu Jan 1 08:00:00 1970 +++ gtk/Makefile Mon Sep 29 03:13:09 1997 @@ -0,0 +1,28 @@ +# New ports collection makefile for: gtk +# Version required: 970925 +# Date Created: 28 Sep 1997 +# Whom: Vanilla I. Shu +# +# $Id$ +# + +DISTNAME= gtk+970925 +PKGNAME= gtk-970925 +CATEGORIES= x11 +MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/ + +MAINTAINER= vanilla@MinJe.com.TW + +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_X11= yes + +post-extract: + @ cd ${WRKSRC}/docs ; ${RM} gtk.info* + +pre-install: + @ if [ ! -f ${PREFIX}/info/dir ]; then \ + ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ + fi + +.include diff -ruN gtk.orig/files/md5 gtk/files/md5 --- gtk.orig/files/md5 Thu Jan 1 08:00:00 1970 +++ gtk/files/md5 Sun Sep 28 11:19:38 1997 @@ -0,0 +1 @@ +MD5 (gtk+970925.tar.gz) = 0bbb0f2fc262a529f59c0ea3a496afac diff -ruN gtk.orig/patches/patch-aa gtk/patches/patch-aa --- gtk.orig/patches/patch-aa Thu Jan 1 08:00:00 1970 +++ gtk/patches/patch-aa Sun Sep 28 11:23:19 1997 @@ -0,0 +1,20 @@ +--- glib/configure.orig Sun Sep 28 11:15:33 1997 ++++ glib/configure Sun Sep 28 11:15:53 1997 +@@ -561,6 +561,7 @@ + # AFS /usr/afsws/bin/install, which mishandles nonexistent args + # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" + # ./install, which can be erroneously created by make from ./install.sh. ++INSTALL="/usr/bin/install -c" + echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 + echo "configure:566: checking for a BSD compatible install" >&5 + if test -z "$INSTALL"; then +--- configure.orig Sun Sep 28 11:16:00 1997 ++++ configure Sun Sep 28 11:16:20 1997 +@@ -571,6 +571,7 @@ + # AFS /usr/afsws/bin/install, which mishandles nonexistent args + # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" + # ./install, which can be erroneously created by make from ./install.sh. ++INSTALL="/usr/bin/install -c" + echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 + echo "configure:576: checking for a BSD compatible install" >&5 + if test -z "$INSTALL"; then diff -ruN gtk.orig/patches/patch-ab gtk/patches/patch-ab --- gtk.orig/patches/patch-ab Thu Jan 1 08:00:00 1970 +++ gtk/patches/patch-ab Mon Sep 29 03:32:00 1997 @@ -0,0 +1,22 @@ +--- gdk/Makefile.in.orig Fri Sep 26 01:00:51 1997 ++++ gdk/Makefile.in Mon Sep 29 03:30:59 1997 +@@ -153,7 +153,7 @@ + gxid_OBJECTS = gxid.o + gxid_DEPENDENCIES = + gxid_LDFLAGS = +-CFLAGS = @CFLAGS@ ++CFLAGS = @CFLAGS@ -DX_LOCALE + COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) + LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) + LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@ +--- gdk/gdk.c.orig Sun Sep 28 11:17:31 1997 ++++ gdk/gdk.c Sun Sep 28 11:17:39 1997 +@@ -18,7 +18,7 @@ + #include "../config.h" + + #include +-#include ++#include + #include + #include + #include diff -ruN gtk.orig/patches/patch-ac gtk/patches/patch-ac --- gtk.orig/patches/patch-ac Thu Jan 1 08:00:00 1970 +++ gtk/patches/patch-ac Mon Sep 29 02:54:06 1997 @@ -0,0 +1,11 @@ +--- docs/Makefile.in.orig Fri Sep 26 01:01:11 1997 ++++ docs/Makefile.in Sun Sep 28 11:24:06 1997 +@@ -116,7 +116,7 @@ + .texi.info: + @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9] + cd $(srcdir) \ +- && $(MAKEINFO) `echo $< | sed 's,.*/,,'` ++ && $(MAKEINFO) --no-split `echo $< | sed 's,.*/,,'` + + .texi.dvi: + TEXINPUTS=$(srcdir):$$TEXINPUTS \ diff -ruN gtk.orig/pkg/COMMENT gtk/pkg/COMMENT --- gtk.orig/pkg/COMMENT Thu Jan 1 08:00:00 1970 +++ gtk/pkg/COMMENT Sun Sep 28 11:12:32 1997 @@ -0,0 +1 @@ +General Toolkit for X11 GUI. diff -ruN gtk.orig/pkg/DESCR gtk/pkg/DESCR --- gtk.orig/pkg/DESCR Thu Jan 1 08:00:00 1970 +++ gtk/pkg/DESCR Sun Sep 28 11:14:40 1997 @@ -0,0 +1,18 @@ + GTK is a library for creating graphical user interfaces similar to +the Motif "look and feel". It is designed to be small and efficient, but +still flexible enough to allow the programmer freedom in the interfaces +created. GTK allows the programmer to use a variety of standard user +interface widgets (*note Widgets::.) such as push, radio and check +buttons, menus, lists and frames. It also provides several "container" +widgets which can be used to control the layout of the user interface +elements. + + GTK provides some unique features. (At least, I know of no other +widget library which provides them). For example, a button does not +contain a label, it contains a child widget, which in most instances +will be a label. However, the child widget can also be a pixmap, image +or any combination possible the programmer desires. This flexibility is +adhered to throughout the library. + +- Vanilla +vanilla@MinJe.com.TW diff -ruN gtk.orig/pkg/PLIST gtk/pkg/PLIST --- gtk.orig/pkg/PLIST Thu Jan 1 08:00:00 1970 +++ gtk/pkg/PLIST Mon Sep 29 03:07:43 1997 @@ -0,0 +1,119 @@ +include/glib.h +include/glibconfig.h +include/gdk/gdk.h +include/gdk/gdkcursors.h +include/gdk/gdkinput.h +include/gdk/gdkinputcommon.h +include/gdk/gdkinputgxi.h +include/gdk/gdkinputnone.h +include/gdk/gdkinputxfree.h +include/gdk/gdkkeysyms.h +include/gdk/gdkprivate.h +include/gdk/gdktypes.h +include/gdk/gdkx.h +include/gdk/gxid_lib.h +include/gdk/gxid_proto.h +include/gtk/gtk.h +include/gtk/gtkaccelerator.h +include/gtk/gtkadjustment.h +include/gtk/gtkalignment.h +include/gtk/gtkarrow.h +include/gtk/gtkaspectframe.h +include/gtk/gtkbbox.h +include/gtk/gtkbin.h +include/gtk/gtkbox.h +include/gtk/gtkbutton.h +include/gtk/gtkcheckbutton.h +include/gtk/gtkcheckmenuitem.h +include/gtk/gtkcolorsel.h +include/gtk/gtkcontainer.h +include/gtk/gtkcurve.h +include/gtk/gtkdata.h +include/gtk/gtkdialog.h +include/gtk/gtkdrawingarea.h +include/gtk/gtkentry.h +include/gtk/gtkenums.h +include/gtk/gtkeventbox.h +include/gtk/gtkfilesel.h +include/gtk/gtkfixed.h +include/gtk/gtkframe.h +include/gtk/gtkgamma.h +include/gtk/gtkgc.h +include/gtk/gtkhbbox.h +include/gtk/gtkhbox.h +include/gtk/gtkhpaned.h +include/gtk/gtkhruler.h +include/gtk/gtkhscale.h +include/gtk/gtkhscrollbar.h +include/gtk/gtkhseparator.h +include/gtk/gtkimage.h +include/gtk/gtkinputdialog.h +include/gtk/gtkitem.h +include/gtk/gtklabel.h +include/gtk/gtklist.h +include/gtk/gtklistitem.h +include/gtk/gtkmain.h +include/gtk/gtkmenu.h +include/gtk/gtkmenubar.h +include/gtk/gtkmenufactory.h +include/gtk/gtkmenuitem.h +include/gtk/gtkmenushell.h +include/gtk/gtkmisc.h +include/gtk/gtknotebook.h +include/gtk/gtkobject.h +include/gtk/gtkoptionmenu.h +include/gtk/gtkpaned.h +include/gtk/gtkpixmap.h +include/gtk/gtkpreview.h +include/gtk/gtkprogressbar.h +include/gtk/gtkradiobutton.h +include/gtk/gtkradiomenuitem.h +include/gtk/gtkrange.h +include/gtk/gtkrc.h +include/gtk/gtkruler.h +include/gtk/gtkscale.h +include/gtk/gtkscrollbar.h +include/gtk/gtkscrolledwindow.h +include/gtk/gtkselection.h +include/gtk/gtkseparator.h +include/gtk/gtksignal.h +include/gtk/gtkstyle.h +include/gtk/gtktable.h +include/gtk/gtktext.h +include/gtk/gtktogglebutton.h +include/gtk/gtktooltips.h +include/gtk/gtktree.h +include/gtk/gtktreeitem.h +include/gtk/gtktypebuiltins.h +include/gtk/gtktypeutils.h +include/gtk/gtkvbbox.h +include/gtk/gtkvbox.h +include/gtk/gtkviewport.h +include/gtk/gtkvpaned.h +include/gtk/gtkvruler.h +include/gtk/gtkvscale.h +include/gtk/gtkvscrollbar.h +include/gtk/gtkvseparator.h +include/gtk/gtkwidget.h +include/gtk/gtkwindow.h +@unexec install-info --delete %D/info/gdk.info %D/info/dir +@unexec install-info --delete %D/info/gtk.info %D/info/dir +info/gdk.info +info/gtk.info +@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir +@exec install-info %D/info/gdk.info %D/info/dir +@exec install-info %D/info/gtk.info %D/info/dir +lib/libgdk.a +lib/libgdk.la +lib/libgdk.so +lib/libgdk.so.1.0 +lib/libglib.a +lib/libglib.la +lib/libglib.so +lib/libglib.so.1.0 +lib/libgtk.a +lib/libgtk.la +lib/libgtk.so +lib/libgtk.so.1.0 +@dirrm include/gdk +@dirrm include/gtk >Audit-Trail: >Unformatted: From owner-freebsd-ports Sun Sep 28 15:15:39 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA26292 for ports-outgoing; Sun, 28 Sep 1997 15:15:39 -0700 (PDT) Received: from rvc1.informatik.ba-stuttgart.de (rvc1.informatik.ba-stuttgart.de [141.31.112.22]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA26287 for ; Sun, 28 Sep 1997 15:15:35 -0700 (PDT) Received: (from helbig@localhost) by rvc1.informatik.ba-stuttgart.de (8.8.7/8.8.5) id AAA24855; Mon, 29 Sep 1997 00:15:19 +0200 (MET DST) From: Wolfgang Helbig Message-Id: <199709282215.AAA24855@rvc1.informatik.ba-stuttgart.de> Subject: Re: gnat port In-Reply-To: <199709250637.XAA16831@silvia.HIP.Berkeley.EDU> from Satoshi Asami at "Sep 24, 97 11:37:56 pm" To: asami@cs.berkeley.edu (Satoshi Asami) Date: Mon, 29 Sep 1997 00:15:18 +0200 (MET DST) Cc: helbig@Informatik.BA-Stuttgart.DE, ada@bsd.org, ports@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Actually there has been a port submission (PR 3687). I have exchanged Ooops, I guess I should have queried the PRs *before* starting this Don Quichoteese fight with gcc and friends--devoting every spare second to it. :-( Didn't even take the time to read the mail last couple of days, so it's only today that I learned about this PR and gnat-3.09. > commit now. It uses a separate tarball (gcc-2.7.2.1.tar.gz), so go > ahead and fix it to use /usr/src/contrib/gcc. I'll try, but it's not trivial. Anyway I think it's worth it. Wolfgang From owner-freebsd-ports Sun Sep 28 16:03:48 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA28952 for ports-outgoing; Sun, 28 Sep 1997 16:03:48 -0700 (PDT) Received: from iworks.InterWorks.org (deischen@iworks.interworks.org [128.255.18.10]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA28918; Sun, 28 Sep 1997 16:03:24 -0700 (PDT) Received: (from deischen@localhost) by iworks.InterWorks.org (8.7.5/) id RAA19154; Sun, 28 Sep 1997 17:29:39 -0500 (CDT) Message-Id: <199709282229.RAA19154@iworks.InterWorks.org> Date: Sun, 28 Sep 1997 17:29:39 -0500 (CDT) From: "Daniel M. Eischen" To: asami@cs.berkeley.edu, owner-freebsd-ports@FreeBSD.ORG Subject: Re: gnat port Cc: ada@bsd.org, helbig@Informatik.BA-Stuttgart.DE, ports@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Actually there has been a port submission (PR 3687). I have exchanged > > Ooops, I guess I should have queried the PRs *before* starting > this Don Quichoteese fight with gcc and friends--devoting every > spare second to it. :-( Didn't even take the time to read the mail > last couple of days, so it's only today that I learned about this > PR and gnat-3.09. > > > commit now. It uses a separate tarball (gcc-2.7.2.1.tar.gz), so go > > ahead and fix it to use /usr/src/contrib/gcc. > > I'll try, but it's not trivial. Anyway I think it's worth it. If this is in regard to fixing the gnat port to use FreeBSDs gcc, please do not do that. I changed the gnat port so that it *doesn't* depend on /usr/src/contrib/gcc (which can be a moving target, and changes to it will make the gnat port fail). I diff'd the FreeBSD gcc source tree with the stock 2.7.2.1 source tree, and used that as a patch file to apply to the stock gcc-2.7.2.1. Now the gnat port should work regardless of what happens to /usr/src/contrib/gcc. Another reason for basing the gnat port on the stock gcc distribution is that FreeBSDs gcc will always lag behind the latest and greatest GNU gcc. When ACT (Ada Core Technologies) starts using newer gccs, we can easily stay current with GNAT by using the stock gcc distributions. The GNAT port has, in the past, been left behind because it was based on the stock gcc distribution - GNAT-2.0.3 was based on gcc-2.6.3 and was never maintained when GNAT went to gcc-2.7.2. Dan Eischen deischen@iworks.InterWorks.org From owner-freebsd-ports Sun Sep 28 18:09:58 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA05524 for ports-outgoing; Sun, 28 Sep 1997 18:09:58 -0700 (PDT) Received: from rvc1.informatik.ba-stuttgart.de (rvc1.informatik.ba-stuttgart.de [141.31.112.22]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA05515; Sun, 28 Sep 1997 18:09:49 -0700 (PDT) Received: (from helbig@localhost) by rvc1.informatik.ba-stuttgart.de (8.8.7/8.8.5) id CAA27255; Mon, 29 Sep 1997 02:35:16 +0200 (MET DST) From: Wolfgang Helbig Message-Id: <199709290035.CAA27255@rvc1.informatik.ba-stuttgart.de> Subject: Re: gnat port In-Reply-To: <199709282229.RAA19154@iworks.InterWorks.org> from "Daniel M. Eischen" at "Sep 28, 97 05:29:39 pm" To: deischen@iworks.InterWorks.org (Daniel M. Eischen) Date: Mon, 29 Sep 1997 02:35:14 +0200 (MET DST) Cc: asami@cs.berkeley.edu, owner-freebsd-ports@FreeBSD.ORG, ada@bsd.org, helbig@Informatik.BA-Stuttgart.DE, ports@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > > Actually there has been a port submission (PR 3687). I have exchanged > > > > Ooops, I guess I should have queried the PRs *before* starting > > this Don Quichoteese fight with gcc and friends--devoting every > > spare second to it. :-( Didn't even take the time to read the mail > > last couple of days, so it's only today that I learned about this > > PR and gnat-3.09. > > > > > commit now. It uses a separate tarball (gcc-2.7.2.1.tar.gz), so go > > > ahead and fix it to use /usr/src/contrib/gcc. > > > > I'll try, but it's not trivial. Anyway I think it's worth it. > > If this is in regard to fixing the gnat port to use FreeBSDs > gcc, please do not do that. I changed the gnat port so that > it *doesn't* depend on /usr/src/contrib/gcc (which can be a > moving target, and changes to it will make the gnat port fail). This part of the source tree *was* very stable (Well *was*, there are some changes to prepare a move of FreeBSD to ELF) > I diff'd the FreeBSD gcc source tree with the stock 2.7.2.1 > source tree, and used that as a patch file to apply to the > stock gcc-2.7.2.1. Now the gnat port should work regardless > of what happens to /usr/src/contrib/gcc. Changes to /usr/src/contrib/gcc are only done to keep in synch with changes of the OS. This very changes will break the gnat port as well with high probability if it's independent of /usr/src/contrib/gcc. > Another reason for basing the gnat port on the stock gcc > distribution is that FreeBSDs gcc will always lag behind > the latest and greatest GNU gcc. When ACT (Ada Core Technologies) > starts using newer gccs, we can easily stay current with > GNAT by using the stock gcc distributions. The GNAT port > has, in the past, been left behind because it was based on the > stock gcc distribution - GNAT-2.0.3 was based on gcc-2.6.3 > and was never maintained when GNAT went to gcc-2.7.2. ...Because the maintainer didn't run FreeBSD any more. There were lots of GNAT releases past 2.0.3 depending on gcc-2.6.x and FreeBSD has been using gcc-2.7.2 for some time now. BTW. what about GNAT 3.10p :-) Don't get me wrong--I very much appreciate the update of the gnat port--but I still think we should get rid of the extra mammoth distfile gcc-2.7.2.1.tgz. Instead there should be an extra port (lcc - local C compiler) which uses exclusively /usr/src/contrib/gcc and is patched to support the gcc languages from the ports (GNU-FORTRAN, GNU-Pascal, GNAT ...) Further the ports should not depend on its own packages for building. Instead there should be distfiles for bootstrapping (see also Modula-3 or MOCKA, a Modula-2 compiler). In case of GNAT, this distfile would contain gnat1 and gnatbind only. And last but not least the time consuming gcc bootstrapping should be avoided during port buildings. With gcc 2.7.2.1 installed we should get by without recompiling gcc three (!) times. Well, at least this is what I tried to accomplish--but I frankly have to admit: I got stuck with GNAT-3.07--I couldn't beat the cc1 compiler to produce useful code. So, thanks again for the update, Wolfgang > > Dan Eischen > deischen@iworks.InterWorks.org > From owner-freebsd-ports Sun Sep 28 19:19:57 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA08735 for ports-outgoing; Sun, 28 Sep 1997 19:19:57 -0700 (PDT) Received: from iworks.InterWorks.org (deischen@iworks.interworks.org [128.255.18.10]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA08729; Sun, 28 Sep 1997 19:19:54 -0700 (PDT) Received: (from deischen@localhost) by iworks.InterWorks.org (8.7.5/) id UAA19666; Sun, 28 Sep 1997 20:47:21 -0500 (CDT) Message-Id: <199709290147.UAA19666@iworks.InterWorks.org> Date: Sun, 28 Sep 1997 20:47:21 -0500 (CDT) From: "Daniel M. Eischen" To: helbig@Informatik.BA-Stuttgart.DE Subject: Re: gnat port Cc: ada@bsd.org, asami@cs.berkeley.edu, owner-freebsd-ports@FreeBSD.ORG, ports@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > If this is in regard to fixing the gnat port to use FreeBSDs > > gcc, please do not do that. I changed the gnat port so that > > it *doesn't* depend on /usr/src/contrib/gcc (which can be a > > moving target, and changes to it will make the gnat port fail). > > This part of the source tree *was* very stable (Well *was*, there > are some changes to prepare a move of FreeBSD to ELF) Tying the gnat port to FreeBSDs gcc has already been tried. Depending on what version of FreeBSD (2.2, or what version of -current) it *will* not build without accounting for various changes to gcc along the way. > > I diff'd the FreeBSD gcc source tree with the stock 2.7.2.1 > > source tree, and used that as a patch file to apply to the > > stock gcc-2.7.2.1. Now the gnat port should work regardless > > of what happens to /usr/src/contrib/gcc. > > Changes to /usr/src/contrib/gcc are only done to keep in synch > with changes of the OS. This very changes will break the gnat > port as well with high probability if it's independent of > /usr/src/contrib/gcc. The patch I mention was to a stable version of gcc as of sometime in August from -current. It is applied to the stock gcc tree and works fine under all 2.2+ and 3.0-current. On the other hand, tying the gnat port to FreeBSD gcc sources does not work. > ...Because the maintainer didn't run FreeBSD any more. There were > lots of GNAT releases past 2.0.3 depending on gcc-2.6.x and FreeBSD > has been using gcc-2.7.2 for some time now. Starting with GNAT-2.07, it was based on gcc-2.7. It was a much longer time before FreeBSD made the leap to gcc-2.7.2. This will most likely be the case in the future. FreeBSD wants a stable gcc and will probably take some time in moving to major new versions of it. > BTW. what about GNAT 3.10p :-) Soon. I have to revamp some of the tasking support files because the GNAT RTL internal interfaces have changes slightly. > Don't get me wrong--I very much appreciate the update of the gnat > port--but I still think we should get rid of the extra mammoth > distfile gcc-2.7.2.1.tgz. IMHO, I think it's a small price to pay to have a less complex port that isn't tied to the FreeBSD source tree which is subject to change. > Instead there should be an extra port (lcc - local C compiler) > which uses exclusively /usr/src/contrib/gcc and is patched to > support the gcc languages from the ports (GNU-FORTRAN, GNU-Pascal, > GNAT ...) This is nice, but it makes these ports harder to maintain and update. > Further the ports should not depend on its own packages for building. > Instead there should be distfiles for bootstrapping (see also > Modula-3 or MOCKA, a Modula-2 compiler). In case of GNAT, this > distfile would contain gnat1 and gnatbind only. Nothing wrong with that. I cross compiled GNAT for FreeBSD from sparc-sun-solaris. I wouldn't want everyone to have to do that ;-) But that's what we have a package for. One could always install the package, and then build the port. > And last but not least the time consuming gcc bootstrapping should > be avoided during port buildings. With gcc 2.7.2.1 installed > we should get by without recompiling gcc three (!) times. > > Well, at least this is what I tried to accomplish--but I frankly > have to admit: I got stuck with GNAT-3.07--I couldn't > beat the cc1 compiler to produce useful code. Dan Eischen deischen@iworks.InterWorks.org From owner-freebsd-ports Sun Sep 28 22:14:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA17133 for ports-outgoing; Sun, 28 Sep 1997 22:14:49 -0700 (PDT) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA17127 for ; Sun, 28 Sep 1997 22:14:46 -0700 (PDT) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.7/8.6.9) with ESMTP id WAA08464 for ; Sun, 28 Sep 1997 22:14:39 -0700 (PDT) To: ports@freebsd.org Subject: Uh oh.. Time to take another look at the packages collection! Date: Sun, 28 Sep 1997 22:14:39 -0700 Message-ID: <8460.875510079@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk The FreeBSD-current packages collection currently requires 713MB, not counting the filename information itself (which, on CDs, is stored very wastefully and generally accounts for another 30-40MB in cases like this where you have hundreds of files). I don't need to tell anyone here that 750MB does *not* fit on a single CD, and even with 4 CDs for 3.0 we're going to run into problems just organizing it. So, as I see it, we have two alternatives: 1. Come up with a "reduced set" of packages which we'll provide that way, the goal being to provide 650MB or less of "quality" packages rather than going for the kitchen-sink approach. 2. Come up with a way of splitting the packages collection into multiple pieces, each piece having its own INDEX file and such. Any other suggestions? Jordan From owner-freebsd-ports Sun Sep 28 22:44:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA18742 for ports-outgoing; Sun, 28 Sep 1997 22:44:43 -0700 (PDT) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA18736 for ; Sun, 28 Sep 1997 22:44:37 -0700 (PDT) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id PAA13664; Mon, 29 Sep 1997 15:14:27 +0930 (CST) Message-ID: <19970929151427.43719@lemis.com> Date: Mon, 29 Sep 1997 15:14:27 +0930 From: Greg Lehey To: "Jordan K. Hubbard" Cc: ports@FreeBSD.ORG Subject: Re: Uh oh.. Time to take another look at the packages collection! References: <8460.875510079@time.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <8460.875510079@time.cdrom.com>; from Jordan K. Hubbard on Sun, Sep 28, 1997 at 10:14:39PM -0700 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, Sep 28, 1997 at 10:14:39PM -0700, Jordan K. Hubbard wrote: > The FreeBSD-current packages collection currently requires 713MB, not > counting the filename information itself (which, on CDs, is stored > very wastefully and generally accounts for another 30-40MB in cases > like this where you have hundreds of files). I don't need to tell > anyone here that 750MB does *not* fit on a single CD, and even with > 4 CDs for 3.0 we're going to run into problems just organizing it. > > So, as I see it, we have two alternatives: > > 1. Come up with a "reduced set" of packages which we'll provide that > way, the goal being to provide 650MB or less of "quality" packages > rather than going for the kitchen-sink approach. That way flamewar lies. And if not flamewar, then possibly because only one person knows a certain package, and has decided it's not that hot. He could be wrong. > 2. Come up with a way of splitting the packages collection into multiple > pieces, each piece having its own INDEX file and such. Sounds like the way to go. Is it so difficult? We could go for a purely alphabetical split, or maybe figure out some easily-understood functional split. Whatever we choose should be expandable for the estimated 1.5 GB in 4.0. Greg From owner-freebsd-ports Sun Sep 28 23:13:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA20305 for ports-outgoing; Sun, 28 Sep 1997 23:13:10 -0700 (PDT) Received: from superior.mooseriver.com (dynamic1.pm06.sf1.best.com [206.184.197.161]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA20295 for ; Sun, 28 Sep 1997 23:13:06 -0700 (PDT) Received: (from jgrosch@localhost) by superior.mooseriver.com (8.8.7/8.8.5) id XAA26327; Sun, 28 Sep 1997 23:12:59 -0700 (PDT) Message-ID: <19970928231259.30273@mooseriver.com> Date: Sun, 28 Sep 1997 23:12:59 -0700 From: Josef Grosch To: "Jordan K. Hubbard" Cc: ports@FreeBSD.ORG Subject: Re: Uh oh.. Time to take another look at the packages collection! Reply-To: jgrosch@superior.mooseriver.com References: <8460.875510079@time.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.79 In-Reply-To: <8460.875510079@time.cdrom.com>; from Jordan K. Hubbard on Sun, Sep 28, 1997 at 10:14:39PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, Sep 28, 1997 at 10:14:39PM -0700, Jordan K. Hubbard wrote: > The FreeBSD-current packages collection currently requires 713MB, not > counting the filename information itself (which, on CDs, is stored > very wastefully and generally accounts for another 30-40MB in cases > like this where you have hundreds of files). I don't need to tell > anyone here that 750MB does *not* fit on a single CD, and even with > 4 CDs for 3.0 we're going to run into problems just organizing it. > > So, as I see it, we have two alternatives: > > 1. Come up with a "reduced set" of packages which we'll provide that > way, the goal being to provide 650MB or less of "quality" packages > rather than going for the kitchen-sink approach. > > 2. Come up with a way of splitting the packages collection into multiple > pieces, each piece having its own INDEX file and such. > > Any other suggestions? > > Jordan > Why not split the packages into several groups roughly as follows; "foreign" language (Japanese, Chinese, etc.) Development (Devel, editors, Lang, etc.) ISP (Mail, Net, News, etc.) Graphical(X11, Tcl, Tk, graphics, etc.) Kitchen Sink (Everything else) Just an off the the cuff answer. Josef -- Josef Grosch | Another day closer to a | FreeBSD 2.2.2 jgrosch@MooseRiver.com | Micro$oft free world | UNIX for the masses From owner-freebsd-ports Sun Sep 28 23:19:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA20721 for ports-outgoing; Sun, 28 Sep 1997 23:19:14 -0700 (PDT) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA20703 for ; Sun, 28 Sep 1997 23:19:11 -0700 (PDT) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.7/8.6.9) with ESMTP id XAA08908; Sun, 28 Sep 1997 23:19:01 -0700 (PDT) To: jgrosch@superior.mooseriver.com cc: ports@FreeBSD.ORG Subject: Re: Uh oh.. Time to take another look at the packages collection! In-reply-to: Your message of "Sun, 28 Sep 1997 23:12:59 PDT." <19970928231259.30273@mooseriver.com> Date: Sun, 28 Sep 1997 23:19:01 -0700 Message-ID: <8904.875513941@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Why not split the packages into several groups roughly as follows; Perhaps I should clarify my earlier message: I'm not seeking where to draw the lines, I'm seeking *how* to draw the lines. It's all well and good to say "split 'em into ports with the letter 'r' in their names and ones without" but that still leaves the question open as to how we're going to automate this and what the end-user impact is going to be. Let's say I'm installing with my media type set to FTP, and my site has plenty of space and a single packages/INDEX file. That's the simple case, but what about when the packages are split across 2 CDs? Is each package collection stand-alone or do we implement some sort of "TOC" mechanism that lets INDEX file entries point elsewhere? Neither of the above? Jordan From owner-freebsd-ports Sun Sep 28 23:46:02 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA22061 for ports-outgoing; Sun, 28 Sep 1997 23:46:02 -0700 (PDT) Received: from superior.mooseriver.com (dynamic1.pm06.sf1.best.com [206.184.197.161]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA22055 for ; Sun, 28 Sep 1997 23:45:52 -0700 (PDT) Received: (from jgrosch@localhost) by superior.mooseriver.com (8.8.7/8.8.5) id XAA26627; Sun, 28 Sep 1997 23:45:43 -0700 (PDT) Message-ID: <19970928234543.04027@mooseriver.com> Date: Sun, 28 Sep 1997 23:45:43 -0700 From: Josef Grosch To: "Jordan K. Hubbard" Cc: ports@FreeBSD.ORG Subject: Re: Uh oh.. Time to take another look at the packages collection! Reply-To: jgrosch@superior.mooseriver.com References: <19970928231259.30273@mooseriver.com> <8904.875513941@time.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.79 In-Reply-To: <8904.875513941@time.cdrom.com>; from Jordan K. Hubbard on Sun, Sep 28, 1997 at 11:19:01PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, Sep 28, 1997 at 11:19:01PM -0700, Jordan K. Hubbard wrote: > > Why not split the packages into several groups roughly as follows; > > Perhaps I should clarify my earlier message: I'm not seeking where to > draw the lines, I'm seeking *how* to draw the lines. Ahh! > Let's say I'm installing with my media type set to FTP, and my > site has plenty of space and a single packages/INDEX file. That's the > simple case, but what about when the packages are split across 2 CDs? > Is each package collection stand-alone or do we implement some sort > of "TOC" mechanism that lets INDEX file entries point elsewhere? > Neither of the above? > I think it best to have some sort of TOC mechanism. A good number of packages have a dependency on other packages. I suspect as time goes on the number of packages with dependency will increase at a much faster rate than the stand-alone packages. The fun comes in when we split our package collection across CDs and we realize that most of our users have _ONE_ CDROM drive. The "New and Improved" (tm) package system will have to be able to do package installs in a two step process. That is unless you wish to tell our users that they MUST have either a CD changer or 2 CDROM drives to use our package system ;-) -- Josef Grosch | Another day closer to a | FreeBSD 2.2.2 jgrosch@MooseRiver.com | Micro$oft free world | UNIX for the masses From owner-freebsd-ports Sun Sep 28 23:50:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA22387 for ports-outgoing; Sun, 28 Sep 1997 23:50:07 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA22379; Sun, 28 Sep 1997 23:50:01 -0700 (PDT) Date: Sun, 28 Sep 1997 23:50:01 -0700 (PDT) Message-Id: <199709290650.XAA22379@hub.freebsd.org> To: freebsd-ports Cc: From: Thomas Gellekum Subject: Re: ports/4637: current xfig-3.2 cannot be compiled under XFree86 3.2 Reply-To: Thomas Gellekum Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/4637; it has been noted by GNATS. From: Thomas Gellekum To: MITA Yoshio Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/4637: current xfig-3.2 cannot be compiled under XFree86 3.2 Date: 29 Sep 1997 08:42:15 +0200 MITA Yoshio writes: > >Environment: > XFree86-3.2 + FreeBSD 2.2.1-R > >Description: > Compilation stops with errors like: X11/Xpm.h no such file or directory. > >How-To-Repeat: > >Fix: > The error is solved by applying this patch, but I don't know > whether this change makes compilation error at XFree86 3.3[.1]. Yes, it will. Sorry, but the ports collection is tracking 2.2-STABLE and -current. You should upgrade your XFree86 installation. tg From owner-freebsd-ports Sun Sep 28 23:51:22 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA22594 for ports-outgoing; Sun, 28 Sep 1997 23:51:22 -0700 (PDT) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA22587 for ; Sun, 28 Sep 1997 23:51:17 -0700 (PDT) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.7/8.6.9) with ESMTP id XAA09235; Sun, 28 Sep 1997 23:51:07 -0700 (PDT) To: jgrosch@superior.mooseriver.com cc: ports@FreeBSD.ORG Subject: Re: Uh oh.. Time to take another look at the packages collection! In-reply-to: Your message of "Sun, 28 Sep 1997 23:45:43 PDT." <19970928234543.04027@mooseriver.com> Date: Sun, 28 Sep 1997 23:51:07 -0700 Message-ID: <9231.875515867@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > CDROM drive. The "New and Improved" (tm) package system will have to be > able to do package installs in a two step process. That is unless you wish > to tell our users that they MUST have either a CD changer or 2 CDROM drives > to use our package system ;-) Yeah, that's what I'm worried about. :-( Unfortunately, I can't immediately think of any easy ways to implement this. Jordan From owner-freebsd-ports Mon Sep 29 00:22:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA24098 for ports-outgoing; Mon, 29 Sep 1997 00:22:11 -0700 (PDT) Received: from superior.mooseriver.com (dynamic1.pm06.sf1.best.com [206.184.197.161]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA24093 for ; Mon, 29 Sep 1997 00:22:04 -0700 (PDT) Received: (from jgrosch@localhost) by superior.mooseriver.com (8.8.7/8.8.5) id AAA26880; Mon, 29 Sep 1997 00:21:37 -0700 (PDT) Message-ID: <19970929002137.48137@mooseriver.com> Date: Mon, 29 Sep 1997 00:21:37 -0700 From: Josef Grosch To: "Jordan K. Hubbard" Cc: ports@FreeBSD.ORG Subject: Re: Uh oh.. Time to take another look at the packages collection! Reply-To: jgrosch@superior.mooseriver.com References: <19970928234543.04027@mooseriver.com> <9231.875515867@time.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.79 In-Reply-To: <9231.875515867@time.cdrom.com>; from Jordan K. Hubbard on Sun, Sep 28, 1997 at 11:51:07PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, Sep 28, 1997 at 11:51:07PM -0700, Jordan K. Hubbard wrote: > > CDROM drive. The "New and Improved" (tm) package system will have to be > > able to do package installs in a two step process. That is unless you wish > > to tell our users that they MUST have either a CD changer or 2 CDROM drives > > to use our package system ;-) > > Yeah, that's what I'm worried about. :-( > > Unfortunately, I can't immediately think of any easy ways to implement > this. > Yes, and the more I think about it the uglier it gets. Just for the sake of argument lets say you wish to install package A which is on CD 1. Package A has dependency on packages B, C, D. Packages B and C are on CD 2 and D is on CD 1. So your "New and Improved" package system chugs along copying packages A and D to a tmp space then demands that you umount CD 1 and mount CD 2. It copys packages B and C to the tmp space then finds that package B has a dependency on package E which is on CD 1. So now you have to unmount CD 2 and mount CD 1. You can see what a bummer this can become. The package system will need to know _ALL_ dependences of a package in order to minimize CD swaping but it will cause large amounts of tmp space to be eaten up. Let us pray that DVD drops in price real soon and becomes the standard distribution media. Josef -- Josef Grosch | Another day closer to a | FreeBSD 2.2.2 jgrosch@MooseRiver.com | Micro$oft free world | UNIX for the masses From owner-freebsd-ports Mon Sep 29 00:43:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA25080 for ports-outgoing; Mon, 29 Sep 1997 00:43:27 -0700 (PDT) Received: from rvc1.informatik.ba-stuttgart.de (rvc1.informatik.ba-stuttgart.de [141.31.112.22]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA25073; Mon, 29 Sep 1997 00:43:20 -0700 (PDT) Received: (from helbig@localhost) by rvc1.informatik.ba-stuttgart.de (8.8.7/8.8.5) id JAA04029; Mon, 29 Sep 1997 09:42:56 +0200 (MET DST) From: Wolfgang Helbig Message-Id: <199709290742.JAA04029@rvc1.informatik.ba-stuttgart.de> Subject: Re: gnat port In-Reply-To: <199709290147.UAA19666@iworks.InterWorks.org> from "Daniel M. Eischen" at "Sep 28, 97 08:47:21 pm" To: deischen@iworks.InterWorks.org (Daniel M. Eischen) Date: Mon, 29 Sep 1997 09:42:55 +0200 (MET DST) Cc: helbig@Informatik.BA-Stuttgart.DE, ada@bsd.org, asami@cs.berkeley.edu, owner-freebsd-ports@FreeBSD.ORG, ports@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk [...] > Tying the gnat port to FreeBSDs gcc has already been tried. > Depending on what version of FreeBSD (2.2, or what version > of -current) it *will* not build without accounting for various > changes to gcc along the way. OK, so I'll leave the GNAT port alone -- for a while. It compiled well here last night. Thanks again for the update! [...] > > > BTW. what about GNAT 3.10p :-) > > Soon. I have to revamp some of the tasking support files because > the GNAT RTL internal interfaces have changes slightly. Great! > Dan Eischen > deischen@iworks.InterWorks.org Wolfgang From owner-freebsd-ports Mon Sep 29 01:14:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA26641 for ports-outgoing; Mon, 29 Sep 1997 01:14:24 -0700 (PDT) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA26634 for ; Mon, 29 Sep 1997 01:14:20 -0700 (PDT) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.7/8.6.9) with ESMTP id BAA10473; Mon, 29 Sep 1997 01:14:11 -0700 (PDT) To: jgrosch@superior.mooseriver.com cc: ports@FreeBSD.ORG Subject: Re: Uh oh.. Time to take another look at the packages collection! In-reply-to: Your message of "Mon, 29 Sep 1997 00:21:37 PDT." <19970929002137.48137@mooseriver.com> Date: Mon, 29 Sep 1997 01:14:11 -0700 Message-ID: <10470.875520851@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > will cause large amounts of tmp space to be eaten up. Let us pray that DVD > drops in price real soon and becomes the standard distribution media. I don't think that this will save us anywhere near in time though. :( Now you know why I even suggested option #1 - it's one hell of a lot simpler. ;-) Jordan From owner-freebsd-ports Mon Sep 29 02:54:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA01555 for ports-outgoing; Mon, 29 Sep 1997 02:54:20 -0700 (PDT) Received: from pcmita.isen.fr (pcmita.isen.fr [192.134.17.84]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA01548 for ; Mon, 29 Sep 1997 02:54:12 -0700 (PDT) Received: (from mita@localhost) by pcmita.isen.fr (8.8.5/8.8.5) id LAA08893; Mon, 29 Sep 1997 11:52:51 +0200 (CEST) Date: Mon, 29 Sep 1997 11:52:51 +0200 (CEST) Message-Id: <199709290952.LAA08893@pcmita.isen.fr> From: MITA Yoshio To: freebsd-ports@freebsd.org Subject: Re: ports/4637: current xfig-3.2 cannot be compiled under XFree86 3.2 Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >>Compilation stops with errors like: X11/Xpm.h no such file or directory. >> The error is solved by applying this patch > Yes, it will. Sorry, but the ports collection is tracking 2.2-STABLE > and -current. You should upgrade your XFree86 installation. I knew and expected to be suggested as above. But maybe it is also true that backward compatibility is quite useful for those who are difficult to synchronize -STABLE or -current for some reasons i.e. poor network connectivity, only have one main PC, etc. I also know that now committers are too busy to think about backword compatibility. I am sorry for disturbing you for such a small thing. I will be greatly appreciated when some committer kindly spend time to deal with this really simple patch. Best regards, --- MITA Yoshio From owner-freebsd-ports Mon Sep 29 03:29:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA02993 for ports-outgoing; Mon, 29 Sep 1997 03:29:24 -0700 (PDT) Received: from hwcn.org (main.hwcn.org [199.212.94.65]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA02987 for ; Mon, 29 Sep 1997 03:29:15 -0700 (PDT) Received: from james.freenet.hamilton.on.ca (ac199@james.hwcn.org [199.212.94.66]) by hwcn.org (8.8.7/8.8.7) with ESMTP id GAA03498; Mon, 29 Sep 1997 06:29:43 -0400 (EDT) Received: from localhost (ac199@localhost) by james.freenet.hamilton.on.ca (8.8.7/8.8.7) with SMTP id GAA00247; Mon, 29 Sep 1997 06:30:04 -0400 (EDT) X-Authentication-Warning: james.freenet.hamilton.on.ca: ac199 owned process doing -bs Date: Mon, 29 Sep 1997 06:30:04 -0400 (EDT) From: Tim Vanderhoek X-Sender: ac199@james.freenet.hamilton.on.ca To: "Jordan K. Hubbard" cc: ports@FreeBSD.ORG Subject: Re: Uh oh.. Time to take another look at the packages collection! In-Reply-To: <8460.875510079@time.cdrom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, 28 Sep 1997, Jordan K. Hubbard wrote: > 1. Come up with a "reduced set" of packages which we'll provide that > way, the goal being to provide 650MB or less of "quality" packages > rather than going for the kitchen-sink approach. The cutoff line for what gets included and what not could be based on current ftp transfer stats, rather than trying to go through each one and make a subjective decision. This would have to account for some packages being significantly larger than others. Requests per kb, or something.... -- Outnumbered? Maybe. Outspoken? Never! tIM...HOEk From owner-freebsd-ports Mon Sep 29 03:31:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA03135 for ports-outgoing; Mon, 29 Sep 1997 03:31:38 -0700 (PDT) Received: from hwcn.org (main.hwcn.org [199.212.94.65]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA03129 for ; Mon, 29 Sep 1997 03:31:34 -0700 (PDT) Received: from james.freenet.hamilton.on.ca (ac199@james.hwcn.org [199.212.94.66]) by hwcn.org (8.8.7/8.8.7) with ESMTP id GAA03584; Mon, 29 Sep 1997 06:31:50 -0400 (EDT) Received: from localhost (ac199@localhost) by james.freenet.hamilton.on.ca (8.8.7/8.8.7) with SMTP id GAA00371; Mon, 29 Sep 1997 06:32:11 -0400 (EDT) X-Authentication-Warning: james.freenet.hamilton.on.ca: ac199 owned process doing -bs Date: Mon, 29 Sep 1997 06:32:10 -0400 (EDT) From: Tim Vanderhoek X-Sender: ac199@james.freenet.hamilton.on.ca To: Josef Grosch cc: "Jordan K. Hubbard" , ports@FreeBSD.ORG Subject: Re: Uh oh.. Time to take another look at the packages collection! In-Reply-To: <19970928234543.04027@mooseriver.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, 28 Sep 1997, Josef Grosch wrote: > the stand-alone packages. The fun comes in when we split our package > collection across CDs and we realize that most of our users have _ONE_ > CDROM drive. The "New and Improved" (tm) package system will have to be We could also try using the bzip compressor instead of gzip, but I'm not sure about bzip's export status. It may compress significantly better, though... temp. soln. only, of course. -- Outnumbered? Maybe. Outspoken? Never! tIM...HOEk From owner-freebsd-ports Mon Sep 29 04:20:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA05187 for ports-outgoing; Mon, 29 Sep 1997 04:20:07 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA05166; Mon, 29 Sep 1997 04:20:02 -0700 (PDT) Resent-Date: Mon, 29 Sep 1997 04:20:02 -0700 (PDT) Resent-Message-Id: <199709291120.EAA05166@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, mita@jp.FreeBSD.org Received: from pcmita.isen.fr (pcmita.isen.fr [192.134.17.84]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA04866 for ; Mon, 29 Sep 1997 04:10:17 -0700 (PDT) Received: (from mita@localhost) by pcmita.isen.fr (8.8.5/8.8.5) id NAA11502; Mon, 29 Sep 1997 13:08:30 +0200 (CEST) Message-Id: <199709291108.NAA11502@pcmita.isen.fr> Date: Mon, 29 Sep 1997 13:08:30 +0200 (CEST) From: mita@jp.FreeBSD.org Reply-To: mita@jp.FreeBSD.org To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/4651: japanese/vfghostscript5 is updated. Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4651 >Category: ports >Synopsis: Version up of a printer driver gdevnpdl >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Sep 29 04:20:01 PDT 1997 >Last-Modified: >Originator: MITA Yoshio >Organization: Centre National de la Recherche Scientifique >Release: FreeBSD 2.2.1-RELEASE i386 >Environment: >Description: Original distribution of gdevnpdl is updated from 1.2 -> 1.3 >How-To-Repeat: >Fix: 1. Apply this patch to japanese/vfghostscript5 2. remove empty japanese/vfghostscript/files/gdevnpdl.mak.patch diff -ruN japanese/vfghostscript5.orig/Makefile japanese/vfghostscript5/Makefile --- japanese/vfghostscript5.orig/Makefile Sat Sep 20 14:32:00 1997 +++ japanese/vfghostscript5/Makefile Mon Sep 29 11:58:00 1997 @@ -45,7 +45,7 @@ GS_DRIVERS+= gdevrpdl.tar.gz GS_DRIVERS+= gdev10v.tar.gz GS_DRIVERS+= dmprt-2.01.tar.gz -GS_DRIVERS+= gdevnpdl-1.2.tar.gz +GS_DRIVERS+= gdevnpdl-1.3.tar.gz # Note: the following two are real files that have symlinks with # later version numbers pointing to them. To avoid unnecessarily # downloading distfiles, do not change these when upgrading the port @@ -70,7 +70,7 @@ ${MKDIR} ${PRINTER}/gdevdmpr ; \ tar -C gdevdmpr -xzf ${DISTDIR}/dmprt-2.01.tar.gz ; \ ${MKDIR} ${PRINTER}/gdevnpdl ; \ - tar -C gdevnpdl -xzf ${DISTDIR}/gdevnpdl-1.2.tar.gz ; \ + tar -C gdevnpdl -xzf ${DISTDIR}/gdevnpdl-1.3.tar.gz ; \ ${CP} gdev10v/gdev10v.c gdev10v/gdev10v.mak ${WRKSRC}; \ ${CP} gdevmjc-0.7/gdevmjc.c gdevmjc-0.7/mjc.dev ${WRKSRC}; \ ${CP} gdevlips4-1.2.0/gdevlips4.c gdevlips4-1.2.0/gdevlips4.mak ${WRKSRC}; \ @@ -84,7 +84,6 @@ @${PATCH} ${PATCH_ARGS} < ${FILESDIR}/mjc.dev.patch @${PATCH} ${PATCH_ARGS} < ${FILESDIR}/gdevmjc.c.patch @${PATCH} ${PATCH_ARGS} < ${FILESDIR}/gdevdmpr.patch - @${PATCH} ${PATCH_ARGS} < ${FILESDIR}/gdevnpdl.mak.patch @${CAT} ${WRKSRC}/gdev10v.mak >> ${WRKSRC}/unix-gcc.mak @${CAT} ${WRKSRC}/gdevdmpr.mak >> ${WRKSRC}/unix-gcc.mak @${CAT} ${WRKSRC}/gdevep82.mak >> ${WRKSRC}/unix-gcc.mak diff -ruN japanese/vfghostscript5.orig/files/gdevnpdl.mak.patch japanese/vfghostscript5/files/gdevnpdl.mak.patch --- japanese/vfghostscript5.orig/files/gdevnpdl.mak.patch Sat Sep 20 12:37:00 1997 +++ japanese/vfghostscript5/files/gdevnpdl.mak.patch Thu Jan 1 01:00:00 1970 @@ -1,21 +0,0 @@ -*** gdevnpdl.mak.orig Sat Jul 26 12:55:19 1997 ---- gdevnpdl.mak Sat Jul 26 12:56:59 1997 -*************** -*** 1,8 **** - ### ---------------- The NEC NPDL language printer device ---------------- ### - - npdl_=gdevnpdl.$(OBJ) gdevprn.$(OBJ) -! npdl.dev: $(npdl_) -! $(SHP)gssetdev npdl $(npdl_) - - gdevnpdl.$(OBJ): gdevnpdl.c $(PDEVH) - $(CCC) gdevnpdl.c ---- 1,8 ---- - ### ---------------- The NEC NPDL language printer device ---------------- ### - - npdl_=gdevnpdl.$(OBJ) gdevprn.$(OBJ) -! npdl.dev: $(npdl_) page.dev -! $(SETPDEV) npdl $(npdl_) - - gdevnpdl.$(OBJ): gdevnpdl.c $(PDEVH) - $(CCC) gdevnpdl.c diff -ruN japanese/vfghostscript5.orig/files/md5 japanese/vfghostscript5/files/md5 --- japanese/vfghostscript5.orig/files/md5 Sat Sep 20 14:32:00 1997 +++ japanese/vfghostscript5/files/md5 Mon Sep 29 09:26:27 1997 @@ -7,6 +7,6 @@ MD5 (gdevrpdl.tar.gz) = 9606f3cca1a8f85be76944fa4eda09b7 MD5 (gdev10v.tar.gz) = 1486bb54c214ce215044a6c606280d73 MD5 (dmprt-2.01.tar.gz) = c7a9fb127fde5d888a798bf5e1822b88 -MD5 (gdevnpdl-1.2.tar.gz) = 710e25cf3c86e2505b0c05519cc832b8 +MD5 (gdevnpdl-1.3.tar.gz) = 1d2bad314e8af3c36f8f5a0d9a83d3ef MD5 (ghostscript-fonts-std-4.0.tar.gz) = 1e0fe2149affd80deaaae144227049b9 MD5 (ghostscript-fonts-other-4.40.tar.gz) = 703bcc5592f4b4644cda454bcc45c7d6 >Audit-Trail: >Unformatted: From owner-freebsd-ports Mon Sep 29 04:49:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA06342 for ports-outgoing; Mon, 29 Sep 1997 04:49:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA06334; Mon, 29 Sep 1997 04:49:34 -0700 (PDT) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id EAA17636; Mon, 29 Sep 1997 04:44:13 -0700 (PDT) Date: Mon, 29 Sep 1997 04:44:13 -0700 (PDT) Message-Id: <199709291144.EAA17636@freefall.freebsd.org> To: mita@jp.FreeBSD.org, max@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/4651 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Version up of a printer driver gdevnpdl State-Changed-From-To: open-closed State-Changed-By: max State-Changed-When: Mon Sep 29 04:43:30 PDT 1997 State-Changed-Why: The update applied. From owner-freebsd-ports Mon Sep 29 07:17:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA12889 for ports-outgoing; Mon, 29 Sep 1997 07:17:53 -0700 (PDT) Received: from ki1.chemie.fu-berlin.de (ki1.chemie.fu-berlin.de [160.45.24.21]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id HAA12873 for ; Mon, 29 Sep 1997 07:17:50 -0700 (PDT) Received: by ki1.chemie.fu-berlin.de (Smail3.1.28.1) from mail.hanse.de (193.174.9.9) with smtp id ; Mon, 29 Sep 97 16:17 MEST Received: from wavehh.UUCP by mail.hanse.de with UUCP for freebsd-ports@freebsd.org id ; Mon, 29 Sep 97 15:17 MET Received: by wavehh.hanse.de (4.1/SMI-4.1) id AA03675; Mon, 29 Sep 97 15:05:36 +0200 Date: Mon, 29 Sep 97 15:05:36 +0200 From: cracauer@wavehh.hanse.de (Martin Cracauer) Message-Id: <9709291305.AA03675@wavehh.hanse.de> To: jkh@time.cdrom.COM Cc: freebsd-ports@freebsd.org Subject: Re: Uh oh.. Time to take another look at the packages collection! Newsgroups: hanse-ml.freebsd.ports References: <8460.875510079@time.cdrom.com> Reply-To: cracauer@wavehh.hanse.de Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Jordan wrote: >The FreeBSD-current packages collection currently requires 713MB, not >counting the filename information itself (which, on CDs, is stored >very wastefully and generally accounts for another 30-40MB in cases >like this where you have hundreds of files). I don't need to tell >anyone here that 750MB does *not* fit on a single CD, and even with >4 CDs for 3.0 we're going to run into problems just organizing it. bzip2 compresses somewhat better than gzip. The sum of file sizes in my pkg dir is 493972390 with gzip and 447683380 with bzip2 -9 (don't ask my boss what our one P6 did all morning :-) I have no experience how reliable it is. It's somewhere at http://www.muraroa.demon.co.uk/ Martin -- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Martin.Cracauer@wavehh.hanse.de http://www.cons.org/cracauer/ BSD User Group Hamburg/Germany http://www.bsdhh.org/ From owner-freebsd-ports Mon Sep 29 08:11:50 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA15781 for ports-outgoing; Mon, 29 Sep 1997 08:11:50 -0700 (PDT) Received: from phoenix.volant.org (phoenix.volant.org [205.179.79.193]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id IAA15771 for ; Mon, 29 Sep 1997 08:11:43 -0700 (PDT) From: patl@phoenix.volant.org Received: from asimov.phoenix.volant.org [205.179.79.65] by phoenix.volant.org with smtp (Exim 1.62 #1) id 0xFhU6-0002Q0-00; Mon, 29 Sep 1997 08:11:42 -0700 Received: from localhost by asimov.phoenix.volant.org (SMI-8.6/SMI-SVR4) id IAA05136; Mon, 29 Sep 1997 08:11:39 -0700 Date: Mon, 29 Sep 1997 08:11:39 -0700 (PDT) Reply-To: patl@phoenix.volant.org Subject: Re: Uh oh.. Time to take another look at the packages collection! To: cracauer@wavehh.hanse.de cc: freebsd-ports@freebsd.org In-Reply-To: <9709291305.AA03675@wavehh.hanse.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > >The FreeBSD-current packages collection currently requires 713MB, not > >counting the filename information itself (which, on CDs, is stored > >very wastefully and generally accounts for another 30-40MB in cases > >like this where you have hundreds of files). I don't need to tell > >anyone here that 750MB does *not* fit on a single CD, and even with > >4 CDs for 3.0 we're going to run into problems just organizing it. What are the sizes if we put all of the basic English packages on CD A and the other languages on B? That should yield a dependancy tree where packages on A never require packages on B. > bzip2 compresses somewhat better than gzip. The sum of file sizes in > my pkg dir is 493972390 with gzip and 447683380 with bzip2 -9 (don't > ask my boss what our one P6 did all morning :-) Is that gzip's default compression or gzip -9 ? -Pat From owner-freebsd-ports Mon Sep 29 09:21:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA20113 for ports-outgoing; Mon, 29 Sep 1997 09:21:06 -0700 (PDT) Received: from seagull.cdrom.com (root@seagull.cdrom.com [204.216.27.14]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA20107 for ; Mon, 29 Sep 1997 09:21:02 -0700 (PDT) Received: from cons.org (knight.cons.org [194.233.237.86]) by seagull.cdrom.com (8.8.6/8.6.6) with ESMTP id JAA15980 for ; Mon, 29 Sep 1997 09:20:35 -0700 (PDT) Received: (from cracauer@localhost) by cons.org (8.8.5/8.7.3) id SAA02577; Mon, 29 Sep 1997 18:21:26 +0200 (CEST) Message-ID: <19970929182125.00634@cons.org> Date: Mon, 29 Sep 1997 18:21:25 +0200 From: Martin Cracauer To: ports@freebsd.org Subject: Review: port with on-the-fly PLIST, please :-) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81 Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk http://hub.freebsd.org/~cracauer/ilu-port.tar.gz is a port that generates PLIST on-the-fly in post-install. Also, it messes with symbolic links at `make install` and `pkg_add/delete` time. If someone is concerned about how I did this, please review and drop me a short note. I tested all package operations, on 2.2.2 and -current and I did portlint. Also, what are the rules for tag names for `cvs import`? If someone wants to run a test, do it like this: [install ilu port or package] rehash cd /usr/local/ilu/examples/test1 [or copy this dir] ilumkmf make sh testserver make clean In case you're concerned: ILU generates "things" for programming languages found at configure time. If you later install the package on a machine that lacks some of the languages, things for installed languages will work. I tested this :-) Thanks for your time Martin P.S. if you build on -current, you'll see that sys/dirent.h needs, but not #includes sys/types.h -- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Martin Cracauer http://www.cons.org/cracauer cracauer@wavehh.hanse.de (batched, preferred for large mails) Tel.: (daytime) +4940 41478712 Fax.: (daytime) +4940 41478715 Tel.: (private) +4940 5221829 Fax.: (private) +4940 5228536 Paper: (private) Waldstrasse 200, 22846 Norderstedt, Germany From owner-freebsd-ports Mon Sep 29 09:35:54 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA21004 for ports-outgoing; Mon, 29 Sep 1997 09:35:54 -0700 (PDT) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id JAA20998 for ; Mon, 29 Sep 1997 09:35:50 -0700 (PDT) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <52707(1)>; Mon, 29 Sep 1997 09:33:53 PDT Received: from localhost by crevenia.parc.xerox.com with SMTP id <177486>; Mon, 29 Sep 1997 09:33:39 -0700 To: "Jordan K. Hubbard" cc: jgrosch@superior.mooseriver.com, ports@freebsd.org Subject: Re: Uh oh.. Time to take another look at the packages collection! In-reply-to: Your message of "Sun, 28 Sep 97 23:51:07 PDT." <9231.875515867@time.cdrom.com> Date: Mon, 29 Sep 1997 09:33:24 PDT From: Bill Fenner Message-Id: <97Sep29.093339pdt.177486@crevenia.parc.xerox.com> Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk "Jordan K. Hubbard" wrote: >Unfortunately, I can't immediately think of any easy ways to implement >this. Have you tried building a dependency graph, to see if we can get away with putting off this problem for a little while by putting all the depended packages on the same CD as the depending package? (Even a little duplication might be OK - e.g. tcl/tk package is on both CD's) Bill From owner-freebsd-ports Mon Sep 29 09:52:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA22046 for ports-outgoing; Mon, 29 Sep 1997 09:52:03 -0700 (PDT) Received: from euthyphro.uchicago.edu (euthyphro.uchicago.edu [128.135.21.31]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA22013 for ; Mon, 29 Sep 1997 09:51:53 -0700 (PDT) Received: from phaedrus.uchicago.edu (phaedrus [128.135.21.10]) by euthyphro.uchicago.edu (8.8.6/8.8.4) with ESMTP id LAA24138; Mon, 29 Sep 1997 11:51:33 -0500 (CDT) Received: (from sfarrell@localhost) by phaedrus.uchicago.edu (8.8.7/8.8.5) id LAA19214; Mon, 29 Sep 1997 11:51:31 -0500 (CDT) To: jgrosch@superior.mooseriver.com Cc: "Jordan K. Hubbard" , ports@FreeBSD.ORG Subject: Re: Uh oh.. Time to take another look at the packages collection! References: <19970928234543.04027@mooseriver.com> <9231.875515867@time.cdrom.com> <19970929002137.48137@mooseriver.com> From: stephen farrell Mime-Version: 1.0 (generated by tm-edit 7.89) Content-Type: text/plain; charset=US-ASCII Date: 29 Sep 1997 11:51:31 -0500 In-Reply-To: Josef Grosch's message of "Mon, 29 Sep 1997 00:21:37 -0700" Message-ID: <87d8ls6p2k.fsf@phaedrus.uchicago.edu> Lines: 23 X-Mailer: Gnus v5.4.64/XEmacs 19.15 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Josef Grosch writes: > Yes, and the more I think about it the uglier it gets. Just for the sake of > argument lets say you wish to install package A which is on CD 1. Package A > has dependency on packages B, C, D. Packages B and C are on CD 2 and D is > on CD 1. So your "New and Improved" package system chugs along copying > packages A and D to a tmp space then demands that you umount CD 1 and mount > CD 2. It copys packages B and C to the tmp space then finds that > package B has a dependency on package E which is on CD 1. So now you have to > unmount CD 2 and mount CD 1. > > You can see what a bummer this can become. The package system will need to > know _ALL_ dependences of a package in order to minimize CD swaping but it > will cause large amounts of tmp space to be eaten up. Let us pray that DVD > drops in price real soon and becomes the standard distribution media. Well, if you put all the packages that might be depended upon only on one cd, then you substantially reduce the likelihood of this problem occurring, or at least the impact of it. -- Steve Farrell From owner-freebsd-ports Mon Sep 29 10:07:29 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA23120 for ports-outgoing; Mon, 29 Sep 1997 10:07:29 -0700 (PDT) Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA22593 for freebsd-ports@freebsd.org; Mon, 29 Sep 1997 10:00:33 -0700 (PDT) Date: Mon, 29 Sep 1997 10:00:33 -0700 (PDT) Message-Id: <199709291700.KAA22593@hub.freebsd.org> From: FreeBSD bugmaster To: FreeBSD ports list Subject: Current unassigned ports problem reports Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The report has been examined by a team member and evaluated. f - feedback The problem has been solved, and the originator has been given a patch or a fix has been committed. The PR remains in this state pending a response from the originator. s - suspended Work on the problem has been postponed. This happens if a timely solution is not possible or is not cost-effective at the present time. The PR continues to exist, though a solution is not being actively sought. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1997/06/14] ports/3872 ports Enter key not working properly in trn por o [1997/07/14] ports/4093 ports [oleo] Calculating 1/1 becomes infinity. o [1997/09/25] ports/4626 ports inn port, active file contains control ch o [1997/09/27] ports/4637 ports current xfig-3.2 is unable to compile und 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/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/07/20] ports/4129 ports New port uploaded to incoming/sane.tar.gz o [1997/09/14] ports/4543 ports New financial | misc port: personal check 9 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1996/07/21] ports/1416 ports cflow(1) doesn't parse GNU C __attribute_ f [1996/12/08] ports/2182 ports FreeBSD's and X-32's list of locales do n f [1997/01/24] ports/2571 ports Maxima lacks pkg directory o [1997/02/22] ports/2797 ports New Port: qmail a [1997/03/06] ports/2902 ports Fix xmcd port for PACKAGE_BUILDING a [1997/03/06] ports/2905 ports Fixed port: xshisen-1.36 o [1997/03/08] ports/2920 ports patch for mispositioned xv windows under o [1997/03/09] ports/2926 ports xmgt-2.31 port, now in pub/incoming on ft o [1997/03/11] ports/2949 ports bsd.port.mk needs something like FETCH_EN o [1997/03/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/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 o [1997/04/24] ports/3379 ports mprof dumps core on FreeBSD 2.2.1 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 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/21] ports/3657 ports Port of NCSA HyperNews submitted as p5-hy o [1997/05/31] ports/3737 ports The DHCPD no longer works under FreeBSD 2 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/22] ports/3928 ports New port: jp-pgp-2.6.3ia (language) 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/29] ports/3983 ports New port: psf toolkit o [1997/06/30] ports/3991 ports set of OffiX ports o [1997/06/30] ports/3997 ports New port: VRML browser (vrweb) o [1997/07/02] ports/4014 ports package/port installation obeys roots uma o [1997/07/02] ports/4017 ports Someone has to upgrade the plor port! o [1997/07/03] ports/4023 ports One can't play the cardgame Ass on FreeBS o [1997/07/03] ports/4025 ports New port - jp-ebw3 o [1997/07/04] ports/4027 ports New port: rot13-1.3 o [1997/07/05] ports/4038 ports Initial port of the alpha-rel. WindowMake o [1997/07/07] ports/4055 ports Port for XMpeg3 v1.0 o [1997/07/09] ports/4067 ports wrong formats of files in offix.tar o [1997/07/16] ports/4103 ports Should I or should I not ? o [1997/07/16] ports/4104 ports Minor fix to hobbes-icons-xpm3 o [1997/07/17] ports/4109 ports New port: xcopilot o [1997/07/18] ports/4118 ports New Port: bind 8.1.1 o [1997/07/20] ports/4133 ports new port: mpich.tar.gz o [1997/07/21] ports/4140 ports New port: xgolgo (x11) o [1997/07/22] ports/4142 ports Hugs port to FreeBSD 2.2.1 o [1997/07/22] ports/4149 ports gcl port isn't of latest version o [1997/07/26] ports/4174 ports file mode of jnethack o [1997/07/30] ports/4192 ports New port: Amulet o [1997/07/31] ports/4203 ports Updated port file for the perl package p5 o [1997/08/03] ports/4219 ports TkRef submitted to Ports o [1997/08/03] ports/4224 ports New Port: qpage (v3.2) o [1997/08/04] ports/4227 ports cops perl script produces errors o [1997/08/06] ports/4239 ports New Port: xtattr o [1997/08/08] ports/4248 ports Port submission of Chimera 2.0a2 X-WWW Br o [1997/08/10] ports/4263 ports new ports: jp-vfxdvik-18f (dvi viewer for o [1997/08/10] ports/4264 ports mftp get a Segmentation fault o [1997/08/11] ports/4277 ports New port: asclock o [1997/08/12] ports/4281 ports Compress pcl graphics files - this is an o [1997/08/13] ports/4296 ports New Port emulators/stonx o [1997/08/14] ports/4304 ports Recommendation re. Ports Collection o [1997/08/15] ports/4311 ports new port of asmail-0.50 o [1997/08/17] ports/4319 ports New port: ASFiles-1.0 o [1997/08/18] ports/4330 ports new ports for rxvt with big5 support o [1997/08/18] ports/4331 ports new port of asprint o [1997/08/20] ports/4343 ports New ports submission - GUI E-Mail util s [1997/08/22] ports/4360 ports new port of Amaya-1.0b o [1997/08/23] ports/4362 ports submit new port chinese/rxvt o [1997/08/24] ports/4371 ports tkcvs+tkdiff o [1997/08/25] ports/4377 ports bkpupsd [device] o [1997/08/25] ports/4384 ports New port display-1.0 o [1997/08/26] ports/4387 ports New port: icewm o [1997/08/26] ports/4391 ports New port: VPCE o [1997/08/27] ports/4402 ports Port submission: math::MatrixReal o [1997/08/28] ports/4412 ports New port: YaTeX (in print and japanese) o [1997/09/01] ports/4446 ports New port: Atlast-1.0 o [1997/09/07] ports/4481 ports yet another Mac hfs utility o [1997/09/08] ports/4496 ports new port of latex2html-97.1.tar.gz o [1997/09/08] ports/4499 ports Update of slurp port o [1997/09/11] ports/4510 ports New port: lftp-0.12.2 o [1997/09/12] ports/4521 ports 'Joe' editor does not show control-chars o [1997/09/13] ports/4529 ports New port: kaskade-3.1.1 o [1997/09/13] ports/4530 ports New port: Xinvest o [1997/09/14] ports/4534 ports replace gimp with gimp-devel o [1997/09/14] ports/4546 ports HDF-lib port revised o [1997/09/15] ports/4552 ports New port: cccc-2.1.1 o [1997/09/16] ports/4557 ports New ports: xjig 2.4 o [1997/09/17] ports/4565 ports News port: ircII-current (ircII-2.9a8/col o [1997/09/18] ports/4567 ports wide-dhcp stores runtime data in /etc o [1997/09/18] ports/4570 ports New ports ted3.6a o [1997/09/18] ports/4571 ports New ports cn-ted-3.6a o [1997/09/18] ports/4578 ports New port of a checkbook//accounting packa o [1997/09/18] ports/4580 ports new port of tycoon, x11 desktop stuff o [1997/09/19] ports/4583 ports More changes to games/angband o [1997/09/20] ports/4590 ports New port: xaniroc-1.02 (category x11) o [1997/09/20] ports/4591 ports Port submission: xtide o [1997/09/21] ports/4595 ports Lynx tarball missing from ftp.freebsd.org o [1997/09/21] ports/4596 ports nas port fails build on 2.2-STABLE o [1997/09/22] ports/4606 ports New port: Hugs 1.4 (hugs-1.4.tar.gz in /p o [1997/09/22] ports/4608 ports The packing list for the mutt port is inc o [1997/09/23] ports/4611 ports Upgade of weblint v1.017 to 1.020 o [1997/09/23] ports/4613 ports New port: wdiff (display word differences o [1997/09/24] ports/4621 ports New port: xtris [category games] o [1997/09/24] ports/4623 ports Updated port: xmame-0.27.1 (category emul o [1997/09/25] ports/4624 ports New port of Wily, a clone of the Plan 9 e o [1997/09/25] ports/4631 ports New port: ncurses-1.9.9g o [1997/09/27] ports/4640 ports Enabled I18n code of transfig-3.2 with no o [1997/09/28] ports/4643 ports new port - japanese-english dictionary o [1997/09/28] ports/4644 ports This is a new port xfig -international ba o [1997/09/28] ports/4645 ports Enabled command line options such as TOP_ 115 problems total. From owner-freebsd-ports Mon Sep 29 10:16:54 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA23790 for ports-outgoing; Mon, 29 Sep 1997 10:16:54 -0700 (PDT) Received: from silent.darkening.com (nonxstnt@iskh122.haninge.kth.se [130.237.83.122]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA23759 for ; Mon, 29 Sep 1997 10:16:40 -0700 (PDT) Received: from localhost (nonxstnt@localhost) by silent.darkening.com (8.8.7/8.8.7) with SMTP id TAA29428 for ; Mon, 29 Sep 1997 19:17:43 +0200 (CEST) X-Authentication-Warning: silent.darkening.com: nonxstnt owned process doing -bs Date: Mon, 29 Sep 1997 19:17:42 +0200 (CEST) From: nobody To: ports@freebsd.org Subject: Suggestion (before 2.2.5 release) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from QUOTED-PRINTABLE to 8bit by hub.freebsd.org id KAA23772 Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk even if make search key= isn't well documented, I found it to be useful. small criticism: - why not make search= - why isn't it grep -i ? I spent a while searching for a network monitor, only to find it was Network monitor in the ports index.. (shoulda stuck to grep -i network /usr/ports/INDEX). I'm not subscribed to this list, so I won't see replies unless specifically sent to me, just wanted to bring this to someones attention. --- thomas strömberg . system admin, royal institute of technology (stockholm) nobody@darkening.com . irc:nobody@EFnet . talk:nonxstnt@silent.darkening.com real coders don't use comments. It was hard to write; it should be hard to read From owner-freebsd-ports Mon Sep 29 12:27:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA02260 for ports-outgoing; Mon, 29 Sep 1997 12:27:27 -0700 (PDT) Received: from mail.cdsnet.net (mail.cdsnet.net [204.118.244.5]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA02253 for ; Mon, 29 Sep 1997 12:27:21 -0700 (PDT) Received: from mail.cdsnet.net (mail.cdsnet.net [204.118.244.5]) by mail.cdsnet.net (8.8.6/8.8.6) with SMTP id MAA01797 for ; Mon, 29 Sep 1997 12:27:01 -0700 (PDT) Date: Mon, 29 Sep 1997 12:27:00 -0700 (PDT) From: Jaye Mathisen To: ports@freebsd.org Subject: MySQL port patch-aa file is empty. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Is there a reason for this? I resupped today, and it just checks out an empty file. From owner-freebsd-ports Mon Sep 29 13:11:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA05269 for ports-outgoing; Mon, 29 Sep 1997 13:11:10 -0700 (PDT) Received: from ppp1579.on.sympatico.ca (ppp1579.on.sympatico.ca [206.172.249.43]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA05262 for ; Mon, 29 Sep 1997 13:11:05 -0700 (PDT) Received: from localhost (tim@localhost) by ppp1669.on.sympatico.ca (8.8.7/8.8.7) with SMTP id QAA00235; Mon, 29 Sep 1997 16:06:15 -0400 (EDT) Date: Mon, 29 Sep 1997 16:06:15 -0400 (EDT) From: Tim Vanderhoek Reply-To: ac199@hwcn.org To: "Jordan K. Hubbard" cc: jgrosch@superior.mooseriver.com, ports@FreeBSD.ORG Subject: Re: Uh oh.. Time to take another look at the packages collection! In-Reply-To: <9231.875515867@time.cdrom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, 28 Sep 1997, Jordan K. Hubbard wrote: > Unfortunately, I can't immediately think of any easy ways to implement > this. You could make 2 package CDs. The packages which are dependencies (ie. they are depended on by some other package) would go on both CDs, and the other packages depending on dependencies would go on both discs. This is a little wasteful, though... -- tIM...HOEk OPTIMIZATION: the process of using many one-letter variables names hoping that the resultant code will run faster. From owner-freebsd-ports Mon Sep 29 14:42:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA12262 for ports-outgoing; Mon, 29 Sep 1997 14:42:37 -0700 (PDT) Received: from mail.cs.ucr.edu (root@mail.cs.ucr.edu [138.23.169.107]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA12231 for ; Mon, 29 Sep 1997 14:42:27 -0700 (PDT) Received: from hill.ucr.edu (korpe@hill.ucr.edu [138.23.169.109]) by mail.cs.ucr.edu (8.8.6/8.8.6) with ESMTP id OAA31312; Mon, 29 Sep 1997 14:51:06 -0700 From: Ibrahim Korpeoglu Received: (from korpe@localhost) by hill.ucr.edu (8.8.6/8.8.6) id OAA03033; Mon, 29 Sep 1997 14:40:36 -0700 Message-Id: <199709292140.OAA03033@hill.ucr.edu> Subject: can not install netscape To: freebsd-ports@FreeBSD.ORG (freebsd ports) Date: Mon, 29 Sep 1997 14:40:36 -0700 (PDT) Cc: korpe@cs.ucr.edu (Ibrahim Korpeoglu) Content-Type: text Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, I can not install netscape 4.0 under freebsd. I tried to download the ports.tar.gz, opened it and went into netscape4 directory, and did "make install"; but it somehow can not get the tar file. Probably it doesn't exist. Do you know a solution? Thanks a lot, Ibrahim. From owner-freebsd-ports Mon Sep 29 14:52:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA12969 for ports-outgoing; Mon, 29 Sep 1997 14:52:03 -0700 (PDT) Received: from ppp7258.on.sympatico.ca (ppp7241.on.sympatico.ca [206.172.249.209]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA12948 for ; Mon, 29 Sep 1997 14:51:58 -0700 (PDT) Received: from localhost (tim@localhost) by ppp7258.on.sympatico.ca (8.8.7/8.8.7) with SMTP id RAA00398; Mon, 29 Sep 1997 17:51:05 -0400 (EDT) Date: Mon, 29 Sep 1997 17:51:05 -0400 (EDT) From: Tim Vanderhoek Reply-To: ac199@hwcn.org To: hoek@hwcn.org cc: "Jordan K. Hubbard" , jgrosch@superior.mooseriver.com, ports@FreeBSD.ORG Subject: Re: Uh oh.. Time to take another look at the packages collection! In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 29 Sep 1997, Tim Vanderhoek wrote: > You could make 2 package CDs. The packages which are dependencies > (ie. they are depended on by some other package) would go on both > CDs, and the other packages depending on dependencies would go on would be split > both discs. This is a little wasteful, though... between both discs. From owner-freebsd-ports Mon Sep 29 16:07:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA17105 for ports-outgoing; Mon, 29 Sep 1997 16:07:59 -0700 (PDT) Received: from mexico.brainstorm.eu.org (root@mexico.brainstorm.fr [193.56.58.253]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA17094 for ; Mon, 29 Sep 1997 16:07:52 -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 BAA31681 for ; Tue, 30 Sep 1997 01:08:16 +0200 Received: (from uucp@localhost) by brasil.brainstorm.eu.org (8.8.6/brasil-1.2) with UUCP id BAA22385 for ports@FreeBSD.ORG; Tue, 30 Sep 1997 01:07:11 +0200 Received: (from roberto@localhost) by keltia.freenix.fr (8.8.7/keltia-2.10/nospam) id AAA26239; Tue, 30 Sep 1997 00:49:37 +0200 (CEST) Message-ID: <19970930004936.47437@keltia.freenix.fr> Date: Tue, 30 Sep 1997 00:49:36 +0200 From: Ollivier Robert To: ports@FreeBSD.ORG Subject: Re: Uh oh.. Time to take another look at the packages collection! References: <19970928234543.04027@mooseriver.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84 In-Reply-To: ; from Tim Vanderhoek on Mon, Sep 29, 1997 at 06:32:10AM -0400 X-Operating-System: FreeBSD 3.0-CURRENT Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk According to Tim Vanderhoek: > We could also try using the bzip compressor instead of gzip, but > I'm not sure about bzip's export status. It may compress > significantly better, though... It will probably do much better and get us a 10-20% saving. It will only be a temporary one and, much more important, bzip require as much as 5 times the memory of gzip ! -- Ollivier ROBERT -=- FreeBSD: There are no limits -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 3.0-CURRENT #35: Sun Sep 21 19:28:07 CEST 1997 From owner-freebsd-ports Mon Sep 29 16:50:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA18839 for ports-outgoing; Mon, 29 Sep 1997 16:50:04 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA18832; Mon, 29 Sep 1997 16:50:01 -0700 (PDT) Resent-Date: Mon, 29 Sep 1997 16:50:01 -0700 (PDT) Resent-Message-Id: <199709292350.QAA18832@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, sec@42.org Received: from matrix.42.org (sec@matrix.42.org [192.68.213.129]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA18563 for ; Mon, 29 Sep 1997 16:43:47 -0700 (PDT) Received: (from sec@localhost) by matrix.42.org (8.8.7/8.8.6) id BAA06286 (sender ); Tue, 30 Sep 1997 01:42:50 +0200 (CEST) Message-Id: <199709292342.BAA06286@matrix.42.org> Date: Tue, 30 Sep 1997 01:42:50 +0200 (CEST) From: Stefan `Sec` Zehl Reply-To: sec@42.org To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: mph@pobox.com X-Send-Pr-Version: 3.2 Subject: ports/4655: Update of XFrisk port (category games) Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4655 >Category: ports >Synopsis: Update of XFrisk port (category games) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Sep 29 16:50:00 PDT 1997 >Last-Modified: >Originator: Stefan `Sec` Zehl >Organization: >Release: FreeBSD 2.2-STABLE i386 >Environment: >Description: XFrisk port is not up to date :) >How-To-Repeat: >Fix: include this ? begin 644 xfrisk-port.tgz M'XL(`$T\,#0``^U9ZV_:2!#/5_:O&"7YT"C!^.V`2A4*7&HE/`3DFF]HL==@ MX5?]:)([W?]^LS802'675@U4NO-/@,W.[,NS\YO9]:,3N\FR=K1/@"H:F@9' M`)*AB?P*BE1<5Q`!=%521447#1G51*QQ!-I>1[5"EJ0T!CA*F/6O>EYH4>\0 M`SHL'@O[.Z['DGVM@N^WORRJAH1JDB9JI?T/@1W[^_9>'KDDBKJJ_K/])5%Z M87]9TN4C$/M\3(JPOX2(3Y'V?0!-%0',NQ M'4F_K*-M'%77+VU&F:A23=%G%OG5$RCQ4UCY?[2<[R\'^('XK^FRSOE?,M22 M_P^!+?NW![U>MS]Y^SY>XW_05+2_HFJ2)NF*P?E?UJ62_P^!%OB9E[K5R*-/ M+(:`I0]AO&0VC'!9P)SZ#)PPAGM)$DJJ_P]BR_\[W7%[M(\^7O-_F>=\N_Z/ M&\#2_P^!(O4#-P&ZRP3/_I\N:`I)%D5AG"9KA@"N)@"8*7$#R\MLQEM(6/R5 MQ1=PG*^JXM_Q!=#`1J'EN2Q(45BLN6.LW0]31O+VTP5;*3QW%0;>$US.HBAO M0%;YW5"F$'(H( M8Q:!5*\;J/)Y$?H;T1H]FF(.\`"?D#W@O1\MKJ)P%CX*5NA_("=8Z]2T3_&& M=#!*]5N];K/R\MB*#&^N<\FZS6+4*X4Z:;O!R.R.FQ6>V22DUQI/NJ/I MV)Q@&58X?;=5,KUO#_J3D?GQ;%MO.K[[V#%'JQ9J>&S36-J,Y]B,N4&.-)@SGS,?PBY&W>G9J]U@U-\ MPD%B3;,_GK1N;Z>]5G_8NN;CYP(2Q:QJA8'CSK.8-4@E#3-K`:=_?A[=C$?M MOVKI4X0TO"!$6.5H\'Z6V`*WMN`O/W`"7L=_FEJ+?;T!^('S'U65U3S^*^7Y M_T'PPO[YM4KIF_;Q&O_KXI;])075E/S]3\G_^T>U6@5SS?9"&,\K/63W#K,` MZB"J#4EKJ'5.W#HY/S]_5JU,,I9S.E*[*#5DM:'(!;]?74%5TBX,.,]_KZX( M$.!AAMFXR\.-9H)DQ."!098PN#4YF^9G3$GH,U0(YL"\A!&X;PV'MX-6A\N; M2,UWXU&A??9-6DJJJW::4,N2N)8;JT@RSS>2ERWDX_HY\(E-^)SP\[!@,0,: M6PLWQ2B*C`PVBUA@4PQHCD?GN$'&LB6+4KYO=OC*/RESX!(E2I0H4:+$P?$W (;N2UC0`H```V ` end >Audit-Trail: >Unformatted: From owner-freebsd-ports Mon Sep 29 16:52:48 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA18983 for ports-outgoing; Mon, 29 Sep 1997 16:52:48 -0700 (PDT) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id QAA18978 for ; Mon, 29 Sep 1997 16:52:43 -0700 (PDT) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <53587(5)>; Mon, 29 Sep 1997 16:52:07 PDT Received: from localhost by crevenia.parc.xerox.com with SMTP id <177486>; Mon, 29 Sep 1997 16:51:41 -0700 To: "Jordan K. Hubbard" cc: ports@freebsd.org, Bill Fenner Subject: Re: Uh oh.. Time to take another look at the packages collection! In-reply-to: Your message of "Mon, 29 Sep 97 09:33:24 PDT." <97Sep29.093339pdt.177486@crevenia.parc.xerox.com> Date: Mon, 29 Sep 1997 16:51:27 PDT From: Bill Fenner Message-Id: <97Sep29.165141pdt.177486@crevenia.parc.xerox.com> Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I didn't notice that INDEX already has a complete dependency listing. There are 653 ports that neither depend on another port nor are depended upon by another port, and 428 ports which either depend on another port or are depended upon by another port. Unless the depend/depended packages are disproportionately large, it seems like that's a safe way to split things up. Bill (I used something like: awk -F'|' '$9 != "" {print $1,$9}' /usr/ports/INDEX | tr ' ' '\012' | sort -u > /tmp/ports-with-depends-or-are-depended-on awk -F'|' '$9 == "" {print $1}' /usr/ports/INDEX | sort > /tmp/ports-with-no-depends comm -13 /tmp/ports-with-depends-or-are-depended-on /tmp/ports-with-no-depends > /tmp/ports-that-arent-depended-on-nor-depend-on-anything-else For the really astute, my numbers add up to 2 more than the length of /usr/ports/INDEX because tcl-7.5.1 and tk-4.1.1 are depended upon but aren't in INDEX.) From owner-freebsd-ports Mon Sep 29 17:41:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA21232 for ports-outgoing; Mon, 29 Sep 1997 17:41:17 -0700 (PDT) Received: from punt-1.mail.demon.net (punt-1b.mail.demon.net [194.217.242.135]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id RAA21224 for ; Mon, 29 Sep 1997 17:41:14 -0700 (PDT) Received: from jraynard.demon.co.uk ([158.152.42.77]) by punt-1.mail.demon.net id aa1110432; 30 Sep 97 0:36 BST Received: (from fports@localhost) by jraynard.demon.co.uk (8.8.7/8.6.12) id NAA14296; Tue, 30 Sep 1997 13:41:59 +0100 (BST) Message-ID: <19970930134158.54845@jraynard.demon.co.uk> Date: Tue, 30 Sep 1997 13:41:58 +0100 From: James Raynard To: Wolfgang Helbig Cc: freebsd-ports@freebsd.org Subject: Re: gnat port References: <199709282229.RAA19154@iworks.InterWorks.org> <199709290035.CAA27255@rvc1.informatik.ba-stuttgart.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81e In-Reply-To: <199709290035.CAA27255@rvc1.informatik.ba-stuttgart.de>; from Wolfgang Helbig on Mon, Sep 29, 1997 at 02:35:14AM +0200 Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, Sep 29, 1997 at 02:35:14AM +0200, Wolfgang Helbig wrote: > Instead there should be an extra port (lcc - local C compiler) Just in case anyone's thinking of following up this suggestion, please use a different name to avoid causing confusion with the well-known compiler of that name (http://www.cs.princeton.edu/software/lcc). -- James Raynard, Edinburgh, Scotland. james@jraynard.demon.co.uk http://www.freebsd.org/~jraynard/ From owner-freebsd-ports Mon Sep 29 17:50:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA21656 for ports-outgoing; Mon, 29 Sep 1997 17:50:06 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA21637; Mon, 29 Sep 1997 17:50:02 -0700 (PDT) Resent-Date: Mon, 29 Sep 1997 17:50:02 -0700 (PDT) Resent-Message-Id: <199709300050.RAA21637@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, sec@42.org Received: from suninfo1.wirtschaft.bos-muenchen.de (root@suninfo1.wirtschaft.bos-muenchen.de [192.68.213.254]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA21492 for ; Mon, 29 Sep 1997 17:46:12 -0700 (PDT) Received: from matrix.42.org (sec@matrix.42.org [192.68.213.129]) by suninfo1.wirtschaft.bos-muenchen.de (8.8.7/8.8.7) with ESMTP id CAA17948 for ; Tue, 30 Sep 1997 02:41:38 +0200 (MET DST) Received: (from sec@localhost) by matrix.42.org (8.8.7/8.8.6) id CAA11370 (sender ); Tue, 30 Sep 1997 02:44:26 +0200 (CEST) Message-Id: <199709300044.CAA11370@matrix.42.org> Date: Tue, 30 Sep 1997 02:44:26 +0200 (CEST) From: Stefan `Sec` Zehl Reply-To: sec@42.org To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/4656: New port: sidplay (category emulators) Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4656 >Category: ports >Synopsis: New port: sidplay (category emulators) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Sep 29 17:50:01 PDT 1997 >Last-Modified: >Originator: Stefan `Sec` Zehl >Organization: >Release: FreeBSD 2.2-STABLE i386 >Environment: FreeBSD matrix 2.2-STABLE FreeBSD 2.2-STABLE #0: Sun Sep 21 00:36:23 CEST 1997 sec@matrix:/usr/src/sys/compile/MATRIX i386 >Description: A new port "sidplay" which plays sidtunes (that is C=64 soundfiles) >How-To-Repeat: >Fix: use this .tar.gz :) begin 644 sidplay-port.tgz M'XL(`#]+,#0``^U96V_32!3N:^=7'(D^@$03WU.Z%&TV"2B"M%6<`KLO:&*? M)-[:'C,S(62K_O<]XSHA!;$%JT>>?11/`O9O*U[C7G`[_P?\$LW=_:YQ5_[;3K!1_UUJ<.G`J/-_%^!I M>LSVHQC29%S%PB\'5X/VZ]YUV1R)7(D4UVTLR'!X-5_A>7 MTZT]`_P,_VL9+F#;EN?6_&\7V/1_YVPPZ)V.[GV-._F?YZ_];[=:YD"P':^N M_[M`&[*Y2B(P08`2>!Y#V.\>1K.D`,SF*=="UN7\OXO-_._VPLYP"VOG[]I_PZ)@C_)*E0+0,@XR;ENC!9/RC)D)@^22`HXER)"I82$BYS$5[-LZPF(B1G&.B++ M1$RZ4!2!R&$IYI*X:5;,:=4&]+4RJNN)D!E1U!@+I'^Y7F^$K36><1F;EG*V MR&F0:L!HAA(G1CRM3M;AXQ1!"T@%CTM5\3-&M!3KT/(9IZWE1D",4$@QE3Q3 ML)@ETT^1MK"F-),@XIF,,42S;(Q MU[R2/..?$,:(.9-)46!,,T0&4Y[1GLJAF!%5UY+KA.RS5LMT+6AS0#VYFJ"4 M&+,XD1CI='DCP[B!]M6`=IH:PT*.)-Y8`=2\*(34]%,4:$3G4U!+I3$S@AF? MQXGX8M%%HF=`:M)6$,X[`UC0C](E)JS&/+J$B!=\G*2)3I#,WF833F'8.;\H M]>1@!X?C1-\8C<;*4@W2E;QO[$2;)I..49/3&2ED9/,\P@9C@])Y^430M)R& MT$@C0^3'[/E,Z^*XV5PL%HTIBNAF<9+9#$D3>L!Y2W&-R^8;>C163=_V6LVJ M9C9F.DM?//##<;/^G[_IA_?/_GZ`_[EK_F^W'+>L_Y9;U_]=8)SDJWAFU;U# MB?G`H[K&CV*5_]MY\W>#N_B?Y3I???]S+*M5Y_\N\`A.<0'F&%=$+.BDBTJ& MD%7A8([48_+1JD0\@K.T8R#?GQ`-ZQ+ M!]1I>]`[V=_X9,%Z[T?#=F?T(;QX^?YDWWS!8.>O7Y7C5M+7PXVBG?:H]^IL MV.^%)_NK9US%!NUPU!M^"/LCT_[SK(`$]$]']-<;DGKK#;!WP]?AL'.ROW]P M1;?=_O"Z>7!5Z7?-+L+>AU?FY6FEZA(58X50^A`_$RF+M'G16L#MU_-0BB*I MU]78+R]EB>,1L:8%AKV7_??7S8WZ_FUK6>E9(\FC=$Z<\OE8Q0T3"HWL\J'S 4FAHU:M2H4:/&]_$W9$8QTP`H``#Z ` end >Audit-Trail: >Unformatted: From owner-freebsd-ports Mon Sep 29 18:31:55 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA23372 for ports-outgoing; Mon, 29 Sep 1997 18:31:55 -0700 (PDT) Received: from ki1.chemie.fu-berlin.de (ki1.chemie.fu-berlin.de [160.45.24.21]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id SAA23367 for ; Mon, 29 Sep 1997 18:31:50 -0700 (PDT) Received: by ki1.chemie.fu-berlin.de (Smail3.1.28.1) from mail.hanse.de (193.174.9.9) with smtp id ; Tue, 30 Sep 97 02:31 MEST Received: from wavehh.UUCP by mail.hanse.de with UUCP for ports@freebsd.org id ; Tue, 30 Sep 97 01:31 MET Received: by wavehh.hanse.de (4.1/SMI-4.1) id AA04504; Mon, 29 Sep 97 18:49:39 +0200 Message-Id: <19970929184938.00144@wavehh.hanse.de> Date: Mon, 29 Sep 1997 18:49:38 +0200 From: Martin Cracauer To: patl@phoenix.volant.org Cc: ports@freebsd.org Subject: Re: Uh oh.. Time to take another look at the packages collection! References: <9709291305.AA03675@wavehh.hanse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81 In-Reply-To: ; from patl@phoenix.volant.org on Mon, Sep 29, 1997 at 08:09:02AM -0700 Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In , patl@phoenix.volant.org wrote: > > >The FreeBSD-current packages collection currently requires 713MB, not > > >counting the filename information itself (which, on CDs, is stored > > >very wastefully and generally accounts for another 30-40MB in cases > > >like this where you have hundreds of files). I don't need to tell > > >anyone here that 750MB does *not* fit on a single CD, and even with > > >4 CDs for 3.0 we're going to run into problems just organizing it. > > What are the sizes if we put the basic English versions on CD A > and the other languages on B ? That split should generate a set > of dependancy trees where packages on A never depend on packages > on B. Sounds good. > > bzip2 compresses somewhat better than gzip. The sum of file sizes in > > my pkg dir is 493972390 with gzip and 447683380 with bzip2 -9 (don't > > ask my boss what our one P6 did all morning :-) > > Is that gzip's default compression ratio, or gzip -9 ? Whatever Jordan uses to produce them, it looks like -9. BTW, it seems you don't generate CC: headers for all addresses in this discussion, looks like you sent individual message to -ports and me. This does't allow me to reply to all using a group reply. Martin -- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Martin.Cracauer@wavehh.hanse.de http://www.cons.org/cracauer/ BSD User Group Hamburg/Germany http://www.bsdhh.org/ From owner-freebsd-ports Mon Sep 29 19:41:34 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA26774 for ports-outgoing; Mon, 29 Sep 1997 19:41:34 -0700 (PDT) Received: from cliffy.statsci.com (root@cliffy.statsci.com [206.63.206.72]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id TAA26768 for ; Mon, 29 Sep 1997 19:41:23 -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 TAA22610; Mon, 29 Sep 1997 19:41:14 -0700 Received: from knife.statsci.com (localhost [127.0.0.1]) by knife.statsci.com (8.8.6/8.8.6/UUCP) with ESMTP id TAA02241; Mon, 29 Sep 1997 19:41:13 -0700 (PDT) Message-Id: <199709300241.TAA02241@knife.statsci.com> To: jgrosch@superior.mooseriver.com cc: "Jordan K. Hubbard" , ports@FreeBSD.ORG Subject: Re: Uh oh.. Time to take another look at the packages collection! References: <19970928231259.30273@mooseriver.com> <8904.875513941@time.cdrom.com> <19970928234543.04027@mooseriver.com> In-reply-to: <19970928234543.04027@mooseriver.com> From: Scott Blachowicz Reply-to: scott@statsci.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <2236.875587272.1@knife.statsci.com> Date: Mon, 29 Sep 1997 19:41:12 -0700 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Josef Grosch wrote: > The "New and Improved" (tm) package system will have to be > able to do package installs in a two step process. That is unless you wish > to tell our users that they MUST have either a CD changer or 2 CDROM drives > to use our package system ;-) [Assuming the packages can't be partitioned into a no-dependencies disk and another disk] Another simpler (but possibly less "elegant") solution would be to break them into 2 separate packages trees, but have a single TOC file that gets put on both disks. That way, installing a package from either disk would be able to detect that it didn't have the prerequisites. The simpler part comes in the handling of that condition - just abort with an error telling the user to install some specified package(s) from another disk. Sometimes such an approach is more efficient (in development, usage and support costs) and understandable... Also...there could be some sort of "path" specification (like the sites specifier in the ports Makefiles), so one could give preference to a local CD player, but pull the 2nd disk packages off a NFS-mounted (or FTP-accessed or whatever) location. 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 Mon Sep 29 21:00:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA29712 for ports-outgoing; Mon, 29 Sep 1997 21:00:46 -0700 (PDT) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id VAA29707 for ; Mon, 29 Sep 1997 21:00:41 -0700 (PDT) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 0xFtUE-0006Pb-00; Mon, 29 Sep 1997 22:00:38 -0600 Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.8.7/8.8.3) with ESMTP id WAA16107; Mon, 29 Sep 1997 22:01:14 -0600 (MDT) Message-Id: <199709300401.WAA16107@harmony.village.org> To: scott@statsci.com Subject: Re: Uh oh.. Time to take another look at the packages collection! Cc: jgrosch@superior.mooseriver.com, "Jordan K. Hubbard" , ports@freebsd.org In-reply-to: Your message of "Mon, 29 Sep 1997 19:41:12 PDT." <199709300241.TAA02241@knife.statsci.com> References: <199709300241.TAA02241@knife.statsci.com> <19970928231259.30273@mooseriver.com> <8904.875513941@time.cdrom.com> <19970928234543.04027@mooseriver.com> Date: Mon, 29 Sep 1997 22:01:14 -0600 From: Warner Losh Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <199709300241.TAA02241@knife.statsci.com> Scott Blachowicz writes: : Also...there could be some sort of "path" specification (like the sites : specifier in the ports Makefiles), so one could give preference to a local CD : player, but pull the 2nd disk packages off a NFS-mounted (or FTP-accessed or : whatever) location. Or for those of us that do have 7 disk CD changers, we can mount all of the ports packages at once :-) Warner From owner-freebsd-ports Mon Sep 29 21:55:44 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA02382 for ports-outgoing; Mon, 29 Sep 1997 21:55:44 -0700 (PDT) Received: from fallout.campusview.indiana.edu (fallout.campusview.indiana.edu [149.159.1.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA02374 for ; Mon, 29 Sep 1997 21:55:38 -0700 (PDT) Received: from localhost (jfieber@localhost) by fallout.campusview.indiana.edu (8.8.7/8.8.7) with SMTP id XAA22121; Mon, 29 Sep 1997 23:54:48 -0500 (EST) Date: Mon, 29 Sep 1997 23:54:48 -0500 (EST) From: John Fieber To: Stefan `Sec` Zehl cc: freebsd-ports@hub.freebsd.org Subject: Re: ports/4656: New port: sidplay (category emulators) In-Reply-To: <199709300044.CAA11370@matrix.42.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 30 Sep 1997, Stefan `Sec` Zehl wrote: > >Synopsis: New port: sidplay (category emulators) > > A new port "sidplay" which plays sidtunes (that is C=64 soundfiles) Emulators?! ACK! Try audio where all the other mpeg, tracker, midi, CD, etc. players are. -john From owner-freebsd-ports Tue Sep 30 00:58:35 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA10925 for ports-outgoing; Tue, 30 Sep 1997 00:58:35 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (ala-ca13-23.ix.netcom.com [204.32.168.55]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA10918 for ; Tue, 30 Sep 1997 00:58:30 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.7/8.6.9) id AAA10483; Tue, 30 Sep 1997 00:58:23 -0700 (PDT) Date: Tue, 30 Sep 1997 00:58:23 -0700 (PDT) Message-Id: <199709300758.AAA10483@silvia.HIP.Berkeley.EDU> To: jkh@time.cdrom.com CC: ports@FreeBSD.ORG In-reply-to: <8460.875510079@time.cdrom.com> (jkh@time.cdrom.com) Subject: Re: Uh oh.. Time to take another look at the packages collection! From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * The FreeBSD-current packages collection currently requires 713MB, not ^^^^^ Where did you get this number? On my package-stable build machine, it is 592MB, and it includes a bunch that won't be on CDs (NO_CDROM). Satoshi From owner-freebsd-ports Tue Sep 30 01:01:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA11242 for ports-outgoing; Tue, 30 Sep 1997 01:01:51 -0700 (PDT) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA11236 for ; Tue, 30 Sep 1997 01:01:47 -0700 (PDT) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.7/8.6.9) with ESMTP id BAA11311; Tue, 30 Sep 1997 01:01:34 -0700 (PDT) To: asami@cs.berkeley.edu (Satoshi Asami) cc: ports@FreeBSD.ORG Subject: Re: Uh oh.. Time to take another look at the packages collection! In-reply-to: Your message of "Tue, 30 Sep 1997 00:58:23 PDT." <199709300758.AAA10483@silvia.HIP.Berkeley.EDU> Date: Tue, 30 Sep 1997 01:01:33 -0700 Message-ID: <11308.875606493@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > * The FreeBSD-current packages collection currently requires 713MB, not > ^^^^^ > > Where did you get this number? On my package-stable build machine, it > is 592MB, and it includes a bunch that won't be on CDs (NO_CDROM). > > Satoshi I grabbed packages-current off of ftp.cdrom.com. What should I be grabbing instead for the official "no cdrom" dist? It seems like we go through this every time - you want some space to make an "exportable" collection too? ;-) Jordan From owner-freebsd-ports Tue Sep 30 01:10:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA11770 for ports-outgoing; Tue, 30 Sep 1997 01:10:04 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA11763; Tue, 30 Sep 1997 01:10:01 -0700 (PDT) Date: Tue, 30 Sep 1997 01:10:01 -0700 (PDT) Message-Id: <199709300810.BAA11763@hub.freebsd.org> To: freebsd-ports Cc: From: asami@cs.berkeley.edu (Satoshi Asami) Subject: Re: ports/4637: current xfig-3.2 cannot be compiled under XFree86 3.2 Reply-To: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/4637; it has been noted by GNATS. From: asami@cs.berkeley.edu (Satoshi Asami) To: Yoshio.Mita@isen.fr Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/4637: current xfig-3.2 cannot be compiled under XFree86 3.2 Date: Tue, 30 Sep 1997 01:04:18 -0700 (PDT) Although I don't have the machine to test XFree86-3.2 anymore, I certainly don't mind changes going into the tree that supports both 3.3[.1] and 3.2. What I objected in the past is something that breaks 3.3 for the sake of 3.2. Satoshi From owner-freebsd-ports Tue Sep 30 01:15:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA12226 for ports-outgoing; Tue, 30 Sep 1997 01:15:13 -0700 (PDT) Received: from matrix.42.org (sec@matrix.42.org [192.68.213.129]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA12217 for ; Tue, 30 Sep 1997 01:15:09 -0700 (PDT) Received: (from sec@localhost) by matrix.42.org (8.8.7/8.8.6) id KAA15726 (sender ); Tue, 30 Sep 1997 10:14:23 +0200 (CEST) Message-ID: <19970930101423.63848@matrix.42.org> Date: Tue, 30 Sep 1997 10:14:23 +0200 From: Stefan `Sec` Zehl To: John Fieber Cc: freebsd-ports@hub.freebsd.org Subject: Re: ports/4656: New port: sidplay (category emulators) References: <199709300044.CAA11370@matrix.42.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84 In-Reply-To: ; from John Fieber on Mon, Sep 29, 1997 at 11:54:48PM -0500 I-love-doing-this: really X-URL: http://sec.42.org/ Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, Sep 29, 1997 at 11:54:48PM -0500, John Fieber wrote: > On Tue, 30 Sep 1997, Stefan `Sec` Zehl wrote: > > > >Synopsis: New port: sidplay (category emulators) > > > > A new port "sidplay" which plays sidtunes (that is C=64 soundfiles) > > Emulators?! ACK! Try audio where all the other mpeg, tracker, > midi, CD, etc. players are. Hmm, okay, you're right :) I just thought, since it emulates an 6510 to pla the sound... , but yes it really belongs to "audio" :) Should I re-submit this, or just leave it like it is ? CU, Sec -- Hiroshima '45 Tsjernobyl '86 Windows '95 From owner-freebsd-ports Tue Sep 30 01:29:34 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA12874 for ports-outgoing; Tue, 30 Sep 1997 01:29:34 -0700 (PDT) Received: from btp1da.phy.uni-bayreuth.de (btp1da.phy.uni-bayreuth.de [132.180.20.32]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA12869 for ; Tue, 30 Sep 1997 01:29:31 -0700 (PDT) Received: (from werner@localhost) by btp1da.phy.uni-bayreuth.de (8.8.7/8.7.3) id KAA11143; Tue, 30 Sep 1997 10:29:28 +0200 (MEST) Message-ID: <19970930102928.17581@btp1da.phy.uni-bayreuth.de> Date: Tue, 30 Sep 1997 10:29:28 +0200 From: Werner Griessl To: ports@freebsd.org Subject: ImageMagick checksum Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81e Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk ImageMagick checksum is wrong: >> ImageMagick-3.9.0.tar.gz doesn't seem to exist on this system. >> Attempting to fetch from ftp://ftp.wizards.dupont.com/pub/ImageMagick/. Receiving ImageMagick-3.9.0.tar.gz (1698844 bytes): 100% 1698844 bytes transfered in 151.2 seconds (10.97 Kbytes/s) >> Checksum mismatch for ImageMagick-3.9.0.tar.gz. Make sure the Makefile and md5 file (/usr/ports/graphics/ImageMagick/files/md5) are up to date. If you want to override this check, type "make NO_CHECKSUM=yes [other args]". *** Error code 1 Werner From owner-freebsd-ports Tue Sep 30 01:31:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA12975 for ports-outgoing; Tue, 30 Sep 1997 01:31:09 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (ala-ca13-23.ix.netcom.com [204.32.168.55]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA12970 for ; Tue, 30 Sep 1997 01:31:06 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.7/8.6.9) id BAA10658; Tue, 30 Sep 1997 01:30:58 -0700 (PDT) Date: Tue, 30 Sep 1997 01:30:58 -0700 (PDT) Message-Id: <199709300830.BAA10658@silvia.HIP.Berkeley.EDU> To: jkh@time.cdrom.com CC: ports@FreeBSD.ORG In-reply-to: <11308.875606493@time.cdrom.com> (jkh@time.cdrom.com) Subject: Re: Uh oh.. Time to take another look at the packages collection! From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * I grabbed packages-current off of ftp.cdrom.com. Well, package-current is still 655MB on ftp.cdrom.com. * What should I be * grabbing instead for the official "no cdrom" dist? It seems like * we go through this every time - you want some space to make an * "exportable" collection too? ;-) That was not the reason for the discrepancy, but anyway -- I will build a set of packages for the CDROM before the release ("packages-2.2.5"). No thanks, I don't have time to take care of two collections on a regular basis. If you want something for a snap, yell at me or just go through ports/LEGAL by hand (there aren't that many). Satoshi From owner-freebsd-ports Tue Sep 30 02:16:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA15491 for ports-outgoing; Tue, 30 Sep 1997 02:16:05 -0700 (PDT) Received: from mail2.lancs.ac.uk (mail2.lancs.ac.uk [148.88.8.13]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id CAA15451 for ; Tue, 30 Sep 1997 02:15:56 -0700 (PDT) Received: from unixb.lancs.ac.uk by mail2.lancs.ac.uk with SMTP (PP); Tue, 30 Sep 1997 10:15:41 +0100 Received: (from costa@localhost) by unixb.lancs.ac.uk (8.8.4/8.6.12) id KAA25071; Tue, 30 Sep 1997 10:15:36 +0100 (BST) Date: Tue, 30 Sep 1997 10:15:35 +0100 (BST) From: EMANUELE COSTA To: ports@FreeBSD.ORG Subject: Gnat 3.01 for FreeBSD Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, I'd like to do a port of Gnat 3.01 and eventually to became a mantainer of that compiler. I've just read the handbook section regarding how to port a foreign package to FreeBSD, but as you already did a port of Gnat, namely Gnat 2.01, and because it's my first attempt to do such a thing I'm asking you for some advice and perhaps help in doing it. As a very short CV, I'm a computer science and maths student at Lancaster Uni, (north west of england), I know C/C++, Ada, Java, and Prolog, and during the last 4 months I've began to use intensively FreeBSD :-), and for the time being I'm reading a lot about BSD operating systems :-). Thank you for your help and patience, EMANUELE -- e-mail: costa@unix.lancs.ac.uk http://www.leganordsen.it/ From owner-freebsd-ports Tue Sep 30 04:45:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA20995 for ports-outgoing; Tue, 30 Sep 1997 04:45:49 -0700 (PDT) Received: from rvc1.informatik.ba-stuttgart.de (rvc1.informatik.ba-stuttgart.de [141.31.112.22]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA20977 for ; Tue, 30 Sep 1997 04:45:37 -0700 (PDT) Received: (from root@localhost) by rvc1.informatik.ba-stuttgart.de (8.8.7/8.8.5) id NAA00871; Tue, 30 Sep 1997 13:27:53 +0200 (MET DST) From: Wolfgang Helbig Message-Id: <199709301127.NAA00871@rvc1.informatik.ba-stuttgart.de> Subject: Re: Gnat 3.01 for FreeBSD In-Reply-To: from EMANUELE COSTA at "Sep 30, 97 10:15:35 am" To: e.costa@lancaster.ac.uk (EMANUELE COSTA) Date: Tue, 30 Sep 1997 13:27:53 +0200 (MET DST) Cc: ports@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Hi, > I'd like to do a port of Gnat 3.01 and eventually to became a > mantainer of that compiler. I've just read the handbook section regarding > how to port a foreign package to FreeBSD, but as you already did a port > of Gnat, namely Gnat 2.01, and because it's my first attempt to do such a ^ 2.03 > thing I'm asking you for some advice and perhaps help in doing it. Enjoy! Last week the gnat port was updated to GNAT 3.09, so you're kind of late. But thanks anyway. (The same happened to me. Last week I was working on that port, but the current maintainer "beat" me. Strange: Nobody seemed to care about GNAT for a year, suddenly everybody is playing around with it. Wolfgang From owner-freebsd-ports Tue Sep 30 04:59:42 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA21563 for ports-outgoing; Tue, 30 Sep 1997 04:59:42 -0700 (PDT) Received: from zeus.gel.usherb.ca (zeus.gel.usherb.ca [132.210.70.7]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id EAA21557 for ; Tue, 30 Sep 1997 04:59:38 -0700 (PDT) Received: from castor.gel.usherb.ca by zeus.gel.usherb.ca (4.1/SMI-4.1) id AA12514; Tue, 30 Sep 97 07:59:15 EDT Received: by castor.gel.usherb.ca (SMI-8.6/SMI-SVR4) id HAA08185; Tue, 30 Sep 1997 07:59:15 -0400 Date: Tue, 30 Sep 1997 07:59:13 -0400 (EDT) From: "Alex.Boisvert" To: Warner Losh Cc: scott@statsci.com, jgrosch@superior.mooseriver.com, "Jordan K. Hubbard" , ports@FreeBSD.ORG Subject: Re: Uh oh.. Time to take another look at the packages collection! In-Reply-To: <199709300401.WAA16107@harmony.village.org> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Since we can't have all the ports one one media (CD for instance), we need a new concept to "map" each port on a "carring media". As suggested, we could have a "Table Of Contents" which does this. What I suggest is that we create "volumes". One port would belong to a given volume, which is not necessarily associated with its current category. The TOC would access a "volume map" to know where a given port is located on media. (Could be "CD-1", "CD-2" or "ftp.freebsd.org" or "floppy-58"). The volume map would give some kind of base "URL" to fetch the port/distfile. Since we are dealing with removable media in some cases, there some also be a marking on the media to verify that the "mounted" media is the one we want to access. The marking could be a file named after the "volume name" and located at the base URL. (ie: ftp.freebsd.org/pub/FreeBSD/ports/volume1) Ok. Here how it would look: -------------------------------- file: INDEX.TOC format: name, filename (relative to base), volume set, description, ... freeze-2.5,archivers/freeze,arc1,MELT compression,... sharutils-4.1.4,archivers/gshar_gunshar,arc2,SHAR compression,... ---- file: VOLUME.MAP format: volume name, one or more base url arc1,file://cdrom arc2,ftp://ftp.freebsd.org arc3,file://cdrom comm1,file://usr/local/ports,ftp://ftp.localsite.org jp1,ftp://ftp.freebsd.org default,file://cdrom,file://usr/local/ports,ftp://ftp.freebsd.org ... --- Each entry specifies a "path" to look for the port. This is necessary because some lucky people have 7-disk-changers and one CD isn't necessarily always in the same logical CD-drive. In this case, the port installer would search the given path in sequential order. When I have a CD with volume sets "arc1" and "arc2" mounted locally, the following files would exists: /cdrom/arc1 and /cdrom/arc2. If the volume marker isn't found, the port installer would prompt the user to insert/mount (automount?) the correct media. I haven't talked about how to separate the ports in multiple volume sets but I think many will volunteer for this and have already done so ;-) Again, this is just a suggestion based on what other people have already pointed out. Regards, Alex. From owner-freebsd-ports Tue Sep 30 07:30:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA28149 for ports-outgoing; Tue, 30 Sep 1997 07:30:04 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA28142; Tue, 30 Sep 1997 07:30:02 -0700 (PDT) Resent-Date: Tue, 30 Sep 1997 07:30:02 -0700 (PDT) Resent-Message-Id: <199709301430.HAA28142@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, mi@aldan.ziplink.net Received: from mail.ziplink.net (mail.ziplink.net [199.232.240.10]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA28092 for ; Tue, 30 Sep 1997 07:29:39 -0700 (PDT) Received: from aldan.ziplink.net (aldan.ziplink.net [199.232.255.49]) by mail.ziplink.net (8.8.7/8.8.5) with ESMTP id KAA21778 for ; Tue, 30 Sep 1997 10:29:35 -0400 (EDT) Received: from rtfm.ziplink.net (rtfm [199.232.255.52]) by aldan.ziplink.net (8.8.5/8.8.5) with ESMTP id KAA02646 for ; Tue, 30 Sep 1997 10:29:01 -0400 (EDT) Received: (from root@localhost) by rtfm.ziplink.net (8.8.7/8.8.5) id KAA09828; Tue, 30 Sep 1997 10:29:48 -0400 (EDT) Message-Id: <199709301429.KAA09828@rtfm.ziplink.net> Date: Tue, 30 Sep 1997 10:29:48 -0400 (EDT) From: root@rtfm.ziplink.net Reply-To: mi@aldan.ziplink.net To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/4658: xmdiary port added Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4658 >Category: ports >Synopsis: yet another X11 utility added -- XDiary >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Sep 30 07:30:01 PDT 1997 >Last-Modified: >Originator: Mikhail Teterin >Organization: Virtual Estates, Inc. >Release: FreeBSD 3.0-970807-SNAP i386 >Environment: Requires Motif :( >Description: XDiary is your personal organizer that combines the functions of a desktop calendar, an appointment book and an alarm clock. XDiary will help you keep track of your meetings, appointments and plan your time. >How-To-Repeat: >Fix: The port's tarball is in the incoming on ftp.freebsd.org xmdiary.tar.gz . >Audit-Trail: >Unformatted: From owner-freebsd-ports Tue Sep 30 08:05:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA00267 for ports-outgoing; Tue, 30 Sep 1997 08:05:13 -0700 (PDT) Received: from iworks.InterWorks.org (deischen@iworks.interworks.org [128.255.18.10]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA00262 for ; Tue, 30 Sep 1997 08:05:07 -0700 (PDT) Received: (from deischen@localhost) by iworks.InterWorks.org (8.7.5/) id JAA27853; Tue, 30 Sep 1997 09:19:49 -0500 (CDT) Message-Id: <199709301419.JAA27853@iworks.InterWorks.org> Date: Tue, 30 Sep 1997 09:19:49 -0500 (CDT) From: "Daniel M. Eischen" To: e.costa@lancaster.ac.uk, helbig@Informatik.BA-Stuttgart.DE, ports@FreeBSD.ORG Subject: Re: Gnat 3.01 for FreeBSD Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > I'd like to do a port of Gnat 3.01 and eventually to became a > > mantainer of that compiler. I've just read the handbook section regarding > > how to port a foreign package to FreeBSD, but as you already did a port > > of Gnat, namely Gnat 2.01, and because it's my first attempt to do such a > ^ 2.03 > > thing I'm asking you for some advice and perhaps help in doing it. > > Enjoy! > > Last week the gnat port was updated to GNAT 3.09, so you're kind > of late. But thanks anyway. (The same happened to me. Last week I > was working on that port, but the current maintainer "beat" me. > Strange: Nobody seemed to care about GNAT for a year, suddenly > everybody is playing around with it. That's because it is, by far, the best Ada95 compiler around. Support is also superb, even if you don't pay the $1300 per seat for ACT support. Seriously, we are using it for deliverable Navy products, and it is much better than Rational Apex Ada which we also have paid over $200K for only 5 seats and 2 years of support. For more info and debate, join the GNAT mailing list and/or see the list archives (visit http://www.gnat.com). Dan Eischen deischen@iworks.InterWorks.org From owner-freebsd-ports Tue Sep 30 08:24:34 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA01240 for ports-outgoing; Tue, 30 Sep 1997 08:24:34 -0700 (PDT) Received: from cliffy.statsci.com (root@cliffy.statsci.com [206.63.206.72]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id IAA01224 for ; Tue, 30 Sep 1997 08:24:22 -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 IAA08248; Tue, 30 Sep 1997 08:22:17 -0700 Received: from knife.statsci.com (localhost [127.0.0.1]) by knife.statsci.com (8.8.6/8.8.6/UUCP) with ESMTP id IAA12549; Tue, 30 Sep 1997 08:22:15 -0700 (PDT) Message-Id: <199709301522.IAA12549@knife.statsci.com> To: "Alex.Boisvert" cc: Warner Losh , jgrosch@superior.mooseriver.com, "Jordan K. Hubbard" , ports@FreeBSD.ORG Subject: Re: Uh oh.. Time to take another look at the packages collection! References: In-reply-to: From: Scott Blachowicz Reply-to: scott@statsci.com Date: Tue, 30 Sep 1997 08:22:15 -0700 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk "Alex.Boisvert" wrote: > The marking could be a file named after the "volume name" and located at > the base URL. (ie: ftp.freebsd.org/pub/FreeBSD/ports/volume1) You'd probably also want to include some versioning info in your "volume name" (or in conjunction with it). If you're on a CD subscription, you tend to accumulate a bunch of them, and locating the right one would be easier if the program telling you to go get one of them told you as specifically as possible which one to go get. It also applies to FTP access in that there can be several versions of FreeBSD out there at any one time - all of them referencing the same directories could make life difficult... 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 Tue Sep 30 12:15:54 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA14818 for ports-outgoing; Tue, 30 Sep 1997 12:15:54 -0700 (PDT) Received: from actcom.co.il (baum@actcom.co.il [192.114.47.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA14812 for ; Tue, 30 Sep 1997 12:15:48 -0700 (PDT) Received: from localhost by actcom.co.il with SMTP (8.8.6/actcom-0.2) id VAA25024 for ; Tue, 30 Sep 1997 21:15:13 +0200 (EET) (rfc931-sender: baum@localhost) Date: Tue, 30 Sep 1997 21:15:10 +0200 (EET) From: Alexander Indenbaum To: ports@FreeBSD.org Subject: zircon port Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Hello! Could you please update zircon port. The only changes should be made are DISTNAME= zircon-1.18.54 In Makefile and md5 checksum in files sub. dir. MD5 (zircon-1.18.54.tar.gz) = ae74f14ca8464ebc5079fb91509f6582 Thanks in advance, Alexander Indenbaum baum@actcom.co.il From owner-freebsd-ports Tue Sep 30 13:04:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA18322 for ports-outgoing; Tue, 30 Sep 1997 13:04:59 -0700 (PDT) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA18309 for ; Tue, 30 Sep 1997 13:04:56 -0700 (PDT) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.7/8.6.9) with ESMTP id NAA08762; Tue, 30 Sep 1997 13:04:37 -0700 (PDT) To: Alexander Indenbaum cc: ports@FreeBSD.ORG Subject: Re: zircon port In-reply-to: Your message of "Tue, 30 Sep 1997 21:15:10 +0200." Date: Tue, 30 Sep 1997 13:04:37 -0700 Message-ID: <8758.875649877@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I see no such version on the author's master site. > Hello! > > Could you please update zircon port. > The only changes should be made are > DISTNAME= zircon-1.18.54 > In Makefile and md5 checksum in files sub. dir. > MD5 (zircon-1.18.54.tar.gz) = ae74f14ca8464ebc5079fb91509f6582 > > Thanks in advance, > > Alexander Indenbaum > baum@actcom.co.il > From owner-freebsd-ports Tue Sep 30 14:40:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA23673 for ports-outgoing; Tue, 30 Sep 1997 14:40:04 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA23660; Tue, 30 Sep 1997 14:40:02 -0700 (PDT) Resent-Date: Tue, 30 Sep 1997 14:40:02 -0700 (PDT) Resent-Message-Id: <199709302140.OAA23660@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, sec@42.org Received: from matrix.42.org (sec@matrix.42.org [192.68.213.129]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA23569 for ; Tue, 30 Sep 1997 14:38:24 -0700 (PDT) Received: (from sec@localhost) by matrix.42.org (8.8.7/8.8.6) id XAA05321 (sender ); Tue, 30 Sep 1997 23:38:17 +0200 (CEST) Message-Id: <199709302138.XAA05321@matrix.42.org> Date: Tue, 30 Sep 1997 23:38:17 +0200 (CEST) From: Stefan `Sec` Zehl Reply-To: sec@42.org To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/4664: New port sendfile-1.6 (category net) Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4664 >Category: ports >Synopsis: New port sendfile-1.6 (category net) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Sep 30 14:40:01 PDT 1997 >Last-Modified: >Originator: Stefan `Sec` Zehl >Organization: >Release: FreeBSD 2.2-STABLE i386 >Environment: FreeBSD matrix 2.2-STABLE FreeBSD 2.2-STABLE #0: Sun Sep 21 00:36:23 CEST 1997 sec@matrix:/usr/src/sys/compile/MATRIX i386 >Description: A new port, sendfile. sendfile/pkg/DESCR: SAFT (Simple Asynchronous File Transfer) is a new Internet protocol for sending files and messages asynchronously. This is useful, because you don't have to log on to the receiving site to do it. You simply tell the sendfile program a file name and where to send it: "sendfile your_file user@somedomain" (Of course there are options). The package includes: A sendfile client (which sends files), a sendmsg client (which sends messages), a receive client (which copies files from the local sendfile spool to the recipient's current directory) and a sendfiled server (which receives files and messages and stores them in the local sendfile spool). >How-To-Repeat: I wonder if anyone notices my ports anyday and commits them, or if i even get some reply ? Anyway keep up the good work, I'm just trying to add my part. :) >Fix: include this: begin 644 sendfile-port.tar.gz M'XL("$QO,30"`W-E;F1F:6QE+7!O, M7S!QPAZIL(%DN4T@!>N M8%M2J]522T^WI$3$LV:V0Z2=[T>@R7JS"3L`BMZ4V1L:2O).208XU!1-/=2U MIHILLBZK.]#D?0'V[^I*2I^*XJN MRX7]_P#[N]9W&'1%E@\U[6G[*[*Z87]5TPYW0"[L_]WIJMN$O>4D$)7C8UT^ M5AMU')/Z_/=]:(,Y.VHTFL>:J2M'.CEN&#HY,J8SHRD?:C/L/Z# MV_GWB@%>X/\/%4UA^*\UFP7^;]W^9\.KJ]Y@LFW\!UU;VA\YFPS_FPV]P/]M MT-AV`X=`)WKPS$7H>WX_RFJHF;K7V;XKS:4(O[;SOKOG$]@[ZLHL`]V!`9XY![Z'B6A M1R@$H4]]TW=@YH<"FT>V-P>^C0##L\`E463,62(GU7FH`TP6*`S_XHC,8N<` MIL0T\!L>_!@LW]NE("R,.P+4!\>?@^^Q+[H@$!*3V'>LF`!*'(=Q"\NIS12=AX:+^O.D9[B$:WB_0&!C4A@GRFD)Y54=U"6\X5^H M67@:^2ZQ?->PO3+L#6=@8C%J3+D$`W]^P#`QVJ\+P@0U#0SS%CL/MF3[>/_H;X9_ZL-72OP M?QLTM3UI.0<$GIC=F`XQO#C@27-!S-N;-8Z8SG2,!WTK2:8(("PE,>Q:LEF$ MLQ%J2IZ_$L*2RT3=G`E17@E+<`U/PI^2\2CU^>_KV=C(1FZJ1I(K"*?D`S'! MO44@`S$`Z#F\2&68"]>W@&U@'^%;XU%T7?]B M2^L29?DK+5,_1H1]@D="-'VJR(_I6E.'3S?U/#'$7/@@$MB-C!E]1R,:$L-] M1ZD9O*.>?V_8F!GZ/CZE.`HEOE:D=;.N`-_:A9,3D-@DL#&,L.JF[\T>;^<= MU8YTB;=22=P[68LF$G].TQAE]^1$2J96>&>;)$IEWMH8#X@_O[J&]P'ZI/C# M_;^-^UO8K2H*M-M0YDJ4X2.&"39ZOJH*GV#W/7?2RM_8^+)ZZ((8/CKO_NOX?V7<$O:QLW7\!UUO M+/%?:QYJ_/Q7+?;_6Z$*##"F#_R08O#G.PY&?1C'@IO.!A;;MYB-5A.O`J]) M&#&>D/P68YAHM1(O7C_$LJZ!<;F)Z$"7^8P:,@Q-"NQT&7G>+'PW*UL2CO^I MIM;]<"Y4D*G:MZKX(70Q(AETKGKM%=O&4;5P_]TY\IZ@]?MTO6H=][_1[N,$OG7 MIS+38Z!@ON[8FP$?\9%'W]=[D!?-'Y MKY[$?^IA#?YFBVT+><[/05140Z4)M22U^FI``)4P"(S M(W8H.AHWL!U^CD,HQ7VZ:@GAV?MFY&+?%H2K4*KD$7';31+0NS/;0 M@H[#SZ1S\L;7P^%E^['02?RI/T!T;N="58Q4!1'A=",;-Q:H$`?B?#;&>H(X M[HU>]T8;%5C(*]12^2NHYN)KJ?@LETFOI=*S7":\E@G/"KAL0*\SZ;)*[6J M-^F@_[O<9'`)-5S#=@2Q,NX-NCD6>YKLV%AA;;ULM4/@A?EH`%MZB@!%P/`< M7F%_8>DE.Y/^(,_]-&>".7H".OK!,4<=A"&?KC'=KS\ MRXO=*0GW!?C(0(!\8!<,P$JCA^C&0Y8?T1?8,P\A'WX:=W-,J41D0R['CNC; M7QDONXR8,3>!&P9V6VDFC--X-B/A6TU&I@(0OKC^S>VM_T:CD<7_&KL+Q/6O M-HKUOZWU;Y$[XOB!E$92"`$8W;TA%OP]]D`YPNU82V:!8(8!&S768*#!8&`M M%-3E@R,,!?F+P0#NOFWV'/7&D\YHTJ9A3/B:9J=_Y22ZC!G`0'45[I0%<%&U5KE*:&YDA=+776%G1.6DL/2$C6#4G)46F(GI:7J^+R[ M68\-2S)D1^J!*N.8)>]LT#B':,_@+8BSY-0Q"'VNS*\_LMLUCPT'+R^_GX=H MDO4#_+4J[\O0AG(Y7W.IN6'QV]R-RM1?JU_.U4C/7M.27$$UB88W+A(>X<>N MB>RWUCDS6M0=?VY[+^G>JM(W=W`EX9$NKLJ>WAudit-Trail: >Unformatted: From owner-freebsd-ports Tue Sep 30 14:46:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA24001 for ports-outgoing; Tue, 30 Sep 1997 14:46:59 -0700 (PDT) Received: from lions.cableinet.net (lions.cableinet.net [193.38.113.5]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id OAA23995 for ; Tue, 30 Sep 1997 14:46:56 -0700 (PDT) Received: from nemkoltd.nildram.co.uk (usr22-cro.cableinet.co.uk [194.117.149.32]) by lions.cableinet.net (950413.SGI.8.6.12/951211.SGI) via SMTP id WAA20450 for ; Tue, 30 Sep 1997 22:35:47 +0100 Received: by nemkoltd.nildram.co.uk with Microsoft Mail id <01BCCDF2.9ED266E0@nemkoltd.nildram.co.uk>; Tue, 30 Sep 1997 22:45:58 +0100 Message-ID: <01BCCDF2.9ED266E0@nemkoltd.nildram.co.uk> From: Ian Vaudrey To: "'ports@freebsd.org'" Subject: Conditional PLIST entries? Date: Tue, 30 Sep 1997 22:41:23 +0100 Encoding: 14 TEXT Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I've been playing with the Objective Caml port, with the aim of modifying it so that it installs the ocaml HTML reference manual so long as NOPORTSDOC is not defined. This was pretty straightforward, but I've noticed that the ocaml configure correctly spots that I don't have X installed and so doesn't build or install three X dependent files. So far so good, make all install works as expected and now installs the HTML stuff too. But make package fails, because of course the PLIST contains pointers to the three X dependent files. So, is there any way to have conditional entries in the PLIST? In this case, obviously I'd like to have these three entries conditional on the presence of X. TIA, - Ian From owner-freebsd-ports Tue Sep 30 23:06:39 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA19929 for ports-outgoing; Tue, 30 Sep 1997 23:06:39 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (wck-ca5-08.ix.netcom.com [199.35.213.168]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA19922 for ; Tue, 30 Sep 1997 23:06:35 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.7/8.6.9) id XAA03269; Tue, 30 Sep 1997 23:06:27 -0700 (PDT) Date: Tue, 30 Sep 1997 23:06:27 -0700 (PDT) Message-Id: <199710010606.XAA03269@silvia.HIP.Berkeley.EDU> To: i.vaudrey@cableinet.co.uk CC: ports@freebsd.org In-reply-to: <01BCCDF2.9ED266E0@nemkoltd.nildram.co.uk> (message from Ian Vaudrey on Tue, 30 Sep 1997 22:41:23 +0100) Subject: Re: Conditional PLIST entries? From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * So, is there any way to have conditional entries in the PLIST? In this case, * obviously I'd like to have these three entries conditional on the presence of X. There is, but don't worry too much, it is not worth it. The "standard" FreeBSD packages are only built with the standard configurations. Satoshi From owner-freebsd-ports Tue Sep 30 23:27:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA21277 for ports-outgoing; Tue, 30 Sep 1997 23:27:46 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (wck-ca5-08.ix.netcom.com [199.35.213.168]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA21253; Tue, 30 Sep 1997 23:27:41 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.7/8.6.9) id XAA03370; Tue, 30 Sep 1997 23:27:29 -0700 (PDT) Date: Tue, 30 Sep 1997 23:27:29 -0700 (PDT) Message-Id: <199710010627.XAA03370@silvia.HIP.Berkeley.EDU> To: jkh@time.cdrom.com CC: freebsd-stable@freebsd.org, ports@freebsd.org Reply-to: ports@freebsd.org In-reply-to: <10635.875667912@time.cdrom.com> (jkh@time.cdrom.com) Subject: Re: Final notice: 2.2 branch code freeze is coming up. From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * Code freeze for the RELENG_2_2 branch will be at 23:59 PST 9/30/97 * (how's *that* for pedantic! :), approximately 6 hours from now. I am now going to start a final "make world" on the package building machine and then start building the packages for 2.2.5R. They will appear in the directory "packages-2.2.5" on wcarchive, so test them early and often. The ports freeze date will be announced later. Satoshi From owner-freebsd-ports Wed Oct 1 00:16:55 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA24470 for ports-outgoing; Wed, 1 Oct 1997 00:16:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA24444; Wed, 1 Oct 1997 00:16:43 -0700 (PDT) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id AAA03271; Wed, 1 Oct 1997 00:11:08 -0700 (PDT) Date: Wed, 1 Oct 1997 00:11:08 -0700 (PDT) Message-Id: <199710010711.AAA03271@freefall.freebsd.org> To: sanpei@yy.cs.keio.ac.jp, max@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/4613 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: New port: wdiff (display word differences between text files.) State-Changed-From-To: open-closed State-Changed-By: max State-Changed-When: Wed Oct 1 00:10:30 PDT 1997 State-Changed-Why: The port imported, thanks. From owner-freebsd-ports Wed Oct 1 00:50:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA26336 for ports-outgoing; Wed, 1 Oct 1997 00:50:05 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA26326; Wed, 1 Oct 1997 00:50:01 -0700 (PDT) Date: Wed, 1 Oct 1997 00:50:01 -0700 (PDT) Message-Id: <199710010750.AAA26326@hub.freebsd.org> To: freebsd-ports Cc: From: max@FreeBSD.ORG Subject: Re: ports/4591: Port submission: xtide Reply-To: max@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/4591; it has been noted by GNATS. From: max@FreeBSD.ORG To: freebsd-gnats-submit@freebsd.org, brion@queeg.com Cc: max@wide.ad.jp Subject: Re: ports/4591: Port submission: xtide Date: Wed, 1 Oct 1997 16:47:09 +0900 (JST) The file ftp://ftp.freebsd.org/pub/FreeBSD/incoming/xtide.tar.gz doesn't have any file in it. Please check and re-submit the file. Thanks, Max From owner-freebsd-ports Wed Oct 1 01:20:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA28060 for ports-outgoing; Wed, 1 Oct 1997 01:20:05 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA28049; Wed, 1 Oct 1997 01:20:02 -0700 (PDT) Resent-Date: Wed, 1 Oct 1997 01:20:02 -0700 (PDT) Resent-Message-Id: <199710010820.BAA28049@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, i.vaudrey@cableinet.co.uk Received: (from nobody@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA27619; Wed, 1 Oct 1997 01:14:31 -0700 (PDT) Message-Id: <199710010814.BAA27619@hub.freebsd.org> Date: Wed, 1 Oct 1997 01:14:31 -0700 (PDT) From: i.vaudrey@cableinet.co.uk To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/4667: Ocaml port does not install reference manual Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4667 >Category: ports >Synopsis: Ocaml port does not install reference manual >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 1 01:20:00 PDT 1997 >Last-Modified: >Originator: Ian Vaudrey >Organization: >Release: 2.2-STABLE >Environment: FreeBSD test.nemko.ltd.uk 2.2-STABLE FreeBSD 2.2-STABLE #0: Sun Sep 14 22:30:18 BST 1997 ian@test.nemko.ltd.uk:/usr/src/sys/compile/TESTBOX i386 >Description: The ocaml port does not install the language reference manual, which is avaliable in various formats from the ocaml master sites. >How-To-Repeat: >Fix: The following diff patches the port so that it fetches and installs the HTML version of the reference manual. Please apply and commit. diff -ruN ocaml.orig/Makefile ocaml/Makefile --- ocaml.orig/Makefile Fri Jan 3 11:25:46 1997 +++ ocaml/Makefile Tue Sep 30 19:08:40 1997 @@ -7,6 +7,10 @@ # DISTNAME= ocaml-1.03 +DISTFILES= ${DISTNAME}.tar.gz +.if !defined(NOPORTDOCS) +DISTFILES+= ${DISTNAME}-refman.html.tar.gz +.endif CATEGORIES= lang MASTER_SITES= ftp://ftp.kurims.kyoto-u.ac.jp/pub/lang/caml-light/ \ ftp://ftp.inria.fr/lang/caml-light/ @@ -20,6 +24,10 @@ ocamlopt.1 ocamlprof.1 ocamlrun.1 ocamlyacc.1 post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/ocaml/html + cd ${WRKDIR}/htmlman; ${INSTALL_DATA} * ${PREFIX}/share/doc/ocaml/html +.endif @strip ${PREFIX}/bin/ocamlrun ${PREFIX}/bin/ocamlyacc .include diff -ruN ocaml.orig/files/md5 ocaml/files/md5 --- ocaml.orig/files/md5 Fri Jan 3 11:25:46 1997 +++ ocaml/files/md5 Tue Sep 30 18:57:22 1997 @@ -1 +1,2 @@ MD5 (ocaml-1.03.tar.gz) = 933ececf83e12d713e1867e5f7423d0e +MD5 (ocaml-1.03-refman.html.tar.gz) = 4a00b7ae77353b2b03dfebe40287f226 diff -ruN ocaml.orig/pkg/PLIST ocaml/pkg/PLIST --- ocaml.orig/pkg/PLIST Fri Jan 3 11:25:47 1997 +++ ocaml/pkg/PLIST Tue Sep 30 19:28:14 1997 @@ -166,3 +166,70 @@ man/man1/ocamlprof.1.gz man/man1/ocamlrun.1.gz man/man1/ocamlyacc.1.gz +share/doc/ocaml/html/contents_motif.gif +share/doc/ocaml/html/index.html +share/doc/ocaml/html/next_motif.gif +share/doc/ocaml/html/node1.html +share/doc/ocaml/html/node10.html +share/doc/ocaml/html/node11.html +share/doc/ocaml/html/node12.html +share/doc/ocaml/html/node13.html +share/doc/ocaml/html/node14.html +share/doc/ocaml/html/node15.html +share/doc/ocaml/html/node16.1.html +share/doc/ocaml/html/node16.10.html +share/doc/ocaml/html/node16.11.html +share/doc/ocaml/html/node16.12.html +share/doc/ocaml/html/node16.13.html +share/doc/ocaml/html/node16.14.html +share/doc/ocaml/html/node16.15.html +share/doc/ocaml/html/node16.16.html +share/doc/ocaml/html/node16.17.html +share/doc/ocaml/html/node16.18.html +share/doc/ocaml/html/node16.19.html +share/doc/ocaml/html/node16.2.html +share/doc/ocaml/html/node16.20.html +share/doc/ocaml/html/node16.21.html +share/doc/ocaml/html/node16.22.html +share/doc/ocaml/html/node16.23.html +share/doc/ocaml/html/node16.24.html +share/doc/ocaml/html/node16.25.html +share/doc/ocaml/html/node16.3.html +share/doc/ocaml/html/node16.4.html +share/doc/ocaml/html/node16.5.html +share/doc/ocaml/html/node16.6.html +share/doc/ocaml/html/node16.7.html +share/doc/ocaml/html/node16.8.html +share/doc/ocaml/html/node16.9.html +share/doc/ocaml/html/node16.html +share/doc/ocaml/html/node17.html +share/doc/ocaml/html/node18.html +share/doc/ocaml/html/node19.html +share/doc/ocaml/html/node2.html +share/doc/ocaml/html/node20.html +share/doc/ocaml/html/node21.html +share/doc/ocaml/html/node22.html +share/doc/ocaml/html/node3.html +share/doc/ocaml/html/node4.html +share/doc/ocaml/html/node5.1.html +share/doc/ocaml/html/node5.10.html +share/doc/ocaml/html/node5.11.html +share/doc/ocaml/html/node5.12.html +share/doc/ocaml/html/node5.13.html +share/doc/ocaml/html/node5.2.html +share/doc/ocaml/html/node5.3.html +share/doc/ocaml/html/node5.4.html +share/doc/ocaml/html/node5.5.html +share/doc/ocaml/html/node5.6.html +share/doc/ocaml/html/node5.7.html +share/doc/ocaml/html/node5.8.html +share/doc/ocaml/html/node5.9.html +share/doc/ocaml/html/node5.html +share/doc/ocaml/html/node6.html +share/doc/ocaml/html/node7.html +share/doc/ocaml/html/node8.html +share/doc/ocaml/html/node9.html +share/doc/ocaml/html/previous_motif.gif +@dirrm share/doc/ocaml/html +@dirrm share/doc/ocaml + >Audit-Trail: >Unformatted: From owner-freebsd-ports Wed Oct 1 02:47:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA02821 for ports-outgoing; Wed, 1 Oct 1997 02:47:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA02801; Wed, 1 Oct 1997 02:47:16 -0700 (PDT) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id CAA04579; Wed, 1 Oct 1997 02:41:40 -0700 (PDT) Date: Wed, 1 Oct 1997 02:41:40 -0700 (PDT) Message-Id: <199710010941.CAA04579@freefall.freebsd.org> To: vanilla@MinJe.com.TW, max@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/4571 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: New ports cn-ted-3.6a State-Changed-From-To: open-closed State-Changed-By: max State-Changed-When: Wed Oct 1 02:39:54 PDT 1997 State-Changed-Why: The port imported with some modification. From owner-freebsd-ports Wed Oct 1 02:54:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA03152 for ports-outgoing; Wed, 1 Oct 1997 02:54:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA03141; Wed, 1 Oct 1997 02:54:22 -0700 (PDT) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id CAA04696; Wed, 1 Oct 1997 02:48:46 -0700 (PDT) Date: Wed, 1 Oct 1997 02:48:46 -0700 (PDT) Message-Id: <199710010948.CAA04696@freefall.freebsd.org> To: vanilla@MinJe.com.TW, max@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/4570 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: New ports ted3.6a State-Changed-From-To: open-closed State-Changed-By: max State-Changed-When: Wed Oct 1 02:47:30 PDT 1997 State-Changed-Why: Duplicated PR. (CF: PR #4571.) From owner-freebsd-ports Wed Oct 1 02:55:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA03231 for ports-outgoing; Wed, 1 Oct 1997 02:55:20 -0700 (PDT) Received: from DonaldBurr.dyn.ml.org (dburr@ppp11217.la.inreach.net [206.18.113.217]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA03204; Wed, 1 Oct 1997 02:55:10 -0700 (PDT) Received: (from dburr@localhost) by DonaldBurr.dyn.ml.org (8.8.5/8.8.5) id CAA01167; Wed, 1 Oct 1997 02:54:40 -0700 (PDT) Message-ID: X-Mailer: XFMail 1.1 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Date: Wed, 01 Oct 1997 02:45:39 -0700 (PDT) Organization: Starfleet Command From: Donald Burr To: FreeBSD Ports , FreeBSD Questions Subject: how to use mysql port/package Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk -----BEGIN PGP SIGNED MESSAGE----- I'd like to get the mysql package or port working, but have had no success so far. I have tried both the package and the port (both in FreeBSD-current). Basically, I am always getting "access denied" when accessing any database, as any user (even root). The MySQL faq (installed in /usr/local/share/doc/mysql) was less than helpful. In fact, it provided NO information to help me even get started fixing this problem. I had to go to the mysql tarball for that: the file INSTALL-BINARY in said tarball mentions a "mysql_install_db" script that is to be run if you wish to reset all of the databases and permissions to the default (which specify that root has access to everything). It says to remove all of the /var/db/mysql/mysql/*.{ISD,ISM} files then run the mysql_install_db script. I tried this several times, but it does not help. I still get "access denied" messages, such as: # try to access the "test" database [root@DonaldBurr:120 ~]# mysql test ERROR: Access denied # get root's access permissions on the test database [root@DonaldBurr:121 ~]# mysqlaccess root test mysqlaccess Version 1.2-3, 16 Jun 1997 By RUG-AIV, by Yves Carlier (Yves.Carlier@rug.ac.be) This software come with ABSOLUTELY NO WARRANTY. Sorry, An error occurred when trying to connect to the database with the grant-tables: * Maybe YOU do not have READ-access to this database? * If you used the -U option, you may have supplied an invalid username? for the superuser? * If you used the -U option, it may be possible you have to supply a superuser-password to, with the -P option? * If you used the -P option, you may have supplied an invalid password? # get root's access permissions on all databases [root@DonaldBurr:122 ~]# mysqlaccess root \* <> If anyone can shed some light on this, I would very much appreciate a (Private) e-mail from you. I will be happy to summarize to the group the responses that I receive. Many thanks in advance for your assistance. Donald Burr - Ask me for my PGP key | PGP: Your WWW HomePage: http://DonaldBurr.base.org/ ICQ #1347455 | right to Address: P.O. Box 91212, Santa Barbara, CA 93190-1212 | 'Net privacy. Phone: (805) 957-9666 FAX: (800) 492-5954 | USE IT. -----BEGIN PGP SIGNATURE----- Version: 2.6.2 iQCVAwUBNDId3vjpixuAwagxAQEX3gQAm50albwNZg5+J2BurdmdCFo+bKO8pZeT 5+jkjMyqRS7TRbjtAdmT3C8itjNv0vKem211LZn7ug9ZrQimPpO1Lxy1eJogbvbE /OaQYLHMfcRlDFFWgLaTUEnBJmJ3NRvbNIom5p6zK+RzZGsZcYbq/lQitVpRzdXY y4SE4I7RRFw= =5Kr6 -----END PGP SIGNATURE----- From owner-freebsd-ports Wed Oct 1 03:36:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA05254 for ports-outgoing; Wed, 1 Oct 1997 03:36:16 -0700 (PDT) Received: from gate.mgt.msk.ru (mgtrep.24h.dialup.ru [194.87.18.139]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA05248; Wed, 1 Oct 1997 03:36:09 -0700 (PDT) Received: from asteroid.mgt.msk.ru (asteroid.mgt.msk.ru [192.168.133.145]) by gate.mgt.msk.ru (8.8.6/8.8.6) with ESMTP id OAA04696; Wed, 1 Oct 1997 14:34:22 +0400 (MSD) Received: from asteroid.mgt.msk.ru (localhost.mgt.msk.ru [127.0.0.1]) by asteroid.mgt.msk.ru (8.8.7/8.8.6) with ESMTP id OAA15757; Wed, 1 Oct 1997 14:34:07 +0400 (MSD) Message-Id: <199710011034.OAA15757@asteroid.mgt.msk.ru> To: Donald Burr cc: FreeBSD Ports , FreeBSD Questions Reply-To: tarkhil@mgt.msk.ru Subject: Re: how to use mysql port/package In-reply-to: Your message of "Wed, 01 Oct 1997 02:45:39 PDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 01 Oct 1997 14:34:06 +0400 From: "Alexander B. Povolotsky" Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I'd like to get the mysql package or port working, but have had no success > so far. I have tried both the package and the port (both in > FreeBSD-current). Basically, I am always getting "access denied" when > accessing any database, as any user (even root). > > The MySQL faq (installed in /usr/local/share/doc/mysql) was less than > helpful. In fact, it provided NO information to help me even get started > fixing this problem. I had to go to the mysql tarball for that: the file > INSTALL-BINARY in said tarball mentions a "mysql_install_db" script that > is to be run if you wish to reset all of the databases and permissions to > the default (which specify that root has access to everything). It says > to remove all of the /var/db/mysql/mysql/*.{ISD,ISM} files then run the > mysql_install_db script. I tried this several times, but it does not > help. I still get "access denied" messages, such as: > > # try to access the "test" database > [root@DonaldBurr:120 ~]# mysql test > ERROR: Access denied A common bug/feature. You've installed permissions for root@localhost, but mysqld sees you as localhost.your.fully.qualified.domain. Fix scripts creating access database, and all will run happily. Alex. From owner-freebsd-ports Wed Oct 1 03:40:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA05485 for ports-outgoing; Wed, 1 Oct 1997 03:40:04 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA05465; Wed, 1 Oct 1997 03:40:00 -0700 (PDT) Date: Wed, 1 Oct 1997 03:40:00 -0700 (PDT) Message-Id: <199710011040.DAA05465@hub.freebsd.org> To: freebsd-ports Cc: From: max@FreeBSD.ORG Subject: Re: ports/4140: New port: xgolgo(x11) Reply-To: max@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/4140; it has been noted by GNATS. From: max@FreeBSD.ORG To: freebsd-gnats-submit@freebsd.org, nakai@elelab.nsc.co.jp Cc: max@wide.ad.jp Subject: Re: ports/4140: New port: xgolgo(x11) Date: Wed, 1 Oct 1997 19:33:27 +0900 (JST) The distfile is not available on the MASTER_SITE. Please let us know the correct location. Also, this port doesn't belong to x11, thisshould be in games. Thanks, Max From owner-freebsd-ports Wed Oct 1 07:52:47 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA17826 for ports-outgoing; Wed, 1 Oct 1997 07:52:47 -0700 (PDT) Received: from netrail.net (netrail.net [205.215.10.3]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA17818 for ; Wed, 1 Oct 1997 07:52:42 -0700 (PDT) Received: from localhost (jonz@localhost) by netrail.net (8.8.6/8.8.6) with SMTP id KAA22780 for ; Wed, 1 Oct 1997 10:50:41 GMT Date: Wed, 1 Oct 1997 10:50:41 +0000 (GMT) From: "Jonathan A. Zdziarski" To: freebsd-ports@freebsd.org Subject: News Errors Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I get this in my logs in innd, anybody know what it means? Sep 30 03:05:15 news /kernel: pid 25950 (sh), uid 8: exited on signal 11 (core dumped) ------------------------------------------------------------------------- Jonathan A. Zdziarski NetRail Incorporated Systems Engineering Manager 230 Peachtree St. Suite 500 jonz@netrail.net Atlanta, GA 30303 http://www.netrail.net (888) - NETRAIL ------------------------------------------------------------------------- From owner-freebsd-ports Wed Oct 1 08:00:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA18258 for ports-outgoing; Wed, 1 Oct 1997 08:00:03 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA18249; Wed, 1 Oct 1997 08:00:01 -0700 (PDT) Date: Wed, 1 Oct 1997 08:00:01 -0700 (PDT) Message-Id: <199710011500.IAA18249@hub.freebsd.org> To: freebsd-ports Cc: From: Brion Moss Subject: Re: ports/4591: Port submission: xtide Reply-To: Brion Moss Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/4591; it has been noted by GNATS. From: Brion Moss To: max@freebsd.org Cc: freebsd-gnats-submit@freebsd.org, brion@queeg.com, max@wide.ad.jp Subject: Re: ports/4591: Port submission: xtide Date: Wed, 1 Oct 1997 07:57:03 -0700 (PDT) max@freebsd.org writes: > The file ftp://ftp.freebsd.org/pub/FreeBSD/incoming/xtide.tar.gz > doesn't have any file in it. Please check and re-submit the file. > > Thanks, > Max Odd. Looks like it got truncated during the ftp transfer. I've put a fresh copy in ftp://ftp.FreeBSD.ORG/pub/FreeBSD/incoming/xtide.tgz (note that I had to use .tgz, because I couldn't overwrite the .tar.gz file). -Brion From owner-freebsd-ports Wed Oct 1 09:40:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA23947 for ports-outgoing; Wed, 1 Oct 1997 09:40:06 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA23923; Wed, 1 Oct 1997 09:40:02 -0700 (PDT) Resent-Date: Wed, 1 Oct 1997 09:40:02 -0700 (PDT) Resent-Message-Id: <199710011640.JAA23923@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, mita@jp.FreeBSD.org Received: from pcmita.isen.fr (pcmita.isen.fr [192.134.17.84]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA23514 for ; Wed, 1 Oct 1997 09:32:42 -0700 (PDT) Received: (from mita@localhost) by pcmita.isen.fr (8.8.5/8.8.5) id SAA15271; Wed, 1 Oct 1997 18:27:59 +0200 (CEST) Message-Id: <199710011627.SAA15271@pcmita.isen.fr> Date: Wed, 1 Oct 1997 18:27:59 +0200 (CEST) From: mita@jp.FreeBSD.org Reply-To: mita@jp.FreeBSD.org To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/4674: japanese/vflib is updated Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4674 >Category: ports >Synopsis: VFlib-2.22-Patch10 is applied. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 1 09:40:01 PDT 1997 >Last-Modified: >Originator: MITA Yoshio >Organization: Centre National de la Recherche Scientifique >Release: FreeBSD 2.2.1-RELEASE i386 >Environment: >Description: 1. ja-vflib-2.22.9 is updated to ja-vflib-2.22.10 because of a new patch for patchlevel 10. 2. Added two entries to font list. >How-To-Repeat: >Fix: diff -rcN --exclude=CVS japanese/vflib.orig/Makefile japanese/vflib/Makefile *** japanese/vflib.orig/Makefile Sun Sep 14 14:20:00 1997 --- japanese/vflib/Makefile Wed Oct 1 18:26:03 1997 *************** *** 1,5 **** # New ports collection makefile for: vflib ! # Version required: 2.22 Patchlevel 9 # Date created: 10 May 1996 # Whom: Mita Yoshio # --- 1,5 ---- # New ports collection makefile for: vflib ! # Version required: 2.22 Patchlevel 10 # Date created: 10 May 1996 # Whom: Mita Yoshio # *************** *** 7,16 **** # DISTNAME= VFlib-2.22-PL8 ! PKGNAME= ja-vflib-2.22.9 CATEGORIES= japanese print MASTER_SITES= ftp://gull.se.hiroshima-u.ac.jp/pub/VFlib/ ! DISTFILES= ${DISTNAME}${EXTRACT_SUFX} VFlib-2.22-Patch9 watanabe-vf.tar.Z MAINTAINER= mita@jp.FreeBSD.org --- 7,17 ---- # DISTNAME= VFlib-2.22-PL8 ! PKGNAME= ja-vflib-2.22.10 CATEGORIES= japanese print MASTER_SITES= ftp://gull.se.hiroshima-u.ac.jp/pub/VFlib/ ! DISTFILES= ${DISTNAME}${EXTRACT_SUFX} VFlib-2.22-Patch9 VFlib-2.22-Patch10\ ! watanabe-vf.tar.Z MAINTAINER= mita@jp.FreeBSD.org *************** *** 19,26 **** pre-patch: @(cd ${WRKSRC}/src; \ ! ${PATCH} --forward --quiet -p0 -E < ${DISTDIR}/VFlib-2.22-Patch9 ) ! do-build: @(cd ${WRKSRC}/src; make) --- 20,28 ---- pre-patch: @(cd ${WRKSRC}/src; \ ! ${PATCH} --forward --quiet -p0 -E < ${DISTDIR}/VFlib-2.22-Patch9 ;\ ! ${PATCH} --forward --quiet -p0 -E < ${DISTDIR}/VFlib-2.22-Patch10 ;\ ! ) do-build: @(cd ${WRKSRC}/src; make) diff -rcN --exclude=CVS japanese/vflib.orig/files/md5 japanese/vflib/files/md5 *** japanese/vflib.orig/files/md5 Thu Jul 24 14:29:00 1997 --- japanese/vflib/files/md5 Wed Oct 1 18:20:06 1997 *************** *** 1,3 **** --- 1,4 ---- MD5 (VFlib-2.22-PL8.tar.gz) = 432d19b2fd8ff0e33e8cf205fd891a6c MD5 (VFlib-2.22-Patch9) = b579993d11c15902f9eb873b9c657cd3 + MD5 (VFlib-2.22-Patch10) = 802dbace2abc7b6d37b32076a57b2e6f MD5 (watanabe-vf.tar.Z) = 17a6a1ef6bfedac3d0b48f0365741e13 diff -rcN --exclude=CVS japanese/vflib.orig/patches/patch-aa japanese/vflib/patches/patch-aa *** japanese/vflib.orig/patches/patch-aa Thu Jul 24 14:29:00 1997 --- japanese/vflib/patches/patch-aa Wed Oct 1 16:24:21 1997 *************** *** 1,5 **** ! *** src/Makefile.orig Fri Apr 25 13:14:25 1997 ! --- src/Makefile Fri Jul 25 05:40:39 1997 *************** *** 24,29 **** --- 24,32 ---- --- 1,5 ---- ! *** src/Makefile.orig Wed Oct 1 16:14:24 1997 ! --- src/Makefile Wed Oct 1 16:23:58 1997 *************** *** 24,29 **** --- 24,32 ---- *************** *** 68,74 **** *************** ! *** 82,112 **** #endif default: --- 68,74 ---- *************** ! *** 82,96 **** #endif default: *************** *** 84,106 **** $(CP) VF.h $(INSTALL_INCDIR)/VF.h $(CP) ttindex $(INSTALL_BINDIR)/ttindex $(CP) bdfindex $(INSTALL_BINDIR)/bdfindex ! ! clean: ! -$(RM) -rf VFlib.a libVFlib.a ttindex bdfindex fwindex bdfjpindex \ ! ! *.o core ! veryclean: ! -$(RM) -rf VFlib.a libVFlib.a ttindex bdfindex fwindex bdfjpindex\ ! ! *.o core *~ \#tz* ! ! ! # Font drivers ! DRV_OBJ= VF_Sony.o VF_Zeit.o VF_Jg.o VF_TT.o VF_Bdf.o VF_Hbf.o hbf.o \ ! VF_Comp.o VF_BitOp.o VF_FNTWV.o VF_Comp2.o VF_Null.o ! ! ! ! # VFlib ! libVFlib.a: VFlib.o VFenc.o VFEtable.o VFcap.o fn2ent.o fman.o $(DRV_OBJ) ! --- 85,119 ---- #endif default: --- 84,90 ---- $(CP) VF.h $(INSTALL_INCDIR)/VF.h $(CP) ttindex $(INSTALL_BINDIR)/ttindex $(CP) bdfindex $(INSTALL_BINDIR)/bdfindex ! --- 85,100 ---- #endif default: *************** *** 117,123 **** $(CP) VF.h $(INSTALL_INCDIR)/VF.h $(CP) ttindex $(INSTALL_BINDIR)/ttindex $(CP) bdfindex $(INSTALL_BINDIR)/bdfindex ! + $(CP) fwindex $(INSTALL_BINDIR)/fwindex clean: -$(RM) -rf VFlib.a libVFlib.a ttindex bdfindex fwindex bdfjpindex \ --- 101,124 ---- $(CP) VF.h $(INSTALL_INCDIR)/VF.h $(CP) ttindex $(INSTALL_BINDIR)/ttindex $(CP) bdfindex $(INSTALL_BINDIR)/bdfindex ! *************** ! *** 98,112 **** ! ! clean: ! -$(RM) -rf VFlib.a libVFlib.a ttindex bdfindex fwindex bdfjpindex \ ! ! *.o core ! veryclean: ! -$(RM) -rf VFlib.a libVFlib.a ttindex bdfindex fwindex bdfjpindex\ ! ! *.o core *~ \#tz* ! ! ! # Font drivers ! DRV_OBJ= VF_Sony.o VF_Zeit.o VF_Jg.o VF_TT.o VF_Bdf.o VF_Hbf.o hbf.o \ ! VF_Comp.o VF_BitOp.o VF_FNTWV.o VF_Comp2.o VF_Null.o ! ! ! # VFlib ! --- 102,119 ---- clean: -$(RM) -rf VFlib.a libVFlib.a ttindex bdfindex fwindex bdfjpindex \ *************** *** 130,144 **** # Font drivers DRV_OBJ= VF_Sony.o VF_Zeit.o VF_Jg.o VF_TT.o VF_Bdf.o VF_Hbf.o hbf.o \ VF_Comp.o VF_BitOp.o VF_FNTWV.o VF_Comp2.o VF_Null.o ! ! ! ! DRV_SOBJ= VF_Sony.so VF_Zeit.so VF_Jg.so VF_TT.so VF_Bdf.so VF_Hbf.so hbf.so \ ! ! VF_Comp.so VF_BitOp.so VF_FNTWV.so VF_Comp2.so VF_Null.so # VFlib - libVFlib.a: VFlib.o VFenc.o VFEtable.o VFcap.o fn2ent.o fman.o $(DRV_OBJ) *************** ! *** 116,121 **** ! --- 123,132 ---- $(CP) libVFlib.a VFlib.a -$(RANLIB) VFlib.a --- 131,145 ---- # Font drivers DRV_OBJ= VF_Sony.o VF_Zeit.o VF_Jg.o VF_TT.o VF_Bdf.o VF_Hbf.o hbf.o \ VF_Comp.o VF_BitOp.o VF_FNTWV.o VF_Comp2.o VF_Null.o ! + ! + DRV_SOBJ= VF_Sony.so VF_Zeit.so VF_Jg.so VF_TT.so VF_Bdf.so VF_Hbf.so hbf.so \ ! + VF_Comp.so VF_BitOp.so VF_FNTWV.so VF_Comp2.so VF_Null.so ! # VFlib *************** ! *** 117,122 **** ! --- 124,133 ---- $(CP) libVFlib.a VFlib.a -$(RANLIB) VFlib.a *************** *** 150,157 **** VFlib.o: VFlib.c $(CC) $(CFLAGS) $(USEFSLIB) -c VFlib.c *************** ! *** 169,174 **** ! --- 180,263 ---- # Null font driver VF_Null.o: VF_Null.c $(CC) $(CFLAGS) -c VF_Null.c --- 151,158 ---- VFlib.o: VFlib.c $(CC) $(CFLAGS) $(USEFSLIB) -c VFlib.c *************** ! *** 170,175 **** ! --- 181,264 ---- # Null font driver VF_Null.o: VF_Null.c $(CC) $(CFLAGS) -c VF_Null.c diff -rcN --exclude=CVS japanese/vflib.orig/patches/patch-ab japanese/vflib/patches/patch-ab *** japanese/vflib.orig/patches/patch-ab Thu Jul 24 14:29:00 1997 --- japanese/vflib/patches/patch-ab Wed Oct 1 16:19:02 1997 *************** *** 1,5 **** ! *** vfontcap.orig Wed Apr 23 09:38:10 1997 ! --- vfontcap Fri Jul 25 05:53:05 1997 *************** *** 32,37 **** --- 32,41 ---- --- 1,5 ---- ! *** vfontcap.orig Wed Apr 23 02:38:10 1997 ! --- vfontcap Wed Oct 1 16:18:46 1997 *************** *** 32,37 **** --- 32,41 ---- *************** *** 134,140 **** ### FontWave r-ryobi-heisei-mincho-w3|Ryobi Heisei Mincho W3:\ ! --- 44,310 ---- ### SONY VECTOR FONTS r-sony-mincho|Sony Vector Font (Mincho):\ :ft=sony:\ --- 134,140 ---- ### FontWave r-ryobi-heisei-mincho-w3|Ryobi Heisei Mincho W3:\ ! --- 44,317 ---- ### SONY VECTOR FONTS r-sony-mincho|Sony Vector Font (Mincho):\ :ft=sony:\ *************** *** 162,167 **** --- 162,174 ---- r-ricoh-ttw-hg-souei-kaku-pop|Ricoh TrueTypeWorld HG Souei Kaku Pop:\ :ft=truetype:\ ! :ff=/usr/local/share/fonts/truetype/hgrpp1sj: + ! # fonts included dp/NOTE by OMRON software + ! r-ricoh-ttw-hg-mincho-l-pro|Ricoh TrueTypeWorld HG Mincho L PRO:\ + ! :ft=truetype:\ + ! :ff=/usr/local/lib/dp/font/truetype/hgrmlpsj + ! r-ricoh-ttw-hg-gothic-b-pro|Ricoh TrueTypeWorld HG Gothic B PRO:\ + ! :ft=truetype:\ + ! :ff=/usr/local/lib/dp/font/truetype/hgrgbpsj: ### TRUETYPE FONT (Windows fonts) r-microsoft-mincho|MicroSoft mincho:\ *************** *** 404,410 **** r-ryobi-heisei-mincho-w3|Ryobi Heisei Mincho W3:\ *************** *** 186,191 **** ! --- 338,469 ---- :fc=r-ricoh-ttw-hg-sei-kaisyo: ricoh-ttw-hg-souei-kaku-pop:\ :fc=r-ricoh-ttw-hg-souei-kaku-pop: --- 411,417 ---- r-ryobi-heisei-mincho-w3|Ryobi Heisei Mincho W3:\ *************** *** 186,191 **** ! --- 345,476 ---- :fc=r-ricoh-ttw-hg-sei-kaisyo: ricoh-ttw-hg-souei-kaku-pop:\ :fc=r-ricoh-ttw-hg-souei-kaku-pop: *************** *** 554,560 **** :ox#0:oy#0:fx#95:fy#95: bdf14sl:sl#20:fc=bdf14: bdf16sl:sl#20:fc=bdf16: ! --- 493,507 ---- ### bdf14:\ :ft=bdf:\ --- 561,567 ---- :ox#0:oy#0:fx#95:fy#95: bdf14sl:sl#20:fc=bdf14: bdf16sl:sl#20:fc=bdf16: ! --- 500,514 ---- ### bdf14:\ :ft=bdf:\ *************** *** 570,572 **** --- 577,592 ---- :ox#0:oy#0:fx#95:fy#95: bdf14sl:sl#20:fc=bdf14: bdf16sl:sl#20:fc=bdf16: + *************** + *** 464,468 **** + --- 749,758 ---- + :sl#10:fc=zttxt: + jgtxtsl:\ + :sl#10:fc=jgtxt: + + # Aliases for fonts in dp/NOTE + + ricoh-ttw-hg-mincho-l-pro:\ + + :fc=r-ricoh-ttw-hg-mincho-l-pro: + + ricoh-ttw-hg-gothic-b-pro:\ + + :fc=r-ricoh-ttw-hg-gothic-b-pro: + # EOF + >Audit-Trail: >Unformatted: From owner-freebsd-ports Wed Oct 1 13:09:47 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA04649 for ports-outgoing; Wed, 1 Oct 1997 13:09:47 -0700 (PDT) Received: from actcom.co.il (baum@actcom.co.il [192.114.47.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA04639 for ; Wed, 1 Oct 1997 13:09:40 -0700 (PDT) Received: from localhost by actcom.co.il with SMTP (8.8.6/actcom-0.2) id WAA20051; Wed, 1 Oct 1997 22:08:46 +0200 (EET) (rfc931-sender: baum@localhost) Date: Wed, 1 Oct 1997 22:08:46 +0200 (EET) From: Alexander Indenbaum To: "Jordan K. Hubbard" cc: ports@FreeBSD.ORG Subject: Re: zircon port In-Reply-To: <8758.875649877@time.cdrom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Indeed, he already released new version. Anyway, could you please update it to latest version available: zircon-1.18.56.tar.gz ftp> ls zircon* 200 PORT command successful. 150 Opening ASCII mode data connection for /bin/ls. -r--r--r-- 1 10 10 272447 Oct 1 11:04 zircon-1.18.55.tar.gz -r--r--r-- 1 10 10 260007 Oct 1 11:04 zircon-1.18.55min.tar.gz -r--r--r-- 1 10 10 272514 Oct 1 14:49 zircon-1.18.56.tar.gz -r--r--r-- 1 10 10 260075 Oct 1 14:49 zircon-1.18.56min.tar.gz -r--r--r-- 1 10 10 5078 Oct 1 14:49 zircon.README lrwxrwxrwx 1 0 10 21 Oct 1 14:49 zircon.tar.gz -> zircon-1.18.56.tar.gz On Tue, 30 Sep 1997, Jordan K. Hubbard wrote: > I see no such version on the author's master site. > > > Hello! > > > > Could you please update zircon port. > > The only changes should be made are > > DISTNAME= zircon-1.18.54 > > In Makefile and md5 checksum in files sub. dir. > > MD5 (zircon-1.18.54.tar.gz) = ae74f14ca8464ebc5079fb91509f6582 > > > > Thanks in advance, > > > > Alexander Indenbaum > > baum@actcom.co.il > > > Alexander Indenbaum baum@actcom.co.il From owner-freebsd-ports Wed Oct 1 16:06:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA15268 for ports-outgoing; Wed, 1 Oct 1997 16:06:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA15239; Wed, 1 Oct 1997 16:06:34 -0700 (PDT) From: Tim Vanderhoek Received: (from hoek@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id QAA17905; Wed, 1 Oct 1997 16:00:54 -0700 (PDT) Date: Wed, 1 Oct 1997 16:00:54 -0700 (PDT) Message-Id: <199710012300.QAA17905@freefall.freebsd.org> To: ac199@hwcn.org, hoek@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/4017 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Someone has to upgrade the plor port! State-Changed-From-To: open-closed State-Changed-By: hoek State-Changed-When: Wed Oct 1 15:51:10 PDT 1997 State-Changed-Why: Port upgraded. The submitted patches sucked. I didn't use them. From owner-freebsd-ports Wed Oct 1 16:15:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA15674 for ports-outgoing; Wed, 1 Oct 1997 16:15:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA15666; Wed, 1 Oct 1997 16:15:32 -0700 (PDT) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id QAA18058; Wed, 1 Oct 1997 16:09:51 -0700 (PDT) Date: Wed, 1 Oct 1997 16:09:51 -0700 (PDT) Message-Id: <199710012309.QAA18058@freefall.freebsd.org> To: max@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, max@FreeBSD.ORG Subject: Re: ports/4224 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: New Port: qpage (v3.2) Responsible-Changed-From-To: freebsd-ports->max Responsible-Changed-By: max Responsible-Changed-When: Wed Oct 1 16:09:20 PDT 1997 Responsible-Changed-Why: I grabbed this one. From owner-freebsd-ports Wed Oct 1 16:16:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA15728 for ports-outgoing; Wed, 1 Oct 1997 16:16:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA15721; Wed, 1 Oct 1997 16:16:16 -0700 (PDT) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id QAA18139; Wed, 1 Oct 1997 16:10:35 -0700 (PDT) Date: Wed, 1 Oct 1997 16:10:35 -0700 (PDT) Message-Id: <199710012310.QAA18139@freefall.freebsd.org> To: max@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, max@FreeBSD.ORG Subject: Re: ports/4674 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: VFlib-2.22-Patch10 is applied. Responsible-Changed-From-To: freebsd-ports->max Responsible-Changed-By: max Responsible-Changed-When: Wed Oct 1 16:10:00 PDT 1997 Responsible-Changed-Why: I grabbed this one. From owner-freebsd-ports Wed Oct 1 19:40:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA25566 for ports-outgoing; Wed, 1 Oct 1997 19:40:03 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA25537; Wed, 1 Oct 1997 19:40:01 -0700 (PDT) Date: Wed, 1 Oct 1997 19:40:01 -0700 (PDT) Message-Id: <199710020240.TAA25537@hub.freebsd.org> To: freebsd-ports Cc: From: Yukihiro Nakai Subject: Re: ports/4140: New port: xgolgo(x11) Reply-To: Yukihiro Nakai Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/4140; it has been noted by GNATS. From: Yukihiro Nakai To: freebsd-gnats-submit@freebsd.org Cc: max@freebsd.org Subject: Re: ports/4140: New port: xgolgo(x11) Date: Thu, 02 Oct 1997 11:35:05 +0900 max> The distfile is not available on the MASTER_SITE. Please let us know max> the correct location. max> max> Also, this port doesn't belong to x11, thisshould be in games. max> max> Thanks, Thanx, here is the fixed one. Nakai ----- begin 644 xgolgo-1.0-971002.tar.gz M'XL( /8',S0 ^V776^;,!2&#EO[)LTWZ2YU&L3T&1#UZ$' M %B668L4PSC<-\@THM(8QHJBT# ;WP.]U:P:ZK(*"X#>+ER'V1_&[4A=Y%TD MU"TW1_W=<$V2;$-:60-1837M8?VQ3C7'&M*PK!JJS,*:@7L@MY+-/?YS_4_ M(Y]AGQ=5"5&^V9"HRO(=;)OW 9*\.*,2'5\3X03>DJ)D PKRLP;W>%^OL^NLR,%C$L#YH7GE;L*5 M6(GUH,K7M[D81N*'_85P0B)3>B&,G6#A6:X][-^06U(.4N%R.FDZ#ND. M6%XC:V%/YKYC!\-^&FY)*;A6L+#]9> L6%]2[<\DB7Z+422681H.ZN-BTKY> M2>^DP]R20'_E> OZL?UA_^$,!>'*GP;^:-COGWZEEV/'_W:<0G@3V$O'M:8T M/7;KS9>.%RRLV6SI6MZE-6')L( @9KMH4\<$SE=E+#)IQ.WZ0FA'_Z;^F=9E M6_\"?^G_NH&PIB#F_XJ,5>[_7?"+_MNXE4?^F/^#\9O^NJ)S_^\"=ZS#B\8_ M1?HDQ/3+2QB":2I)@@QBQ&ILAC@R93,A>JPH!M:B6(Y:-3_D?I3?PT=]O\(" SQ:_RKZ4?\:PBR,%8W7?Q=,YK/)G/KOI^9 Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA28114 for ports-outgoing; Wed, 1 Oct 1997 20:30:04 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA28106; Wed, 1 Oct 1997 20:30:01 -0700 (PDT) Date: Wed, 1 Oct 1997 20:30:01 -0700 (PDT) Message-Id: <199710020330.UAA28106@hub.freebsd.org> To: freebsd-ports Cc: From: Matthew Hunt Subject: Re: ports/4655: Update of XFrisk port (category games) Reply-To: Matthew Hunt Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/4655; it has been noted by GNATS. From: Matthew Hunt To: sec@42.org Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/4655: Update of XFrisk port (category games) Date: Wed, 1 Oct 1997 23:27:19 -0400 I munged the subject by hand, hope GNATS files this correctly. On Tue, Sep 30, 1997 at 01:42:50AM +0200, Stefan `Sec` Zehl wrote: > XFrisk port is not up to date :) > >Fix: > > include this ? > > begin 644 xfrisk-port.tgz [...] I am the maintainer of the port. I reviewed Stefan's modified port, and made one minor change: the creation date isn't supposed to change as the result of port modifications. Thanks for helping me out, Stefan! Enclosed is my unidiff. Apply "-p1" in games/xfrisk. diff -N -u -r /usr/ports/games/xfrisk/Makefile xfrisk/Makefile --- /usr/ports/games/xfrisk/Makefile Tue Jun 3 22:31:59 1997 +++ xfrisk/Makefile Wed Oct 1 23:12:23 1997 @@ -1,13 +1,13 @@ # New ports collection makefile for: xfrisk -# Version required: 0.99b4 +# Version required: 0.99c0pl9 # Date created: 20 April 1997 # Whom: Matthew Hunt # -# $Id: Makefile,v 1.1.1.1 1997/06/04 02:31:59 asami Exp $ +# $Id$ # -DISTNAME= Frisk-0.99b4 -PKGNAME= xfrisk-0.99b4 +DISTNAME= XFrisk-0.99c0pl9 +PKGNAME= xfrisk-0.99c09 CATEGORIES= games MASTER_SITES= $(MASTER_SITE_XCONTRIB) MASTER_SITE_SUBDIR= games/multiplayer/ @@ -18,5 +18,8 @@ USE_IMAKE= yes NO_INSTALL_MANPAGES= yes + +pre-configure: + touch ${WRKSRC}/types.h .include diff -N -u -r /usr/ports/games/xfrisk/files/md5 xfrisk/files/md5 --- /usr/ports/games/xfrisk/files/md5 Tue Jun 3 22:31:59 1997 +++ xfrisk/files/md5 Mon Sep 29 17:44:25 1997 @@ -1 +1 @@ -MD5 (Frisk-0.99b4.tar.gz) = d522ecd2b122c7736aa281995f0396fa +MD5 (XFrisk-0.99c0pl9.tar.gz) = 073fcfdf1689471f4668deae04a536bc diff -N -u -r /usr/ports/games/xfrisk/patches/patch-aa xfrisk/patches/patch-aa --- /usr/ports/games/xfrisk/patches/patch-aa Wed Dec 31 19:00:00 1969 +++ xfrisk/patches/patch-aa Mon Sep 29 19:26:03 1997 @@ -0,0 +1,11 @@ +--- Imakefile.org Mon Dec 9 04:15:49 1996 ++++ Imakefile Tue Sep 30 01:24:32 1997 +@@ -15,7 +15,7 @@ + + # Need this since we use LIBDIR for something else + XAPPLOADDIR = $(USRLIBDIR)/X11/app-defaults +-LIBDIR = /usr/local/risk ++LIBDIR = $(USRLIBDIR)/X11 + + ############################################################### + # This is where architecture dependant flags are kept. If # -- Matthew Hunt * Think locally, act globally. finger hunt@mph124.rh.psu.edu for PGP public key. From owner-freebsd-ports Wed Oct 1 21:40:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA01739 for ports-outgoing; Wed, 1 Oct 1997 21:40:03 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA01711; Wed, 1 Oct 1997 21:40:01 -0700 (PDT) Date: Wed, 1 Oct 1997 21:40:01 -0700 (PDT) Message-Id: <199710020440.VAA01711@hub.freebsd.org> To: freebsd-ports Cc: From: asami@cs.berkeley.edu (Satoshi Asami) Subject: Re: ports/4655: Update of XFrisk port (category games) Reply-To: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/4655; it has been noted by GNATS. From: asami@cs.berkeley.edu (Satoshi Asami) To: hunt@mph124.rh.psu.edu Cc: freebsd-gnats-submit@hub.freebsd.org Subject: Re: ports/4655: Update of XFrisk port (category games) Date: Wed, 1 Oct 1997 21:31:34 -0700 (PDT) * -# $Id: Makefile,v 1.1.1.1 1997/06/04 02:31:59 asami Exp $ * +# $Id$ The $Id$ line is not supposed to change either. Please leave it alone if you are updating a port, and fill in just "$Id$" if you are submitting a new port. Satoshi From owner-freebsd-ports Wed Oct 1 22:19:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA03749 for ports-outgoing; Wed, 1 Oct 1997 22:19:53 -0700 (PDT) Received: from tera.com (tera.tera.com [207.108.223.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA03742 for ; Wed, 1 Oct 1997 22:19:50 -0700 (PDT) Received: (from uucp@localhost) by tera.com (8.7.5/8.7.3) with UUCP id WAA10968 for freebsd-ports@freebsd.org; Wed, 1 Oct 1997 22:19:00 -0700 (PDT) Received: (from kline@localhost) by tao.thought.org (8.8.5/8.7.3) id VAA07344; Wed, 1 Oct 1997 21:13:30 -0700 (PDT) Date: Wed, 1 Oct 1997 21:13:30 -0700 (PDT) From: Gary Kline Message-Id: <199710020413.VAA07344@tao.thought.org> To: freebsd-ports@freebsd.org Subject: xcoral-3.1 Cc: kline@thought.org Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk The current port of xcoral, as the last one, does not let the user customize xcoral via ~/.Xdefaults. It also ignores the system application defaults. Has anyone else seen this behavior? gary kline From owner-freebsd-ports Wed Oct 1 22:20:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA03822 for ports-outgoing; Wed, 1 Oct 1997 22:20:03 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA03808; Wed, 1 Oct 1997 22:20:01 -0700 (PDT) Resent-Date: Wed, 1 Oct 1997 22:20:01 -0700 (PDT) Resent-Message-Id: <199710020520.WAA03808@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, mikes@indiana.edu Received: (from nobody@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA03655; Wed, 1 Oct 1997 22:16:56 -0700 (PDT) Message-Id: <199710020516.WAA03655@hub.freebsd.org> Date: Wed, 1 Oct 1997 22:16:56 -0700 (PDT) From: mikes@indiana.edu To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/4677: AppleTalk routing fails with netatalk 1.4.2/FreeBSD 2.2.2 ("ddp_route: oops" Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4677 >Category: ports >Synopsis: AppleTalk routing fails with netatalk 1.4.2/FreeBSD 2.2.2 ("ddp_route: oops" >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Oct 1 22:20:01 PDT 1997 >Last-Modified: >Originator: Mike Squires >Organization: Chemistry, Indiana University >Release: 2.2.2 RELEASE >Environment: FreeBSD sir-alan.chem.indiana.edu 2.2.2-RELEASE FreeBSD 2.2.2-RELEASE #0: Tue Jul 15 14:33:04 EST 1997 root@sir-alan.chem.indiana.edu:/usr/src/sys/compile/SIRALAN i386 >Description: Micronics M54PE/32MB RAM/P90/Adaptec 2944UW with 3 Fujitsu 2GB narrow differential, 1 1.6 GB narrow differential; 2940 with NEC 6X CD-ROM, Archive Python DDS-DC DAT (BT firmware); Intel Pro100B NIC. netatalk 1.4.2b compiled ran fine on our old network, 10MBit repeated network with one IP subnet and 1 AppleTalk network/zone. On new network with 6 IP subnets, 1 AppleTalk network (43136-43139) Appletalk routing fails (server can be seen anywhere on local network, not off of it); kernel error "ddp_route: oops" which I believe to indicate the lack of a route to the AppleTalk router (Cisco 7010 reached via port on Cisco 1900, connected to HP 800T, then to Cisco 7010). The router is hper4-gw.FastEthernet2/1:ciscoRouter 43136.29:254 but atalkd reports that the network is unreachable. [mikes@sir-alan.chem.indiana.edu:119]netstat -r Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default hper4-gw137.ucs.in UGSc 13 30834 fxp0 localhost localhost UH 0 7 lo0 129.79.137/24 link#1 UC 0 0 turquoise 0:a0:c9:6c:57:6c UHLW 0 430 fxp0 1059 chemcrc25 0:a0:c9:60:48:fa UHLW 0 1186 fxp0 853 sir-alan 0:a0:c9:a:c0:b6 UHLW 1 26 lo0 chempdc 0:aa:0:af:68:fe UHLW 0 1 fxp0 977 c033-dos 0:80:5f:8c:1f:fc UHLW 0 1 fxp0 991 hper4-gw137.ucs.in 0:60:2f:9b:d1:41 UHLW 14 0 fxp0 1176 129.79.137.255 ff:ff:ff:ff:ff:ff UHLWb 2 725 fxp0 AppleTalk: Destination Gateway Flags Refs Use Netif Expire 0 0.0 U 0 16 lo0 43136-43139 43137.248 U 2 1525 fxp0 43137.248 0.0 UH 1 4 lo0 >How-To-Repeat: Similar problem appeared on Sun SPARCserver under Solaris 2.6 (?) but was fixed by using AppleTalk network number related to IP subnet and server IP number. Did not work here. >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Thu Oct 2 05:27:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA22279 for ports-outgoing; Thu, 2 Oct 1997 05:27:04 -0700 (PDT) Received: from mauve.csi.cam.ac.uk (mauve.csi.cam.ac.uk [131.111.8.38]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id FAA22229 for ; Thu, 2 Oct 1997 05:25:42 -0700 (PDT) Received: from g.pet.cam.ac.uk [131.111.209.233] by mauve.csi.cam.ac.uk with smtp (Exim 1.73 #1) id 0xGkHg-000189-00; Thu, 2 Oct 1997 13:23:12 +0100 Received: from g.pet.cam.ac.uk [127.0.0.1] by g.pet.cam.ac.uk with esmtp (Exim 1.59 #1) id 0xGkHg-0002sc-00; Thu, 2 Oct 1997 13:23:12 +0100 To: freebsd-ports@freebsd.org Subject: Automating use of FTP mirror sites Date: Thu, 02 Oct 1997 13:23:12 +0100 From: Gareth McCaughan Message-Id: Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk When you `make install' a port and don't already have the tarball, bsd.port.mk tries each of the MASTER_SITES in the order given in the makefile. The trouble with this is that the order given in the makefile need not be a good order for the user; for instance, I'm in the UK and sites on the other side of the Atlantic tend to be, well, pretty unsatisfactory... So, I have a little Perl script that takes a list of ftp: URLs, consults a table of FTP mirroring relationships and another table of good and bad places to get files from, and spits out a list of ftp: URLs that (1) contains all the original places, (2) also contains all known mirror sites for them, and (3) arranges them in order of preference. I've hacked my bsd.port.mk so that instead of for site in ${MASTER_SITES}; do it says for site in $$(ftp-equiv ${MASTER_SITES}); do and likewise for PATCH_SITES. I think it would be good to have a facility of this sort in FreeBSD by default, although of course maintaining the list of useful mirrors and preferred places would probably have to be a matter for the individual user. If others agree, the FreeBSD project is welcome to use my script. Here's what the relevant files look like, which should give some idea of how the thing works. --------------------- equivalences file begins --------------------- # Firstly, aliases. ftp.uk.freebsd.org -> sunsite.doc.ic.ac.uk ftp2.uk.freebsd.org -> unix.hensa.ac.uk ftp3.uk.freebsd.org -> ftp.demon.co.uk # FreeBSD. ftp.freebsd.org /pub/FreeBSD ftp.uk.freebsd.org /packages/FreeBSD ftp.freebsd.org /pub/FreeBSD ftp2.uk.freebsd.org /mirrors/FreeBSD ftp.freebsd.org /pub/FreeBSD ftp3.uk.freebsd.org /pub/mirrors/FreeBSD # GNU. prep.ai.mit.edu /pub/gnu sunsite.doc.ic.ac.uk /gnu ---------------------- equivalences file ends ---------------------- ---------------------- preferences file begins ---------------------- # FTP preferences. .cam.ac.uk .ac.uk .co.uk .uk OTHERS .jp ----------------------- preferences file ends ----------------------- (Incidentally, I haven't actually checked whether Japanese sites are worse than random other sites. The .jp entry is a legacy from when I was checking that the script did the right thing.) Comments? I'm not a subscriber to -ports, so any mail should be sent to me as well as to the list if you want me to read it. -- Gareth McCaughan Dept. of Pure Mathematics & Mathematical Statistics, gjm11@dpmms.cam.ac.uk Cambridge University, England. From owner-freebsd-ports Thu Oct 2 09:43:22 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA07291 for ports-outgoing; Thu, 2 Oct 1997 09:43:22 -0700 (PDT) Received: from david-relay.siemens.de (david-relay.siemens.de [139.23.36.13]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA07281 for ; Thu, 2 Oct 1997 09:43:15 -0700 (PDT) Received: from salomon.mchp.siemens.de (salomon.siemens.de [139.23.33.13]) by david-relay.siemens.de (8.8.7/8.8.7) with ESMTP id SAA02603 for ; Thu, 2 Oct 1997 18:40:04 +0200 (MET DST) Received: from curry.mchp.siemens.de (daemon@curry.mchp.siemens.de [146.180.31.23]) by salomon.mchp.siemens.de (8.8.7/8.8.5) with ESMTP id SAA02100 for ; Thu, 2 Oct 1997 18:43:12 +0200 (MDT) Received: (from daemon@localhost) by curry.mchp.siemens.de (8.8.7/8.8.7) id SAA10792 for ; Thu, 2 Oct 1997 18:43:12 +0200 (MET DST) From: Andre Albsmeier Message-Id: <199710021642.SAA25772@curry.mchp.siemens.de> Subject: Apache works but dies with signal 11, why? To: freebsd-ports@freebsd.org, freebsd-stable@freebsd.org Date: Thu, 2 Oct 1997 18:42:57 +0200 (CEST) X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I'm posting this to -STABLE and -PORTS since I don't know where the problem lies actually. I have a funny problem with apache on 2.2-STABLE (most up to date version): Everything works, but when apache exits (it is run from inetd), it always dies with signal 11 when work is done. This happens on all three 2.2-STABLE machines which are webservers and run great otherwise. This is now going on for 8 weeks when I installed it for the first time... Until now, I couldn't figure out what it is... I have tried the port and the compiled package, always the same. My inetd.conf line is: http stream tcp nowait nobody /usr/local/sbin/httpd httpd Any clues? Thanks, -Andre From owner-freebsd-ports Thu Oct 2 10:39:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA10885 for ports-outgoing; Thu, 2 Oct 1997 10:39:05 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA10875 for ; Thu, 2 Oct 1997 10:39:01 -0700 (PDT) Received: from time.cdrom.com (localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.7/8.6.9) with ESMTP id KAA22786; Thu, 2 Oct 1997 10:38:05 -0700 (PDT) To: Gareth McCaughan cc: freebsd-ports@FreeBSD.ORG Subject: Re: Automating use of FTP mirror sites In-reply-to: Your message of "Thu, 02 Oct 1997 13:23:12 BST." Date: Thu, 02 Oct 1997 10:38:04 -0700 Message-ID: <22758.875813884@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > So, I have a little Perl script that takes a list of ftp: URLs, > consults a table of FTP mirroring relationships and another table > of good and bad places to get files from, and spits out a list > of ftp: URLs that (1) contains all the original places, (2) also > contains all known mirror sites for them, and (3) arranges them > in order of preference. Heh. Great minds think alike. ;-) I was discussing this just 4 or 5 months ago with someone else, during our last big debate about whether or not ftp.freebsd.org should automatically go first in the order based on the law of averages (which says that you'll typically get it there first a lot faster than you'll find it on some Timbuktoo master site, as is generally the case). I definitely agree that, at the least, there should be some sort of "hook" for doing on-the-fly transformation of FTP URLs. But then, I never got past the "gee, wouldn't this be nice" stage. It looks like you made it a fair bit further. :) Jordan From owner-freebsd-ports Thu Oct 2 10:52:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA11682 for ports-outgoing; Thu, 2 Oct 1997 10:52:04 -0700 (PDT) Received: from misery.sdf.com (misery.sdf.com [204.244.210.193]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id KAA11630; Thu, 2 Oct 1997 10:51:57 -0700 (PDT) Received: from tom by misery.sdf.com with smtp (Exim 1.71 #1) id 0xGpOK-0002xo-00; Thu, 2 Oct 1997 10:50:24 -0700 Date: Thu, 2 Oct 1997 10:50:23 -0700 (PDT) From: Tom To: Andre Albsmeier cc: freebsd-ports@freebsd.org, freebsd-stable@freebsd.org Subject: Re: Apache works but dies with signal 11, why? In-Reply-To: <199710021642.SAA25772@curry.mchp.siemens.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Thu, 2 Oct 1997, Andre Albsmeier wrote: > Hi, > > I'm posting this to -STABLE and -PORTS since I don't know > where the problem lies actually. > > I have a funny problem with apache on 2.2-STABLE (most up to > date version): > > Everything works, but when apache exits (it is run from inetd), > it always dies with signal 11 when work is done. This happens Does Apache even work from inetd anymore? As I recall, you used to have to add stuff in the config files to do this. But I thought that inetd support was going to be dropped. I would run it daemon mode. It is considerable faster, and places less load on your system. Tom From owner-freebsd-ports Thu Oct 2 10:59:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA12115 for ports-outgoing; Thu, 2 Oct 1997 10:59:46 -0700 (PDT) Received: from david-relay.siemens.de (david-relay.siemens.de [139.23.36.13]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA12086 for ; Thu, 2 Oct 1997 10:59:29 -0700 (PDT) Received: from salomon.mchp.siemens.de (salomon.siemens.de [139.23.33.13]) by david-relay.siemens.de (8.8.7/8.8.7) with ESMTP id TAA03513 for ; Thu, 2 Oct 1997 19:56:14 +0200 (MET DST) Received: from curry.mchp.siemens.de (daemon@curry.mchp.siemens.de [146.180.31.23]) by salomon.mchp.siemens.de (8.8.7/8.8.5) with ESMTP id TAA10099 for ; Thu, 2 Oct 1997 19:59:20 +0200 (MDT) Received: (from daemon@localhost) by curry.mchp.siemens.de (8.8.7/8.8.7) id TAA11194 for ; Thu, 2 Oct 1997 19:59:18 +0200 (MET DST) From: Andre Albsmeier Message-Id: <199710021759.TAA26440@curry.mchp.siemens.de> Subject: Re: Apache works but dies with signal 11, why? In-Reply-To: from Tom at "Oct 2, 97 10:50:23 am" To: tom@sdf.com (Tom) Date: Thu, 2 Oct 1997 19:59:06 +0200 (CEST) Cc: freebsd-ports@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > On Thu, 2 Oct 1997, Andre Albsmeier wrote: > > > Hi, > > > > I'm posting this to -STABLE and -PORTS since I don't know > > where the problem lies actually. > > > > I have a funny problem with apache on 2.2-STABLE (most up to > > date version): > > > > Everything works, but when apache exits (it is run from inetd), > > it always dies with signal 11 when work is done. This happens > > Does Apache even work from inetd anymore? As I recall, you used to have > to add stuff in the config files to do this. But I thought that inetd > support was going to be dropped. > Yes, I have to change the config file (ServerType inetd). I also have it running on a Sun (4.1.3_U1) from inetd without any problems. > I would run it daemon mode. It is considerable faster, and places less > load on your system. Yes, but the servers are used rather seldom and only in our local network. So I didn't want to have a daemon running when it is only used 20-30 times a day... I think, I am doing something wrong because nobody else complains about that (Or are there no other users running it from inetd ?). It's the same configuration as on the Sun (apart from some directory configuration). Thanks, -Andre From owner-freebsd-ports Thu Oct 2 11:10:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA12624 for ports-outgoing; Thu, 2 Oct 1997 11:10:11 -0700 (PDT) Received: from misery.sdf.com (misery.sdf.com [204.244.210.193]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id LAA12616 for ; Thu, 2 Oct 1997 11:10:06 -0700 (PDT) Received: from tom by misery.sdf.com with smtp (Exim 1.71 #1) id 0xGpfO-0002yR-00; Thu, 2 Oct 1997 11:08:02 -0700 Date: Thu, 2 Oct 1997 11:08:01 -0700 (PDT) From: Tom To: Andre Albsmeier cc: freebsd-ports@freebsd.org Subject: Re: Apache works but dies with signal 11, why? In-Reply-To: <199710021759.TAA26440@curry.mchp.siemens.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Thu, 2 Oct 1997, Andre Albsmeier wrote: > Yes, but the servers are used rather seldom and only in our local > network. So I didn't want to have a daemon running when it is only > used 20-30 times a day... It isn't that big, and it doesn't get used, it will be swapped out anyhow. Your only other choice is to re-compile Apache with the "-g" flag, and run gdb on the core to discover where it is dying. > I think, I am doing something wrong because nobody else complains > about that (Or are there no other users running it from inetd ?). It is probably very rare. > It's the same configuration as on the Sun (apart from some directory > configuration). > > Thanks, > > -Andre > > Tom From owner-freebsd-ports Thu Oct 2 11:37:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA14207 for ports-outgoing; Thu, 2 Oct 1997 11:37:51 -0700 (PDT) Received: from scanner.worldgate.com (scanner.worldgate.com [198.161.84.3]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA14185; Thu, 2 Oct 1997 11:37:35 -0700 (PDT) Received: from znep.com (uucp@localhost) by scanner.worldgate.com (8.8.7/8.8.7) with UUCP id MAA15339; Thu, 2 Oct 1997 12:32:18 -0600 (MDT) Received: from localhost (marcs@localhost) by alive.znep.com (8.7.5/8.7.3) with SMTP id MAA21294; Thu, 2 Oct 1997 12:35:31 -0600 (MDT) Date: Thu, 2 Oct 1997 12:35:30 -0600 (MDT) From: Marc Slemko To: Andre Albsmeier cc: freebsd-ports@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: Re: Apache works but dies with signal 11, why? In-Reply-To: <199710021642.SAA25772@curry.mchp.siemens.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 2 Oct 1997, Andre Albsmeier wrote: > Hi, > > I'm posting this to -STABLE and -PORTS since I don't know > where the problem lies actually. > > I have a funny problem with apache on 2.2-STABLE (most up to > date version): > > Everything works, but when apache exits (it is run from inetd), > it always dies with signal 11 when work is done. This happens > on all three 2.2-STABLE machines which are webservers and run > great otherwise. This is now going on for 8 weeks when I > installed it for the first time... > Until now, I couldn't figure out what it is... > > I have tried the port and the compiled package, always the same. > > My inetd.conf line is: > > http stream tcp nowait nobody /usr/local/sbin/httpd httpd Don't run Apache from inetd mode. It really occupise few resources running standalone and various features make it more and more difficult to have it work properly from inetd mode. See http://bugs.apache.org/index/full/592 for a patch that fixes this particular problem. -- Marc Slemko | Apache team member marcs@znep.com | marc@apache.org From owner-freebsd-ports Thu Oct 2 11:46:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA14730 for ports-outgoing; Thu, 2 Oct 1997 11:46:11 -0700 (PDT) Received: from david-relay.siemens.de (david-relay.siemens.de [139.23.36.13]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA14720 for ; Thu, 2 Oct 1997 11:46:03 -0700 (PDT) Received: from salomon.mchp.siemens.de (salomon.siemens.de [139.23.33.13]) by david-relay.siemens.de (8.8.7/8.8.7) with ESMTP id UAA03858 for ; Thu, 2 Oct 1997 20:42:17 +0200 (MET DST) Received: from curry.mchp.siemens.de (daemon@curry.mchp.siemens.de [146.180.31.23]) by salomon.mchp.siemens.de (8.8.7/8.8.5) with ESMTP id UAA14508 for ; Thu, 2 Oct 1997 20:45:24 +0200 (MDT) Received: (from daemon@localhost) by curry.mchp.siemens.de (8.8.7/8.8.7) id UAA11491 for ; Thu, 2 Oct 1997 20:45:23 +0200 (MET DST) From: Andre Albsmeier Message-Id: <199710021845.UAA26794@curry.mchp.siemens.de> Subject: Re: Apache works but dies with signal 11, why? In-Reply-To: from Marc Slemko at "Oct 2, 97 12:35:30 pm" To: marcs@znep.com (Marc Slemko) Date: Thu, 2 Oct 1997 20:45:09 +0200 (CEST) Cc: freebsd-ports@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > My inetd.conf line is: > > > > http stream tcp nowait nobody /usr/local/sbin/httpd httpd > > Don't run Apache from inetd mode. It really occupise few resources > running standalone and various features make it more and more difficult to > have it work properly from inetd mode. > > See http://bugs.apache.org/index/full/592 for a patch that fixes this > particular problem. Wow, that seems to be it. Will try it and as well will consider running standalone as many people have told me know... Thanks to all who responded so quickly (10-15 min, this is the record) -Andre From owner-freebsd-ports Thu Oct 2 13:49:41 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA22086 for ports-outgoing; Thu, 2 Oct 1997 13:49:41 -0700 (PDT) Received: from tera.com (tera.tera.com [207.108.223.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA22081 for ; Thu, 2 Oct 1997 13:49:37 -0700 (PDT) Received: (from uucp@localhost) by tera.com (8.7.5/8.7.3) with UUCP id NAA04148 for freebsd-ports@freebsd.org; Thu, 2 Oct 1997 13:48:46 -0700 (PDT) Received: (from kline@localhost) by tao.thought.org (8.8.5/8.7.3) id NAA09805; Thu, 2 Oct 1997 13:37:25 -0700 (PDT) Date: Thu, 2 Oct 1997 13:37:25 -0700 (PDT) From: Gary Kline Message-Id: <199710022037.NAA09805@tao.thought.org> To: freebsd-ports@freebsd.org, kline@thought.org Subject: more on xcoral Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Well, after some hesitation because I believed that installing xcoral-3.1 would prove difficult, I went ahead and ported it myself. The changes are minor, and the resultant binary now *does* read my ~/.Xdefaults file. Whoever attempted this port should re-investigate it. gary kline From owner-freebsd-ports Thu Oct 2 22:06:48 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA17389 for ports-outgoing; Thu, 2 Oct 1997 22:06:48 -0700 (PDT) Received: from DonaldBurr.dyn.ml.org (dburr@pm0-20.sba1.avtel.net [207.71.218.20]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA17379; Thu, 2 Oct 1997 22:06:39 -0700 (PDT) Received: (from dburr@localhost) by DonaldBurr.dyn.ml.org (8.8.5/8.8.5) id WAA04096; Thu, 2 Oct 1997 22:06:00 -0700 (PDT) Message-ID: X-Mailer: XFMail 1.1 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Date: Thu, 02 Oct 1997 21:20:45 -0700 (PDT) Organization: Starfleet Command From: Donald Burr To: FreeBSD Questions , FreeBSD Ports Subject: has anyone successfully built STonX? Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk -----BEGIN PGP SIGNED MESSAGE----- I'd like to get STonX (the Atari ST emulator) up and running on my FreeBSD 2.2.2-RELEASE system. Unfortunately, I'm running into a bit of a snag (to put it mildly). The code compiles OK (except for a reference in x.c about SHMMAX, and I can fudge that easily enough based on my /sys/i386/conf/KERNEL config file and some of the /usr/include/machine/*.h headers, and anyway it looks like it's only used in a printf). However, when I try and run it, I get a "cannot allocate memory" (or similar) error. This happens with SMALL (in options.h) defined to 1 and 0. I've tried both the STonX port (in ftp.freebsd.org:/pub/FreeBSD/incoming) and just grabbing the STonX source off the internet (tried both the release and the current version), with the exact same results. My machine (2.2.2-RELEASE) is a AMD Am5x86 (aka P5-133, aka 486dx4/133) machine with 32 MB of physical RAM (and 64 MB swap). Any ideas? Please email me. Thanks! e release and the current version), with the exact same results. My machine (2.2.2-RELEASE) is a AMD Am5x86 (aka P5-133, aka 486dx4/133) machine with 32 MB of physical RAM (64 MB swap Any ideas? Please email me. Thanks! - --- Donald Burr - Ask me for my PGP key | PGP: Your WWW HomePage: http://DonaldBurr.base.org/ ICQ #1347455 | right to Address: P.O. Box 91212, Santa Barbara, CA 93190-1212 | 'Net privacy. Phone: (805) 957-9666 FAX: (800) 492-5954 | USE IT. -----BEGIN PGP SIGNATURE----- Version: 2.6.2 iQCVAwUBNDR9N/jpixuAwagxAQHUwgP9HCt9HqNUa5Xh37N9g5rEiXuoI2yREVgd ElNnshEkOkAhtLUovfs60JcoISsoRmXmH+Y/j60c7gqy+W5gtTTTcNDST4uSegx+ 654Ppct4wGPQYyGwwzqyKl8+CSPfrgoGXQUUhIdHOUdTjaYRPxT1tsTDrjkjcp5N 9MdHzUrMrtE= =H7uq -----END PGP SIGNATURE----- From owner-freebsd-ports Thu Oct 2 22:16:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA18008 for ports-outgoing; Thu, 2 Oct 1997 22:16:20 -0700 (PDT) Received: from gate.mgt.msk.ru (mgtrep.24h.dialup.ru [194.87.18.139]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA17980 for ; Thu, 2 Oct 1997 22:16:09 -0700 (PDT) Received: from asteroid.mgt.msk.ru (asteroid.mgt.msk.ru [192.168.133.145]) by gate.mgt.msk.ru (8.8.6/8.8.6) with ESMTP id JAA02386 for ; Fri, 3 Oct 1997 09:15:45 +0400 (MSD) Received: from asteroid.mgt.msk.ru (localhost.mgt.msk.ru [127.0.0.1]) by asteroid.mgt.msk.ru (8.8.7/8.8.6) with ESMTP id JAA02275 for ; Fri, 3 Oct 1997 09:15:36 +0400 (MSD) Message-Id: <199710030515.JAA02275@asteroid.mgt.msk.ru> To: ports@freebsd.org Reply-To: tarkhil@mgt.msk.ru Subject: FYI: postgresql 6.2 is out Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 03 Oct 1997 09:15:35 +0400 From: "Alexander B. Povolotsky" Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Yesterday, Postgresql 6.2. was released. I hope to get updates to ports soon. Alex. From owner-freebsd-ports Thu Oct 2 22:51:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA20014 for ports-outgoing; Thu, 2 Oct 1997 22:51:03 -0700 (PDT) Received: from digger1.defence.gov.au (digger1.defence.gov.au [203.5.217.4]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA19823; Thu, 2 Oct 1997 22:49:32 -0700 (PDT) Received: from fang.dsto.defence.gov.au (fang.dsto.defence.gov.au [131.185.2.5]) by digger1.defence.gov.au (8.7.5/8.7.3) with ESMTP id PAA25373; Fri, 3 Oct 1997 15:17:37 +0930 (CST) Received: from eddie.dsto.defence.gov.au (eddie.dsto.defence.gov.au [131.185.2.111]) by fang.dsto.defence.gov.au (8.8.5/) with ESMTP id PAA22151; Fri, 3 Oct 1997 15:18:04 +0930 (CST) Received: from dsto.defence.gov.au (localhost [127.0.0.1]) by eddie.dsto.defence.gov.au (8.8.5/8.8.5) with ESMTP id PAA27907; Fri, 3 Oct 1997 15:18:03 +0930 (CST) Message-ID: <34348712.F0962930@dsto.defence.gov.au> Date: Fri, 03 Oct 1997 15:18:02 +0930 From: Matthew Thyer Organization: Defence Science Technology Organisation X-Mailer: Mozilla 4.03b8 [en] (X11; I; FreeBSD 3.0-970618-SNAP i386) MIME-Version: 1.0 To: freebsd-current@freebsd.org, ports@freebsd.org Subject: xlock: caught signal 8 while running galaxy mode. Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Does anyone else have this problem or can anyone confirm that it will be solved by a newer incarnation of -CURRENT or a newer xlockmore ? I run xlockmore-4.02 on a somewhat dated FreeBSD 3.0-CURRENT now (3.0-970618-SNAP). I always use the galaxy mode for screen locking (because I love it!) and it often dies with the following error in my .xsession-errors file: "xlock: caught signal 8 while running galaxy mode." Signal 8 appears to be a floating point exception (FPE) according to kill -l. I'm finding I can't rely on the screen being locked when I leave my office. Could this be a Pentium FPU bug ?? Dmesg output for my CPU: CPU: Pentium (99.72-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x526 Stepping=6 Features=0x1bf I will get around to updating my -CURRENT soon (maybe not that soon given the recent instabilities with NFS client) and my installed ports. (I've got to work out the socks support for cvsup first before I can keep my ports collection up to date easily). Please reply directly as this address is not subscribed to the current list. -- Matthew Thyer Phone: +61 8 8259 7249 Corporate Information Systems Fax: +61 8 8259 5537 Defence Science and Technology Organisation, Salisbury PO Box 1500 Salisbury South Australia 5108 From owner-freebsd-ports Thu Oct 2 22:59:31 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA20654 for ports-outgoing; Thu, 2 Oct 1997 22:59:31 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (ala-ca14-03.ix.netcom.com [204.32.168.67]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA20643 for ; Thu, 2 Oct 1997 22:59:27 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.7/8.6.9) id WAA12492; Thu, 2 Oct 1997 22:54:24 -0700 (PDT) Date: Thu, 2 Oct 1997 22:54:24 -0700 (PDT) Message-Id: <199710030554.WAA12492@silvia.HIP.Berkeley.EDU> To: gjm11@dpmms.cam.ac.uk CC: freebsd-ports@FreeBSD.ORG In-reply-to: (message from Gareth McCaughan on Thu, 02 Oct 1997 13:23:12 +0100) Subject: Re: Automating use of FTP mirror sites From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * I think it would be good to have a facility of this sort in FreeBSD * by default, although of course maintaining the list of useful mirrors * and preferred places would probably have to be a matter for the * individual user. If others agree, the FreeBSD project is welcome * to use my script. That is very interesting. The FreeBSD Project is very interested in your script. :) * (Incidentally, I haven't actually checked whether Japanese sites are * worse than random other sites. The .jp entry is a legacy from when I * was checking that the script did the right thing.) Well, that depends. ftp.jp.freebsd.org (ftp.toykonet.ad.jp) has its own connection to the Bay Area so if you're around here, it's faster than many East Coast sites. :) Satoshi From owner-freebsd-ports Fri Oct 3 00:37:00 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA27754 for ports-outgoing; Fri, 3 Oct 1997 00:37:00 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (ala-ca14-03.ix.netcom.com [204.32.168.67]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA27730; Fri, 3 Oct 1997 00:36:53 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.7/8.6.9) id AAA12977; Fri, 3 Oct 1997 00:35:48 -0700 (PDT) Date: Fri, 3 Oct 1997 00:35:48 -0700 (PDT) Message-Id: <199710030735.AAA12977@silvia.HIP.Berkeley.EDU> To: Matthew.Thyer@dsto.defence.gov.au CC: freebsd-current@FreeBSD.ORG, ports@FreeBSD.ORG In-reply-to: <34348712.F0962930@dsto.defence.gov.au> (message from Matthew Thyer on Fri, 03 Oct 1997 15:18:02 +0930) Subject: Re: xlock: caught signal 8 while running galaxy mode. From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * "xlock: caught signal 8 while running galaxy mode." * * Signal 8 appears to be a floating point exception (FPE) according to * kill -l. A lot of xscreensaver programs die with this too. Is this one of those "our FP exception model is absolutely correct but different from every other system" things? Satoshi From owner-freebsd-ports Fri Oct 3 01:08:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA29261 for ports-outgoing; Fri, 3 Oct 1997 01:08:19 -0700 (PDT) Received: from hydrogen.nike.efn.org (resnet.uoregon.edu [128.223.170.28]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA29238; Fri, 3 Oct 1997 01:08:06 -0700 (PDT) Received: (from jmg@localhost) by hydrogen.nike.efn.org (8.8.7/8.8.7) id BAA22162; Fri, 3 Oct 1997 01:07:37 -0700 (PDT) Message-ID: <19971003010737.54157@hydrogen.nike.efn.org> Date: Fri, 3 Oct 1997 01:07:37 -0700 From: John-Mark Gurney To: Matthew Thyer Cc: freebsd-current@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: xlock: caught signal 8 while running galaxy mode. References: <34348712.F0962930@dsto.defence.gov.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.69 In-Reply-To: <34348712.F0962930@dsto.defence.gov.au>; from Matthew Thyer on Fri, Oct 03, 1997 at 03:18:02PM +0930 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-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Matthew Thyer scribbled this message on Oct 3: > Does anyone else have this problem or can anyone confirm that it > will be solved by a newer incarnation of -CURRENT or a newer > xlockmore ? don't worry.. I have the same problem.. and my processor is a amd k5-90, and I'm pretty sure I saw it on my amd5x86-133... I think it's just a programming error.... of course I'm running it on a 2.2.1-R.. 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 Oct 3 02:09:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA02175 for ports-outgoing; Fri, 3 Oct 1997 02:09:14 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (ala-ca14-03.ix.netcom.com [204.32.168.67]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA02166; Fri, 3 Oct 1997 02:09:09 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.7/8.6.9) id CAA14082; Fri, 3 Oct 1997 02:09:07 -0700 (PDT) Date: Fri, 3 Oct 1997 02:09:07 -0700 (PDT) Message-Id: <199710030909.CAA14082@silvia.HIP.Berkeley.EDU> To: ports@freebsd.org, stable@freebsd.org Subject: please test packages-2.2.5 From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Most of the packages for the CDROM have been built and are on ftp://ftp.freebsd.org/pub/FreeBSD/packages-2.2.5/ Please test and let us know ASAP if something is wrong. Satoshi From owner-freebsd-ports Fri Oct 3 04:21:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA07729 for ports-outgoing; Fri, 3 Oct 1997 04:21:04 -0700 (PDT) Received: from lilac.csi.cam.ac.uk (exim@lilac.csi.cam.ac.uk [131.111.8.44]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id EAA07714 for ; Fri, 3 Oct 1997 04:20:28 -0700 (PDT) Received: from g.pet.cam.ac.uk [131.111.209.233] by lilac.csi.cam.ac.uk with smtp (Exim 1.73 #1) id 0xH5lr-00024X-00; Fri, 3 Oct 1997 12:19:47 +0100 Received: from g.pet.cam.ac.uk [127.0.0.1] by g.pet.cam.ac.uk with esmtp (Exim 1.59 #1) id 0xH5lp-0003ou-00; Fri, 3 Oct 1997 12:19:45 +0100 To: freebsd-ports@freebsd.org Subject: Re: Automating use of FTP mirror sites In-reply-to: Your message of "Thu, 02 Oct 1997 10:38:04 PDT." <22758.875813884@time.cdrom.com> Date: Fri, 03 Oct 1997 12:19:45 +0100 From: Gareth McCaughan Message-Id: Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Jordan Hubbard wrote: > I was discussing this just 4 or 5 months ago with someone else, during > our last big debate about whether or not ftp.freebsd.org should > automatically go first in the order based on the law of averages > (which says that you'll typically get it there first a lot faster than > you'll find it on some Timbuktoo master site, as is generally the > case). I definitely agree that, at the least, there should be some > sort of "hook" for doing on-the-fly transformation of FTP URLs. I think it's important to translate *sets* of URLs, not just individual ones. Otherwise you need another hook to eliminate duplicates... And Satoshi Asami wrote: > That is very interesting. The FreeBSD Project is very interested in > your script. :) OK. When I've cleaned it up enough that I'm happy for other people to read it, what should I do with it? Send it to -ports? (At present it's 157 lines long, about 1/3 of which is comments.) -- Gareth McCaughan From owner-freebsd-ports Fri Oct 3 06:15:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA12583 for ports-outgoing; Fri, 3 Oct 1997 06:15:59 -0700 (PDT) Received: from seagull.cdrom.com (root@seagull.cdrom.com [204.216.27.14]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA12578 for ; Fri, 3 Oct 1997 06:15:56 -0700 (PDT) Received: from cons.org (knight.cons.org [194.233.237.86]) by seagull.cdrom.com (8.8.6/8.6.6) with ESMTP id GAA07105 ; Fri, 3 Oct 1997 06:15:19 -0700 (PDT) Received: (from cracauer@localhost) by cons.org (8.8.5/8.7.3) id PAA13051; Fri, 3 Oct 1997 15:16:19 +0200 (CEST) Message-ID: <19971003151617.22408@cons.org> Date: Fri, 3 Oct 1997 15:16:17 +0200 From: Martin Cracauer To: Satoshi Asami Cc: freebsd-ports@freebsd.org Subject: Re: cvs commit: ports/devel/ilu - Imported sources References: <199710010812.BAA03612@freefall.freebsd.org> <199710030919.CAA15193@silvia.HIP.Berkeley.EDU> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81 In-Reply-To: <199710030919.CAA15193@silvia.HIP.Berkeley.EDU>; from Satoshi Asami on Fri, Oct 03, 1997 at 02:19:41AM -0700 Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk [Moved to -ports] In <199710030919.CAA15193@silvia.HIP.Berkeley.EDU>, Satoshi Asami wrote: > * Xerox PARC's ILU system, a Corba-compatible multi-language > * distributed object system. > > Have you tried building this on a machine with guile installed? Over > here, it got stuck at Arg, I didn't notice the guile from the ports collection is outdated. While it builds fine with and without guile for me, I have guile-1.2 installed. I got a similar report from a user with a (I think) outdated python interpreter (while the python port is current enough for ILU). The problem here is that ilu's configure script includes support for languages if it finds the main interpreter, but doesn't check any further to see if the version is right, the header files are found etc. > If it does work with guile, that's fine, but please add *_DEPENDS to > the Makefile in that case. (Otherwise we might ship packages that > depend on guile but without the necessary dependency information.) That would be the wrong thing. ILU builds fine without guile/python. A binary package built with support for them still works fine for C and C++ on a system without guile and python. > I guess you probably want to just disable that check though. I disabled guile in configure options and added a note for those with 1.2 installed. I left python support because the python port is for a version that works. I'll see if I can add bettter checks to ILU's configure. I could take care for the guile port as well, but guile-iii does some things guile-1.2 doesn't, so I have to check back with the users before. After all, I expected more trouble with this port :-) Martin -- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Martin Cracauer http://www.cons.org/cracauer cracauer@wavehh.hanse.de (batched, preferred for large mails) Tel.: (daytime) +4940 41478712 Fax.: (daytime) +4940 41478715 Tel.: (private) +4940 5221829 Fax.: (private) +4940 5228536 Paper: (private) Waldstrasse 200, 22846 Norderstedt, Germany From owner-freebsd-ports Fri Oct 3 06:36:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA13710 for ports-outgoing; Fri, 3 Oct 1997 06:36:06 -0700 (PDT) Received: from morse.satech.net.au (morse.satech.net.au [203.56.210.66]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA13663; Fri, 3 Oct 1997 06:35:51 -0700 (PDT) Received: from matte.box.net.au (matte.satech.net.au [203.1.91.219]) by morse.satech.net.au (8.8.5/8.8.5.SAT.GJR.970426) with ESMTP id XAA22316; Fri, 3 Oct 1997 23:05:40 +0930 Received: from box.net.au (localhost.satech.net.au [127.0.0.1]) by matte.box.net.au (8.8.7/8.7.3) with ESMTP id XAA04253; Fri, 3 Oct 1997 23:05:59 +0930 (CST) Message-ID: <3434F4BE.B77C9E2D@box.net.au> Date: Fri, 03 Oct 1997 23:05:58 +0930 From: Matthew Thyer X-Mailer: Mozilla 4.03b8 [en] (X11; I; FreeBSD 3.0-CURRENT i386) MIME-Version: 1.0 To: John-Mark Gurney CC: Matthew Thyer , freebsd-current@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: xlock: caught signal 8 while running galaxy mode. References: <34348712.F0962930@dsto.defence.gov.au> <19971003010737.54157@hydrogen.nike.efn.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk By the way, I've never seen this problem on my home machine running: current as at ctm-src-cur.3049 with xlockmore-4.03 and CPU: CPU: Pentium (100.23-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x52c Stepping=12 Features=0x1bf (which is actually a P150 on a motherboard that can only do 100 MHz as I'm strapped for cash and cant afford $120 Australian for a new motherboard - boo hoo thats what 1 income, a small child and two housing loans gets you ;) So I'll update the work machine and tell you all if it solves the problem. John-Mark Gurney wrote: > > Matthew Thyer scribbled this message on Oct 3: > > Does anyone else have this problem or can anyone confirm that it > > will be solved by a newer incarnation of -CURRENT or a newer > > xlockmore ? > > don't worry.. I have the same problem.. and my processor is a amd k5-90, > and I'm pretty sure I saw it on my amd5x86-133... I think it's just a > programming error.... of course I'm running it on a 2.2.1-R.. > > ttyl.. > > -- > John-Mark Gurney Modem/FAX: +1 541 683 6954 > Cu Networking > > Live in Peace, destroy Micro$oft, support free software, run FreeBSD -- /=====================================================================\ | Work: Matthew.Thyer@dsto.defence.gov.au | Home: thyerm@box.net.au | \=====================================================================/ "If it is true that our Universe has a zero net value for all conserved quantities, then it may simply be a fluctuation of the vacuum of some larger space in which our Universe is imbedded. In answer to the question of why it happened, I offer the modest proposal that our Universe is simply one of those things which happen from time to time." E. P. Tryon from "Nature" Vol.246 Dec.14, 1973 From owner-freebsd-ports Fri Oct 3 08:32:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA21362 for ports-outgoing; Fri, 3 Oct 1997 08:32:27 -0700 (PDT) Received: from mylanders.com (mylanders.com [206.252.160.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA21325; Fri, 3 Oct 1997 08:32:06 -0700 (PDT) Received: from mylanders.com (mylanders.com [206.252.160.21]) by mylanders.com (8.8.5/8.8.5) with SMTP id KAA23521; Fri, 3 Oct 1997 10:36:20 -0500 (CDT) Message-ID: <343510F3.41C67EA6@mylanders.com> Date: Fri, 03 Oct 1997 10:36:19 -0500 From: Nathan Morton Organization: HIT X-Mailer: Mozilla 3.01 (X11; I; FreeBSD 2.2.1-RELEASE i386) MIME-Version: 1.0 To: erich@FreeBSD.org CC: ports@FreeBSD.org Subject: FreeBSD Port: gimp-0.99.10 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Hello, I was just wondering if there was going to be a port out for the newer development version of the gimp? Nathan From owner-freebsd-ports Fri Oct 3 08:55:29 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA22876 for ports-outgoing; Fri, 3 Oct 1997 08:55:29 -0700 (PDT) Received: from seagull.cdrom.com (cracauer@seagull.cdrom.com [204.216.27.14]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA22858; Fri, 3 Oct 1997 08:55:25 -0700 (PDT) Received: (from cracauer@localhost) by seagull.cdrom.com (8.8.6/8.6.6) id IAA07278 ; Fri, 3 Oct 1997 08:54:35 -0700 (PDT) Message-ID: <19971003175433.64822@cons.org> Date: Fri, 3 Oct 1997 17:54:33 +0200 From: Martin Cracauer To: Matthew Thyer Cc: freebsd-current@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: xlock: caught signal 8 while running galaxy mode. References: <34348712.F0962930@dsto.defence.gov.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81 In-Reply-To: <34348712.F0962930@dsto.defence.gov.au>; from Matthew Thyer on Fri, Oct 03, 1997 at 03:18:02PM +0930 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In <34348712.F0962930@dsto.defence.gov.au>, Matthew Thyer wrote: > Does anyone else have this problem or can anyone confirm that it > will be solved by a newer incarnation of -CURRENT or a newer > xlockmore ? > > I run xlockmore-4.02 on a somewhat dated FreeBSD 3.0-CURRENT now > (3.0-970618-SNAP). > > I always use the galaxy mode for screen locking (because I love it!) > and it often dies with the following error in my > .xsession-errors file: > > "xlock: caught signal 8 while running galaxy mode." > > Signal 8 appears to be a floating point exception (FPE) according to > kill -l. This has been discusssed several times. FreeBSD defaults to abort a program at a floating point exception while anyone else does not. The default for then is to set the result to IEEE exceptional values (InF, NaN etc.). You can switch all systems to do the other. I tried to convince people that FreeBSD hurts itself here, and the dying screensavers are my primary example how this can hurt users. The solution was to tell the port maintainers to switch FP mode for their ports, which haven't happend for any port, as far as I know. There are bugs in our gcc that make relying on FP exceptions handled right dangerous and Bruce Evans felt it is better to through the signal, so that people get aware of the problem. With all respect to Bruce, I'm still conviced that we should switch to default to set exceptional values and not signal the process. Our gcc isn't that much worse than NetBSD's and Linux and those systems obviously didn't get into trouble, at least not my my applications. I think that a user who maintains a critical floating point program is much more likely to be aware of turning on exceptions for his program than any random user is aware of turning them off for a black-box (for his viewpoint) package like xlockmore. If you want to change the system-wide default, add this to npx.h before building a kernel: undef __INITIAL_NPXCW__ #define __INITIAL_NPXCW__ 0x127f If you come to an educated opinion about the issue a mail to core may be useful. Martin -- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Martin Cracauer http://www.cons.org/cracauer/ BSD User Group Hamburg/Germany http://www.bsdhh.org/ From owner-freebsd-ports Fri Oct 3 09:10:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA24205 for ports-outgoing; Fri, 3 Oct 1997 09:10:38 -0700 (PDT) Received: from mail.quebectel.com (mail.quebectel.com [142.169.1.18]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA24030 for ; Fri, 3 Oct 1997 09:08:27 -0700 (PDT) Received: from nofx (ts1-14.f043.quebectel.com [142.169.64.159]) by mail.quebectel.com (8.8.5/8.8.5) with SMTP id MAA10478 for ; Fri, 3 Oct 1997 12:07:49 -0400 (EDT) Message-Id: <3.0.3.32.19971003120210.00919840@quebectel.com> X-Sender: nofx@quebectel.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Fri, 03 Oct 1997 12:02:10 -0300 To: ports@FreeBSD.ORG From: Mr Nofx Subject: Re: New ports added/updated last two weeks In-Reply-To: <199710031249.OAA02048@panke.panke.de> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id JAA24196 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk PLease STOp Fucking me with your DAmnit thing of FREEBSD Go Buy for 1,99$ the CD of Slackware 3.3 At 14:49 03/10/97 +0200, you wrote: > >Introduction >------------ > >The FreeBSD Ports Collection offers a simple way for users and >administrators to install applications. Each "port" listed here >contains any patches necessary to make the original application source >code compile and run on FreeBSD. Installing an application is as >simple as downloading the port, unpacking it and typing make in the >port directory. The Makefile automatically fetches the application >source code, either from a local disk or via ftp, unpacks it on your >system, applies the patches, and compiles. If all goes well, simply >type make install to install the application. > >For more information about using ports, see the ports collection > > http://www.freebsd.org/handbook/ports.html >and > http://www.freebsd.org/ports/ > >There are currently 1087 ports in the FreeBSD Ports Collection. > > >New ports added last two weeks >------------------------------ > > Category german >================================================== > > de-manpages-1.0 > German GNU and Linux manual pages. > Maintained by: wosch@FreeBSD.org > > Category graphics >================================================== > > fxtv-0.44 > X-based TV-Card Display and Capture Application (for use with > bt848 driver) > Maintained by: rhh@ct.picker.com > Requires: Xaw3d-1.3, gmake-3.75, tiff-3.3, xpm-3.4j > > Category japanese >================================================== > > ja-elisa8-1.0 > X11 8-dot kanji font 'elisa font' > Maintained by: ishijima@tri.pref.osaka.jp > Also listed in: x11 > > Category lang >================================================== > > tcl-7.5.1 > Tool Command Language. > Maintained by: taguchi@tohoku.iij.ad.jp > > Category sysutils >================================================== > > mei-1.53 > formats magneto-optical disk for MS-DOS FAT filesystem. > Maintained by: itojun@itojun.org > Requires: ja-nkf-1.62 > > setquota-0.1 > Command line quota tools. > Maintained by: winter@jurai.net > > Category textproc >================================================== > > html-4.0 > All W3C published SGML DTDs for HTML > Maintained by: jfieber@FreeBSD.ORG > > Category x11 >================================================== > > tk-4.1.1 > Graphical toolkit for TCL. > Maintained by: taguchi@tohoku.iij.ad.jp > Requires: tcl-7.5.1 > > XPostitPlus-2.3 > PostIt (R) messages onto your X11 screen > Maintained by: mi@aldan.ziplink.net > > >Updated ports last two weeks >----------------------------------- > > Maintained by: ache@FreeBSD.ORG > Requires: unzip-5.3.1 > > zip+crypt-2.2q > Create/update ZIP files compatible with pkzip, passwords > enabled > Maintained by: ache@FreeBSD.ORG > Requires: unzip-5.3.1 > > Category chinese >================================================== > > zh-Wnn-4.2 > A Japanese/Chinese/Korean input method (only Chinese built) > Maintained by: taoka@infonets.hiroshima-u.ac.jp > > zh-big5con-0.1 > Big5 Chinese console > Maintained by: hcchu@r350.ee.ntu.edu.tw > Requires: gmake-3.75 > > zh-c2t-1.0 > translates GB/Big5 encoding to tone pinyin > Maintained by: obrien@NUXI.com > > zh-celvis-1.3 > A vi/ex clone that speaks Chinese > Maintained by: obrien@NUXI.com > Also listed in: editors > > zh-cless-290 > A better pager utility (and it speaks Chinese) > Maintained by: obrien@cs.ucdavis.edu > Also listed in: misc > > zh-cxterm-5.0.3 > An xterm that speaks Chinese > Maintained by: obrien@FreeBSD.org > Also listed in: x11 > > zh-gb2ps-2.02 > converts Chinese GB (simple) encoded text to PostScript > Maintained by: obrien@NUXI.com > > zh-gbscript-1.11 > converts GB simplified Chinese text to PostScript > Maintained by: obrien@NUXI.com > > zh-hc-3.0 > Hanzi Converter -- converts between GB and BIG-5 codes > Maintained by: obrien@NUXI.com > > zh-lunar-2.1 > convert between the Gregorian Solar Calendar (SC) and the Lunar > Calendar (LC). > Maintained by: obrien@NUXI.com > > zh-mule-wnn4-2.3 > A multilingual emacs, with Wnn4 support built in (Only the > executables) > Maintained by: taoka@infonets.hiroshima-u.ac.jp > Also listed in: editors > Requires: gmake-3.75, zh-Wnn-4.2 > > zh-nvi-big5-1.79-970820 > A clone of vi/ex, with multilingual patch, default settings for > big5. > Maintained by: itojun@itojun.org > Also listed in: editors > > zh-nvi-euccn-1.79-970820 > A clone of vi/ex, with multilingual patch, default settings for > euc-cn. > Maintained by: itojun@itojun.org > Also listed in: editors > > zh-nvi-euctw-1.79-970820 > A clone of vi/ex, with multilingual patch, default settings for > euc-tw. > Maintained by: itojun@itojun.org > Also listed in: editors > > Category converters >================================================== > > mimepp-1.0 > C++ class library for MIME messages > Maintained by: andy@icc.surw.chel.su > > Category databases >================================================== > > mysql-3.20.30b > a multithreaded SQL database. > Maintained by: josh@ican.net > Requires: gmake-3.75 > > postgresql-6.1.1 > a robust, next generation, object-relational DBMS > Maintained by: andreas@FreeBSD.ORG > Requires: gmake-3.75 > > Category devel >================================================== > > automake-1.2 > GNU Standards-compliant Makefile generator > Maintained by: fujimoto@oscar.elec.waseda.ac.jp > > portlint-1.49 > a verifier for FreeBSD port directory. > Maintained by: itojun@itojun.org > > Category games >================================================== > > angband-2.8.2 > Rogue-like game with color, X11 support. > Maintained by: mph@pobox.com > > cgoban-1.8.2 > Internet Go Server client and game editor > Maintained by: simonm@dcs.gla.ac.uk > > Category graphics >================================================== > > ImageMagick-3.9.0 > An X11 package for display and interactive manipulation of > images. > Maintained by: ports@freebsd.org > Requires: jbigkit-0.9, jpeg-6a, mpeg_lib-1.1, png-0.96, > tiff-3.3 > > giflib-3.0 > Tools and library routines for working with GIF images. > Maintained by: tg@FreeBSD.ORG > > Category japanese >================================================== > > ja-Wnn-4.2 > A Japanese/Chinese/Korean input method (only Japanese built) > Maintained by: taoka@infonets.hiroshima-u.ac.jp > > ja-Wnn6-lib-97.6.6 > include files and a library of Wnn6 > Maintained by: taoka@infonets.hiroshima-u.ac.jp > > ja-Wnn6-97.6.6 > A Japanese input method (this is not free) > Maintained by: taoka@infonets.hiroshima-u.ac.jp > > ja-jlatex209-a17 > ASCII Japanese pTeX based on LaTeX-209 > Maintained by: mita@jp.FreeBSD.org > Also listed in: print > Requires: gmake-3.75 > > ja-jlatex209-a17-n152 > Japanese TeX based on LaTeX-209 with both NTT and ASCII > Maintained by: mita@jp.FreeBSD.org > Also listed in: print > Requires: gmake-3.75 > > ja-jlatex209-n152 > NTT Japanese TeX based on LaTeX-209 > Maintained by: mita@jp.FreeBSD.org > Also listed in: print > Requires: gmake-3.75 > > ja-man-doc-2.2.2f > Japanese online manual pages corresponding to > /usr/share/man/man[18] > Maintained by: kiri@kiri.toba-cmt.ac.jp > > ja-mew-1.70 > Message interface to Emacs Window > Maintained by: kiri@kiri.toba-cmt.ac.jp > Also listed in: mail > Requires: gmake-3.75, mule-2.3 > > ja-vfghostscript-5.03 > Aladdin Postscript and PDF interpreter with Japanese vector > font library. > Maintained by: mita@jp.FreeBSD.org > Also listed in: print > Requires: ja-vflib-2.22.9 > > Category korean >================================================== > > ko-Wnn-4.2 > A Japanese/Chinese/Korean input method (only Korean built) > Maintained by: taoka@infonets.hiroshima-u.ac.jp > > ko-afterstep-1.0pr3h1 > This Bowman-NeXTSTEP clone window manager with Korean character > support. > Maintained by: junker@jazz.snu.ac.kr > Also listed in: x11 > Requires: xpm-3.4j > > ko-elm-2.4h4.1 > ELM Mail User Agent, patched for Korean E-Mail > Maintained by: junker@jazz.snu.ac.kr > Also listed in: mail > > ko-fvwm95-2.0.42ah3 > Win95 lookalike version of the fvwm2 window manager with Korean > support. > Maintained by: junker@jazz.snu.ac.kr > Also listed in: x11 > Requires: gmake-3.75, gsm-1.0.10, rplay-3.2.0b6, xpm-3.4j > > ko-h2ps-a4-1.0 > Formats an ascii file for printing on a postscript printer with > Korean char. > Maintained by: junker@jazz.snu.ac.kr > Also listed in: print > > ko-han-1.0fb > A hangul console. > Maintained by: junker@jazz.snu.ac.kr > Requires: gmake-3.75 > > ko-hanmutt-0.60h9 > "The Mongrel of Mail User Agents" (part Elm, Pine, mh), with > Hangul support > Maintained by: junker@jazz.snu.ac.kr > Also listed in: mail > > ko-hanterm-304b3af > An xterm hacks for managing Korean languages. > Maintained by: junker@jazz.snu.ac.kr > Also listed in: x11 > > ko-hanterm-xf86-3.2 > An X11R6-based xterm hacked for managing Korean languages. > Maintained by: junker@jazz.snu.ac.kr > Also listed in: x11 > > ko-hanterm-304b3 > An xterm hacked for managing Korean languages. > Maintained by: junker@jazz.snu.ac.kr > Also listed in: x11 > > ko-hanyangfonts-1.0 > Hangul fonts for X11(hanyang) used in many hangul-related > programs. > Maintained by: junker@jazz.snu.ac.kr > Also listed in: x11 > > ko-hcode-2.1.2 > Hangul code conversion utility > Maintained by: junker@jazz.snu.ac.kr > > ko-helvis-1.8h2- > A clone of vi/ex, the standard UNIX editor, supporting Hangul. > Maintained by: junker@jazz.snu.ac.kr > Also listed in: editors > > ko-hfvwm-2.0.43 > The fvwm2 window manager, with Korean support > Maintained by: junker@jazz.snu.ac.kr > Also listed in: x11 > Requires: xpm-3.4j > > ko-hlatexpsfonts-0.95 > Hangul Type 1 fonts for HLaTeX-0.95 and other applications > Maintained by: junker@jazz.snu.ac.kr > > ko-hmconv-1.0p3 > Hangul code conversion utility for E-mail > Maintained by: junker@jazz.snu.ac.kr > Also listed in: mail > > ko-hpscat-1.3jshin > Hangul Text Printing Utility > Maintained by: junker@jazz.snu.ac.kr > Also listed in: print > > ko-johabfonts-304 > Hangul fonts for X11(johab) used in many hangul-related > programs. > Maintained by: junker@jazz.snu.ac.kr > Also listed in: x11 > > ko-linuxdoc-sgml-1.6bh2 > Korean patch version of Linuxdoc-SGML. > Maintained by: junker@jazz.snu.ac.kr > Also listed in: textproc > > ko-mule-wnn4-2.3 > A multilingual emacs, with Wnn4 support built in (Only the > executables) > Maintained by: taoka@infonets.hiroshima-u.ac.jp > Also listed in: editors > Requires: gmake-3.75, ko-Wnn-4.2 > > ko-netscape-3.01intl > netscape-3.01 web-surfboard (international version, Korean) > Maintained by: junker@jazz.snu.ac.kr > Also listed in: www > > ko-nh2ps-a4-1.0p1 > Formats an ascii file for printing on a postscript printer with > Korean char. > Maintained by: junker@jazz.snu.ac.kr > Also listed in: print > > ko-nhpf-1.42 > Hangul Printing Filter for Netscape with embedded font > Maintained by: junker@jazz.snu.ac.kr > Also listed in: www > > ko-nhppf-1.2 > Hangul Printing Filter for Netscape with HLaTeX-0.95 PS font > Maintained by: junker@jazz.snu.ac.kr > > ko-nvi-euckr-1.79-970820 > A clone of vi/ex, with multilingual patch, default settings for > euc-kr. > Maintained by: itojun@itojun.org > Also listed in: editors > > ko-nvi-iso2022kr-1.79-970820 > A clone of vi/ex, with multilingual patch, default settings for > iso-2022-kr. > Maintained by: itojun@itojun.org > Also listed in: editors > > ko-pine-3.96k > Program for Internet E-mail and News, patched for Korean E-Mail > transfer > Maintained by: junker@jazz.snu.ac.kr > Also listed in: mail > > ko-pinetreefonts-1.0 > Hangul fonts for X11(pinetree, KSC5601-1987-0 encoding) > Maintained by: junker@jazz.snu.ac.kr > Also listed in: x11 > > ko-ztelnet-1.0p1 > Telnet program with zmodem transfer. > Maintained by: junker@jazz.snu.ac.kr > Also listed in: net > > Category lang >================================================== > > gnat-3.09 > The GNU Ada Translator. > Maintained by: maurice@serc.rmit.edu.au > > Category mail >================================================== > > fetchmail-4.2.8 > batch mail retrieval/forwarding utility for pop2, pop3, apop, > imap > Maintained by: ve@sci.fi > > Category mbone >================================================== > > speak_freely-6.1c > Voice Communication Over Data Networks. > Maintained by: ache@FreeBSD.ORG > Also listed in: audio security > Requires: gsm-1.0.10 > > Category misc >================================================== > > fd-1.03a > A file and directory management tool > Maintained by: nobu@psrc.isac.co.jp > > gnuls-3.16 > FreeBSD port of colorized GNU `ls'. > Maintained by: bmc@WillsCreek.COM > > mc-4.1 > Midnight Commander, a free Norton Commander Clone > Maintained by: ports@FreeBSD.org > > rpm-2.4.7 > The Red Hat Package Manager > Maintained by: tg@FreeBSD.ORG > Requires: gdbm-1.7.3, gmake-3.75 > > tkinfo-1.8 > A tk script to read GNU "info" files and display them. > Maintained by: tg@freebsd.org > Also listed in: tk80 > > tkman-2.0 > A Tcl/Tk based manual browser > Maintained by: tg@freebsd.org > Also listed in: tk80 > Requires: tcl-8.0, tk-8.0 > > Category net >================================================== > > cvsup-15.2 > A network file distribution and update system for CVS > repositories. > Maintained by: jdp@FreeBSD.org > Also listed in: devel > Requires: modula-3-3.6, modula-3-lib-3.6 > > delegate-4.3.3 > General purpose TCP/IP proxy system > Maintained by: max@FreeBSD.ORG > Also listed in: www japanese > > samba-1.9.17p2 > A LanManager(R)-compatible server suite for Unix > Maintained by: gpalmer@FreeBSD.ORG > > zircon-1.18.44 > An X11 interface to Internet Relay Chat. > Maintained by: ports@FreeBSD.org > Also listed in: tk80 > Requires: tcl-8.0, tk-8.0 > > Category news >================================================== > > tin-1.3.970923 > TIN newsreader (termcap based) > Maintained by: ache@FreeBSD.org > > Category shells >================================================== > > zsh-3.0.5 > The Z shell. > Maintained by: torstenb@FreeBSD.ORG > > Category sysutils >================================================== > > cd-write-1.4 > A X11 based CD-burner > Maintained by: jmz@FreeBSD.org > Requires: tcl-7.6, tix-4.1.0.005, tk-4.2 > > Category vietnamese >================================================== > > vi-vn7to8-1.1.1 > converts between 7-bit Vietnamese VIQR and 8-bit VISCII formats > Maintained by: obrien@cs.ucdavis.edu > > vi-vnelvis-1.4 > A vi clone that speaks Vietnamese > Maintained by: obrien@cs.ucdavis.edu > > vi-vnless-1.0 > A pager utility that speaks Vietnamese > Maintained by: obrien@cs.ucdavis.edu > > vi-vnlpr-2.0 > shell script and set of fonts to print Vietnamese text on > PostScript printer > Maintained by: obrien@cs.ucdavis.edu > > vi-vnpstext-1.1 > converts 8-bit VISCII Vietnamese text into PostScript > Maintained by: obrien@cs.ucdavis.edu > > vi-vnroff-2.0 > converts Vietnamese VIQR text into troff format > Maintained by: obrien@cs.ucdavis.edu > > vi-vnterm-3.3 > An xterm that speaks Vietnamese > Maintained by: obrien@cs.ucdavis.edu > Also listed in: x11 > > Category www >================================================== > > apacheSSL-1.2.4 > Apache secure https server using SSL > Maintained by: markm@freebsd.org > Requires: SSLeay-0.8.1, rsaref-2.0 > > linux-netscape-4.03 > netscape web-surfboard > Maintained by: ports@FreeBSD.ORG > Requires: linux_lib-2.4 > > lynx-2.7.1ac-0.73 > An alphanumeric display oriented World-Wide Web Client. > Maintained by: ache@FreeBSD.ORG > > netscape-3.03 > netscape-3.01 web-surfboard (regular or gold) > Maintained by: ports@FreeBSD.ORG > > Category x11 >================================================== > > filerunner-2.4 > Filemanager with FTP capabilities. Uses Tcl/Tk. > Maintained by: lukin@okbmei.msk.su > Also listed in: tk80 > Requires: tcl-8.0, tk-8.0 > > qvwm-1.0b8e > The most win95-like window manager. Standalone, not fvwm > patched. > Maintained by: Nakai@Mlab.t.u-tokyo.ac.jp > Requires: xpm-3.4j > > xlockmore-4.04 > Like XLock session locker/screen saver, but just more. > Maintained by: ports@freebsd.org > Requires: xpm-3.4j > > xmbdfed-2.3 > A Motif tool for editing X11 bitmap fonts > Maintained by: jfieber@FreeBSD.ORG > _________________________________________________________________ > > © 1996-1997 by Wolfram Schneider. All rights reserved. > Please direct questions about this service to wosch@FreeBSD.org > General questions about FreeBSD ports should be sent to > ports@FreeBSD.org > > Last database update: 1997/09/30 09:59:23 UTC > _________________________________________________________________ > >This information was produced by > http://www.freebsd.org/cgi/ports.cgi > >-- >Wolfram Schneider http://www.apfel.de/~wosch/ > > From owner-freebsd-ports Fri Oct 3 09:42:40 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA26362 for ports-outgoing; Fri, 3 Oct 1997 09:42:40 -0700 (PDT) Received: from earth.mat.net (chuckr@earth.mat.net [206.246.122.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA26347; Fri, 3 Oct 1997 09:42:26 -0700 (PDT) Received: from localhost (chuckr@localhost) by earth.mat.net (8.8.7/8.6.12) with SMTP id MAA20183; Fri, 3 Oct 1997 12:42:02 -0400 (EDT) Date: Fri, 3 Oct 1997 12:42:02 -0400 (EDT) From: Chuck Robey To: Nathan Morton cc: erich@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: FreeBSD Port: gimp-0.99.10 In-Reply-To: <343510F3.41C67EA6@mylanders.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, 3 Oct 1997, Nathan Morton wrote: > Hello, > > I was just wondering if there was going to be a port > out for the newer development version of the gimp? Did you look for gimp-devel in ports/graphics? > > > Nathan > From owner-freebsd-ports Fri Oct 3 09:45:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA26531 for ports-outgoing; Fri, 3 Oct 1997 09:45:15 -0700 (PDT) Received: from news.IAEhv.nl (root@news.IAEhv.nl [194.151.64.4]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id JAA26506; Fri, 3 Oct 1997 09:44:58 -0700 (PDT) Received: from LOCAL (uucp@localhost) by news.IAEhv.nl (8.6.13/1.63) with IAEhv.nl; pid 20976 on Fri, 3 Oct 1997 16:44:49 GMT; id QAA20976 efrom: marc@bowtie.nl; eto: UNKNOWN Received: from localhost (localhost [127.0.0.1]) by bowtie.nl (8.8.2/8.7.3) with ESMTP id SAA24376; Fri, 3 Oct 1997 18:40:27 +0200 (MET DST) Message-Id: <199710031640.SAA24376@bowtie.nl> X-Mailer: exmh version 1.6.7 5/3/96 To: Nathan Morton cc: erich@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: FreeBSD Port: gimp-0.99.10 In-reply-to: nmorton's message of Fri, 03 Oct 1997 10:36:19 -0500. <343510F3.41C67EA6@mylanders.com> Reply-to: marc@bowtie.nl Date: Fri, 03 Oct 1997 18:40:27 +0200 From: Marc van Kempen Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Hello, > > I was just wondering if there was going to be a port > out for the newer development version of the gimp? > > I believe they are up to 0.99-12, the current version also does not include gtk+ anymore, so you'll need a port of that too. ---------------------------------------------------- Marc van Kempen BowTie Technology Email: marc@bowtie.nl WWW & Databases tel. +31 40 2 43 20 65 fax. +31 40 2 44 21 86 http://www.bowtie.nl ---------------------------------------------------- From owner-freebsd-ports Fri Oct 3 09:49:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA26892 for ports-outgoing; Fri, 3 Oct 1997 09:49:53 -0700 (PDT) Received: from lariat.lariat.org (ppp0.lariat.org@[129.72.251.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA26874 for ; Fri, 3 Oct 1997 09:49:45 -0700 (PDT) Received: from mustang.lariat.org (mustang.lariat.org [129.72.251.11]) by lariat.lariat.org (8.8.6/8.8.6) with SMTP id KAA12594 for ; Fri, 3 Oct 1997 10:44:06 -0600 (MDT) Message-Id: <3.0.3.32.19971003104921.02f8a000@mail.lariat.org> X-Sender: brett@mail.lariat.org X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Fri, 03 Oct 1997 10:49:21 -0600 To: ports@FreeBSD.ORG From: Brett Glass Subject: Re: New ports added/updated last two weeks In-Reply-To: <88256525.0054FB75.00@IWNS2.infoworld.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Thank you! By the way, is there among the ports collection a utility that lets you boot into FreeBSD from DOS (so that you can load coprocessor firmware and configure PnP devices)? I know there's a LILO that can be run from DOS, but don't know if there's a FreeBSD equivalent. --Brett From owner-freebsd-ports Fri Oct 3 10:03:01 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA27943 for ports-outgoing; Fri, 3 Oct 1997 10:03:01 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA27931; Fri, 3 Oct 1997 10:02:54 -0700 (PDT) Received: from time.cdrom.com (localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.7/8.6.9) with ESMTP id KAA22008; Fri, 3 Oct 1997 10:01:23 -0700 (PDT) To: Mr Nofx cc: ports@FreeBSD.ORG, jmb@FreeBSD.ORG Subject: Re: New ports added/updated last two weeks In-reply-to: Your message of "Fri, 03 Oct 1997 12:02:10 -0300." <3.0.3.32.19971003120210.00919840@quebectel.com> Date: Fri, 03 Oct 1997 10:01:23 -0700 Message-ID: <22004.875898083@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk This idiot clearly got himself subscribed to freebsd-announce and now doesn't know how to get himself off again. He's been deleted from announce and, should he raise his ugly little head again, will be filtered from posting to any of our lists. Sigh. It's a shame that some people who both cannot speak english and are incapable of saying useful things in any language insist on demonstrating their combined shortcomings in both areas before such a wide audience. I guess you all now know who to avoid for a job interview should you ever face this person across a desk. ;-) Mr. Nofx: You can crawl back under your rock now - you've been deleted from announce. Refrain from posting any further gibberish to our lists or see yourself filtered. Jordan > PLease STOp Fucking me with your DAmnit thing of FREEBSD > > Go Buy for 1,99$ the CD of Slackware 3.3 > > > > > At 14:49 03/10/97 +0200, you wrote: > > > >Introduction > >------------ > > > >The FreeBSD Ports Collection offers a simple way for users and > >administrators to install applications. Each "port" listed here > >contains any patches necessary to make the original application source > >code compile and run on FreeBSD. Installing an application is as > >simple as downloading the port, unpacking it and typing make in the > >port directory. The Makefile automatically fetches the application > >source code, either from a local disk or via ftp, unpacks it on your > >system, applies the patches, and compiles. If all goes well, simply > >type make install to install the application. > > > >For more information about using ports, see the ports collection > > > > http://www.freebsd.org/handbook/ports.html > >and > > http://www.freebsd.org/ports/ > > > >There are currently 1087 ports in the FreeBSD Ports Collection. > > > > > >New ports added last two weeks > >------------------------------ > > > > Category german > >================================================== > > > > de-manpages-1.0 > > German GNU and Linux manual pages. > > Maintained by: wosch@FreeBSD.org > > > > Category graphics > >================================================== > > > > fxtv-0.44 > > X-based TV-Card Display and Capture Application (for use with > > bt848 driver) > > Maintained by: rhh@ct.picker.com > > Requires: Xaw3d-1.3, gmake-3.75, tiff-3.3, xpm-3.4j > > > > Category japanese > >================================================== > > > > ja-elisa8-1.0 > > X11 8-dot kanji font 'elisa font' > > Maintained by: ishijima@tri.pref.osaka.jp > > Also listed in: x11 > > > > Category lang > >================================================== > > > > tcl-7.5.1 > > Tool Command Language. > > Maintained by: taguchi@tohoku.iij.ad.jp > > > > Category sysutils > >================================================== > > > > mei-1.53 > > formats magneto-optical disk for MS-DOS FAT filesystem. > > Maintained by: itojun@itojun.org > > Requires: ja-nkf-1.62 > > > > setquota-0.1 > > Command line quota tools. > > Maintained by: winter@jurai.net > > > > Category textproc > >================================================== > > > > html-4.0 > > All W3C published SGML DTDs for HTML > > Maintained by: jfieber@FreeBSD.ORG > > > > Category x11 > >================================================== > > > > tk-4.1.1 > > Graphical toolkit for TCL. > > Maintained by: taguchi@tohoku.iij.ad.jp > > Requires: tcl-7.5.1 > > > > XPostitPlus-2.3 > > PostIt (R) messages onto your X11 screen > > Maintained by: mi@aldan.ziplink.net > > > > > >Updated ports last two weeks > >----------------------------------- > > > > Maintained by: ache@FreeBSD.ORG > > Requires: unzip-5.3.1 > > > > zip+crypt-2.2q > > Create/update ZIP files compatible with pkzip, passwords > > enabled > > Maintained by: ache@FreeBSD.ORG > > Requires: unzip-5.3.1 > > > > Category chinese > >================================================== > > > > zh-Wnn-4.2 > > A Japanese/Chinese/Korean input method (only Chinese built) > > Maintained by: taoka@infonets.hiroshima-u.ac.jp > > > > zh-big5con-0.1 > > Big5 Chinese console > > Maintained by: hcchu@r350.ee.ntu.edu.tw > > Requires: gmake-3.75 > > > > zh-c2t-1.0 > > translates GB/Big5 encoding to tone pinyin > > Maintained by: obrien@NUXI.com > > > > zh-celvis-1.3 > > A vi/ex clone that speaks Chinese > > Maintained by: obrien@NUXI.com > > Also listed in: editors > > > > zh-cless-290 > > A better pager utility (and it speaks Chinese) > > Maintained by: obrien@cs.ucdavis.edu > > Also listed in: misc > > > > zh-cxterm-5.0.3 > > An xterm that speaks Chinese > > Maintained by: obrien@FreeBSD.org > > Also listed in: x11 > > > > zh-gb2ps-2.02 > > converts Chinese GB (simple) encoded text to PostScript > > Maintained by: obrien@NUXI.com > > > > zh-gbscript-1.11 > > converts GB simplified Chinese text to PostScript > > Maintained by: obrien@NUXI.com > > > > zh-hc-3.0 > > Hanzi Converter -- converts between GB and BIG-5 codes > > Maintained by: obrien@NUXI.com > > > > zh-lunar-2.1 > > convert between the Gregorian Solar Calendar (SC) and the Lunar > > Calendar (LC). > > Maintained by: obrien@NUXI.com > > > > zh-mule-wnn4-2.3 > > A multilingual emacs, with Wnn4 support built in (Only the > > executables) > > Maintained by: taoka@infonets.hiroshima-u.ac.jp > > Also listed in: editors > > Requires: gmake-3.75, zh-Wnn-4.2 > > > > zh-nvi-big5-1.79-970820 > > A clone of vi/ex, with multilingual patch, default settings for > > big5. > > Maintained by: itojun@itojun.org > > Also listed in: editors > > > > zh-nvi-euccn-1.79-970820 > > A clone of vi/ex, with multilingual patch, default settings for > > euc-cn. > > Maintained by: itojun@itojun.org > > Also listed in: editors > > > > zh-nvi-euctw-1.79-970820 > > A clone of vi/ex, with multilingual patch, default settings for > > euc-tw. > > Maintained by: itojun@itojun.org > > Also listed in: editors > > > > Category converters > >================================================== > > > > mimepp-1.0 > > C++ class library for MIME messages > > Maintained by: andy@icc.surw.chel.su > > > > Category databases > >================================================== > > > > mysql-3.20.30b > > a multithreaded SQL database. > > Maintained by: josh@ican.net > > Requires: gmake-3.75 > > > > postgresql-6.1.1 > > a robust, next generation, object-relational DBMS > > Maintained by: andreas@FreeBSD.ORG > > Requires: gmake-3.75 > > > > Category devel > >================================================== > > > > automake-1.2 > > GNU Standards-compliant Makefile generator > > Maintained by: fujimoto@oscar.elec.waseda.ac.jp > > > > portlint-1.49 > > a verifier for FreeBSD port directory. > > Maintained by: itojun@itojun.org > > > > Category games > >================================================== > > > > angband-2.8.2 > > Rogue-like game with color, X11 support. > > Maintained by: mph@pobox.com > > > > cgoban-1.8.2 > > Internet Go Server client and game editor > > Maintained by: simonm@dcs.gla.ac.uk > > > > Category graphics > >================================================== > > > > ImageMagick-3.9.0 > > An X11 package for display and interactive manipulation of > > images. > > Maintained by: ports@freebsd.org > > Requires: jbigkit-0.9, jpeg-6a, mpeg_lib-1.1, png-0.96, > > tiff-3.3 > > > > giflib-3.0 > > Tools and library routines for working with GIF images. > > Maintained by: tg@FreeBSD.ORG > > > > Category japanese > >================================================== > > > > ja-Wnn-4.2 > > A Japanese/Chinese/Korean input method (only Japanese built) > > Maintained by: taoka@infonets.hiroshima-u.ac.jp > > > > ja-Wnn6-lib-97.6.6 > > include files and a library of Wnn6 > > Maintained by: taoka@infonets.hiroshima-u.ac.jp > > > > ja-Wnn6-97.6.6 > > A Japanese input method (this is not free) > > Maintained by: taoka@infonets.hiroshima-u.ac.jp > > > > ja-jlatex209-a17 > > ASCII Japanese pTeX based on LaTeX-209 > > Maintained by: mita@jp.FreeBSD.org > > Also listed in: print > > Requires: gmake-3.75 > > > > ja-jlatex209-a17-n152 > > Japanese TeX based on LaTeX-209 with both NTT and ASCII > > Maintained by: mita@jp.FreeBSD.org > > Also listed in: print > > Requires: gmake-3.75 > > > > ja-jlatex209-n152 > > NTT Japanese TeX based on LaTeX-209 > > Maintained by: mita@jp.FreeBSD.org > > Also listed in: print > > Requires: gmake-3.75 > > > > ja-man-doc-2.2.2f > > Japanese online manual pages corresponding to > > /usr/share/man/man[18] > > Maintained by: kiri@kiri.toba-cmt.ac.jp > > > > ja-mew-1.70 > > Message interface to Emacs Window > > Maintained by: kiri@kiri.toba-cmt.ac.jp > > Also listed in: mail > > Requires: gmake-3.75, mule-2.3 > > > > ja-vfghostscript-5.03 > > Aladdin Postscript and PDF interpreter with Japanese vector > > font library. > > Maintained by: mita@jp.FreeBSD.org > > Also listed in: print > > Requires: ja-vflib-2.22.9 > > > > Category korean > >================================================== > > > > ko-Wnn-4.2 > > A Japanese/Chinese/Korean input method (only Korean built) > > Maintained by: taoka@infonets.hiroshima-u.ac.jp > > > > ko-afterstep-1.0pr3h1 > > This Bowman-NeXTSTEP clone window manager with Korean character > > support. > > Maintained by: junker@jazz.snu.ac.kr > > Also listed in: x11 > > Requires: xpm-3.4j > > > > ko-elm-2.4h4.1 > > ELM Mail User Agent, patched for Korean E-Mail > > Maintained by: junker@jazz.snu.ac.kr > > Also listed in: mail > > > > ko-fvwm95-2.0.42ah3 > > Win95 lookalike version of the fvwm2 window manager with Korean > > support. > > Maintained by: junker@jazz.snu.ac.kr > > Also listed in: x11 > > Requires: gmake-3.75, gsm-1.0.10, rplay-3.2.0b6, xpm-3.4j > > > > ko-h2ps-a4-1.0 > > Formats an ascii file for printing on a postscript printer with > > Korean char. > > Maintained by: junker@jazz.snu.ac.kr > > Also listed in: print > > > > ko-han-1.0fb > > A hangul console. > > Maintained by: junker@jazz.snu.ac.kr > > Requires: gmake-3.75 > > > > ko-hanmutt-0.60h9 > > "The Mongrel of Mail User Agents" (part Elm, Pine, mh), with > > Hangul support > > Maintained by: junker@jazz.snu.ac.kr > > Also listed in: mail > > > > ko-hanterm-304b3af > > An xterm hacks for managing Korean languages. > > Maintained by: junker@jazz.snu.ac.kr > > Also listed in: x11 > > > > ko-hanterm-xf86-3.2 > > An X11R6-based xterm hacked for managing Korean languages. > > Maintained by: junker@jazz.snu.ac.kr > > Also listed in: x11 > > > > ko-hanterm-304b3 > > An xterm hacked for managing Korean languages. > > Maintained by: junker@jazz.snu.ac.kr > > Also listed in: x11 > > > > ko-hanyangfonts-1.0 > > Hangul fonts for X11(hanyang) used in many hangul-related > > programs. > > Maintained by: junker@jazz.snu.ac.kr > > Also listed in: x11 > > > > ko-hcode-2.1.2 > > Hangul code conversion utility > > Maintained by: junker@jazz.snu.ac.kr > > > > ko-helvis-1.8h2- > > A clone of vi/ex, the standard UNIX editor, supporting Hangul. > > Maintained by: junker@jazz.snu.ac.kr > > Also listed in: editors > > > > ko-hfvwm-2.0.43 > > The fvwm2 window manager, with Korean support > > Maintained by: junker@jazz.snu.ac.kr > > Also listed in: x11 > > Requires: xpm-3.4j > > > > ko-hlatexpsfonts-0.95 > > Hangul Type 1 fonts for HLaTeX-0.95 and other applications > > Maintained by: junker@jazz.snu.ac.kr > > > > ko-hmconv-1.0p3 > > Hangul code conversion utility for E-mail > > Maintained by: junker@jazz.snu.ac.kr > > Also listed in: mail > > > > ko-hpscat-1.3jshin > > Hangul Text Printing Utility > > Maintained by: junker@jazz.snu.ac.kr > > Also listed in: print > > > > ko-johabfonts-304 > > Hangul fonts for X11(johab) used in many hangul-related > > programs. > > Maintained by: junker@jazz.snu.ac.kr > > Also listed in: x11 > > > > ko-linuxdoc-sgml-1.6bh2 > > Korean patch version of Linuxdoc-SGML. > > Maintained by: junker@jazz.snu.ac.kr > > Also listed in: textproc > > > > ko-mule-wnn4-2.3 > > A multilingual emacs, with Wnn4 support built in (Only the > > executables) > > Maintained by: taoka@infonets.hiroshima-u.ac.jp > > Also listed in: editors > > Requires: gmake-3.75, ko-Wnn-4.2 > > > > ko-netscape-3.01intl > > netscape-3.01 web-surfboard (international version, Korean) > > Maintained by: junker@jazz.snu.ac.kr > > Also listed in: www > > > > ko-nh2ps-a4-1.0p1 > > Formats an ascii file for printing on a postscript printer with > > Korean char. > > Maintained by: junker@jazz.snu.ac.kr > > Also listed in: print > > > > ko-nhpf-1.42 > > Hangul Printing Filter for Netscape with embedded font > > Maintained by: junker@jazz.snu.ac.kr > > Also listed in: www > > > > ko-nhppf-1.2 > > Hangul Printing Filter for Netscape with HLaTeX-0.95 PS font > > Maintained by: junker@jazz.snu.ac.kr > > > > ko-nvi-euckr-1.79-970820 > > A clone of vi/ex, with multilingual patch, default settings for > > euc-kr. > > Maintained by: itojun@itojun.org > > Also listed in: editors > > > > ko-nvi-iso2022kr-1.79-970820 > > A clone of vi/ex, with multilingual patch, default settings for > > iso-2022-kr. > > Maintained by: itojun@itojun.org > > Also listed in: editors > > > > ko-pine-3.96k > > Program for Internet E-mail and News, patched for Korean E-Mail > > transfer > > Maintained by: junker@jazz.snu.ac.kr > > Also listed in: mail > > > > ko-pinetreefonts-1.0 > > Hangul fonts for X11(pinetree, KSC5601-1987-0 encoding) > > Maintained by: junker@jazz.snu.ac.kr > > Also listed in: x11 > > > > ko-ztelnet-1.0p1 > > Telnet program with zmodem transfer. > > Maintained by: junker@jazz.snu.ac.kr > > Also listed in: net > > > > Category lang > >================================================== > > > > gnat-3.09 > > The GNU Ada Translator. > > Maintained by: maurice@serc.rmit.edu.au > > > > Category mail > >================================================== > > > > fetchmail-4.2.8 > > batch mail retrieval/forwarding utility for pop2, pop3, apop, > > imap > > Maintained by: ve@sci.fi > > > > Category mbone > >================================================== > > > > speak_freely-6.1c > > Voice Communication Over Data Networks. > > Maintained by: ache@FreeBSD.ORG > > Also listed in: audio security > > Requires: gsm-1.0.10 > > > > Category misc > >================================================== > > > > fd-1.03a > > A file and directory management tool > > Maintained by: nobu@psrc.isac.co.jp > > > > gnuls-3.16 > > FreeBSD port of colorized GNU `ls'. > > Maintained by: bmc@WillsCreek.COM > > > > mc-4.1 > > Midnight Commander, a free Norton Commander Clone > > Maintained by: ports@FreeBSD.org > > > > rpm-2.4.7 > > The Red Hat Package Manager > > Maintained by: tg@FreeBSD.ORG > > Requires: gdbm-1.7.3, gmake-3.75 > > > > tkinfo-1.8 > > A tk script to read GNU "info" files and display them. > > Maintained by: tg@freebsd.org > > Also listed in: tk80 > > > > tkman-2.0 > > A Tcl/Tk based manual browser > > Maintained by: tg@freebsd.org > > Also listed in: tk80 > > Requires: tcl-8.0, tk-8.0 > > > > Category net > >================================================== > > > > cvsup-15.2 > > A network file distribution and update system for CVS > > repositories. > > Maintained by: jdp@FreeBSD.org > > Also listed in: devel > > Requires: modula-3-3.6, modula-3-lib-3.6 > > > > delegate-4.3.3 > > General purpose TCP/IP proxy system > > Maintained by: max@FreeBSD.ORG > > Also listed in: www japanese > > > > samba-1.9.17p2 > > A LanManager(R)-compatible server suite for Unix > > Maintained by: gpalmer@FreeBSD.ORG > > > > zircon-1.18.44 > > An X11 interface to Internet Relay Chat. > > Maintained by: ports@FreeBSD.org > > Also listed in: tk80 > > Requires: tcl-8.0, tk-8.0 > > > > Category news > >================================================== > > > > tin-1.3.970923 > > TIN newsreader (termcap based) > > Maintained by: ache@FreeBSD.org > > > > Category shells > >================================================== > > > > zsh-3.0.5 > > The Z shell. > > Maintained by: torstenb@FreeBSD.ORG > > > > Category sysutils > >================================================== > > > > cd-write-1.4 > > A X11 based CD-burner > > Maintained by: jmz@FreeBSD.org > > Requires: tcl-7.6, tix-4.1.0.005, tk-4.2 > > > > Category vietnamese > >================================================== > > > > vi-vn7to8-1.1.1 > > converts between 7-bit Vietnamese VIQR and 8-bit VISCII formats > > Maintained by: obrien@cs.ucdavis.edu > > > > vi-vnelvis-1.4 > > A vi clone that speaks Vietnamese > > Maintained by: obrien@cs.ucdavis.edu > > > > vi-vnless-1.0 > > A pager utility that speaks Vietnamese > > Maintained by: obrien@cs.ucdavis.edu > > > > vi-vnlpr-2.0 > > shell script and set of fonts to print Vietnamese text on > > PostScript printer > > Maintained by: obrien@cs.ucdavis.edu > > > > vi-vnpstext-1.1 > > converts 8-bit VISCII Vietnamese text into PostScript > > Maintained by: obrien@cs.ucdavis.edu > > > > vi-vnroff-2.0 > > converts Vietnamese VIQR text into troff format > > Maintained by: obrien@cs.ucdavis.edu > > > > vi-vnterm-3.3 > > An xterm that speaks Vietnamese > > Maintained by: obrien@cs.ucdavis.edu > > Also listed in: x11 > > > > Category www > >================================================== > > > > apacheSSL-1.2.4 > > Apache secure https server using SSL > > Maintained by: markm@freebsd.org > > Requires: SSLeay-0.8.1, rsaref-2.0 > > > > linux-netscape-4.03 > > netscape web-surfboard > > Maintained by: ports@FreeBSD.ORG > > Requires: linux_lib-2.4 > > > > lynx-2.7.1ac-0.73 > > An alphanumeric display oriented World-Wide Web Client. > > Maintained by: ache@FreeBSD.ORG > > > > netscape-3.03 > > netscape-3.01 web-surfboard (regular or gold) > > Maintained by: ports@FreeBSD.ORG > > > > Category x11 > >================================================== > > > > filerunner-2.4 > > Filemanager with FTP capabilities. Uses Tcl/Tk. > > Maintained by: lukin@okbmei.msk.su > > Also listed in: tk80 > > Requires: tcl-8.0, tk-8.0 > > > > qvwm-1.0b8e > > The most win95-like window manager. Standalone, not fvwm > > patched. > > Maintained by: Nakai@Mlab.t.u-tokyo.ac.jp > > Requires: xpm-3.4j > > > > xlockmore-4.04 > > Like XLock session locker/screen saver, but just more. > > Maintained by: ports@freebsd.org > > Requires: xpm-3.4j > > > > xmbdfed-2.3 > > A Motif tool for editing X11 bitmap fonts > > Maintained by: jfieber@FreeBSD.ORG > > _________________________________________________________________ > > > > © 1996-1997 by Wolfram Schneider. All rights reserved. > > Please direct questions about this service to wosch@FreeBSD.org > > General questions about FreeBSD ports should be sent to > > ports@FreeBSD.org > > > > Last database update: 1997/09/30 09:59:23 UTC > > _________________________________________________________________ > > > >This information was produced by > > http://www.freebsd.org/cgi/ports.cgi > > > >-- > >Wolfram Schneider http://www.apfel.de/~wosch/ > > > > From owner-freebsd-ports Fri Oct 3 10:03:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA28023 for ports-outgoing; Fri, 3 Oct 1997 10:03:38 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA28014; Fri, 3 Oct 1997 10:03:35 -0700 (PDT) Received: from time.cdrom.com (localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.7/8.6.9) with ESMTP id KAA22022; Fri, 3 Oct 1997 10:02:30 -0700 (PDT) To: Martin Cracauer cc: Matthew Thyer , freebsd-current@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: xlock: caught signal 8 while running galaxy mode. In-reply-to: Your message of "Fri, 03 Oct 1997 17:54:33 +0200." <19971003175433.64822@cons.org> Date: Fri, 03 Oct 1997 10:02:30 -0700 Message-ID: <22019.875898150@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I tried to convince people that FreeBSD hurts itself here, and the > dying screensavers are my primary example how this can hurt users. The > solution was to tell the port maintainers to switch FP mode for their > ports, which haven't happend for any port, as far as I know. > > There are bugs in our gcc that make relying on FP exceptions handled > right dangerous and Bruce Evans felt it is better to through the > signal, so that people get aware of the problem. > > With all respect to Bruce, I'm still conviced that we should switch to > default to set exceptional values and not signal the process. Our gcc > isn't that much worse than NetBSD's and Linux and those systems > obviously didn't get into trouble, at least not my my applications. You're not alone in this point of view, but even several of us arguing for years with Bruce on this issue has not been enough to sway him from the point of view that purity exceeds the value of functionality here. :-) Jordan From owner-freebsd-ports Fri Oct 3 10:37:31 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA29739 for ports-outgoing; Fri, 3 Oct 1997 10:37:31 -0700 (PDT) Received: from portal.connect.ab.ca (root@portal.connect.ab.ca [206.75.40.10]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA29734 for ; Fri, 3 Oct 1997 10:37:24 -0700 (PDT) Received: from connect.ab.ca (pppa98.connect.ab.ca [206.75.191.98]) by portal.connect.ab.ca (8.8.5/8.6.12) with ESMTP id LAA20967 for ; Fri, 3 Oct 1997 11:35:01 -0600 (MDT) Message-ID: <34352D50.9FCD6A9F@connect.ab.ca> Date: Fri, 03 Oct 1997 11:37:21 -0600 From: Mike Oligny Organization: Illiteracy Ltd. X-Mailer: Mozilla 4.02 [en] (Win95; I) MIME-Version: 1.0 To: ports@FreeBSD.ORG Subject: unsubscribe References: <199710031249.OAA02048@panke.panke.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk unsubscribe remove If this isn't automated, please remove me from all FreeBSD mailings. Thank you. From owner-freebsd-ports Fri Oct 3 10:42:52 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA00275 for ports-outgoing; Fri, 3 Oct 1997 10:42:52 -0700 (PDT) Received: from gaia.coppe.ufrj.br (cisigw.coppe.ufrj.br [146.164.5.200]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA00263 for ; Fri, 3 Oct 1997 10:42:48 -0700 (PDT) Received: (from jonny@localhost) by gaia.coppe.ufrj.br (8.8.7/8.8.7) id OAA10936 for ports@FreeBSD.ORG; Fri, 3 Oct 1997 14:41:47 -0300 (EST) From: Joao Carlos Mendes Luis Message-Id: <199710031741.OAA10936@gaia.coppe.ufrj.br> Subject: Re: New ports added/updated last two weeks In-Reply-To: <199710031249.OAA02048@panke.panke.de> from Wolfram Schneider at "Oct 3, 97 02:49:05 pm" To: ports@FreeBSD.ORG Date: Fri, 3 Oct 1997 14:41:47 -0300 (EST) X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk #define quoting(Wolfram Schneider) ... // netscape-3.03 // netscape-3.01 web-surfboard (regular or gold) ^^^^ Ooops... :) Jonny -- Joao Carlos Mendes Luis jonny@gta.ufrj.br +55 21 290-4698 jonny@coppe.ufrj.br Universidade Federal do Rio de Janeiro UFRJ/COPPE/CISI PGP fingerprint: 29 C0 50 B9 B6 3E 58 F2 83 5F E3 26 BF 0F EA 67 From owner-freebsd-ports Fri Oct 3 11:23:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA03208 for ports-outgoing; Fri, 3 Oct 1997 11:23:49 -0700 (PDT) Received: from pahtoh.cwu.edu (root@pahtoh.cwu.edu [198.104.65.27]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA03198 for ; Fri, 3 Oct 1997 11:23:47 -0700 (PDT) Received: from opus.cts.cwu.edu (skynyrd@opus.cts.cwu.edu [198.104.92.71]) by pahtoh.cwu.edu (8.8.7/8.8.7) with ESMTP id LAA27838; Fri, 3 Oct 1997 11:23:44 -0700 (PDT) Received: from localhost (skynyrd@localhost) by opus.cts.cwu.edu (8.8.7/8.8.7) with SMTP id LAA24639; Fri, 3 Oct 1997 11:23:39 -0700 (PDT) Date: Fri, 3 Oct 1997 11:23:38 -0700 (PDT) From: Chris Timmons To: Matthew Thyer cc: John-Mark Gurney , Matthew Thyer , ports@FreeBSD.ORG Subject: Re: xlock: caught signal 8 while running galaxy mode. In-Reply-To: <3434F4BE.B77C9E2D@box.net.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I was getting this with v4.02 of xlock, but the most recent version in ports solved it for me. Come to think of it, I upgraded to the most recent XFree86 around that time, too. -c From owner-freebsd-ports Fri Oct 3 11:25:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA03376 for ports-outgoing; Fri, 3 Oct 1997 11:25:24 -0700 (PDT) Received: from consys.com (consys.com [209.60.202.194]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA03346; Fri, 3 Oct 1997 11:25:18 -0700 (PDT) Received: from cssunix.conceptual.com (cssunix.conceptual.com [10.0.2.5]) by consys.com (8.8.6/8.8.6) with ESMTP id LAA03005; Fri, 3 Oct 1997 11:25:16 -0700 (MST) Received: from cssunix.conceptual.com (localhost [127.0.0.1]) by cssunix.conceptual.com (8.8.5/8.8.6) with ESMTP id LAA00695; Fri, 3 Oct 1997 11:25:16 -0700 (MST) Message-Id: <199710031825.LAA00695@cssunix.conceptual.com> X-Mailer: exmh version 2.0zeta 7/24/97 To: freebsd-current@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: xlock: caught signal 8 while running galaxy mode. In-reply-to: Your message of "Fri, 03 Oct 1997 10:02:30 MST." <22019.875898150@time.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 03 Oct 1997 11:25:15 -0700 From: "Russell L. Carter" Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Perhaps this is a faq, though I was unable to tickle it out of the archives. What is the difference between "Our" gcc and the NetBSD, Linux incarnations that requires the default FreeBSD behaviour? (A search phrase for the archives would make me happy :) I have never been too dogmatic about requiring identical floating point behavior across platforms but the current rather energetic arguments over what "Pure" Java floating point must be has piqued my interest in the FreeBSD situation. Russell }> I tried to convince people that FreeBSD hurts itself here, and the }> dying screensavers are my primary example how this can hurt users. The }> solution was to tell the port maintainers to switch FP mode for their }> ports, which haven't happend for any port, as far as I know. }> }> There are bugs in our gcc that make relying on FP exceptions handled }> right dangerous and Bruce Evans felt it is better to through the }> signal, so that people get aware of the problem. }> }> With all respect to Bruce, I'm still conviced that we should switch to }> default to set exceptional values and not signal the process. Our gcc }> isn't that much worse than NetBSD's and Linux and those systems }> obviously didn't get into trouble, at least not my my applications. } }You're not alone in this point of view, but even several of us arguing }for years with Bruce on this issue has not been enough to sway him }from the point of view that purity exceeds the value of functionality }here. :-) } } Jordan From owner-freebsd-ports Fri Oct 3 12:11:44 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA06297 for ports-outgoing; Fri, 3 Oct 1997 12:11:44 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA06287; Fri, 3 Oct 1997 12:11:33 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id FAA28989; Sat, 4 Oct 1997 05:05:45 +1000 Date: Sat, 4 Oct 1997 05:05:45 +1000 From: Bruce Evans Message-Id: <199710031905.FAA28989@godzilla.zeta.org.au> To: cracauer@cons.org, jkh@time.cdrom.com Subject: Re: xlock: caught signal 8 while running galaxy mode. Cc: freebsd-current@FreeBSD.ORG, Matthew.Thyer@dsto.defence.gov.au, ports@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> I tried to convince people that FreeBSD hurts itself here, and the >> dying screensavers are my primary example how this can hurt users. The Dying screensavers are a good example of why trapping on FP exceptions is good: FP exceptions are often due to bugs, and trapping helps find the bugs. Galaxy mode gets a SIGFPE for an overflowing float to int conversion near line 363 in galaxy.c: --- #ifndef NO_VELOCITY_COLORING st->color = COLORSTEP * gt->galcol + ((int) ((v0 * v0 + v1 * v1 + v2 * v2) / (3.0 * DELTAT * DELTAT))) % COLORSTEP; #endif --- If (v0 * v0 + v1 * v1 + v2 * v2) is greater than or equal to INT_MAX + 1.0, then casting it to int gives undefined behaviour. The actual behaviour on i386's (if FP exceptions are not trapped) is to give the result INT_MIN. Note that this has the wrong sign as well as being too small. This happens to be unimportant here. >> solution was to tell the port maintainers to switch FP mode for their >> ports, which haven't happend for any port, as far as I know. According to "find /home/ncvs/ports -name 'patch-*' | xargs grep fpsetmask", fpsetmask() is used in the following ports: Scilab, felt, mpeg2codec, vfghostscript and has been used in the following ports: tcl, tcl74. >> There are bugs in our gcc that make relying on FP exceptions handled >> right dangerous and Bruce Evans felt it is better to through the >> signal, so that people get aware of the problem. I don't know of any bugs in gcc related to FP exceptions. >> With all respect to Bruce, I'm still conviced that we should switch to >> default to set exceptional values and not signal the process. Our gcc >> isn't that much worse than NetBSD's and Linux and those systems >> obviously didn't get into trouble, at least not my my applications. How is our gcc worse than NetBSD's or Linux's? >You're not alone in this point of view, but even several of us arguing >for years with Bruce on this issue has not been enough to sway him >from the point of view that purity exceeds the value of functionality >here. :-) Who is Bruce? ;-) bde's point of view is recorded in npx.h: --- /* Intel prefers long real (53 bit) precision */ #define __iBCS_NPXCW__ 0x262 /* wfj prefers temporary real (64 bit) precision */ #define __386BSD_NPXCW__ 0x362 /* * bde prefers 53 bit precision and all exceptions masked. --- This hasn't changed since 386BSD-0.1. I decided not to commit the change to the control word until someone fixes the error handling in lib/msun. Bruce From owner-freebsd-ports Fri Oct 3 12:12:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA06408 for ports-outgoing; Fri, 3 Oct 1997 12:12:30 -0700 (PDT) Received: from smtp2.erols.com (smtp2.erols.com [205.252.116.102]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA06388 for ; Fri, 3 Oct 1997 12:12:21 -0700 (PDT) From: musser@erols.com Received: from LOCALNAME (col-as3s49.erols.com [207.172.128.176]) by smtp2.erols.com (8.8.6/8.8.5) with SMTP id PAA11743 for ; Fri, 3 Oct 1997 15:11:37 -0400 (EDT) Message-ID: <34356D61.630D@erols.com> Date: Fri, 03 Oct 1997 15:10:41 -0700 X-Mailer: Mozilla 2.01KIT (Win16; U) MIME-Version: 1.0 To: ports@FreeBSD.ORG Subject: Re: New ports added/updated last two weeks References: <199710031249.OAA02048@panke.panke.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Take me off your mailing list musser@erols.com From owner-freebsd-ports Fri Oct 3 12:47:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA08510 for ports-outgoing; Fri, 3 Oct 1997 12:47:46 -0700 (PDT) Received: from ymris.ddm.on.ca (cisco14-124.cas.golden.net [207.216.78.124]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA08409 for ; Fri, 3 Oct 1997 12:45:10 -0700 (PDT) Received: from squigy.ddm.on.ca (squigy.ddm.on.ca [209.47.139.138]) by ymris.ddm.on.ca (8.8.7/8.8.7) with ESMTP id PAA26958; Fri, 3 Oct 1997 15:34:41 -0400 (EDT) Received: (from dchapes@localhost) by squigy.ddm.on.ca (8.8.7/8.8.7) id PAA10115; Fri, 3 Oct 1997 15:34:39 -0400 (EDT) Message-ID: <19971003153438.58961@golden.net> Date: Fri, 3 Oct 1997 15:34:38 -0400 From: Dave Chapeskie To: ports@FreeBSD.ORG Cc: Brett Glass Subject: Re: New ports added/updated last two weeks References: <88256525.0054FB75.00@IWNS2.infoworld.com> <3.0.3.32.19971003104921.02f8a000@mail.lariat.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81 In-Reply-To: <3.0.3.32.19971003104921.02f8a000@mail.lariat.org>; from Brett Glass on Fri, Oct 03, 1997 at 10:49:21AM -0600 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, Oct 03, 1997 at 10:49:21AM -0600, Brett Glass wrote: > Thank you! By the way, is there among the ports collection a utility > that lets you boot into FreeBSD from DOS (so that you can load > coprocessor firmware and configure PnP devices)? I know there's a > LILO that can be run from DOS, but don't know if there's a FreeBSD > equivalent. Look at /usr/src/sys/i386/boot/dosboot/fbsdboot.exe.uu (if you have kernel sources installed) or ftp.freebsd.org: /pub/FreeBSD/FreeBSD-current/src/sys/i386/boot/dosboot/fbsdboot.exe.uu -- Dave Chapeskie, DDM Consulting E-Mail: dchapes@golden.net From owner-freebsd-ports Fri Oct 3 12:54:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA09045 for ports-outgoing; Fri, 3 Oct 1997 12:54:30 -0700 (PDT) Received: from garbo.lodgenet.com (garbo.lodgenet.com [204.124.122.252]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id MAA09036; Fri, 3 Oct 1997 12:54:24 -0700 (PDT) Received: from jake.lodgenet.com (jake.lodgenet.com [10.0.122.30]) by garbo.lodgenet.com (8.6.12/8.6.9) with ESMTP id OAA27634; Fri, 3 Oct 1997 14:53:49 -0500 Received: from jake.lodgenet.com (localhost [127.0.0.1]) by jake.lodgenet.com (8.8.5/8.8.5) with ESMTP id OAA13232; Fri, 3 Oct 1997 14:55:47 -0500 (CDT) Message-Id: <199710031955.OAA13232@jake.lodgenet.com> X-Mailer: exmh version 2.0gamma 1/27/96 To: marc@bowtie.nl cc: Nathan Morton , erich@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: FreeBSD Port: gimp-0.99.10 In-reply-to: Your message of "Fri, 03 Oct 1997 18:40:27 +0200." <199710031640.SAA24376@bowtie.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 03 Oct 1997 14:55:47 -0500 From: "Eric L. Hernes" Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Marc van Kempen writes: >> Hello, >> >> I was just wondering if there was going to be a port >> out for the newer development version of the gimp? >> >> >I believe they are up to 0.99-12, the current version >also does not include gtk+ anymore, so you'll need >a port of that too. There's actually about three ports there, gtk+, gimp, and gimp-data. They're available through anon-cvs or ftp. 0.99.12 has Makefile problems, (big surprise... how anyone can keep three levels of pre-processing straight is beyond me anyway) 0.99.13 was just released today or yesterday... Unfortunately this is pretty low on my priority list :( If anyone wants to take over, it's fine by me... > > >---------------------------------------------------- >Marc van Kempen BowTie Technology >Email: marc@bowtie.nl WWW & Databases >tel. +31 40 2 43 20 65 >fax. +31 40 2 44 21 86 http://www.bowtie.nl >---------------------------------------------------- > > > > eric. -- Eric L. Hernes erich@lodgenet.com erich@rrnet.com http://rrnet.com/~erich From owner-freebsd-ports Fri Oct 3 13:00:44 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA09487 for ports-outgoing; Fri, 3 Oct 1997 13:00:44 -0700 (PDT) Received: from smtp.aksys.com (smtp.aksys.com.10.208.207.in-addr.arpa [207.208.10.30] (may be forged)) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA09476 for ; Fri, 3 Oct 1997 13:00:38 -0700 (PDT) Received: from shengh.aksys.com ([192.9.200.119]) by smtp.aksys.com (post.office MTA v2.0 0813 ID# 0-29816U130) with ESMTP id AAA215 for ; Fri, 3 Oct 1997 15:01:57 -0500 Message-ID: <34354EA9.375981F9@aksys.com> Date: Fri, 03 Oct 1997 14:59:37 -0500 From: hsheng@aksys.com (Hugo Sheng) Reply-To: hsheng@aksys.com Organization: Software Engineering X-Mailer: Mozilla 4.01 [en] (Win95; I) MIME-Version: 1.0 To: ports@FreeBSD.ORG Subject: mkisofs X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Could you please e-mail me what the parameters are that go with mkisofs and what each of them mean? Thanks in advance Hugo Sheng hsheng@aksys.com From owner-freebsd-ports Fri Oct 3 15:22:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA16553 for ports-outgoing; Fri, 3 Oct 1997 15:22:03 -0700 (PDT) Received: from fps.biblos.unal.edu.co ([168.176.37.11]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id PAA16542 for ; Fri, 3 Oct 1997 15:21:49 -0700 (PDT) Received: from localhost by fps.biblos.unal.edu.co (AIX 4.1/UCB 5.64/4.03) id AA14350; Fri, 3 Oct 1997 17:15:08 -0500 Date: Fri, 3 Oct 1997 17:15:08 -0500 (EST) From: "Pedro F. Giffuni" To: freebsd-ports@freebsd.org Subject: Software for blind people Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Well, I don't remember who was asking about software for blind hackers: ftp://leb.net/pub/blinux/ It could happen to anyone... From owner-freebsd-ports Fri Oct 3 15:54:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA18282 for ports-outgoing; Fri, 3 Oct 1997 15:54:28 -0700 (PDT) Received: from seagull.cdrom.com (root@seagull.cdrom.com [204.216.27.14]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA18274; Fri, 3 Oct 1997 15:54:20 -0700 (PDT) Received: from cons.org (knight.cons.org [194.233.237.86]) by seagull.cdrom.com (8.8.6/8.6.6) with ESMTP id PAA07791 ; Fri, 3 Oct 1997 15:53:35 -0700 (PDT) Received: (from cracauer@localhost) by cons.org (8.8.5/8.7.3) id AAA13984; Sat, 4 Oct 1997 00:49:49 +0200 (CEST) Message-ID: <19971004004948.45758@cons.org> Date: Sat, 4 Oct 1997 00:49:48 +0200 From: Martin Cracauer To: Bruce Evans Cc: cracauer@cons.org, jkh@time.cdrom.com, freebsd-current@FreeBSD.ORG, Matthew.Thyer@dsto.defence.gov.au, ports@FreeBSD.ORG Subject: Re: xlock: caught signal 8 while running galaxy mode. References: <199710031905.FAA28989@godzilla.zeta.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81 In-Reply-To: <199710031905.FAA28989@godzilla.zeta.org.au>; from Bruce Evans on Sat, Oct 04, 1997 at 05:05:45AM +1000 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In <199710031905.FAA28989@godzilla.zeta.org.au>, Bruce Evans wrote: > >> I tried to convince people that FreeBSD hurts itself here, and the > >> dying screensavers are my primary example how this can hurt users. The > > Dying screensavers are a good example of why trapping on FP exceptions > is good: FP exceptions are often due to bugs, and trapping helps find > the bugs. Sure. But most free (and commercial) software has been developed and tested on machines that don't trap. So if applications show SIGFPE on FreeBSD, I can nothingtheless assume that either: a) The developer wrote the program expecting to get IEEE exceptional values and handles them just fine and just forgot to set the status in case the default isn't what he expects. Quite reasonable given the number of platforms that don't trap by default. b) The bugs don't matter. Many programs, especially free productivity tools use floating point just for nonimportant graphical effects, calculating progress bars and such. xlockmore is probably an example. Drawing something wrong isn't an important bug for a screen saver, dying is. c) I have no idea if the developer was aware of his floating point bugs, but the program is so useful for me that I have to assume that his testing on a nontrapping platform ensured that it is useable. I want to use it, preferrably without patching it first. Again, I think the killer argument is that a serious FP user is much more likely to be aware of the need to set the mask in case he needs traps as is a random user to be able to even recognize why his program dumps core. We could at least improve the error messages. > >> solution was to tell the port maintainers to switch FP mode for their > >> ports, which haven't happend for any port, as far as I know. > > According to "find /home/ncvs/ports -name 'patch-*' | xargs grep fpsetmask", > fpsetmask() is used in the following ports: > > Scilab, felt, mpeg2codec, vfghostscript > > and has been used in the following ports: > > tcl, tcl74. OK, didn't really look. Given the number of applications aware of the problem, we probably are best off changing bsd.port.mk to add a patch to set the mask by default. > >> There are bugs in our gcc that make relying on FP exceptions handled > >> right dangerous and Bruce Evans felt it is better to through the > >> signal, so that people get aware of the problem. > > I don't know of any bugs in gcc related to FP exceptions. > > >> With all respect to Bruce, I'm still conviced that we should switch to > >> default to set exceptional values and not signal the process. Our gcc > >> isn't that much worse than NetBSD's and Linux and those systems > >> obviously didn't get into trouble, at least not my my applications. > > How is our gcc worse than NetBSD's or Linux's? s/gcc/FreeBSD/ If I remeber correctly (and the one who told me was probably you), one can't disable FP exceptions easily without hiding stack exceptions as well. Behaviour for compile-time and runtime evaluation is different in quite a few places. There was something that we can't set errno (as we should accourding to POSIX) if we use IEEE non-trapping. Correct me if I'm wrong, but if we don't trap, these's little point in setting errno, isn't it? As I understand, we don't have working errno support anyway. So there's nothing to loose. The second problems about compile-and-runtime evalution is cleary only an issue for serious FP users. And trapping doesn't fix these bugs and the user can't do anything about them, it just make the user aware of them. For me, this isn't worth the trouble at other places. I'm not sure about the implications of the first issue. [...] > I decided not to commit the change to the control word until someone > fixes the error handling in lib/msun. Well, is there any agreement which standard to follow? Is plain IEEE reasonable? Maybe we can add a kernel config value to set the default mask? That way, we can't make npx.h reflect the real value, but I found no place in userland that uses it. Martin P.S.: To make it clear for other readers: I don't have a real clue about all the issues at hand, I just want a compatible default ignoring the problems. :-) -- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Martin Cracauer http://www.cons.org/cracauer cracauer@wavehh.hanse.de (batched, preferred for large mails) Tel.: (daytime) +4940 41478712 Fax.: (daytime) +4940 41478715 Tel.: (private) +4940 5221829 Fax.: (private) +4940 5228536 Paper: (private) Waldstrasse 200, 22846 Norderstedt, Germany From owner-freebsd-ports Fri Oct 3 18:47:44 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA26008 for ports-outgoing; Fri, 3 Oct 1997 18:47:44 -0700 (PDT) Received: from ic1.icnet.net (ic1.icnet.net [207.204.222.10]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA26002 for ; Fri, 3 Oct 1997 18:47:40 -0700 (PDT) Received: from animalheart (ICNET-102.icnet.net [207.204.222.102]) by ic1.icnet.net (post.office MTA v2.0 0813 ID# 0-11326) with SMTP id AAA241 for ; Fri, 3 Oct 1997 20:52:22 +0100 X-Sender: animalheart@icnet.net X-Mailer: Windows Eudora Light Version 1.5.2 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" To: ports@FreeBSD.ORG From: "J.R." Subject: Re: New ports added/updated last two weeks Date: Fri, 3 Oct 1997 20:52:22 +0100 Message-ID: <19971003195221492.AAA241@ICNET-102.icnet.net> Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id SAA26003 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk At 02:49 PM 10/3/97 +0200, you wrote: > >Introduction >------------ > >The FreeBSD Ports Collection offers a simple way for users and >administrators to install applications. Each "port" listed here >contains any patches necessary to make the original application source >code compile and run on FreeBSD. Installing an application is as >simple as downloading the port, unpacking it and typing make in the >port directory. The Makefile automatically fetches the application >source code, either from a local disk or via ftp, unpacks it on your >system, applies the patches, and compiles. If all goes well, simply >type make install to install the application. > >For more information about using ports, see the ports collection > > http://www.freebsd.org/handbook/ports.html >and > http://www.freebsd.org/ports/ > >There are currently 1087 ports in the FreeBSD Ports Collection. > > >New ports added last two weeks >------------------------------ > > Category german >================================================== > > de-manpages-1.0 > German GNU and Linux manual pages. > Maintained by: wosch@FreeBSD.org > > Category graphics >================================================== > > fxtv-0.44 > X-based TV-Card Display and Capture Application (for use with > bt848 driver) > Maintained by: rhh@ct.picker.com > Requires: Xaw3d-1.3, gmake-3.75, tiff-3.3, xpm-3.4j > > Category japanese >================================================== > > ja-elisa8-1.0 > X11 8-dot kanji font 'elisa font' > Maintained by: ishijima@tri.pref.osaka.jp > Also listed in: x11 > > Category lang >================================================== > > tcl-7.5.1 > Tool Command Language. > Maintained by: taguchi@tohoku.iij.ad.jp > > Category sysutils >================================================== > > mei-1.53 > formats magneto-optical disk for MS-DOS FAT filesystem. > Maintained by: itojun@itojun.org > Requires: ja-nkf-1.62 > > setquota-0.1 > Command line quota tools. > Maintained by: winter@jurai.net > > Category textproc >================================================== > > html-4.0 > All W3C published SGML DTDs for HTML > Maintained by: jfieber@FreeBSD.ORG > > Category x11 >================================================== > > tk-4.1.1 > Graphical toolkit for TCL. > Maintained by: taguchi@tohoku.iij.ad.jp > Requires: tcl-7.5.1 > > XPostitPlus-2.3 > PostIt (R) messages onto your X11 screen > Maintained by: mi@aldan.ziplink.net > > >Updated ports last two weeks >----------------------------------- > > Maintained by: ache@FreeBSD.ORG > Requires: unzip-5.3.1 > > zip+crypt-2.2q > Create/update ZIP files compatible with pkzip, passwords > enabled > Maintained by: ache@FreeBSD.ORG > Requires: unzip-5.3.1 > > Category chinese >================================================== > > zh-Wnn-4.2 > A Japanese/Chinese/Korean input method (only Chinese built) > Maintained by: taoka@infonets.hiroshima-u.ac.jp > > zh-big5con-0.1 > Big5 Chinese console > Maintained by: hcchu@r350.ee.ntu.edu.tw > Requires: gmake-3.75 > > zh-c2t-1.0 > translates GB/Big5 encoding to tone pinyin > Maintained by: obrien@NUXI.com > > zh-celvis-1.3 > A vi/ex clone that speaks Chinese > Maintained by: obrien@NUXI.com > Also listed in: editors > > zh-cless-290 > A better pager utility (and it speaks Chinese) > Maintained by: obrien@cs.ucdavis.edu > Also listed in: misc > > zh-cxterm-5.0.3 > An xterm that speaks Chinese > Maintained by: obrien@FreeBSD.org > Also listed in: x11 > > zh-gb2ps-2.02 > converts Chinese GB (simple) encoded text to PostScript > Maintained by: obrien@NUXI.com > > zh-gbscript-1.11 > converts GB simplified Chinese text to PostScript > Maintained by: obrien@NUXI.com > > zh-hc-3.0 > Hanzi Converter -- converts between GB and BIG-5 codes > Maintained by: obrien@NUXI.com > > zh-lunar-2.1 > convert between the Gregorian Solar Calendar (SC) and the Lunar > Calendar (LC). > Maintained by: obrien@NUXI.com > > zh-mule-wnn4-2.3 > A multilingual emacs, with Wnn4 support built in (Only the > executables) > Maintained by: taoka@infonets.hiroshima-u.ac.jp > Also listed in: editors > Requires: gmake-3.75, zh-Wnn-4.2 > > zh-nvi-big5-1.79-970820 > A clone of vi/ex, with multilingual patch, default settings for > big5. > Maintained by: itojun@itojun.org > Also listed in: editors > > zh-nvi-euccn-1.79-970820 > A clone of vi/ex, with multilingual patch, default settings for > euc-cn. > Maintained by: itojun@itojun.org > Also listed in: editors > > zh-nvi-euctw-1.79-970820 > A clone of vi/ex, with multilingual patch, default settings for > euc-tw. > Maintained by: itojun@itojun.org > Also listed in: editors > > Category converters >================================================== > > mimepp-1.0 > C++ class library for MIME messages > Maintained by: andy@icc.surw.chel.su > > Category databases >================================================== > > mysql-3.20.30b > a multithreaded SQL database. > Maintained by: josh@ican.net > Requires: gmake-3.75 > > postgresql-6.1.1 > a robust, next generation, object-relational DBMS > Maintained by: andreas@FreeBSD.ORG > Requires: gmake-3.75 > > Category devel >================================================== > > automake-1.2 > GNU Standards-compliant Makefile generator > Maintained by: fujimoto@oscar.elec.waseda.ac.jp > > portlint-1.49 > a verifier for FreeBSD port directory. > Maintained by: itojun@itojun.org > > Category games >================================================== > > angband-2.8.2 > Rogue-like game with color, X11 support. > Maintained by: mph@pobox.com > > cgoban-1.8.2 > Internet Go Server client and game editor > Maintained by: simonm@dcs.gla.ac.uk > > Category graphics >================================================== > > ImageMagick-3.9.0 > An X11 package for display and interactive manipulation of > images. > Maintained by: ports@freebsd.org > Requires: jbigkit-0.9, jpeg-6a, mpeg_lib-1.1, png-0.96, > tiff-3.3 > > giflib-3.0 > Tools and library routines for working with GIF images. > Maintained by: tg@FreeBSD.ORG > > Category japanese >================================================== > > ja-Wnn-4.2 > A Japanese/Chinese/Korean input method (only Japanese built) > Maintained by: taoka@infonets.hiroshima-u.ac.jp > > ja-Wnn6-lib-97.6.6 > include files and a library of Wnn6 > Maintained by: taoka@infonets.hiroshima-u.ac.jp > > ja-Wnn6-97.6.6 > A Japanese input method (this is not free) > Maintained by: taoka@infonets.hiroshima-u.ac.jp > > ja-jlatex209-a17 > ASCII Japanese pTeX based on LaTeX-209 > Maintained by: mita@jp.FreeBSD.org > Also listed in: print > Requires: gmake-3.75 > > ja-jlatex209-a17-n152 > Japanese TeX based on LaTeX-209 with both NTT and ASCII > Maintained by: mita@jp.FreeBSD.org > Also listed in: print > Requires: gmake-3.75 > > ja-jlatex209-n152 > NTT Japanese TeX based on LaTeX-209 > Maintained by: mita@jp.FreeBSD.org > Also listed in: print > Requires: gmake-3.75 > > ja-man-doc-2.2.2f > Japanese online manual pages corresponding to > /usr/share/man/man[18] > Maintained by: kiri@kiri.toba-cmt.ac.jp > > ja-mew-1.70 > Message interface to Emacs Window > Maintained by: kiri@kiri.toba-cmt.ac.jp > Also listed in: mail > Requires: gmake-3.75, mule-2.3 > > ja-vfghostscript-5.03 > Aladdin Postscript and PDF interpreter with Japanese vector > font library. > Maintained by: mita@jp.FreeBSD.org > Also listed in: print > Requires: ja-vflib-2.22.9 > > Category korean >================================================== > > ko-Wnn-4.2 > A Japanese/Chinese/Korean input method (only Korean built) > Maintained by: taoka@infonets.hiroshima-u.ac.jp > > ko-afterstep-1.0pr3h1 > This Bowman-NeXTSTEP clone window manager with Korean character > support. > Maintained by: junker@jazz.snu.ac.kr > Also listed in: x11 > Requires: xpm-3.4j > > ko-elm-2.4h4.1 > ELM Mail User Agent, patched for Korean E-Mail > Maintained by: junker@jazz.snu.ac.kr > Also listed in: mail > > ko-fvwm95-2.0.42ah3 > Win95 lookalike version of the fvwm2 window manager with Korean > support. > Maintained by: junker@jazz.snu.ac.kr > Also listed in: x11 > Requires: gmake-3.75, gsm-1.0.10, rplay-3.2.0b6, xpm-3.4j > > ko-h2ps-a4-1.0 > Formats an ascii file for printing on a postscript printer with > Korean char. > Maintained by: junker@jazz.snu.ac.kr > Also listed in: print > > ko-han-1.0fb > A hangul console. > Maintained by: junker@jazz.snu.ac.kr > Requires: gmake-3.75 > > ko-hanmutt-0.60h9 > "The Mongrel of Mail User Agents" (part Elm, Pine, mh), with > Hangul support > Maintained by: junker@jazz.snu.ac.kr > Also listed in: mail > > ko-hanterm-304b3af > An xterm hacks for managing Korean languages. > Maintained by: junker@jazz.snu.ac.kr > Also listed in: x11 > > ko-hanterm-xf86-3.2 > An X11R6-based xterm hacked for managing Korean languages. > Maintained by: junker@jazz.snu.ac.kr > Also listed in: x11 > > ko-hanterm-304b3 > An xterm hacked for managing Korean languages. > Maintained by: junker@jazz.snu.ac.kr > Also listed in: x11 > > ko-hanyangfonts-1.0 > Hangul fonts for X11(hanyang) used in many hangul-related > programs. > Maintained by: junker@jazz.snu.ac.kr > Also listed in: x11 > > ko-hcode-2.1.2 > Hangul code conversion utility > Maintained by: junker@jazz.snu.ac.kr > > ko-helvis-1.8h2- > A clone of vi/ex, the standard UNIX editor, supporting Hangul. > Maintained by: junker@jazz.snu.ac.kr > Also listed in: editors > > ko-hfvwm-2.0.43 > The fvwm2 window manager, with Korean support > Maintained by: junker@jazz.snu.ac.kr > Also listed in: x11 > Requires: xpm-3.4j > > ko-hlatexpsfonts-0.95 > Hangul Type 1 fonts for HLaTeX-0.95 and other applications > Maintained by: junker@jazz.snu.ac.kr > > ko-hmconv-1.0p3 > Hangul code conversion utility for E-mail > Maintained by: junker@jazz.snu.ac.kr > Also listed in: mail > > ko-hpscat-1.3jshin > Hangul Text Printing Utility > Maintained by: junker@jazz.snu.ac.kr > Also listed in: print > > ko-johabfonts-304 > Hangul fonts for X11(johab) used in many hangul-related > programs. > Maintained by: junker@jazz.snu.ac.kr > Also listed in: x11 > > ko-linuxdoc-sgml-1.6bh2 > Korean patch version of Linuxdoc-SGML. > Maintained by: junker@jazz.snu.ac.kr > Also listed in: textproc > > ko-mule-wnn4-2.3 > A multilingual emacs, with Wnn4 support built in (Only the > executables) > Maintained by: taoka@infonets.hiroshima-u.ac.jp > Also listed in: editors > Requires: gmake-3.75, ko-Wnn-4.2 > > ko-netscape-3.01intl > netscape-3.01 web-surfboard (international version, Korean) > Maintained by: junker@jazz.snu.ac.kr > Also listed in: www > > ko-nh2ps-a4-1.0p1 > Formats an ascii file for printing on a postscript printer with > Korean char. > Maintained by: junker@jazz.snu.ac.kr > Also listed in: print > > ko-nhpf-1.42 > Hangul Printing Filter for Netscape with embedded font > Maintained by: junker@jazz.snu.ac.kr > Also listed in: www > > ko-nhppf-1.2 > Hangul Printing Filter for Netscape with HLaTeX-0.95 PS font > Maintained by: junker@jazz.snu.ac.kr > > ko-nvi-euckr-1.79-970820 > A clone of vi/ex, with multilingual patch, default settings for > euc-kr. > Maintained by: itojun@itojun.org > Also listed in: editors > > ko-nvi-iso2022kr-1.79-970820 > A clone of vi/ex, with multilingual patch, default settings for > iso-2022-kr. > Maintained by: itojun@itojun.org > Also listed in: editors > > ko-pine-3.96k > Program for Internet E-mail and News, patched for Korean E-Mail > transfer > Maintained by: junker@jazz.snu.ac.kr > Also listed in: mail > > ko-pinetreefonts-1.0 > Hangul fonts for X11(pinetree, KSC5601-1987-0 encoding) > Maintained by: junker@jazz.snu.ac.kr > Also listed in: x11 > > ko-ztelnet-1.0p1 > Telnet program with zmodem transfer. > Maintained by: junker@jazz.snu.ac.kr > Also listed in: net > > Category lang >================================================== > > gnat-3.09 > The GNU Ada Translator. > Maintained by: maurice@serc.rmit.edu.au > > Category mail >================================================== > > fetchmail-4.2.8 > batch mail retrieval/forwarding utility for pop2, pop3, apop, > imap > Maintained by: ve@sci.fi > > Category mbone >================================================== > > speak_freely-6.1c > Voice Communication Over Data Networks. > Maintained by: ache@FreeBSD.ORG > Also listed in: audio security > Requires: gsm-1.0.10 > > Category misc >================================================== > > fd-1.03a > A file and directory management tool > Maintained by: nobu@psrc.isac.co.jp > > gnuls-3.16 > FreeBSD port of colorized GNU `ls'. > Maintained by: bmc@WillsCreek.COM > > mc-4.1 > Midnight Commander, a free Norton Commander Clone > Maintained by: ports@FreeBSD.org > > rpm-2.4.7 > The Red Hat Package Manager > Maintained by: tg@FreeBSD.ORG > Requires: gdbm-1.7.3, gmake-3.75 > > tkinfo-1.8 > A tk script to read GNU "info" files and display them. > Maintained by: tg@freebsd.org > Also listed in: tk80 > > tkman-2.0 > A Tcl/Tk based manual browser > Maintained by: tg@freebsd.org > Also listed in: tk80 > Requires: tcl-8.0, tk-8.0 > > Category net >================================================== > > cvsup-15.2 > A network file distribution and update system for CVS > repositories. > Maintained by: jdp@FreeBSD.org > Also listed in: devel > Requires: modula-3-3.6, modula-3-lib-3.6 > > delegate-4.3.3 > General purpose TCP/IP proxy system > Maintained by: max@FreeBSD.ORG > Also listed in: www japanese > > samba-1.9.17p2 > A LanManager(R)-compatible server suite for Unix > Maintained by: gpalmer@FreeBSD.ORG > > zircon-1.18.44 > An X11 interface to Internet Relay Chat. > Maintained by: ports@FreeBSD.org > Also listed in: tk80 > Requires: tcl-8.0, tk-8.0 > > Category news >================================================== > > tin-1.3.970923 > TIN newsreader (termcap based) > Maintained by: ache@FreeBSD.org > > Category shells >================================================== > > zsh-3.0.5 > The Z shell. > Maintained by: torstenb@FreeBSD.ORG > > Category sysutils >================================================== > > cd-write-1.4 > A X11 based CD-burner > Maintained by: jmz@FreeBSD.org > Requires: tcl-7.6, tix-4.1.0.005, tk-4.2 > > Category vietnamese >================================================== > > vi-vn7to8-1.1.1 > converts between 7-bit Vietnamese VIQR and 8-bit VISCII formats > Maintained by: obrien@cs.ucdavis.edu > > vi-vnelvis-1.4 > A vi clone that speaks Vietnamese > Maintained by: obrien@cs.ucdavis.edu > > vi-vnless-1.0 > A pager utility that speaks Vietnamese > Maintained by: obrien@cs.ucdavis.edu > > vi-vnlpr-2.0 > shell script and set of fonts to print Vietnamese text on > PostScript printer > Maintained by: obrien@cs.ucdavis.edu > > vi-vnpstext-1.1 > converts 8-bit VISCII Vietnamese text into PostScript > Maintained by: obrien@cs.ucdavis.edu > > vi-vnroff-2.0 > converts Vietnamese VIQR text into troff format > Maintained by: obrien@cs.ucdavis.edu > > vi-vnterm-3.3 > An xterm that speaks Vietnamese > Maintained by: obrien@cs.ucdavis.edu > Also listed in: x11 > > Category www >================================================== > > apacheSSL-1.2.4 > Apache secure https server using SSL > Maintained by: markm@freebsd.org > Requires: SSLeay-0.8.1, rsaref-2.0 > > linux-netscape-4.03 > netscape web-surfboard > Maintained by: ports@FreeBSD.ORG > Requires: linux_lib-2.4 > > lynx-2.7.1ac-0.73 > An alphanumeric display oriented World-Wide Web Client. > Maintained by: ache@FreeBSD.ORG > > netscape-3.03 > netscape-3.01 web-surfboard (regular or gold) > Maintained by: ports@FreeBSD.ORG > > Category x11 >================================================== > > filerunner-2.4 > Filemanager with FTP capabilities. Uses Tcl/Tk. > Maintained by: lukin@okbmei.msk.su > Also listed in: tk80 > Requires: tcl-8.0, tk-8.0 > > qvwm-1.0b8e > The most win95-like window manager. Standalone, not fvwm > patched. > Maintained by: Nakai@Mlab.t.u-tokyo.ac.jp > Requires: xpm-3.4j > > xlockmore-4.04 > Like XLock session locker/screen saver, but just more. > Maintained by: ports@freebsd.org > Requires: xpm-3.4j > > xmbdfed-2.3 > A Motif tool for editing X11 bitmap fonts > Maintained by: jfieber@FreeBSD.ORG > _________________________________________________________________ > > © 1996-1997 by Wolfram Schneider. All rights reserved. > Please direct questions about this service to wosch@FreeBSD.org > General questions about FreeBSD ports should be sent to > ports@FreeBSD.org > > Last database update: 1997/09/30 09:59:23 UTC > _________________________________________________________________ > >This information was produced by > http://www.freebsd.org/cgi/ports.cgi > >-- >Wolfram Schneider http://www.apfel.de/~wosch/ > I have no idea what all this is... From owner-freebsd-ports Fri Oct 3 23:54:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA01929 for ports-outgoing; Fri, 3 Oct 1997 23:54:24 -0700 (PDT) Received: from seagull.cdrom.com (root@seagull.cdrom.com [204.216.27.14]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA01922 for ; Fri, 3 Oct 1997 23:54:21 -0700 (PDT) Received: from cons.org (knight.cons.org [194.233.237.86]) by seagull.cdrom.com (8.8.6/8.6.6) with ESMTP id XAA08276 ; Fri, 3 Oct 1997 23:53:41 -0700 (PDT) Received: (from cracauer@localhost) by cons.org (8.8.5/8.7.3) id IAA16773; Sat, 4 Oct 1997 08:49:28 +0200 (CEST) Message-ID: <19971004084925.05929@cons.org> Date: Sat, 4 Oct 1997 08:49:25 +0200 From: Martin Cracauer To: Satoshi Asami Cc: cracauer@cons.org, freebsd-ports@freebsd.org Subject: Re: cvs commit: ports/devel/ilu - Imported sources References: <19971003151617.22408@cons.org> <199710040454.VAA00991@blimp.mimi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81 In-Reply-To: <199710040454.VAA00991@blimp.mimi.com>; from Satoshi Asami on Fri, Oct 03, 1997 at 09:54:18PM -0700 Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In <199710040454.VAA00991@blimp.mimi.com>, Satoshi Asami wrote: > * > If it does work with guile, that's fine, but please add *_DEPENDS to > * > the Makefile in that case. (Otherwise we might ship packages that > * > depend on guile but without the necessary dependency information.) > * > * That would be the wrong thing. ILU builds fine without guile/python. A > * binary package built with support for them still works fine for C and > * C++ on a system without guile and python. > > What I'm saying is that, if the configure scripts detects those and > builds a binary that requires guile/python/whatever, those should > either be put in *_DEPENDS or explicitly disabled before configure is > run. Otherwise we'll ship an inconsistent package. Sure. Before importing the port, I tried building a binary package with guile and python and pkg_add'ed it on a machine without either and ran some C and C++ tests. That worked. Martin -- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Martin Cracauer http://www.cons.org/cracauer cracauer@wavehh.hanse.de (batched, preferred for large mails) Tel.: (daytime) +4940 41478712 Fax.: (daytime) +4940 41478715 Tel.: (private) +4940 5221829 Fax.: (private) +4940 5228536 Paper: (private) Waldstrasse 200, 22846 Norderstedt, Germany From owner-freebsd-ports Fri Oct 3 23:55:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA02011 for ports-outgoing; Fri, 3 Oct 1997 23:55:06 -0700 (PDT) Received: from dfw-ix14.ix.netcom.com (dfw-ix14.ix.netcom.com [206.214.98.14]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA02006 for ; Fri, 3 Oct 1997 23:55:03 -0700 (PDT) Received: (from smap@localhost) by dfw-ix14.ix.netcom.com (8.8.4/8.8.4) id XAA05881; Fri, 3 Oct 1997 23:54:56 -0500 (CDT) Received: from sjx-ca28-20.ix.netcom.com(204.31.235.116) by dfw-ix14.ix.netcom.com via smap (V1.3) id rma005856; Fri Oct 3 23:54:22 1997 Received: (from asami@localhost) by blimp.mimi.com (8.8.7/8.6.9) id VAA00991; Fri, 3 Oct 1997 21:54:18 -0700 (PDT) Date: Fri, 3 Oct 1997 21:54:18 -0700 (PDT) Message-Id: <199710040454.VAA00991@blimp.mimi.com> To: cracauer@cons.org CC: freebsd-ports@freebsd.org In-reply-to: <19971003151617.22408@cons.org> (message from Martin Cracauer on Fri, 3 Oct 1997 15:16:17 +0200) Subject: Re: cvs commit: ports/devel/ilu - Imported sources From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * > If it does work with guile, that's fine, but please add *_DEPENDS to * > the Makefile in that case. (Otherwise we might ship packages that * > depend on guile but without the necessary dependency information.) * * That would be the wrong thing. ILU builds fine without guile/python. A * binary package built with support for them still works fine for C and * C++ on a system without guile and python. What I'm saying is that, if the configure scripts detects those and builds a binary that requires guile/python/whatever, those should either be put in *_DEPENDS or explicitly disabled before configure is run. Otherwise we'll ship an inconsistent package. * I disabled guile in configure options and added a note for those with * 1.2 installed. I left python support because the python port is for a * version that works. That's fine for guile, but for python, please refer to my paragraph above. If a binary built on a system with python can run on a system without python, that's fine; otherwise, we need to do something about it. Satoshi From owner-freebsd-ports Sat Oct 4 06:07:54 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA15496 for ports-outgoing; Sat, 4 Oct 1997 06:07:54 -0700 (PDT) Received: from hwcn.org (main.hwcn.org [199.212.94.65]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA15486 for ; Sat, 4 Oct 1997 06:07:49 -0700 (PDT) Received: from james.freenet.hamilton.on.ca (ac199@james.hwcn.org [199.212.94.66]) by hwcn.org (8.8.7/8.8.7) with ESMTP id JAA18140; Sat, 4 Oct 1997 09:06:51 -0400 (EDT) Received: from localhost (ac199@localhost) by james.freenet.hamilton.on.ca (8.8.7/8.8.7) with SMTP id JAA20395; Sat, 4 Oct 1997 09:07:12 -0400 (EDT) X-Authentication-Warning: james.freenet.hamilton.on.ca: ac199 owned process doing -bs Date: Sat, 4 Oct 1997 09:07:12 -0400 (EDT) From: Tim Vanderhoek X-Sender: ac199@james.freenet.hamilton.on.ca To: "J.R." cc: ports@FreeBSD.ORG Subject: Re: New ports added/updated last two weeks In-Reply-To: <19971003195221492.AAA241@ICNET-102.icnet.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, 3 Oct 1997, J.R. wrote: > >This information was produced by > > http://www.freebsd.org/cgi/ports.cgi > > > >-- > >Wolfram Schneider http://www.apfel.de/~wosch/ > > I have no idea what all this is... Did we somehow pick-up a bunch of additional subscribers somewhere (perhaps people who subscribed to -announce and then forgot about it)? This is the list of new/updated ports in the current FreeBSD ports collection. It is sent to several appropriate mailing lists. email majordomo@freebsd.org, which the message content "which my@email.address" to find out which ones you're subscribed to, and then email majordomo@freebsd.org with the message content "unsubscribe a-mail-list" to unsubscribe. -- Outnumbered? Maybe. Outspoken? Never! tIM...HOEk From owner-freebsd-ports Sat Oct 4 09:59:22 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA23623 for ports-outgoing; Sat, 4 Oct 1997 09:59:22 -0700 (PDT) Received: from pgh.nauticom.net (pgh.nauticom.net [198.190.226.3]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA23618 for ; Sat, 4 Oct 1997 09:59:19 -0700 (PDT) Received: (from xyster@localhost) by pgh.nauticom.net (8.8.5/8.8.5) id MAA20171; Sat, 4 Oct 1997 12:23:24 -0400 (EDT) Date: Sat, 4 Oct 1997 12:23:23 -0400 (EDT) From: Mike To: ports@FreeBSD.ORG Subject: Re: New ports added/updated last two weeks In-Reply-To: <199710031249.OAA02048@panke.panke.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Remove me From owner-freebsd-ports Sat Oct 4 10:11:41 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA24527 for ports-outgoing; Sat, 4 Oct 1997 10:11:41 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA24520; Sat, 4 Oct 1997 10:11:29 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id DAA00343; Sun, 5 Oct 1997 03:09:38 +1000 Date: Sun, 5 Oct 1997 03:09:38 +1000 From: Bruce Evans Message-Id: <199710041709.DAA00343@godzilla.zeta.org.au> To: bde@zeta.org.au, cracauer@cons.org Subject: Re: xlock: caught signal 8 while running galaxy mode. Cc: freebsd-current@FreeBSD.ORG, jkh@time.cdrom.com, Matthew.Thyer@dsto.defence.gov.au, ports@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> Dying screensavers are a good example of why trapping on FP exceptions >> is good: FP exceptions are often due to bugs, and trapping helps find >> the bugs. > >Sure. But most free (and commercial) software has been developed and >tested on machines that don't trap. Most commercial (and free?) software has been developed for DOS and Windows :-). I'm not sure what Microsoft C libraries do, but Borland C libraries trap by default. >> >> There are bugs in our gcc that make relying on FP exceptions handled >> >> right dangerous and Bruce Evans felt it is better to through the >> >> signal, so that people get aware of the problem. >> >> I don't know of any bugs in gcc related to FP exceptions. >> ... >> How is our gcc worse than NetBSD's or Linux's? > >s/gcc/FreeBSD/ > >If I remeber correctly (and the one who told me was probably you), one >can't disable FP exceptions easily without hiding stack exceptions as mask >well. Also, one can't mask FP exceptions without masking FP -> int conversion exceptions (like the one in xlock) as well. >Behaviour for compile-time and runtime evaluation is different >in quite a few places. This is unrelated to FP exceptions. >There was something that we can't set errno (as >we should accourding to POSIX) if we use IEEE non-trapping. No, the library problem is that we don't set errno (as we should according to ANSI) if we use "IEEE_MODE" in lib/msun (as we do now), and we wouldn't return IEEE-ish exception values (except for most cases involving HUGE_VAL = +Inf) if we used "POSIX_MODE" in lib/msun. >Correct me if I'm wrong, but if we don't trap, these's little point in >setting errno, isn't it? As I understand, we don't have working errno >support anyway. So there's nothing to loose. If we trap (as we do now), then the correct value for errno after a call to a math functions is unimportant since code that checks it is unreachable, but if we didn't trap then the code would be reachable, so it is important for errno to be correct. >[...] >> I decided not to commit the change to the control word until someone >> fixes the error handling in lib/msun. > >Well, is there any agreement which standard to follow? Is plain IEEE >reasonable? No, not yet (perhaps after C9X?). It is also not fully implemented by gcc. Bruce From owner-freebsd-ports Sat Oct 4 11:08:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA28300 for ports-outgoing; Sat, 4 Oct 1997 11:08:46 -0700 (PDT) Received: from fallout.campusview.indiana.edu (fallout.campusview.indiana.edu [149.159.1.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA28279; Sat, 4 Oct 1997 11:08:00 -0700 (PDT) Received: from localhost (jfieber@localhost) by fallout.campusview.indiana.edu (8.8.7/8.8.7) with SMTP id NAA04882; Sat, 4 Oct 1997 13:07:52 -0500 (EST) Date: Sat, 4 Oct 1997 13:07:52 -0500 (EST) From: John Fieber Reply-To: John Fieber To: scrappy@freebsd.org, andreas@freebsd.org cc: ports@freebsd.org Subject: Postgresql 6.2 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Two problems with the the postgresql 6.2 port on FreeBSD 2.2.2 (with a slightly newer kernel) 1) The rc.d script doesn't work...the -D argument is ignored. Try changing the data location, it has no effect. If I echo a commend line to su, it works fine: if [ -x /usr/local/pgsql/bin/postmaster ]; then echo -n ' pgsql' echo '/usr/local/pgsql/bin/postmaster -S -D/home/pgsql/data -o -F' | su pgsql fi (The 6.1 port had the same problem.) 2) When loading my dumped data, my system crashes reliably. The only evidence I have at the moment is: Oct 4 11:16:44 fallout /kernel: swap_pager: indefinite wait buffer: device: 132105, blkno: 12568, size: 20480 I'm sorry I personally don't have time to invesgigate this (I'm just going back t 6.1) but thought you might like to know. I can, however, make the offending data available (about 47MB uncompressed). -john From owner-freebsd-ports Sat Oct 4 12:02:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA01406 for ports-outgoing; Sat, 4 Oct 1997 12:02:32 -0700 (PDT) Received: from news1.gtn.com (news1.gtn.com [194.77.0.15]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA01356; Sat, 4 Oct 1997 12:00:47 -0700 (PDT) Received: (from uucp@localhost) by news1.gtn.com (8.8.6/8.8.6) with UUCP id TAA17527; Sat, 4 Oct 1997 19:45:14 +0100 (MET) Received: (from andreas@localhost) by klemm.gtn.com (8.8.7/8.8.7) id UAA14420; Sat, 4 Oct 1997 20:41:47 +0200 (CEST) (envelope-from andreas) Message-ID: <19971004204147.27006@klemm.gtn.com> Date: Sat, 4 Oct 1997 20:41:47 +0200 From: Andreas Klemm To: John Fieber Cc: scrappy@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: Postgresql 6.2 References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84 In-Reply-To: ; from John Fieber on Sat, Oct 04, 1997 at 01:07:52PM -0500 X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.0-CURRENT SMP Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, Oct 04, 1997 at 01:07:52PM -0500, John Fieber wrote: > Two problems with the the postgresql 6.2 port on FreeBSD 2.2.2 > (with a slightly newer kernel) > > 1) The rc.d script doesn't work...the -D argument is ignored. > Try changing the data location, it has no effect. If I echo a > commend line to su, it works fine: > > if [ -x /usr/local/pgsql/bin/postmaster ]; then > echo -n ' pgsql' > echo '/usr/local/pgsql/bin/postmaster -S -D/home/pgsql/data -o -F' | su pgsql > fi Same effect here on -current. I had to add backslashes to the startup script, did you try to use the latest update of the rc script in the filesdir ? > 2) When loading my dumped data, my system crashes reliably. > The only evidence I have at the moment is: BTW, which pg_dumpall script did you use, the one from 6.1 or 6.2 ? > Oct 4 11:16:44 fallout /kernel: swap_pager: indefinite wait > buffer: device: 132105, blkno: 12568, size: 20480 > > I'm sorry I personally don't have time to invesgigate this (I'm > just going back t 6.1) but thought you might like to know. > I can, however, make the offending data available (about 47MB > uncompressed). I'm not so deep in this postgresql business. Only did the port.. - don't use it myself exessively - have no FreeBSD-2.2 system Don't know how I should debug this here. Maybe you could please assist me and make a problem report directed to the Postgresql developement team ? If this problem should be known with 2.2 and there is no fix currently, then we had to backout 6.2 and restore 6.1.1. But I don't believe this ... Cc'd to scrappy, maybe he is able to help. He wrote me in a personal e-mail, that 6.2 is a real improvement over 6.1, so maybe he knows more about this and can help ... Andreas /// -- Andreas Klemm powered by ,,symmetric multiprocessor FreeBSD'' andreas@klemm.gtn.com - http://www.freebsd.org/~fsmp/SMP/SMP.html andreas@FreeBSD.ORG - http://www.freebsd.org/~fsmp/SMP/benches.html From owner-freebsd-ports Sat Oct 4 12:56:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA03646 for ports-outgoing; Sat, 4 Oct 1997 12:56:12 -0700 (PDT) Received: from fallout.campusview.indiana.edu (fallout.campusview.indiana.edu [149.159.1.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA03639; Sat, 4 Oct 1997 12:56:04 -0700 (PDT) Received: from localhost (jfieber@localhost) by fallout.campusview.indiana.edu (8.8.7/8.8.7) with SMTP id OAA05405; Sat, 4 Oct 1997 14:55:12 -0500 (EST) Date: Sat, 4 Oct 1997 14:55:12 -0500 (EST) From: John Fieber To: Andreas Klemm cc: scrappy@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: Postgresql 6.2 In-Reply-To: <19971004204147.27006@klemm.gtn.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, 4 Oct 1997, Andreas Klemm wrote: > Same effect here on -current. I had to add backslashes to the > startup script, did you try to use the latest update of the > rc script in the filesdir ? The script which didn't work has... $Id: pgsql.sh.tmpl,v 1.2 1997/10/03 18:26:54 andreas Exp $ > > 2) When loading my dumped data, my system crashes reliably. > > The only evidence I have at the moment is: > > BTW, which pg_dumpall script did you use, the one from 6.1 or > 6.2 ? As suggested by the instructions, I used the pg_dumpall from 6.2. > But I don't believe this ... Cc'd to scrappy, maybe he is able > to help. He wrote me in a personal e-mail, that 6.2 is a real > improvement over 6.1, so maybe he knows more about this and > can help ... Well, I put you on the To: list just because your fingerprints were on the port; I do expect scappy will be better equipped to follow this up. :) -john From owner-freebsd-ports Sat Oct 4 13:13:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA04444 for ports-outgoing; Sat, 4 Oct 1997 13:13:13 -0700 (PDT) Received: from punt-1.mail.demon.net (punt-1c.mail.demon.net [194.217.242.136]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id NAA04437 for ; Sat, 4 Oct 1997 13:13:05 -0700 (PDT) From: jimmy@kimtec.co.uk Received: from kimtec.demon.co.uk ([158.152.255.13]) by punt-1.mail.demon.net id aa1017313; 4 Oct 97 21:07 BST Comments: Authenticated sender is To: ports@freebsd.org Date: Sat, 4 Oct 1997 21:11:55 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: UNSUBSCRIBE Reply-to: jimmy@kimtec.co.uk Priority: normal X-mailer: Pegasus Mail for Win32 (v2.52) Message-ID: <875995642.1017313.0@kimtec.demon.co.uk> Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk UNSUBSCRIBE From owner-freebsd-ports Sat Oct 4 13:29:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA05184 for ports-outgoing; Sat, 4 Oct 1997 13:29:03 -0700 (PDT) Received: from punt-1.mail.demon.net (punt-1d.mail.demon.net [194.217.242.138]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id NAA05173 for ; Sat, 4 Oct 1997 13:28:56 -0700 (PDT) From: jimmy@kimtec.co.uk Received: from kimtec.demon.co.uk ([158.152.255.13]) by punt-1.mail.demon.net id aa1017319; 4 Oct 97 21:07 BST Comments: Authenticated sender is To: ports@freebsd.org Date: Sat, 4 Oct 1997 21:11:55 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: UNSUBSCRIBE Reply-to: jimmy@kimtec.co.uk Priority: normal X-mailer: Pegasus Mail for Win32 (v2.52) Message-ID: <875995644.1017319.0@kimtec.demon.co.uk> Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk UNSUBSCRIBE From owner-freebsd-ports Sat Oct 4 14:33:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA07680 for ports-outgoing; Sat, 4 Oct 1997 14:33:13 -0700 (PDT) Received: from news1.gtn.com (news1.gtn.com [192.109.159.3]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA07673; Sat, 4 Oct 1997 14:33:04 -0700 (PDT) Received: (from uucp@localhost) by news1.gtn.com (8.8.6/8.8.6) with UUCP id WAA01689; Sat, 4 Oct 1997 22:15:04 +0100 (MET) Received: (from andreas@localhost) by klemm.gtn.com (8.8.7/8.8.7) id WAA17283; Sat, 4 Oct 1997 22:08:34 +0200 (CEST) (envelope-from andreas) Message-ID: <19971004220834.63474@klemm.gtn.com> Date: Sat, 4 Oct 1997 22:08:34 +0200 From: Andreas Klemm To: John Fieber Cc: scrappy@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: Postgresql 6.2 References: <19971004204147.27006@klemm.gtn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84 In-Reply-To: ; from John Fieber on Sat, Oct 04, 1997 at 02:55:12PM -0500 X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.0-CURRENT SMP Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, Oct 04, 1997 at 02:55:12PM -0500, John Fieber wrote: > Well, I put you on the To: list just because your fingerprints > were on the port; I do expect scappy will be better equipped to > follow this up. :) Yes indeed ;-) Don't remember exactly, but I only took the port, because scrappy had some problems with certain things, which changed in 6.1 and he certainly only had no time to look more closely at that ... I'll do my best, but am not using postgresql and am not listening to their mailinlists, which makes some things difficult for me. Andreas /// -- Andreas Klemm powered by ,,symmetric multiprocessor FreeBSD'' andreas@klemm.gtn.com - http://www.freebsd.org/~fsmp/SMP/SMP.html andreas@FreeBSD.ORG - http://www.freebsd.org/~fsmp/SMP/benches.html From owner-freebsd-ports Sat Oct 4 14:38:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA08347 for ports-outgoing; Sat, 4 Oct 1997 14:38:15 -0700 (PDT) Received: from news1.gtn.com (news1.gtn.com [192.109.159.3]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA08329; Sat, 4 Oct 1997 14:38:07 -0700 (PDT) Received: (from uucp@localhost) by news1.gtn.com (8.8.6/8.8.6) with UUCP id WAA01695; Sat, 4 Oct 1997 22:15:09 +0100 (MET) Received: (from andreas@localhost) by klemm.gtn.com (8.8.7/8.8.7) id WAA17303; Sat, 4 Oct 1997 22:09:41 +0200 (CEST) (envelope-from andreas) Message-ID: <19971004220940.20920@klemm.gtn.com> Date: Sat, 4 Oct 1997 22:09:40 +0200 From: Andreas Klemm To: John Fieber Cc: scrappy@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: Postgresql 6.2 References: <19971004204147.27006@klemm.gtn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84 In-Reply-To: ; from John Fieber on Sat, Oct 04, 1997 at 02:55:12PM -0500 X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.0-CURRENT SMP Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, Oct 04, 1997 at 02:55:12PM -0500, John Fieber wrote: > On Sat, 4 Oct 1997, Andreas Klemm wrote: > > > Same effect here on -current. I had to add backslashes to the > > startup script, did you try to use the latest update of the > > rc script in the filesdir ? > > The script which didn't work has... > > $Id: pgsql.sh.tmpl,v 1.2 1997/10/03 18:26:54 andreas Exp $ BTW, with that version I have success here on a -current system. postmaster is up and running: pgsql 237 0.0 0.2 1148 144 ?? Is 5:03PM 0:00.03 /usr/local/pgsql/bin/postmaster -D/usr/local/pgsql/data -S -o -F (postgres) -- Andreas Klemm powered by ,,symmetric multiprocessor FreeBSD'' andreas@klemm.gtn.com - http://www.freebsd.org/~fsmp/SMP/SMP.html andreas@FreeBSD.ORG - http://www.freebsd.org/~fsmp/SMP/benches.html From owner-freebsd-ports Sat Oct 4 14:55:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA08912 for ports-outgoing; Sat, 4 Oct 1997 14:55:21 -0700 (PDT) Received: from fallout.campusview.indiana.edu (fallout.campusview.indiana.edu [149.159.1.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA08906; Sat, 4 Oct 1997 14:55:12 -0700 (PDT) Received: from localhost (jfieber@localhost) by fallout.campusview.indiana.edu (8.8.7/8.8.7) with SMTP id QAA05805; Sat, 4 Oct 1997 16:54:32 -0500 (EST) Date: Sat, 4 Oct 1997 16:54:32 -0500 (EST) From: John Fieber To: Andreas Klemm cc: scrappy@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: Postgresql 6.2 In-Reply-To: <19971004220940.20920@klemm.gtn.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, 4 Oct 1997, Andreas Klemm wrote: > > The script which didn't work has... > > > > $Id: pgsql.sh.tmpl,v 1.2 1997/10/03 18:26:54 andreas Exp $ > > BTW, with that version I have success here on a -current > system. postmaster is up and running: > > pgsql 237 0.0 0.2 1148 144 ?? Is 5:03PM 0:00.03 /usr/local/pgsql/bin/postmaster -D/usr/local/pgsql/data -S -o -F (postgres) I get the same thing from ps, but for some reason the -D flag is completely ignored. Try copying the data directory somewhere else, change the -D flag accordingly, then do a "createdb foo". Where does the new "foo" database show up? On 2.2.2 with the above startup script it still shows up in /usr/local/pgsql/data, not the specified directory. BUT, it works fine if I echo the command to su. Maybe some su quirk? -john From owner-freebsd-ports Sat Oct 4 18:52:52 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA18901 for ports-outgoing; Sat, 4 Oct 1997 18:52:52 -0700 (PDT) Received: from fallout.campusview.indiana.edu (fallout.campusview.indiana.edu [149.159.1.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA18891; Sat, 4 Oct 1997 18:52:08 -0700 (PDT) Received: from localhost (jfieber@localhost) by fallout.campusview.indiana.edu (8.8.7/8.8.7) with SMTP id UAA01037; Sat, 4 Oct 1997 20:52:02 -0500 (EST) Date: Sat, 4 Oct 1997 20:52:01 -0500 (EST) From: John Fieber To: scrappy@freebsd.org, andreas@freebsd.org cc: ports@freebsd.org Subject: Re: Postgresql 6.2 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sat, 4 Oct 1997, John Fieber wrote: > 2) When loading my dumped data, my system crashes reliably. > The only evidence I have at the moment is: > > Oct 4 11:16:44 fallout /kernel: swap_pager: indefinite wait > buffer: device: 132105, blkno: 12568, size: 20480 Strike this one from the potential bug list...at least for the upcoming 2.2.5 release. I just built a fresh 2.2-STABLE and the problem went away. -john From owner-freebsd-ports Sat Oct 4 20:30:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA22126 for ports-outgoing; Sat, 4 Oct 1997 20:30:03 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA22120; Sat, 4 Oct 1997 20:30:01 -0700 (PDT) Resent-Date: Sat, 4 Oct 1997 20:30:01 -0700 (PDT) Resent-Message-Id: <199710050330.UAA22120@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, jseger@freebsd.scds.com Received: from jseger.scds.com (jseger.shore.net [204.167.102.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA22077 for ; Sat, 4 Oct 1997 20:29:46 -0700 (PDT) Received: (from jseger@localhost) by jseger.scds.com (8.8.7/8.8.7) id XAA25425; Sat, 4 Oct 1997 23:25:22 -0400 (EDT) Message-Id: <199710050325.XAA25425@jseger.scds.com> Date: Sat, 4 Oct 1997 23:25:22 -0400 (EDT) From: jseger@freebsd.scds.com Reply-To: jseger@freebsd.scds.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/4690: Update of news/suck to 3.6.0 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4690 >Category: ports >Synopsis: Update of news/suck to 3.6.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Oct 4 20:30:01 PDT 1997 >Last-Modified: >Originator: Justin M. Seger >Organization: >Release: FreeBSD 3.0-971003-SNAP i386 >Environment: >Description: Update of news/suck to version 3.6.0 >How-To-Repeat: >Fix: --- Makefile.orig Sat Aug 30 12:23:54 1997 +++ Makefile Sat Oct 4 23:02:54 1997 @@ -1,15 +1,14 @@ # New ports collection makefile for: suck -# Version required: 3.5.2 +# Version required: 3.6.0 # Date created: 30 Mar 1996 # Whom: graphite@taurus.bekkoame.or.jp # # $Id: Makefile,v 1.4 1997/08/30 16:23:54 max Exp $ # -DISTNAME= suck-3.5.2 +DISTNAME= suck-3.6.0 CATEGORIES= news -MASTER_SITES= ftp://tsx-11.mit.edu/pub/linux/sources/sbin/ \ - ftp://ftp.iis.u-tokyo.ac.jp/pub2/Linux/sources/sbin/ +MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/system/news/transport/ MAINTAINER= jseger@scds.com >Audit-Trail: >Unformatted: From owner-freebsd-ports Sat Oct 4 22:08:44 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA25728 for ports-outgoing; Sat, 4 Oct 1997 22:08:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA25712; Sat, 4 Oct 1997 22:08:34 -0700 (PDT) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id WAA11832; Sat, 4 Oct 1997 22:08:24 -0700 (PDT) Date: Sat, 4 Oct 1997 22:08:24 -0700 (PDT) Message-Id: <199710050508.WAA11832@freefall.freebsd.org> To: jseger@freebsd.scds.com, max@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/4690 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Update of news/suck to 3.6.0 State-Changed-From-To: open-closed State-Changed-By: max State-Changed-When: Sat Oct 4 22:06:46 PDT 1997 State-Changed-Why: Update applied. I also regenerated the md5 checksum. Also, patch-aa and patch-ac are regenerated as they applied with fuzz and offset. Please take care of these things before submitting PR.