From owner-freebsd-ports Sun Mar 29 00:50:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA23405 for freebsd-ports-outgoing; Sun, 29 Mar 1998 00:50:03 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA23399; Sun, 29 Mar 1998 00:50:01 -0800 (PST) (envelope-from gnats) Received: from rich.chel.su (root@mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA22828 for ; Sun, 29 Mar 1998 00:40:34 -0800 (PST) (envelope-from andy@icc.surw.chel.su) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by rich.chel.su (8.7.2/Murphy) with ESMTP id OAA16902 for ; Sun, 29 Mar 1998 14:40:02 +0600 (UDT) Received: (from andy@localhost) by icc.surw.chel.su (8.8.5/8.8.4) id MAA17508; Sun, 29 Mar 1998 12:42:23 +0400 (MSD) Message-Id: <199803290842.MAA17508@icc.surw.chel.su> Date: Sun, 29 Mar 1998 12:42:23 +0400 (MSD) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6165: New port: xpanex-5.4.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6165 >Category: ports >Synopsis: New port: xpanex-5.4.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Mar 29 00:50:00 PST 1998 >Last-Modified: >Originator: Andrey Zakhvatov >Organization: South Ural Railway ICC >Release: FreeBSD 2.2.2-RELEASE i386 >Environment: >Description: This is a port of Panex puzzle for X Window. The original Panex puzzle is from the Japanese Magic Company from the 1980's. Mathematicians at Bell Laboratories estimated the number of moves to swap 2 columns of order 10 to be 27,564 <= N <= 31,537. It came in two varieties: one with a blue and a yellow pyramid of order 10 on silver tiles; in the gold version pieces of each color look alike i.e. no pyramid is drawn on them), this is a little harder. The original Tower of Hanoi puzzle is the invention of Edouard Lucas and was sold as a toy in France in 1883. The legend of 64 disks in the great temple of Benares of the god Brahma is also his invention. # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # xpanex-5.4.3 # xpanex-5.4.3/Makefile # xpanex-5.4.3/pkg # xpanex-5.4.3/pkg/PLIST # xpanex-5.4.3/pkg/DESCR # xpanex-5.4.3/pkg/COMMENT # xpanex-5.4.3/files # xpanex-5.4.3/files/md5 # echo c - xpanex-5.4.3 mkdir -p xpanex-5.4.3 > /dev/null 2>&1 echo x - xpanex-5.4.3/Makefile sed 's/^X//' >xpanex-5.4.3/Makefile << 'END-of-xpanex-5.4.3/Makefile' X# New ports collection makefile for: xpanex X# Version required: 5.4.3 X# Date created: 27 March 1998 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= xpanex-5.4.3 XCATEGORIES= games x11 XMASTER_SITES= ${MASTER_SITE_XCONTRIB} XMASTER_SITE_SUBDIR= games/xpuzzles X XMAINTAINER= andy@icc.surw.chel.su X XWRKSRC= ${WRKDIR}/xpanex XUSE_IMAKE= yes XMAN1= xpanex.1 X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKSRC}/xpanex ${PREFIX}/bin X @ ${INSTALL_DATA} ${WRKSRC}/Panex.ad ${PREFIX}/lib/X11/app-defaults/Panex X @ ${INSTALL_MAN} ${WRKSRC}/xpanex.man ${PREFIX}/man/man1/xpanex.1 X X.include END-of-xpanex-5.4.3/Makefile echo c - xpanex-5.4.3/pkg mkdir -p xpanex-5.4.3/pkg > /dev/null 2>&1 echo x - xpanex-5.4.3/pkg/PLIST sed 's/^X//' >xpanex-5.4.3/pkg/PLIST << 'END-of-xpanex-5.4.3/pkg/PLIST' Xbin/xpanex Xman/man1/xpanex.1.gz Xlib/X11/app-defaults/Panex END-of-xpanex-5.4.3/pkg/PLIST echo x - xpanex-5.4.3/pkg/DESCR sed 's/^X//' >xpanex-5.4.3/pkg/DESCR << 'END-of-xpanex-5.4.3/pkg/DESCR' X The original Panex puzzle is from the Japanese Magic Company Xfrom the 1980's. Mathematicians at Bell Laboratories estimated Xthe number of moves to swap 2 columns of order 10 to be X27,564 <= N <= 31,537. It came in two varieties: one with a Xblue and a yellow pyramid of order 10 on silver tiles; in the Xgold version pieces of each color look alike i.e. no pyramid Xis drawn on them), this is a little harder. X The original Tower of Hanoi puzzle is the invention of XEdouard Lucas and was sold as a toy in France in 1883. The Xlegend of 64 disks in the great temple of Benares of the god XBrahma is also his invention. END-of-xpanex-5.4.3/pkg/DESCR echo x - xpanex-5.4.3/pkg/COMMENT sed 's/^X//' >xpanex-5.4.3/pkg/COMMENT << 'END-of-xpanex-5.4.3/pkg/COMMENT' XPanex puzzle for X Window. END-of-xpanex-5.4.3/pkg/COMMENT echo c - xpanex-5.4.3/files mkdir -p xpanex-5.4.3/files > /dev/null 2>&1 echo x - xpanex-5.4.3/files/md5 sed 's/^X//' >xpanex-5.4.3/files/md5 << 'END-of-xpanex-5.4.3/files/md5' XMD5 (xpanex-5.4.3.tar.gz) = 7726ee13c38965a88f23408456371786 END-of-xpanex-5.4.3/files/md5 exit >How-To-Repeat: >Fix: Please, check and commit this port. >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 29 02:40:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA00323 for freebsd-ports-outgoing; Sun, 29 Mar 1998 02:40:06 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA00302; Sun, 29 Mar 1998 02:40:02 -0800 (PST) (envelope-from gnats) Received: from rich.chel.su (root@mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA29866 for ; Sun, 29 Mar 1998 02:32:56 -0800 (PST) (envelope-from andy@icc.surw.chel.su) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by rich.chel.su (8.7.2/Murphy) with ESMTP id QAA18218 for ; Sun, 29 Mar 1998 16:32:35 +0600 (UDT) Received: (from andy@localhost) by icc.surw.chel.su (8.8.5/8.8.4) id OAA17981; Sun, 29 Mar 1998 14:34:54 +0400 (MSD) Message-Id: <199803291034.OAA17981@icc.surw.chel.su> Date: Sun, 29 Mar 1998 14:34:54 +0400 (MSD) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6166: New port: xoct-5.4.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6166 >Category: ports >Synopsis: New port: xoct-5.4.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Mar 29 02:40:01 PST 1998 >Last-Modified: >Originator: Andrey Zakhvatov >Organization: South Ural Railway ICC >Release: FreeBSD 2.2.2-RELEASE i386 >Environment: >Description: This is a port of Oct puzzle for X Window. The original puzzle has 9 triangles per face (size = 3) and has period 4 turning (i.e. the face or points turn with 90 degree intervals). The puzzle was designed by Uwe Meffert and called the Magic Octahedron (or Star Puzzler). The puzzle was not widely distributed but not exactly rare. This puzzle has some analogies to the Rubik's Cube and the solving techniques are the same to that of the Pyraminx. Christoph's Magic Jewel is similar except there are no trivial corners to solve. This has 2^22*12! or 2,009,078,326,886,400 different combinations. Uwe Meffert also noticed that there could be an alternate twisting for the octahedron where it has period 3 turning (i.e. faces turn with 120 degree intervals). One is able to simulate a Trajber's Octahedron (period 3 turning and sticky mode). Also one is able to simulate one with variant turning (period 4 turning and sticky mode). # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # xoct-5.4.3 # xoct-5.4.3/Makefile # xoct-5.4.3/pkg # xoct-5.4.3/pkg/PLIST # xoct-5.4.3/pkg/DESCR # xoct-5.4.3/pkg/COMMENT # xoct-5.4.3/files # xoct-5.4.3/files/md5 # echo c - xoct-5.4.3 mkdir -p xoct-5.4.3 > /dev/null 2>&1 echo x - xoct-5.4.3/Makefile sed 's/^X//' >xoct-5.4.3/Makefile << 'END-of-xoct-5.4.3/Makefile' X# New ports collection makefile for: xoct X# Version required: 5.4.3 X# Date created: 28 March 1998 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= xoct-5.4.3 XCATEGORIES= games x11 XMASTER_SITES= ${MASTER_SITE_XCONTRIB} XMASTER_SITE_SUBDIR= games/xpuzzles X XMAINTAINER= andy@icc.surw.chel.su X XWRKSRC= ${WRKDIR}/xoct XUSE_IMAKE= yes XMAN1= xoct.1 X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKSRC}/xoct ${PREFIX}/bin X @ ${INSTALL_DATA} ${WRKSRC}/Oct.ad ${PREFIX}/lib/X11/app-defaults/Oct X @ ${INSTALL_MAN} ${WRKSRC}/xoct.man ${PREFIX}/man/man1/xoct.1 X X.include END-of-xoct-5.4.3/Makefile echo c - xoct-5.4.3/pkg mkdir -p xoct-5.4.3/pkg > /dev/null 2>&1 echo x - xoct-5.4.3/pkg/PLIST sed 's/^X//' >xoct-5.4.3/pkg/PLIST << 'END-of-xoct-5.4.3/pkg/PLIST' Xbin/xoct Xman/man1/xoct.1.gz Xlib/X11/app-defaults/Oct END-of-xoct-5.4.3/pkg/PLIST echo x - xoct-5.4.3/pkg/DESCR sed 's/^X//' >xoct-5.4.3/pkg/DESCR << 'END-of-xoct-5.4.3/pkg/DESCR' X The original puzzle has 9 triangles per face (size = 3) Xand has period 4 turning (i.e. the face or points turn with X90 degree intervals). The puzzle was designed by Uwe Meffert Xand called the Magic Octahedron (or Star Puzzler). The Xpuzzle was not widely distributed but not exactly rare. This Xpuzzle has some analogies to the Rubik's Cube and the Xsolving techniques are the same to that of the Pyraminx. XChristoph's Magic Jewel is similar except there are no Xtrivial corners to solve. This has 2^22*12! or X2,009,078,326,886,400 different combinations. X Uwe Meffert also noticed that there could be an alternate Xtwisting for the octahedron where it has period 3 turning X(i.e. faces turn with 120 degree intervals). X One is able to simulate a Trajber's Octahedron (period 3 Xturning and sticky mode). Also one is able to simulate one Xwith variant turning (period 4 turning and sticky mode). END-of-xoct-5.4.3/pkg/DESCR echo x - xoct-5.4.3/pkg/COMMENT sed 's/^X//' >xoct-5.4.3/pkg/COMMENT << 'END-of-xoct-5.4.3/pkg/COMMENT' XOct puzzle for X Window. END-of-xoct-5.4.3/pkg/COMMENT echo c - xoct-5.4.3/files mkdir -p xoct-5.4.3/files > /dev/null 2>&1 echo x - xoct-5.4.3/files/md5 sed 's/^X//' >xoct-5.4.3/files/md5 << 'END-of-xoct-5.4.3/files/md5' XMD5 (xoct-5.4.3.tar.gz) = 46079f240f0539ae9d69e003719b716e END-of-xoct-5.4.3/files/md5 exit >How-To-Repeat: >Fix: Please, check and commit this port. >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 29 19:30:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA03207 for freebsd-ports-outgoing; Sun, 29 Mar 1998 19:30:09 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA03166; Sun, 29 Mar 1998 19:30:03 -0800 (PST) (envelope-from gnats) Received: from axl.training.iafrica.com (axl.training.iafrica.com [196.31.1.58]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA02927 for ; Sun, 29 Mar 1998 19:29:05 -0800 (PST) (envelope-from sheldonh@axl.training.iafrica.com) Received: (from sheldonh@localhost) by axl.training.iafrica.com (8.8.8/8.8.7) id BAA03336; Mon, 30 Mar 1998 01:25:36 +0200 (SAT) (envelope-from sheldonh) Message-Id: <199803292325.BAA03336@axl.training.iafrica.com> Date: Mon, 30 Mar 1998 01:25:36 +0200 (SAT) From: axl@iafrica.com Reply-To: axl@iafrica.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6167: UPDATED PORT: cvsup-bin (15.3) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6167 >Category: ports >Synopsis: UPDATED PORT: cvsup-bin (15.3) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Mar 29 19:30:01 PST 1998 >Last-Modified: >Originator: Sheldon Hearn >Organization: UUNET Internet Africa >Release: FreeBSD 2.2.6-STABLE i386 >Environment: RELENG_2_2 as of 27 March 1998 >Description: John Polstra has released an updated version of CVSup. The current version of cvsup-bin in the ports tree is 15.2 . >How-To-Repeat: N/A >Fix: Apply the following patches to the port to install the latest version of CVSup from the binary distribution. diff -udr /usr/ports/net/cvsup-bin.ORIG/Makefile /usr/ports/net/cvsup-bin/Makefile --- /usr/ports/net/cvsup-bin.ORIG/Makefile Wed Feb 11 20:04:24 1998 +++ /usr/ports/net/cvsup-bin/Makefile Mon Mar 30 01:24:34 1998 @@ -1,40 +1,39 @@ # New ports collection makefile for: cvsup-bin -# Version required: 15.2 +# Version required: 15.3 # Date created: 12 November 1997 # Whom: Sheldon Hearn # # $Id: Makefile,v 1.2 1998/02/11 18:04:24 jdp Exp $ # -DISTNAME= cvsup-bin-15.2 +DISTNAME= cvsup-bin-15.3 CATEGORIES= devel net MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/CVSup/ \ ftp://ftp.cs.tu-berlin.de/pub/FreeBSD/CVSup/ \ ftp://ftp.polstra.com/pub/FreeBSD/CVSup/ -DISTFILES= cvsup-bin-15.2.tar.gz +DISTFILES= cvsup-bin-15.3.tar.gz MAINTAINER= axl@iafrica.com NO_BUILD= yes -MAN1= cvsup.1 supconv.1 +MAN1= cvsup.1 # Uncomment the next line if you want cvsupd as well -# USE_CVSUPD= yes +#USE_CVSUPD= yes .ifdef USE_CVSUPD -DISTFILES+= cvsupd-bin-15.2.tar.gz +DISTFILES+= cvsupd-bin-15.3.tar.gz MAN8= cvsupd.8 PLIST= ${PKGDIR}/PLIST.cvsupd .endif do-install: - cd ${WRKDIR}/cvsup-bin-15.2; \ + cd ${WRKSRC}; \ ${INSTALL_PROGRAM} cvsup ${PREFIX}/bin; \ - ${INSTALL_SCRIPT} supconv ${PREFIX}/bin; \ ${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1 .ifdef USE_CVSUPD - cd ${WRKDIR}/cvsupd-bin-15.2; \ + cd ${WRKDIR}/cvsupd-bin-15.3; \ ${INSTALL_PROGRAM} cvsupd ${PREFIX}/sbin; \ ${INSTALL_MAN} ${MAN8} ${PREFIX}/man/man8 .endif diff -udr /usr/ports/net/cvsup-bin.ORIG/files/md5 /usr/ports/net/cvsup-bin/files/md5 --- /usr/ports/net/cvsup-bin.ORIG/files/md5 Mon Nov 17 02:45:15 1997 +++ /usr/ports/net/cvsup-bin/files/md5 Mon Mar 30 01:08:59 1998 @@ -1,2 +1,2 @@ -MD5 (cvsup-bin-15.2.tar.gz) = e92c5afa6fc51894d8edd97d2b29247c -MD5 (cvsupd-bin-15.2.tar.gz) = 1801d60628dbd7b731402a24faa5e6b8 +MD5 (cvsup-bin-15.3.tar.gz) = 95a7fc3273a60c36989aac64a005cf14 +MD5 (cvsupd-bin-15.3.tar.gz) = e66c8478ff1390ff8baabebd6ab7d191 diff -udr /usr/ports/net/cvsup-bin.ORIG/pkg/PLIST /usr/ports/net/cvsup-bin/pkg/PLIST --- /usr/ports/net/cvsup-bin.ORIG/pkg/PLIST Mon Nov 17 02:45:14 1997 +++ /usr/ports/net/cvsup-bin/pkg/PLIST Mon Mar 30 01:06:55 1998 @@ -1,4 +1,2 @@ bin/cvsup -bin/supconv man/man1/cvsup.1.gz -man/man1/supconv.1.gz diff -udr /usr/ports/net/cvsup-bin.ORIG/pkg/PLIST.cvsupd /usr/ports/net/cvsup-bin/pkg/PLIST.cvsupd --- /usr/ports/net/cvsup-bin.ORIG/pkg/PLIST.cvsupd Mon Nov 17 02:45:14 1997 +++ /usr/ports/net/cvsup-bin/pkg/PLIST.cvsupd Mon Mar 30 01:07:02 1998 @@ -1,6 +1,4 @@ bin/cvsup -bin/supconv sbin/cvsupd man/man1/cvsup.1.gz -man/man1/supconv.1.gz man/man8/cvsupd.8.gz >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 29 19:45:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA08516 for freebsd-ports-outgoing; Sun, 29 Mar 1998 19:45:42 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA07984; Sun, 29 Mar 1998 19:43:50 -0800 (PST) (envelope-from gnats) Received: from punky.snu.ac.kr (punky.snu.ac.kr [147.46.59.58]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA03489 for ; Sun, 29 Mar 1998 19:30:56 -0800 (PST) (envelope-from pwd@punky.snu.ac.kr) Received: (from pwd@localhost) by punky.snu.ac.kr (8.8.8/8.8.7) id KAA22719; Mon, 30 Mar 1998 10:42:37 +0900 (KST) (envelope-from pwd) Message-Id: <199803300142.KAA22719@punky.snu.ac.kr> Date: Mon, 30 Mar 1998 10:42:37 +0900 (KST) From: junker@jazz.snu.ac.kr Reply-To: junker@jazz.snu.ac.kr To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6169: port upgrade: korean/pinetreefonts Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6169 >Category: ports >Synopsis: port upgrade: korean/pinetreefonts >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Mar 29 19:42:42 PST 1998 >Last-Modified: >Originator: CHOI Junho >Organization: NARAE, CS Dept., Seoul National Univ., ROK >Release: FreeBSD 2.2.6-BETA i386 >Environment: FreeBSD punky.snu.ac.kr 2.2.6-STABLE FreeBSD 2.2.6-STABLE #0: Fri Mar 27 08:45:52 GMT 1998 root@punky.snu.ac.kr:/usr/src/sys/compile/PUNKY i386 >Description: Port upgrade(korean/pinetreefonts). Move font location. >How-To-Repeat: >Fix: Apply the following diffs: diff -uNr /usr/ports/korean/pinetreefonts/Makefile ./Makefile --- /usr/ports/korean/pinetreefonts/Makefile Tue Sep 23 01:22:22 1997 +++ ./Makefile Mon Mar 30 10:40:07 1998 @@ -1,7 +1,7 @@ -# New ports collection makefile for: pinetree fonts +# New ports collection makefile for: pinetree fonts(x11) # Version required: 1.0 # Date created: 22 Mar 1997 -# Whom: Choi Jun Ho +# Whom: CHOI Junho # # $Id: Makefile,v 1.3 1997/09/22 16:22:22 max Exp $ # @@ -11,37 +11,27 @@ CATEGORIES= korean x11 MASTER_SITES= ftp://ftp.kaist.ac.kr/pub/hangul/fonts/ \ ftp://cglab.snu.ac.kr/pub/hangul/n3f/fonts/ \ - ftp://sunsite.kren.nm.kr/pub/packages/hangul/fonts/ + ftp://ftp.kreonet.re.kr/pub/hangul/cair-archive/fonts/ EXTRACT_SUFX= .bdf.tar.gz + MAINTAINER= junker@jazz.snu.ac.kr USE_X11= yes +FONTS= ptpR08 ptpR10 ptpR12 ptpR14 ptpR18 ptpR24 \ + ptpB08 ptpB10 ptpB12 ptpB14 ptpB18 ptpB24 + do-build: @cd ${WRKSRC}/; \ sh Makepcf; \ - compress *.pcf; \ + ${GZIP_CMD} *.pcf; \ mkfontdir . do-install: @cd ${WRKSRC}; \ - ${MKDIR} ${PREFIX}/lib/X11/fonts/korean/pinetree; \ - ${INSTALL_DATA} ptpR08.pcf.Z ${PREFIX}/lib/X11/fonts/korean/pinetree; \ - ${INSTALL_DATA} ptpR10.pcf.Z ${PREFIX}/lib/X11/fonts/korean/pinetree; \ - ${INSTALL_DATA} ptpR12.pcf.Z ${PREFIX}/lib/X11/fonts/korean/pinetree; \ - ${INSTALL_DATA} ptpR14.pcf.Z ${PREFIX}/lib/X11/fonts/korean/pinetree; \ - ${INSTALL_DATA} ptpR18.pcf.Z ${PREFIX}/lib/X11/fonts/korean/pinetree; \ - ${INSTALL_DATA} ptpR24.pcf.Z ${PREFIX}/lib/X11/fonts/korean/pinetree; \ - ${INSTALL_DATA} ptpB08.pcf.Z ${PREFIX}/lib/X11/fonts/korean/pinetree; \ - ${INSTALL_DATA} ptpB10.pcf.Z ${PREFIX}/lib/X11/fonts/korean/pinetree; \ - ${INSTALL_DATA} ptpB12.pcf.Z ${PREFIX}/lib/X11/fonts/korean/pinetree; \ - ${INSTALL_DATA} ptpB14.pcf.Z ${PREFIX}/lib/X11/fonts/korean/pinetree; \ - ${INSTALL_DATA} ptpB18.pcf.Z ${PREFIX}/lib/X11/fonts/korean/pinetree; \ - ${INSTALL_DATA} ptpB24.pcf.Z ${PREFIX}/lib/X11/fonts/korean/pinetree; \ - ${INSTALL_DATA} fonts.dir ${PREFIX}/lib/X11/fonts/korean/pinetree - -# to show a warning message to add fontpath for these fonts -post-install: - @${SH} ${PKGDIR}/REQ ${PKGNAME} INSTALL + for file in ${FONTS}; do \ + ${INSTALL_DATA} "$$file".pcf.gz ${PREFIX}/lib/X11/fonts/misc; \ + done; \ + mkfontdir ${PREFIX}/lib/X11/fonts/misc .include diff -uNr /usr/ports/korean/pinetreefonts/pkg/DESCR ./pkg/DESCR --- /usr/ports/korean/pinetreefonts/pkg/DESCR Sat Mar 29 21:58:32 1997 +++ ./pkg/DESCR Mon Mar 30 10:31:08 1998 @@ -7,4 +7,4 @@ 8-24 points), and it is propositional fonts not common in hangul fonts. -- -Ports by Choi Jun Ho +Ports by CHOI Junho diff -uNr /usr/ports/korean/pinetreefonts/pkg/PLIST ./pkg/PLIST --- /usr/ports/korean/pinetreefonts/pkg/PLIST Sat Mar 29 21:58:32 1997 +++ ./pkg/PLIST Mon Mar 30 10:37:16 1998 @@ -1,14 +1,14 @@ -lib/X11/fonts/korean/pinetree/ptpB08.pcf.Z -lib/X11/fonts/korean/pinetree/ptpB10.pcf.Z -lib/X11/fonts/korean/pinetree/ptpB12.pcf.Z -lib/X11/fonts/korean/pinetree/ptpB14.pcf.Z -lib/X11/fonts/korean/pinetree/ptpB18.pcf.Z -lib/X11/fonts/korean/pinetree/ptpB24.pcf.Z -lib/X11/fonts/korean/pinetree/ptpR08.pcf.Z -lib/X11/fonts/korean/pinetree/ptpR10.pcf.Z -lib/X11/fonts/korean/pinetree/ptpR12.pcf.Z -lib/X11/fonts/korean/pinetree/ptpR14.pcf.Z -lib/X11/fonts/korean/pinetree/ptpR18.pcf.Z -lib/X11/fonts/korean/pinetree/ptpR24.pcf.Z -lib/X11/fonts/korean/pinetree/fonts.dir -@dirrm lib/X11/fonts/korean/pinetree +lib/X11/fonts/misc/ptpB08.pcf.gz +lib/X11/fonts/misc/ptpB10.pcf.gz +lib/X11/fonts/misc/ptpB12.pcf.gz +lib/X11/fonts/misc/ptpB14.pcf.gz +lib/X11/fonts/misc/ptpB18.pcf.gz +lib/X11/fonts/misc/ptpB24.pcf.gz +lib/X11/fonts/misc/ptpR08.pcf.gz +lib/X11/fonts/misc/ptpR10.pcf.gz +lib/X11/fonts/misc/ptpR12.pcf.gz +lib/X11/fonts/misc/ptpR14.pcf.gz +lib/X11/fonts/misc/ptpR18.pcf.gz +lib/X11/fonts/misc/ptpR24.pcf.gz +@exec cd %D/lib/X11/fonts/misc ; mkfontdir +@unexec cd %D/lib/X11/fonts/misc ; mkfontdir diff -uNr /usr/ports/korean/pinetreefonts/pkg/REQ ./pkg/REQ --- /usr/ports/korean/pinetreefonts/pkg/REQ Sat Mar 29 21:58:32 1997 +++ ./pkg/REQ Thu Jan 1 09:00:00 1970 @@ -1,7 +0,0 @@ -#! /bin/sh -if [ "$2" = "DEINSTALL" ]; then - exit 0 -fi - -echo "Remember to add a FontPath entry to /etc/XF86Config to use these fonts:" -echo " FontPath \"/usr/X11R6/lib/X11/fonts/korean/pinetree\"" >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 29 20:17:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA08987 for freebsd-ports-outgoing; Sun, 29 Mar 1998 19:46:40 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA08604; Sun, 29 Mar 1998 19:45:50 -0800 (PST) (envelope-from gnats) Received: from freebsd.ntu.edu.tw (freebsd.ntu.edu.tw [140.112.1.3]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id TAA05751 for ; Sun, 29 Mar 1998 19:35:57 -0800 (PST) (envelope-from woju@freebsd.ntu.edu.tw) Received: (qmail 15251 invoked by uid 1000); 29 Mar 1998 13:21:18 -0000 Message-Id: <19980329132118.15250.qmail@freebsd.ntu.edu.tw> Date: 29 Mar 1998 13:21:18 -0000 From: woju@freebsd.ntu.edu.tw Reply-To: woju@freebsd.ntu.edu.tw To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/6170: another squid ports Sender: owner-freebsd-ports@freebsd.org Precedence: bulk X-Loop: FreeBSD.org >Number: 6170 >Category: ports >Synopsis: another squid ports >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Mar 29 19:44:31 PST 1998 >Last-Modified: >Originator: woju >Organization: National Taiwan University >Release: FreeBSD 2.2.5-STABLE i386 >Environment: FreeBSD 2.2.5-STABLE #0: Thu Feb 26 13:15:52 CST 1998 CPU: AMD-K6tm w/ multimedia extensions (199.90-MHz 586-class CPU) Origin = "AuthenticAMD" Id = 0x562 Stepping=2 Features=0x8001bf real memory = 134217728 (131072K bytes) >Description: The current squid* packages seem not easy enough for installing :-) I have some scripts to make squid more "plug and play". >How-To-Repeat: pkg_add squid-1.1.21.tgz (or any other squid* packages) /usr/local/etc/squid.sh => Lots of error messages arise: (zmore /var/log/messages) squid: Squid is not safe to run as root! ... >Fix: #!/bin/sh # mksquid.sh # make squid export CFLAGS="-O3 -s"; ./configure make all chmod -R a+r icons install -d -g nogroup -o nobody /usr/local/squid echo make install | su -fm nobody >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 29 20:30:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA27544 for freebsd-ports-outgoing; Sun, 29 Mar 1998 20:30:34 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA27457; Sun, 29 Mar 1998 20:30:19 -0800 (PST) (envelope-from gnats) Received: from rich.chel.su (root@mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA24457 for ; Sun, 29 Mar 1998 20:23:48 -0800 (PST) (envelope-from andy@icc.surw.chel.su) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by rich.chel.su (8.7.2/Murphy) with ESMTP id KAA27730 for ; Mon, 30 Mar 1998 10:20:12 +0600 (UDT) Received: (from andy@localhost) by icc.surw.chel.su (8.8.5/8.8.4) id IAA20989; Mon, 30 Mar 1998 08:22:51 +0400 (MSD) Message-Id: <199803300422.IAA20989@icc.surw.chel.su> Date: Mon, 30 Mar 1998 08:22:51 +0400 (MSD) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6171: New port: xtron-1.1a Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6171 >Category: ports >Synopsis: New port: xtron-1.1a >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Mar 29 20:30:03 PST 1998 >Last-Modified: >Originator: Andrey Zakhvatov >Organization: South Ural Railway ICC >Release: FreeBSD 2.2.2-RELEASE i386 >Environment: >Description: This is a port of Tron game for X Window. Xtron is a simple one or two player version of the old classic TRON. The game is simple: avoid running into walls, your own tail, and that of your opponent. # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # xtron-1.1a # xtron-1.1a/Makefile # xtron-1.1a/files # xtron-1.1a/files/md5 # xtron-1.1a/patches # xtron-1.1a/patches/patch-ab # xtron-1.1a/patches/patch-aa # xtron-1.1a/patches/patch-ac # xtron-1.1a/pkg # xtron-1.1a/pkg/PLIST # xtron-1.1a/pkg/COMMENT # xtron-1.1a/pkg/DESCR # echo c - xtron-1.1a mkdir -p xtron-1.1a > /dev/null 2>&1 echo x - xtron-1.1a/Makefile sed 's/^X//' >xtron-1.1a/Makefile << 'END-of-xtron-1.1a/Makefile' X# New ports collection makefile for: xtron X# Version required: 1.1a X# Date created: 29 March 1998 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= xtron-1.1a XCATEGORIES= games x11 XMASTER_SITES= ${MASTER_SITE_SUNSITE} XMASTER_SITE_SUBDIR= games/arcade XEXTRACT_SUFX= .tgz X XMAINTAINER= andy@icc.surw.chel.su X XLIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm X XUSE_X11= yes X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKSRC}/xtron ${PREFIX}/bin X @ ${MKDIR} ${PREFIX}/share/xtron X @ ${INSTALL_DATA} ${WRKSRC}/pixmaps/* ${PREFIX}/share/xtron X @ ${INSTALL_DATA} ${WRKSRC}/xtronrc ${PREFIX}/lib/X11/app-defaults/Tron X @ ${MKDIR} ${PREFIX}/share/doc/xtron X.for file in CHANGES COPYING README X @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/xtron X.endfor X X.include END-of-xtron-1.1a/Makefile echo c - xtron-1.1a/files mkdir -p xtron-1.1a/files > /dev/null 2>&1 echo x - xtron-1.1a/files/md5 sed 's/^X//' >xtron-1.1a/files/md5 << 'END-of-xtron-1.1a/files/md5' XMD5 (xtron-1.1a.tgz) = 1f15c9cb5a03ac740d62cea3f876da60 END-of-xtron-1.1a/files/md5 echo c - xtron-1.1a/patches mkdir -p xtron-1.1a/patches > /dev/null 2>&1 echo x - xtron-1.1a/patches/patch-ab sed 's/^X//' >xtron-1.1a/patches/patch-ab << 'END-of-xtron-1.1a/patches/patch-ab' X--- resource.c Sun Apr 23 22:39:03 1995 X+++ /home/andy/tmp/wrk/resource.c Sun Mar 29 23:05:40 1998 X@@ -101,7 +101,7 @@ X if ((XTRONresources = XrmGetFileDatabase("./.xtronrc")) == NULL) { X if ((XTRONresources = XrmGetFileDatabase("$HOME/xtronrc")) == NULL) { X if ((XTRONresources = XrmGetFileDatabase("$HOME/.xtronrc")) == NULL) { X- if ((XTRONresources = XrmGetFileDatabase("/usr/X11/lib/X11/app-defaults/xtronrc")) == NULL) { X+ if ((XTRONresources = XrmGetFileDatabase("/usr/X11R6/lib/X11/app-defaults/Tron")) == NULL) { X if ((XTRONresources = XrmGetFileDatabase("/usr/X11/lib/X11/app-defaults/.xtronrc")) == NULL) { X fprintf(stderr,"error: unable to open/read resource file xtronrc\n"); X return(0); END-of-xtron-1.1a/patches/patch-ab echo x - xtron-1.1a/patches/patch-aa sed 's/^X//' >xtron-1.1a/patches/patch-aa << 'END-of-xtron-1.1a/patches/patch-aa' X--- Makefile Sun Apr 16 13:26:00 1995 X+++ /home/andy/tmp/wrk/Makefile Sun Mar 29 23:08:24 1998 X@@ -20,8 +20,8 @@ X # X CC= gcc X CFLAGS= -O4 -Wall X-INCLUDES= -I/usr/X386/include/X11 -I/usr/include X-LIBS= -L/usr/X386/lib X+INCLUDES= -I/usr/X11R6/include -I/usr/X11R6/include/X11 X+LIBS= -L/usr/X11R6/lib X LDLIBS= -lXpm -lX11 X DEPEND= makedepend X OBJS= wintype.o xtron.o main.o xpm2pixmap.o resource.o END-of-xtron-1.1a/patches/patch-aa echo x - xtron-1.1a/patches/patch-ac sed 's/^X//' >xtron-1.1a/patches/patch-ac << 'END-of-xtron-1.1a/patches/patch-ac' X--- xtronrc Sun Apr 23 22:53:22 1995 X+++ /home/andy/tmp/wrk/xtronrc Sun Mar 29 23:27:25 1998 X@@ -3,7 +3,7 @@ X # in the user's home directory or in /usr/X11/lib/X11/app-defaults. X # you can also rename it .xtronrc if you prefer it to be hidden X # make sure that the pixmaps directory has a trailing / at the end X-xtron.PixmapsDIR: ./pixmaps/ X+xtron.PixmapsDIR: /usr/X11R6/share/xtron/ X X # change these key settings for player 1 [RED] X xtron.player1UP: w END-of-xtron-1.1a/patches/patch-ac echo c - xtron-1.1a/pkg mkdir -p xtron-1.1a/pkg > /dev/null 2>&1 echo x - xtron-1.1a/pkg/PLIST sed 's/^X//' >xtron-1.1a/pkg/PLIST << 'END-of-xtron-1.1a/pkg/PLIST' Xbin/xtron Xlib/X11/app-defaults/Tron Xshare/doc/xtron/CHANGES Xshare/doc/xtron/COPYING Xshare/doc/xtron/README Xshare/xtron/Xtron_icon.xpm Xshare/xtron/again.xpm Xshare/xtron/againr.xpm Xshare/xtron/back.xpm Xshare/xtron/comprr.xpm Xshare/xtron/computer.xpm Xshare/xtron/human.xpm Xshare/xtron/humanr.xpm Xshare/xtron/p1.xpm Xshare/xtron/p2.xpm Xshare/xtron/p3.xpm Xshare/xtron/pause.xpm Xshare/xtron/pauser.xpm Xshare/xtron/quit.xpm Xshare/xtron/quitr.xpm Xshare/xtron/score.xpm Xshare/xtron/scorer.xpm X@dirrm share/doc/xtron X@dirrm share/xtron END-of-xtron-1.1a/pkg/PLIST echo x - xtron-1.1a/pkg/COMMENT sed 's/^X//' >xtron-1.1a/pkg/COMMENT << 'END-of-xtron-1.1a/pkg/COMMENT' XAvoid running into walls, your own tail, and that of your opponent. END-of-xtron-1.1a/pkg/COMMENT echo x - xtron-1.1a/pkg/DESCR sed 's/^X//' >xtron-1.1a/pkg/DESCR << 'END-of-xtron-1.1a/pkg/DESCR' X Xtron is a simple one or two player version of the old Xclassic TRON. The game is simple: avoid running into walls, Xyour own tail, and that of your opponent. END-of-xtron-1.1a/pkg/DESCR exit >How-To-Repeat: >Fix: Please, check and commit this port. >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 29 22:48:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA28163 for freebsd-ports-outgoing; Sun, 29 Mar 1998 22:48:35 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from colossus.dyn.ml.org (dburr@206-18-112-238.la.inreach.net [206.18.112.238]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA28138 for ; Sun, 29 Mar 1998 22:48:23 -0800 (PST) (envelope-from dburr@colossus.dyn.ml.org) Received: (from dburr@localhost) by colossus.dyn.ml.org (8.8.7/8.8.7) id WAA10654 for freebsd-ports@freebsd.org; Sun, 29 Mar 1998 22:52:17 -0800 (PST) (envelope-from dburr) Message-ID: X-Mailer: XFMail 1.2 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Sun, 29 Mar 1998 22:52:11 -0800 (PST) Organization: Computer Help From: Donald Burr To: FreeBSD Ports Subject: can't burn CD-R using cdrecord port, need help Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org -----BEGIN PGP SIGNED MESSAGE----- I just purchased a Sony CDU-926S SCSI CD-R: (ahc0:4:0): "SONY CD-R CDU926S 1.1g" type 5 removable SCSI 2 cd1(ahc0:4:0): CD-ROM cd present [210262 x 2048 byte records] Despite the fact that it ID's as a CD-ROM, this device is, indeed, a CD-R. (In fact, I recorded a CD under Windows using Adaptec CD Creator, and it worked fine!) It is definitely listed as being a compatible unit in the cdrecord README. In any case, I tried using it to burn an audio CD under FreeBSD. I used the tosha port to write out my favorite tracks from several CD's onto my SCSI Jaz drive, and tried to burn them onto a brand new CD-R as follows: (yes, I am running as root-- note the "#" prompt:) - ----- [dburr@control:104 dburr]# cdrecord -v -dummy -eject speed=2 dev=4,0 - -audio /jaz/track* Cdrecord release 1.6a12 Copyright (C) 1995-1998 Jörg Schilling TOC Type: 0 = CD-DA scsidev: '4,0' scsibus: 0 target: 4 lun: 0 cdrecord: Cannot do inquiry for CD-Recorder. cdrecord: Undefined error: 0. test unit ready: scsi sendcmd: fatal error cmd finished after 0.000s timeout 40s - ----- The CD-R works great otherwise -- I can mount and use CD-ROMs with it under FreeBSD, and it burns disks perfectly under Windoze. Does anyone have any idea of what I'm doing wrong, or why this isn't workout for me? Please let me know. 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 iQCVAwUBNR9BG/jpixuAwagxAQFeBwP/aG00edGYM6rXmCriiCQCjfbWTuRB45uw WPQLqt/9Zb4XtBDOu+hWeYAkaRPCQVhVs6Gz5sth9vbLhV2gwLXQ38JNT1QuL7HB A0rFQq/sKgfOKCENv/ouI4WR9Mh8BEbrHdFkWVLCr7K3KXXXOcv4RyV0WnSN0s22 3lkGWApbWVY= =PZEW -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 30 00:10:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA17818 for freebsd-ports-outgoing; Mon, 30 Mar 1998 00:10:14 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA17754; Mon, 30 Mar 1998 00:10:09 -0800 (PST) (envelope-from gnats) Received: from punky.snu.ac.kr (punky.snu.ac.kr [147.46.59.58]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA14813 for ; Mon, 30 Mar 1998 00:01:02 -0800 (PST) (envelope-from pwd@punky.snu.ac.kr) Received: (from pwd@localhost) by punky.snu.ac.kr (8.8.8/8.8.7) id QAA01032; Mon, 30 Mar 1998 16:18:32 +0900 (KST) (envelope-from pwd) Message-Id: <199803300718.QAA01032@punky.snu.ac.kr> Date: Mon, 30 Mar 1998 16:18:32 +0900 (KST) From: junker@jazz.snu.ac.kr Reply-To: junker@jazz.snu.ac.kr To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6174: port update: korean/johabfonts Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6174 >Category: ports >Synopsis: port update: korean/johabfonts >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Mar 30 00:10:04 PST 1998 >Last-Modified: >Originator: CHOI Junho >Organization: NARAE, CS Dept., Seoul National Univ., ROK >Release: FreeBSD 2.2.6-STABLE i386 >Environment: FreeBSD punky.snu.ac.kr 2.2.6-STABLE FreeBSD 2.2.6-STABLE #0: Fri Mar 27 08:45:52 GMT 1998 root@punky.snu.ac.kr:/usr/src/sys/compile/PUNKY i386 >Description: Port update(korean/johabfonts). move font location >How-To-Repeat: >Fix: Apply diffs: diff -uNr /usr/ports/korean/johabfonts/Makefile ./Makefile --- /usr/ports/korean/johabfonts/Makefile Tue Mar 17 02:40:55 1998 +++ ./Makefile Mon Mar 30 16:11:52 1998 @@ -17,8 +17,4 @@ USE_IMAKE= yes NO_INSTALL_MANPAGES= yes -# to show a warning message to add fontpath for these fonts -post-install: - @${CAT} ${PKGDIR}/MESSAGE - .include diff -uNr /usr/ports/korean/johabfonts/patches/patch-aa ./patches/patch-aa --- /usr/ports/korean/johabfonts/patches/patch-aa Mon Mar 16 06:31:36 1998 +++ ./patches/patch-aa Thu Jan 1 09:00:00 1970 @@ -1,25 +0,0 @@ -*** Imakefile.old Sat Mar 22 16:27:50 1997 ---- Imakefile Sat Mar 22 16:28:56 1997 -*************** -*** 22,31 **** - - MakeFontsDir($(HAN_PCF_FONTS)) - -! InstallFontObjs($(HAN_PCF_FONTS), $(FONTDIR)/misc) - - install:: -! cd $(FONTDIR)/misc; mkfontdir - clean:: - $(RM) $(HAN_PCF_FONTS) - ---- 22,31 ---- - - MakeFontsDir($(HAN_PCF_FONTS)) - -! InstallFontObjs($(HAN_PCF_FONTS), $(FONTDIR)/korean/johab) - - install:: -! cd $(FONTDIR)/korean/johab; mkfontdir - clean:: - $(RM) $(HAN_PCF_FONTS) - diff -uNr /usr/ports/korean/johabfonts/pkg/DESCR ./pkg/DESCR --- /usr/ports/korean/johabfonts/pkg/DESCR Mon Mar 16 06:31:36 1998 +++ ./pkg/DESCR Mon Mar 30 16:10:01 1998 @@ -3,7 +3,7 @@ It is Korean fonts for X11, used in hanterm, hanemacs, or so. It need to be installed before hanterm and hanemacs. Its encoding is not standard(-johab*), -so it cannot be used in i18ned program of X11. +so it cannot be used in i18n-ed program of X11. -- -Ports by Choi Jun Ho +Ports by CHOI Junho diff -uNr /usr/ports/korean/johabfonts/pkg/MESSAGE ./pkg/MESSAGE --- /usr/ports/korean/johabfonts/pkg/MESSAGE Mon Mar 16 06:31:36 1998 +++ ./pkg/MESSAGE Thu Jan 1 09:00:00 1970 @@ -1,3 +0,0 @@ -Remember to add a FontPath entry to /etc/XF86Config to use these fonts: - - FontPath "/usr/X11R6/lib/X11/fonts/korean/johab" diff -uNr /usr/ports/korean/johabfonts/pkg/PLIST ./pkg/PLIST --- /usr/ports/korean/johabfonts/pkg/PLIST Mon Mar 16 06:31:36 1998 +++ ./pkg/PLIST Mon Mar 30 16:09:36 1998 @@ -1,13 +1,13 @@ -lib/X11/fonts/korean/johab/iyagi16.pcf.gz -lib/X11/fonts/korean/johab/iyagis16.pcf.gz -lib/X11/fonts/korean/johab/johabg16.pcf.gz -lib/X11/fonts/korean/johab/johabm16.pcf.gz -lib/X11/fonts/korean/johab/johabp16.pcf.gz -lib/X11/fonts/korean/johab/johabshg16.pcf.gz -lib/X11/fonts/korean/johab/johabshm16.pcf.gz -lib/X11/fonts/korean/johab/johabshp16.pcf.gz -lib/X11/fonts/korean/johab/johabsg16.pcf.gz -lib/X11/fonts/korean/johab/johabsm16.pcf.gz -lib/X11/fonts/korean/johab/johabsp16.pcf.gz -lib/X11/fonts/korean/johab/fonts.dir -@dirrm lib/X11/fonts/korean/johab +lib/X11/fonts/misc/iyagi16.pcf.gz +lib/X11/fonts/misc/iyagis16.pcf.gz +lib/X11/fonts/misc/johabg16.pcf.gz +lib/X11/fonts/misc/johabm16.pcf.gz +lib/X11/fonts/misc/johabp16.pcf.gz +lib/X11/fonts/misc/johabshg16.pcf.gz +lib/X11/fonts/misc/johabshm16.pcf.gz +lib/X11/fonts/misc/johabshp16.pcf.gz +lib/X11/fonts/misc/johabsg16.pcf.gz +lib/X11/fonts/misc/johabsm16.pcf.gz +lib/X11/fonts/misc/johabsp16.pcf.gz +@exec cd %D/lib/X11/fonts/misc ; mkfontdir +@unexec cd %D/lib/X11/fonts/misc ; mkfontdir >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 30 00:10:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA17836 for freebsd-ports-outgoing; Mon, 30 Mar 1998 00:10:16 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA17817; Mon, 30 Mar 1998 00:10:13 -0800 (PST) (envelope-from gnats) Received: from punky.snu.ac.kr (punky.snu.ac.kr [147.46.59.58]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA17331 for ; Mon, 30 Mar 1998 00:08:42 -0800 (PST) (envelope-from pwd@punky.snu.ac.kr) Received: (from pwd@localhost) by punky.snu.ac.kr (8.8.8/8.8.7) id RAA02916; Mon, 30 Mar 1998 17:08:22 +0900 (KST) (envelope-from pwd) Message-Id: <199803300808.RAA02916@punky.snu.ac.kr> Date: Mon, 30 Mar 1998 17:08:22 +0900 (KST) From: junker@jazz.snu.ac.kr Reply-To: junker@jazz.snu.ac.kr To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6175: port upgrade: korean/hanyangfonts Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6175 >Category: ports >Synopsis: port update: korean/hanyangfonts >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Mar 30 00:10:11 PST 1998 >Last-Modified: >Originator: CHOI Junho >Organization: NARAE, CS Dept., Seoul National Univ., ROK >Release: FreeBSD 2.2.6-STABLE i386 >Environment: FreeBSD punky.snu.ac.kr 2.2.6-STABLE FreeBSD 2.2.6-STABLE #0: Fri Mar 27 08:45:52 GMT 1998 root@punky.snu.ac.kr:/usr/src/sys/compile/PUNKY i386 >Description: Port update(korean/hanyangfonts). Move font location. >How-To-Repeat: >Fix: Apply the following diffs: diff -uNr /usr/ports/korean/hanyangfonts/Makefile ./Makefile --- /usr/ports/korean/hanyangfonts/Makefile Tue Sep 23 01:21:52 1997 +++ ./Makefile Mon Mar 30 17:06:06 1998 @@ -10,36 +10,28 @@ PKGNAME= ko-hanyangfonts-1.0 CATEGORIES= korean x11 MASTER_SITES= ftp://ftp.kaist.ac.kr/pub/hangul/fonts/ \ - ftp://sunsite.kren.nm.kr/pub/packages/hangul/fonts/ + ftp://ftp.kreonet.re.kr/pub/hangul/cair-archive/fonts/ MAINTAINER= junker@jazz.snu.ac.kr USE_X11= yes NO_WRKSUBDIR= yes +FONTS= hgm10 hgm12 hgm14 hgm16 hgm18 hgm20 \ + hmm10 hmm12 hmm14 hmm16 hmm18 hmm20 + do-build: @cd ${WRKSRC}; \ - for fn in \ - hgm10 hgm12 hgm14 hgm16 hgm18 hgm20 \ - hmm10 hmm12 hmm14 hmm16 hmm18 hmm20; \ - do \ - compress $$fn.pcf; \ - echo $$fn "compressed"; \ + for fn in ${FONTS}; do \ + ${GZIP_CMD} $$fn.pcf; \ + ${ECHO} $$fn "compressed"; \ done; \ - mkfontdir . do-install: @cd ${WRKSRC}; \ - ${MKDIR} ${PREFIX}/lib/X11/fonts/korean/hanyang; \ - for fn in \ - hgm10 hgm12 hgm14 hgm16 hgm18 hgm20 \ - hmm10 hmm12 hmm14 hmm16 hmm18 hmm20; \ - do \ - ${INSTALL_DATA} $$fn.pcf.Z ${PREFIX}/lib/X11/fonts/korean/hanyang; \ + for file in ${FONTS}; do \ + ${INSTALL_DATA} "$$file".pcf.gz ${PREFIX}/lib/X11/fonts/misc; \ done; \ - ${INSTALL_DATA} fonts.dir ${PREFIX}/lib/X11/fonts/korean/hanyang + mkfontdir ${PREFIX}/lib/X11/fonts/misc -post-install: - @${SH} ${PKGDIR}/REQ ${PKGNAME} INSTALL - .include diff -uNr /usr/ports/korean/hanyangfonts/pkg/DESCR ./pkg/DESCR --- /usr/ports/korean/hanyangfonts/pkg/DESCR Sun Mar 30 09:04:11 1997 +++ ./pkg/DESCR Mon Mar 30 16:24:59 1998 @@ -1,9 +1,9 @@ Hangul X11 fonts(Hanyang) ------------------------- -It is Korean fonts for X11. These fonts are copyrighted by -(C) Hanyang Systems, but it is in the public domain. It is good for -using many i18ned X11 program. +It is Korean fonts for X11(ksc5601.1987-0). These fonts are +copyrighted by (C) Hanyang Systems, but it is in the public domain. +It is good for using many i18n-ed X11 program. -- -Ports by Choi Jun Ho +Ports by CHOI Junho diff -uNr /usr/ports/korean/hanyangfonts/pkg/PLIST ./pkg/PLIST --- /usr/ports/korean/hanyangfonts/pkg/PLIST Sun Mar 30 09:04:11 1997 +++ ./pkg/PLIST Mon Mar 30 17:03:26 1998 @@ -1,14 +1,14 @@ -lib/X11/fonts/korean/hanyang/hmm10.pcf.Z -lib/X11/fonts/korean/hanyang/hmm12.pcf.Z -lib/X11/fonts/korean/hanyang/hmm14.pcf.Z -lib/X11/fonts/korean/hanyang/hmm16.pcf.Z -lib/X11/fonts/korean/hanyang/hmm18.pcf.Z -lib/X11/fonts/korean/hanyang/hmm20.pcf.Z -lib/X11/fonts/korean/hanyang/hgm10.pcf.Z -lib/X11/fonts/korean/hanyang/hgm12.pcf.Z -lib/X11/fonts/korean/hanyang/hgm14.pcf.Z -lib/X11/fonts/korean/hanyang/hgm16.pcf.Z -lib/X11/fonts/korean/hanyang/hgm18.pcf.Z -lib/X11/fonts/korean/hanyang/hgm20.pcf.Z -lib/X11/fonts/korean/hanyang/fonts.dir -@dirrm lib/X11/fonts/korean/hanyang +lib/X11/fonts/misc/hmm10.pcf.gz +lib/X11/fonts/misc/hmm12.pcf.gz +lib/X11/fonts/misc/hmm14.pcf.gz +lib/X11/fonts/misc/hmm16.pcf.gz +lib/X11/fonts/misc/hmm18.pcf.gz +lib/X11/fonts/misc/hmm20.pcf.gz +lib/X11/fonts/misc/hgm10.pcf.gz +lib/X11/fonts/misc/hgm12.pcf.gz +lib/X11/fonts/misc/hgm14.pcf.gz +lib/X11/fonts/misc/hgm16.pcf.gz +lib/X11/fonts/misc/hgm18.pcf.gz +lib/X11/fonts/misc/hgm20.pcf.gz +@exec cd %D/lib/X11/fonts/misc ; mkfontdir +@unexec cd %D/lib/X11/fonts/misc ; mkfontdir diff -uNr /usr/ports/korean/hanyangfonts/pkg/REQ ./pkg/REQ --- /usr/ports/korean/hanyangfonts/pkg/REQ Sun Mar 30 09:04:11 1997 +++ ./pkg/REQ Thu Jan 1 09:00:00 1970 @@ -1,7 +0,0 @@ -#! /bin/sh -if [ "$2" = "DEINSTALL" ]; then - exit 0 -fi - -echo "Remember to add a FontPath entry to /etc/XF86Config to use these fonts:" -echo " FontPath \"/usr/X11R6/lib/X11/fonts/korean/hanyang\"" >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 30 04:32:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA26198 for freebsd-ports-outgoing; Mon, 30 Mar 1998 04:32:22 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from onizuka.tb.9715.org (Oxh8Q/0lvzapzncQkDYQ5cW+folmRH81@onizuka.tb.9715.org [194.97.84.67]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA26193 for ; Mon, 30 Mar 1998 04:32:17 -0800 (PST) (envelope-from torstenb@onizuka.tb.9715.org) Received: by onizuka.tb.9715.org via sendmail with stdio id for ; Mon, 30 Mar 1998 14:32:01 +0200 (CEST) Message-Id: Date: Mon, 30 Mar 1998 14:32:01 +0200 (CEST) From: torstenb@onizuka.tb.9715.org (Torsten Blum) To: dburr@POBoxes.com Cc: freebsd-ports@FreeBSD.ORG Subject: Re: can't burn CD-R using cdrecord port, need help References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Newsreader: NN version 6.5.0 #1 (NOV) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >(ahc0:4:0): "SONY CD-R CDU926S 1.1g" type 5 removable SCSI 2 >cd1(ahc0:4:0): CD-ROM cd present [210262 x 2048 byte records] >Despite the fact that it ID's as a CD-ROM, this device is, indeed, a CD-R. Sounds like a drive that supports the SCSI3 MMC commandset. SCSI3 defines CD-R's as CD-ROM with the capability to record CD-R's. In the "CD Capabilities and Mechanical Status Page" (modepage 0x2a) there's a Flag for CD-R Write. >[dburr@control:104 dburr]# cdrecord -v -dummy -eject speed=2 dev=4,0 >- -audio /jaz/track* >Cdrecord release 1.6a12 Copyright (C) 1995-1998 Jörg Schilling >TOC Type: 0 = CD-DA >scsidev: '4,0' >scsibus: 0 target: 4 lun: 0 >cdrecord: Cannot do inquiry for CD-Recorder. >cdrecord: Undefined error: 0. test unit ready: scsi sendcmd: fatal error >cmd finished after 0.000s timeout 40s try ln -sf /dev/rcd1.ctl /dev/su0-4-0 -tb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 30 07:17:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA17024 for freebsd-ports-outgoing; Mon, 30 Mar 1998 07:17:44 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from colossus.dyn.ml.org (dburr@206-18-115-82.la.inreach.net [206.18.115.82]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA16998; Mon, 30 Mar 1998 07:17:37 -0800 (PST) (envelope-from dburr@colossus.dyn.ml.org) Received: (from dburr@localhost) by colossus.dyn.ml.org (8.8.7/8.8.7) id HAA03619; Mon, 30 Mar 1998 07:21:38 -0800 (PST) (envelope-from dburr) Message-ID: X-Mailer: XFMail 1.2 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Mon, 30 Mar 1998 07:21:36 -0800 (PST) Organization: Computer Help From: Donald Burr To: FreeBSD Ports , FreeBSD Questions Subject: support for Joliet CD's under FreeBSD? Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org -----BEGIN PGP SIGNED MESSAGE----- (please excuse the crosspost, I'm not sure where this belongs, because it involves both a port and the base system) It seems that Microsoft now has a new "standard" (surprise!) for CD's that will contain long filenames under Win95, called Joliet. I would like to have support both for *making* and *reading* Joliet CD's. I suppose, then, that this involves changes to both the mkisofs port (or maybe a new "mkjolietfs" port?) as well as the kernel. Are any such patches in the works? Will they be available for 2.2.5 or 2.2.6? Thanks 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 iQCVAwUBNR+4gPjpixuAwagxAQHyCwP9FlFTW/c+V9z6ASoF993hpg/nheOKzQ+3 VLPOwmHRKcPe/j4sNAKGNyLLBXvJCRk/fYBtJ91u0CYNrq5+BweW/Istp6eBxTl4 hUYRbGx8MZh+3tD3ytM5XpPt1uhXB/9hMidqnzE8MWbm+2xoIGC0fSOAA5DVihX6 zILRQzrA4F0= =H2Ax -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 30 07:30:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA19769 for freebsd-ports-outgoing; Mon, 30 Mar 1998 07:30:47 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA19394; Mon, 30 Mar 1998 07:28:06 -0800 (PST) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA19105; Mon, 30 Mar 1998 07:26:37 -0800 (PST) Date: Mon, 30 Mar 1998 07:26:37 -0800 (PST) Message-Id: <199803301526.HAA19105@freefall.freebsd.org> To: axl@iafrica.com, jdp@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/6167 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: UPDATED PORT: cvsup-bin (15.3) State-Changed-From-To: open-closed State-Changed-By: jdp State-Changed-When: Mon Mar 30 07:24:53 PST 1998 State-Changed-Why: I updated the port myself when I released the new version of CVSup. I had to update the port immediately, in order to meet the deadline for the 2.2.6 CD. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 30 12:10:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA09586 for freebsd-ports-outgoing; Mon, 30 Mar 1998 12:10:11 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA09550; Mon, 30 Mar 1998 12:10:05 -0800 (PST) (envelope-from gnats) Date: Mon, 30 Mar 1998 12:10:05 -0800 (PST) Message-Id: <199803302010.MAA09550@hub.freebsd.org> To: freebsd-ports Cc: From: "Scot W. Hetzel" Subject: Re: ports/4878: Apache w/FrontPage Module Port Reply-To: "Scot W. Hetzel" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/4878; it has been noted by GNATS. From: "Scot W. Hetzel" To: Cc: Subject: Re: ports/4878: Apache w/FrontPage Module Port Date: Mon, 30 Mar 1998 14:10:19 -0600 The apache-fp port has been updated to check if the link for libcrypt.a is pointing to libdescrypt.a. Another check against libcrypt.so.?.?, should be performed, but I am unsure as how to implement a check for a library that can change its major and/or minor number. The patch location is: ftp://ftp.freebsd.org/pub/FreeBSD/incoming/apache-fp.126_126.a.diff and is also listed below. Scot diff -ruN apache-fp.126/Makefile apache-fp.126.a/Makefile --- apache-fp.126/Makefile Thu Mar 26 14:44:58 1998 +++ apache-fp.126.a/Makefile Mon Mar 30 13:16:57 1998 @@ -48,6 +48,19 @@ ${ECHO} "WARNING: Install the DES Library, then build apache-fp"; \ ${ECHO} ; \ ${FALSE} ; \ + else \ + LN_DES_A=`ls -l /usr/lib/libcrypt.a | awk '{print $$11}'` ; \ + LN_DES_SO=`ls -l /usr/lib/libcrypt.so.* | awk '{print $$11}'` ; \ + if [ ! "$${LN_DES_A}" = "libdescrypt.a" ] ; then \ + ${ECHO} ; \ + ${ECHO} "WARNING: DES not installed properly." ; \ + ${ECHO} "WARNING: Ensure you have the following links in /usr/lib:" ; \ + ${ECHO} ; \ + ${ECHO} " libcrypt.a -> libdescrypt.a" ; \ + ${ECHO} " libcrypt.so.?.? -> libdescrypt.so.?.?" ; \ + ${ECHO} ; \ + ${FALSE} ;\ + fi ; \ fi post-extract: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 30 12:50:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA18827 for freebsd-ports-outgoing; Mon, 30 Mar 1998 12:50:43 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA18720; Mon, 30 Mar 1998 12:50:25 -0800 (PST) (envelope-from gnats) Received: from flaya.gamespot.com (flaya.gamespot.com [206.169.18.26]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA17582 for ; Mon, 30 Mar 1998 12:46:05 -0800 (PST) (envelope-from jsd@flaya.gamespot.com) Received: (from jsd@localhost) by flaya.gamespot.com (8.8.8/8.8.8) id MAA01956; Mon, 30 Mar 1998 12:46:02 -0800 (PST) (envelope-from jsd) Message-Id: <199803302046.MAA01956@flaya.gamespot.com> Date: Mon, 30 Mar 1998 12:46:02 -0800 (PST) From: jsd@gamespot.com Reply-To: jsd@gamespot.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6176: running architextSearch (excite) under linux emu coredumps when exiting with error Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6176 >Category: ports >Synopsis: running architextSearch (excite) under linux emu coredumps when exiting with error >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 30 12:50:06 PST 1998 >Last-Modified: >Originator: Jon Drukman >Organization: gamespot inc. >Release: FreeBSD 2.2.6-RELEASE i386 >Environment: >Description: Using Excite's free search engine (architext) under the linux emulation system, whenever one of the binaries (architextIndex or architextSearch) exits with an error, it also dumps core. One possible error condition for the searcher is "term not found". So, people are querying our search engine all day long and the logs fill up with spurious "Segmentation violation" and "architextSearch exited on signal 11" messages. There is no other impact other than an annoying extraneous message. Oddly enough, i downloaded the BSDI package and it does the exact same thing! Succesful completion is ok, error exits dump core. BTW, i apologize if this is in the wrong category. I'm not sure if the linux emulator is kernel or ports... >How-To-Repeat: Download the excite package from ftp.excite.com:/ews/1.1p1/linux and try it out. >Fix: i don't know enough about the linux emulator to fix it. >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 30 15:12:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA17293 for freebsd-ports-outgoing; Mon, 30 Mar 1998 15:12:03 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from silic.one.sci.fi (silic.one.sci.fi [195.74.8.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA17219 for ; Mon, 30 Mar 1998 15:11:57 -0800 (PST) (envelope-from anttik@silic.one.sci.fi) Received: (from anttik@localhost) by silic.one.sci.fi (8.8.8/8.8.7) id CAA02228; Tue, 31 Mar 1998 02:12:10 +0300 (EEST) (envelope-from anttik) To: freebsd-ports@FreeBSD.ORG Cc: Donald Burr Subject: Re: support for Joliet CD's under FreeBSD? References: From: Antti Kaipila Date: 31 Mar 1998 02:12:09 +0300 In-Reply-To: Donald Burr's message of "Mon, 30 Mar 1998 07:21:36 -0800 (PST)" Message-ID: <85k99bsrhy.fsf@silic.one.sci.fi> Lines: 31 X-Mailer: Gnus v5.5/XEmacs 20.3 - "Vatican City" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Donald Burr writes: > It seems that Microsoft now has a new "standard" (surprise!) for CD's that > will contain long filenames under Win95, called Joliet. What else is new? M$ does it again. > I would like to have support both for *making* and *reading* Joliet CD's. > I suppose, then, that this involves changes to both the mkisofs port (or > maybe a new "mkjolietfs" port?) as well as the kernel. Atleast mkisofs 1.12b3 and cdrecord 1.6a13 together can do CD's that use Joliet extensions. Really neat feature is to use both, RR and Joliet extesions on one cd. That way the same CD will work on any system that supports RR and also in M$ environments. I think Joliet only supprts 64 character long filenames, but hey! It's better than 8+3 :-) The port of these two programs are out of date, so you'll have to grab the latest versions via ftp from ftp://ftp.fokus.gmd.de/pub/unix/cdrecord/alpha/ Aah.. and *wink* *wink* to the maintainers of these ports, Jean-Marc Zucconi and Mr. Anonymous. ;-) It would be nice to have Joliet support in kernel too though. I think Linux can handle Joliet CD's, but I'm not sure about FreeBSD, since I don't have too many Joliet CD's laying around here. Any comments? -- Antti Kaipila To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 30 16:38:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA09575 for freebsd-ports-outgoing; Mon, 30 Mar 1998 16:38:19 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from sendero.simon-shapiro.org (sendero-fddi.Simon-Shapiro.ORG [206.190.148.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id QAA09514 for ; Mon, 30 Mar 1998 16:38:06 -0800 (PST) (envelope-from shimon@Simon-Shapiro.ORG) From: shimon@Simon-Shapiro.ORG Received: (qmail 28591 invoked by uid 1000); 31 Mar 1998 00:46:57 -0000 Date: 31 Mar 1998 00:46:57 -0000 Message-ID: <19980331004657.28589.qmail@sendero.simon-shapiro.org> To: freebsd-ports@FreeBSD.ORG Subject: cad/irsim does not build on current Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org cc -o makedep makedep.o gen.o getincl.o print.o list.o mv Makedep/makedep ./makedep makedep and export are done Making MAKEFILE in irsim dev_sys_init_sysinit_set: Command not found. then: then/endif not found. *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 30 16:38:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA09590 for freebsd-ports-outgoing; Mon, 30 Mar 1998 16:38:25 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from sendero.simon-shapiro.org (sendero-fddi.Simon-Shapiro.ORG [206.190.148.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id QAA09511 for ; Mon, 30 Mar 1998 16:38:05 -0800 (PST) (envelope-from shimon@Simon-Shapiro.ORG) From: shimon@Simon-Shapiro.ORG Received: (qmail 27396 invoked by uid 1000); 31 Mar 1998 00:45:49 -0000 Date: 31 Mar 1998 00:45:49 -0000 Message-ID: <19980331004549.27395.qmail@sendero.simon-shapiro.org> To: freebsd-ports@FreeBSD.ORG Subject: kdemultimedia-3.1b will not build Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Sorry for the vbriefness, but the subject is true on 3.0-current To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 30 16:38:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA09606 for freebsd-ports-outgoing; Mon, 30 Mar 1998 16:38:28 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from tera.com (tera.tera.com [207.108.223.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA09402 for ; Mon, 30 Mar 1998 16:37:57 -0800 (PST) (envelope-from kline@tao.thought.org) Received: (from uucp@localhost) by tera.com (8.8.7/8.8.7) with UUCP id QAA14960 for freebsd-ports@freebsd.org; Mon, 30 Mar 1998 16:37:04 -0800 (PST) Received: (from kline@localhost) by tao.thought.org (8.8.5/8.7.3) id QAA18567 for freebsd-ports@freebsd.org; Mon, 30 Mar 1998 16:31:37 -0800 (PST) From: Gary Kline Message-Id: <199803310031.QAA18567@tao.thought.org> Subject: committers? To: freebsd-ports@FreeBSD.ORG (FreeBSD Ports) Date: Mon, 30 Mar 1998 16:31:37 -0800 (PST) Organization: <> thought.org: public access uNix in service... <> X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Will someone commit my recent port, rftp? It probably belongs in net and misc. The gnats number is: >Number: 6134 There are others of mine written and under development... but one thing at a time. Thanks, gary -- Gary D. Kline kline@tao.thought.org Public service uNix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 30 16:38:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA09656 for freebsd-ports-outgoing; Mon, 30 Mar 1998 16:38:42 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from sendero.simon-shapiro.org (sendero-fddi.Simon-Shapiro.ORG [206.190.148.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id QAA09578 for ; Mon, 30 Mar 1998 16:38:19 -0800 (PST) (envelope-from shimon@Simon-Shapiro.ORG) From: shimon@Simon-Shapiro.ORG Received: (qmail 27947 invoked by uid 1000); 31 Mar 1998 00:46:23 -0000 Date: 31 Mar 1998 00:46:23 -0000 Message-ID: <19980331004623.27946.qmail@sendero.simon-shapiro.org> To: freebsd-ports@FreeBSD.ORG Subject: kdemultimedia-3.1b will not build Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org No such package, but it is in the INDEX file To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 30 16:38:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA09699 for freebsd-ports-outgoing; Mon, 30 Mar 1998 16:38:48 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from sendero.simon-shapiro.org (sendero-fddi.Simon-Shapiro.ORG [206.190.148.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id QAA09580 for ; Mon, 30 Mar 1998 16:38:20 -0800 (PST) (envelope-from shimon@Simon-Shapiro.ORG) From: shimon@Simon-Shapiro.ORG Received: (qmail 29311 invoked by uid 1000); 31 Mar 1998 00:47:28 -0000 Date: 31 Mar 1998 00:47:28 -0000 Message-ID: <19980331004728.29310.qmail@sendero.simon-shapiro.org> To: freebsd-ports@FreeBSD.ORG Subject: cad/magic does not build on current Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ===> Building for magic-6.5 /bin/csh :makeall installhdrs tiles tech calma cif cmwind commands database dbwind debug drc extflat extract garouter gcr graphics grouter irouter macros main misc mzrouter netlist netmenu parser plot plow resis router select signals sim textio undo utils windows wiring dev_sys_init_sysinit_set: Command not found. then: then/endif not found. gmake: *** [everything] Error 1 *** Error code 2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 30 16:43:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA10965 for freebsd-ports-outgoing; Mon, 30 Mar 1998 16:43:25 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from sendero.simon-shapiro.org (sendero-fddi.Simon-Shapiro.ORG [206.190.148.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id QAA10821 for ; Mon, 30 Mar 1998 16:42:55 -0800 (PST) (envelope-from shimon@Simon-Shapiro.ORG) From: shimon@Simon-Shapiro.ORG Received: (qmail 6482 invoked by uid 1000); 31 Mar 1998 00:52:06 -0000 Date: 31 Mar 1998 00:52:06 -0000 Message-ID: <19980331005206.6481.qmail@sendero.simon-shapiro.org> To: freebsd-ports@FreeBSD.ORG Subject: audio/xmcd does not build on current Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org a. REQUIRES_MOTIF= yes But lesstiff is installed b. root@sendero on ttyp5 at Mon Mar 30 in /usr/ports/audio/xmcd 1.[210] $ make >> Checksum mismatch for xmcd-2.2.tar.gz. c. and then: cc -o xmcd -O2 -L/usr/X11R6/lib cdfunc.o dbprog.o geom.o help.o hotkey.o main.o widget.o ../common_d/libutil.a ../cddb_d/libcddb.a ../libdi_d/libdi.a -lXaw -lXmu -L/usr/X11R6/lib -lXt -lX11 -lXt -lSM -lICE -lXext -lX11 -Wl,-R,/usr/X11R6/lib cdfunc.o: Undefined symbol `_XmStringCreateSimple' referenced from text segment cdfunc.o: Undefined symbol `__XmStrings' referenced from text segment cdfunc.o: Undefined symbol `_XmStringFree' referenced from text segment cdfunc.o: Undefined symbol `__XmStrings' referenced from text segment cdfunc.o: Undefined symbol `__XmStrings' referenced from text segment cdfunc.o: Undefined symbol `_XmStringCreateSimple' referenced from text segment cdfunc.o: Undefined symbol `__XmStrings' referenced from text segment cdfunc.o: Undefined symbol `_XmStringFree' referenced from text segment cdfunc.o: Undefined symbol `_XmStringCreateSimple' referenced from text segment .... Simon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 30 16:50:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA12828 for freebsd-ports-outgoing; Mon, 30 Mar 1998 16:50:14 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA12804; Mon, 30 Mar 1998 16:50:05 -0800 (PST) (envelope-from gnats) Received: from gras-varg.worldgate.com (marcs@gras-varg.worldgate.com [198.161.84.12]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA12447 for ; Mon, 30 Mar 1998 16:48:16 -0800 (PST) (envelope-from marcs@worldgate.com) Received: (from marcs@localhost) by gras-varg.worldgate.com (8.8.8/8.6.12) id RAA08244; Mon, 30 Mar 1998 17:48:14 -0700 (MST) Message-Id: <199803310048.RAA08244@gras-varg.worldgate.com> Date: Mon, 30 Mar 1998 17:48:14 -0700 (MST) From: marcs@znep.com Reply-To: marcs@znep.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6180: youbin port has root-exploitable security hole Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6180 >Category: ports >Synopsis: youbin port has root-exploitable security hole >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 30 16:50:01 PST 1998 >Last-Modified: >Originator: Marc Slemko >Organization: >Release: FreeBSD 2.2.6-STABLE i386 >Environment: youbin-2.13 port as of today. >Description: The "youbin" program is installed setuid root but it has a hole that is almost certainly exploitable. "youbin -s xxxxx" will normally cause a segmentation fault due to no bounds checking. The code does: [...] char server_name[MAXHOSTNAMELEN + 1]; /* Server name. */ [...] strcpy(server_name, optarg); without any checking. There are almost certainly more holes, I stopped looking after the first. >How-To-Repeat: >Fix: The port should be marked as broken or someone needs to go through it and fix all the holes. Just fixing this one is not enough. I have sent the authors a note about this. >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 30 18:16:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA23370 for freebsd-ports-outgoing; Mon, 30 Mar 1998 18:16:50 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from sendero.simon-shapiro.org (sendero-fddi.Simon-Shapiro.ORG [206.190.148.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id SAA23338 for ; Mon, 30 Mar 1998 18:16:34 -0800 (PST) (envelope-from shimon@Simon-Shapiro.ORG) From: shimon@Simon-Shapiro.ORG Received: (qmail 29798 invoked by uid 1000); 31 Mar 1998 02:25:23 -0000 Date: 31 Mar 1998 02:25:23 -0000 Message-ID: <19980331022523.29797.qmail@sendero.simon-shapiro.org> To: freebsd-ports@FreeBSD.ORG Subject: devel/swi fails in currnt Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ===> Building package for swig-1.1p4 Creating package /usr/ports/packages/All/swig-1.1p4.tgz Registering depends: perl-5.00404. Creating gzip'd tar ball in '/usr/ports/packages/All/swig-1.1p4.tgz' tar: can't add file lib/libswigpl.a : No such file or directory tar: can't add file lib/libswigpl.so : No such file or directory *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 30 18:22:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA24140 for freebsd-ports-outgoing; Mon, 30 Mar 1998 18:22:45 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from jaguar.ir.miami.edu (jaguar.ir.miami.edu [129.171.32.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA24135 for ; Mon, 30 Mar 1998 18:22:44 -0800 (PST) (envelope-from marcus@miami.edu) Received: from localhost by jaguar.ir.miami.edu (PMDF V5.1-10 #24029) with SMTP id <0EQN00501VXUP4@jaguar.ir.miami.edu> for freebsd-ports@freebsd.org; Mon, 30 Mar 1998 21:22:42 -0500 (EST) Date: Mon, 30 Mar 1998 21:22:42 -0500 (EST) From: "Joe \"Marcus\" Clarke" Subject: gone port To: freebsd-ports@FreeBSD.ORG Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org What is the status on the port of gone for FreeBSD? I submitted it a while ago, but have not heard anything back. Thanks. Joe Clarke To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 30 19:50:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA05593 for freebsd-ports-outgoing; Mon, 30 Mar 1998 19:50:05 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA05585; Mon, 30 Mar 1998 19:50:03 -0800 (PST) (envelope-from gnats) Received: from rich.chel.su (root@mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA05001 for ; Mon, 30 Mar 1998 19:44:53 -0800 (PST) (envelope-from andy@icc.surw.chel.su) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by rich.chel.su (8.7.2/Murphy) with ESMTP id JAA29114 for ; Tue, 31 Mar 1998 09:44:29 +0600 (UDT) Received: (from andy@localhost) by icc.surw.chel.su (8.8.5/8.8.4) id HAA02563; Tue, 31 Mar 1998 07:45:46 +0400 (MSD) Message-Id: <199803310345.HAA02563@icc.surw.chel.su> Date: Tue, 31 Mar 1998 07:45:46 +0400 (MSD) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6181: New port: xoj-1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6181 >Category: ports >Synopsis: New port: xoj-1.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Mar 30 19:50:01 PST 1998 >Last-Modified: >Originator: Andrey Zakhvatov >Organization: South Ural Railway ICC >Release: FreeBSD 2.2.2-RELEASE i386 >Environment: >Description: This is a port of O. J. Simpson Simulator root window demo. Another root window demo. Lots of pretty icons scurry around your screen, chasing O.J. Simpson and degrading your systems performance no doubt! "Relive the experience". # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # xoj-1.0 # xoj-1.0/Makefile # xoj-1.0/files # xoj-1.0/files/md5 # xoj-1.0/patches # xoj-1.0/patches/patch-aa # xoj-1.0/pkg # xoj-1.0/pkg/PLIST # xoj-1.0/pkg/COMMENT # xoj-1.0/pkg/DESCR # echo c - xoj-1.0 mkdir -p xoj-1.0 > /dev/null 2>&1 echo x - xoj-1.0/Makefile sed 's/^X//' >xoj-1.0/Makefile << 'END-of-xoj-1.0/Makefile' X# New ports collection makefile for: xoj X# Version required: 1.0 X# Date created: 30 March 1998 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= xoj-1.0 XCATEGORIES= games x11 XMASTER_SITES= ${MASTER_SITE_SUNSITE} XMASTER_SITE_SUBDIR= X11/demos XEXTRACT_SUFX= .tgz X XMAINTAINER= andy@icc.surw.chel.su X XUSE_IMAKE= yes X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKSRC}/xoj ${PREFIX}/bin X X.include END-of-xoj-1.0/Makefile echo c - xoj-1.0/files mkdir -p xoj-1.0/files > /dev/null 2>&1 echo x - xoj-1.0/files/md5 sed 's/^X//' >xoj-1.0/files/md5 << 'END-of-xoj-1.0/files/md5' XMD5 (xoj-1.0.tgz) = 590e0d06454812a0714482b9831841b7 END-of-xoj-1.0/files/md5 echo c - xoj-1.0/patches mkdir -p xoj-1.0/patches > /dev/null 2>&1 echo x - xoj-1.0/patches/patch-aa sed 's/^X//' >xoj-1.0/patches/patch-aa << 'END-of-xoj-1.0/patches/patch-aa' X--- xoj.c Tue Jul 26 14:10:19 1994 X+++ /home/andy/tmp/wrk/xoj.c Mon Mar 30 22:35:38 1998 X@@ -584,6 +584,7 @@ X /* X * sleep for a number of micro-seconds X */ X+#ifndef __FreeBSD__ X void usleep(usec) X unsigned long usec; X { X@@ -596,6 +597,7 @@ X select(0, (void *)0, (void *)0, (void *)0, &t); X #endif X } X+#endif X X X END-of-xoj-1.0/patches/patch-aa echo c - xoj-1.0/pkg mkdir -p xoj-1.0/pkg > /dev/null 2>&1 echo x - xoj-1.0/pkg/PLIST sed 's/^X//' >xoj-1.0/pkg/PLIST << 'END-of-xoj-1.0/pkg/PLIST' Xbin/xoj END-of-xoj-1.0/pkg/PLIST echo x - xoj-1.0/pkg/COMMENT sed 's/^X//' >xoj-1.0/pkg/COMMENT << 'END-of-xoj-1.0/pkg/COMMENT' XO. J. Simpson Simulator root window demo. END-of-xoj-1.0/pkg/COMMENT echo x - xoj-1.0/pkg/DESCR sed 's/^X//' >xoj-1.0/pkg/DESCR << 'END-of-xoj-1.0/pkg/DESCR' X Another root window demo. Lots of pretty icons scurry around Xyour screen, chasing O.J. Simpson and degrading your systems Xperformance no doubt! "Relive the experience". END-of-xoj-1.0/pkg/DESCR exit >How-To-Repeat: >Fix: Please, check and commit this port. >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 30 19:51:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA05868 for freebsd-ports-outgoing; Mon, 30 Mar 1998 19:51:16 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from iworks.InterWorks.org (deischen@iworks.interworks.org [128.255.18.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA05862 for ; Mon, 30 Mar 1998 19:51:13 -0800 (PST) (envelope-from deischen@iworks.InterWorks.org) Received: (from deischen@localhost) by iworks.InterWorks.org (8.8.7/) id VAA06970; Mon, 30 Mar 1998 21:58:43 -0600 (CST) Message-Id: <199803310358.VAA06970@iworks.InterWorks.org> Date: Mon, 30 Mar 1998 21:58:43 -0600 (CST) From: "Daniel M. Eischen" To: freebsd-ports@FreeBSD.ORG, shimon@simon-shapiro.org Subject: Re: audio/xmcd does not build on current Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Simon Shapiro wrote: > a. REQUIRES_MOTIF= yes > But lesstiff is installed > > b. root@sendero on ttyp5 at Mon Mar 30 in /usr/ports/audio/xmcd 1.[210] > $ make > >> Checksum mismatch for xmcd-2.2.tar.gz. > > > c. and then: > > cc -o xmcd -O2 -L/usr/X11R6/lib cdfunc.o dbprog.o geom.o help.o hotkey.o main.o widget.o ../common_d/libutil.a ../cddb_d/libcddb.a ../libdi_d/libdi.a -lXaw -lXmu -L/usr/X11R6/lib -lXt -lX11 -lXt -lSM -lICE -lXext -lX11 -Wl,-R,/usr/X11R6/lib > cdfunc.o: Undefined symbol `_XmStringCreateSimple' referenced from text segment > cdfunc.o: Undefined symbol `__XmStrings' referenced from text segment > cdfunc.o: Undefined symbol `_XmStringFree' referenced from text segment > cdfunc.o: Undefined symbol `__XmStrings' referenced from text segment > cdfunc.o: Undefined symbol `__XmStrings' referenced from text segment > cdfunc.o: Undefined symbol `_XmStringCreateSimple' referenced from text segment > cdfunc.o: Undefined symbol `__XmStrings' referenced from text segment > cdfunc.o: Undefined symbol `_XmStringFree' referenced from text segment > cdfunc.o: Undefined symbol `_XmStringCreateSimple' referenced from text segment > .... > > Simon Hi Simon, It works fine for me, with ports cvsup'd Mar 28. I'm using Xig CDE/Motif-1.2.5. /etc/make.conf has: HAVE_MOTIF= yes MOTIFLIB= -L${X11BASE}/lib -lXm The md5 checksum on xmcd-2.2.tar.gz verifies also. Dan Eischen deischen@iworks.InterWorks.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 30 20:05:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA08092 for freebsd-ports-outgoing; Mon, 30 Mar 1998 20:05:44 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from sendero.simon-shapiro.org (sendero-fddi.Simon-Shapiro.ORG [206.190.148.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id UAA08073 for ; Mon, 30 Mar 1998 20:05:38 -0800 (PST) (envelope-from shimon@Simon-Shapiro.ORG) From: shimon@Simon-Shapiro.ORG Received: (qmail 14402 invoked by uid 1000); 31 Mar 1998 04:13:11 -0000 Date: 31 Mar 1998 04:13:11 -0000 Message-ID: <19980331041311.14401.qmail@sendero.simon-shapiro.org> To: freebsd-ports@FreeBSD.ORG Subject: devel/ilu fails to patch Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org $ make >> ilu-2.0alpha12.tar.gz doesn't seem to exist on this system. >> Attempting to fetch from ftp://parcftp.xerox.com/pub/ilu/2.0a12/. Receiving ilu-2.0alpha12.tar.gz (3744952 bytes): 100% 3744952 bytes transfered in 4569.9 seconds (819 bytes/s) >> Checksum OK for ilu-2.0alpha12.tar.gz. ===> Extracting for ilu-2.0a12 ===> Patching for ilu-2.0a12 ===> Applying FreeBSD patches for ilu-2.0a12 Ignoring previously applied (or reversed) patch. 1 out of 1 hunks ignored--saving rejects to stubbers/c/names.c.rej *** Error code 1 Stop. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 30 20:10:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA08616 for freebsd-ports-outgoing; Mon, 30 Mar 1998 20:10:15 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from sendero.simon-shapiro.org (sendero-fddi.Simon-Shapiro.ORG [206.190.148.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id UAA08611 for ; Mon, 30 Mar 1998 20:10:12 -0800 (PST) (envelope-from shimon@Simon-Shapiro.ORG) From: shimon@Simon-Shapiro.ORG Received: (qmail 22372 invoked by uid 1000); 31 Mar 1998 04:19:19 -0000 Date: 31 Mar 1998 04:19:19 -0000 Message-ID: <19980331041919.22371.qmail@sendero.simon-shapiro.org> To: freebsd-ports@FreeBSD.ORG Subject: mysql fails to install oin current Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The tail output of make package: install -c -o bin -g bin -m 444 /usr/ports/databases/mysql/work/mysql-3.21.27-gamma/Docs/mysql.info /usr/local/info ===> Compressing manual pages for mysql-3.21.27g ===> Registering installation for mysql-3.21.27g ===> Building package for mysql-3.21.27g Creating package /usr/ports/packages/All/mysql-3.21.27g.tgz Registering depends: perl-5.00404. Creating gzip'd tar ball in '/usr/ports/packages/All/mysql-3.21.27g.tgz' tar: can't add file <<<<<<< PLIST : No such file or directory tar: can't add file ======= : No such file or directory tar: can't add file <<<<<<< PLIST : No such file or directory tar: can't add file >>>>>>> 1.4 : No such file or directory tar: can't add file ======= : No such file or directory tar: can't add file >>>>>>> 1.6 : No such file or directory *** Error code 1 Stop. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 30 20:13:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA08870 for freebsd-ports-outgoing; Mon, 30 Mar 1998 20:13:21 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from sendero.simon-shapiro.org (sendero-fddi.Simon-Shapiro.ORG [206.190.148.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id UAA08863 for ; Mon, 30 Mar 1998 20:13:17 -0800 (PST) (envelope-from shimon@Simon-Shapiro.ORG) From: shimon@Simon-Shapiro.ORG Received: (qmail 27868 invoked by uid 1000); 31 Mar 1998 04:22:25 -0000 Date: 31 Mar 1998 04:22:25 -0000 Message-ID: <19980331042225.27867.qmail@sendero.simon-shapiro.org> To: freebsd-ports@FreeBSD.ORG Subject: MySQL compiles OK - Sorry! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org My mistake. the PLIST file was somehow contaminated To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 30 20:13:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA09070 for freebsd-ports-outgoing; Mon, 30 Mar 1998 20:13:46 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from sendero.simon-shapiro.org (sendero-fddi.Simon-Shapiro.ORG [206.190.148.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id UAA09006 for ; Mon, 30 Mar 1998 20:13:35 -0800 (PST) (envelope-from shimon@Simon-Shapiro.ORG) From: shimon@Simon-Shapiro.ORG Received: (qmail 28459 invoked by uid 1000); 31 Mar 1998 04:22:47 -0000 Date: 31 Mar 1998 04:22:47 -0000 Message-ID: <19980331042247.28458.qmail@sendero.simon-shapiro.org> To: freebsd-ports@FreeBSD.ORG Subject: xmysql will not patch on current Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org $ make >> Checksum OK for xmysql-1.8.tar.gz. ===> Extracting for xmysql-1.8 ===> xmysql-1.8 depends on executable: mysql - found ===> xmysql-1.8 depends on shared library: Xpm\.4\. - found ===> xmysql-1.8 depends on shared library: xforms\.0\. - found ===> Patching for xmysql-1.8 ===> Applying FreeBSD patches for xmysql-1.8 1 out of 1 hunks failed--saving rejects to XmysqlDB.c.rej *** Error code 1 Stop. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 30 20:36:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA11337 for freebsd-ports-outgoing; Mon, 30 Mar 1998 20:36:14 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from sendero.simon-shapiro.org (sendero-fddi.Simon-Shapiro.ORG [206.190.148.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id UAA11326 for ; Mon, 30 Mar 1998 20:36:02 -0800 (PST) (envelope-from shimon@simon-shapiro.org) Received: (qmail 4267 invoked from network); 31 Mar 1998 04:45:04 -0000 Received: from localhost.simon-shapiro.org (HELO sendero-fxp0.simon-shapiro.org) (@127.0.0.1) by localhost.simon-shapiro.org with SMTP; 31 Mar 1998 04:45:04 -0000 Message-ID: X-Mailer: XFMail 1.3-alpha-032398 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199803310358.VAA06970@iworks.InterWorks.org> Date: Mon, 30 Mar 1998 20:45:04 -0800 (PST) Reply-To: shimon@simon-shapiro.org Organization: The Simon Shapiro Foundation From: Simon Shapiro To: "Daniel M. Eischen" Subject: Re: audio/xmcd does not build on current Cc: freebsd-ports@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 31-Mar-98 Daniel M. Eischen wrote: ... > It works fine for me, with ports cvsup'd Mar 28. I'm using Xig > CDE/Motif-1.2.5. /etc/make.conf has: > > HAVE_MOTIF= yes > MOTIFLIB= -L${X11BASE}/lib -lXm > > The md5 checksum on xmcd-2.2.tar.gz verifies also. Yup. New download, and the above changes made it compile and install. Thanx! ---------- Sincerely Yours, Simon Shapiro Shimon@Simon-Shapiro.ORG Voice: 503.799.2313 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 30 21:15:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA18787 for freebsd-ports-outgoing; Mon, 30 Mar 1998 21:15:08 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA18729 for ; Mon, 30 Mar 1998 21:14:58 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.HIP.Berkeley.EDU (ala-ca36-50.ix.netcom.com [207.93.42.242]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id VAA26093; Mon, 30 Mar 1998 21:14:07 -0800 (PST) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.8/8.6.9) id VAA16279; Mon, 30 Mar 1998 21:12:02 -0800 (PST) Date: Mon, 30 Mar 1998 21:12:02 -0800 (PST) Message-Id: <199803310512.VAA16279@silvia.HIP.Berkeley.EDU> To: shimon@simon-shapiro.org CC: deischen@iworks.InterWorks.org, freebsd-ports@FreeBSD.ORG In-reply-to: (message from Simon Shapiro on Mon, 30 Mar 1998 20:45:04 -0800 (PST)) Subject: Re: audio/xmcd does not build on current From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * > HAVE_MOTIF= yes Without this, it shouldn't even have tried to build the port. * > MOTIFLIB= -L${X11BASE}/lib -lXm This is the default. As the comment right above it says, there is no need for the user to define this variable unless the Motif library is in a weird place. * > The md5 checksum on xmcd-2.2.tar.gz verifies also. * * Yup. New download, and the above changes made it compile and install. If you really needed to change /etc/make.conf to get this to work, there is something very screwed up with your machine. :> Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 30 21:30:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA21216 for freebsd-ports-outgoing; Mon, 30 Mar 1998 21:30:04 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA21210; Mon, 30 Mar 1998 21:30:01 -0800 (PST) (envelope-from gnats) Received: from ns.mikage.t-cnet.or.jp (ns.mikage.t-cnet.or.jp [210.169.187.130]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA20753 for ; Mon, 30 Mar 1998 21:27:13 -0800 (PST) (envelope-from issei@mikage.t-cnet.or.jp) Received: from fs.mikage.t-cnet.or.jp (fs.mikage.t-cnet.or.jp [210.169.187.131]) by ns.mikage.t-cnet.or.jp (8.8.8/3.6W) with ESMTP id OAA18077 for ; Tue, 31 Mar 1998 14:27:43 +0900 (JST) Received: (from issei@localhost) by fs.mikage.t-cnet.or.jp (8.8.8/3.6W) id OAA10763; Tue, 31 Mar 1998 14:27:07 +0900 (JST) Message-Id: <199803310527.OAA10763@fs.mikage.t-cnet.or.jp> Date: Tue, 31 Mar 1998 14:27:07 +0900 (JST) From: issei@t-cnet.or.jp To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6182: [NEWPORT] secure/SSLtelent Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6182 >Category: ports >Synopsis: New port security/SSLtelnet >Confidential: yes >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Mar 30 21:30:00 PST 1998 >Last-Modified: >Originator: Issei Suzuki >Organization: A Site under T-CNET >Release: FreeBSD 2.2.6-RELEASE i386 >Environment: FreeBSD 2.2.6-RELEASE >Description: I make a new port securty/SSLtelnet. It is a telnet/telned program supporting SSL encryption and certification mechanism. >How-To-Repeat: ftp://ftp.FreeBSD.org/pub/incoming/SSLtelnet-0.11-980331.tar.gz >Fix: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 30 21:47:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA24071 for freebsd-ports-outgoing; Mon, 30 Mar 1998 21:47:49 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from sendero.simon-shapiro.org (sendero-fddi.Simon-Shapiro.ORG [206.190.148.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id VAA24060 for ; Mon, 30 Mar 1998 21:47:43 -0800 (PST) (envelope-from shimon@simon-shapiro.org) Received: (qmail 16738 invoked from network); 31 Mar 1998 05:56:59 -0000 Received: from localhost.simon-shapiro.org (HELO sendero-fxp0.simon-shapiro.org) (@127.0.0.1) by localhost.simon-shapiro.org with SMTP; 31 Mar 1998 05:56:59 -0000 Message-ID: X-Mailer: XFMail 1.3-alpha-032398 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199803310512.VAA16279@silvia.HIP.Berkeley.EDU> Date: Mon, 30 Mar 1998 21:56:58 -0800 (PST) Reply-To: shimon@simon-shapiro.org Organization: The Simon Shapiro Foundation From: Simon Shapiro To: (Satoshi Asami) Subject: Re: audio/xmcd does not build on current Cc: deischen@iworks.InterWorks.org, freebsd-ports@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 31-Mar-98 Satoshi Asami wrote: > * > HAVE_MOTIF= yes > > Without this, it shouldn't even have tried to build the port. > > * > MOTIFLIB= -L${X11BASE}/lib -lXm > > This is the default. As the comment right above it says, there is no > need for the user to define this variable unless the Motif library is > in a weird place. > > * > The md5 checksum on xmcd-2.2.tar.gz verifies also. > * > * Yup. New download, and the above changes made it compile and install. > > If you really needed to change /etc/make.conf to get this to work, > there is something very screwed up with your machine. :> Nah. Nothing is VERY screwed with the machine. The operator, maybe. I had the HAVE_MOTIF commented out, and some files in distfiles corrupted. I am building all the packages missing (on my machine) in current, so this is what all this interest in these ports is. ---------- Sincerely Yours, Simon Shapiro Shimon@Simon-Shapiro.ORG Voice: 503.799.2313 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 30 22:03:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA26362 for freebsd-ports-outgoing; Mon, 30 Mar 1998 22:03:19 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA26357 for ; Mon, 30 Mar 1998 22:03:18 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.HIP.Berkeley.EDU (ala-ca36-50.ix.netcom.com [207.93.42.242]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id WAA26141; Mon, 30 Mar 1998 22:03:14 -0800 (PST) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.8/8.6.9) id WAA16413; Mon, 30 Mar 1998 22:01:19 -0800 (PST) Date: Mon, 30 Mar 1998 22:01:19 -0800 (PST) Message-Id: <199803310601.WAA16413@silvia.HIP.Berkeley.EDU> To: shimon@simon-shapiro.org CC: deischen@iworks.InterWorks.org, freebsd-ports@FreeBSD.ORG In-reply-to: (message from Simon Shapiro on Mon, 30 Mar 1998 21:56:58 -0800 (PST)) Subject: Re: audio/xmcd does not build on current From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * Nah. Nothing is VERY screwed with the machine. The operator, maybe. Could be. :) * I had the HAVE_MOTIF commented out, and some files in distfiles corrupted. No, you won't see any error if you have that variable not defined. ======= ## make ===> xmcd-2.2 requires Motif. ## ======= Really. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 30 23:00:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA03138 for freebsd-ports-outgoing; Mon, 30 Mar 1998 23:00:31 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from sendero.simon-shapiro.org (sendero-fddi.Simon-Shapiro.ORG [206.190.148.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id XAA03129 for ; Mon, 30 Mar 1998 23:00:23 -0800 (PST) (envelope-from shimon@Simon-Shapiro.ORG) From: shimon@Simon-Shapiro.ORG Received: (qmail 13653 invoked by uid 1000); 31 Mar 1998 07:09:32 -0000 Date: 31 Mar 1998 07:09:32 -0000 Message-ID: <19980331070932.13652.qmail@sendero.simon-shapiro.org> To: freebsd-ports@FreeBSD.ORG Subject: editor/nedit patching fails Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >> Attempting to fetch from ftp://ftp.fnal.gov/KITS/pub/nedit/v5_0_2/contrib/. Receiving nedit.app-defaults (6387 bytes): 100% 6387 bytes transfered in 11.4 seconds (558 bytes/s) >> Checksum OK for nedit_source.tar.gz. >> Checksum OK for nedit.app-defaults. ===> Patching for nedit-5.0.2 ===> Applying FreeBSD patches for nedit-5.0.2 2 out of 2 hunks failed--saving rejects to Makefile.rej Ignoring previously applied (or reversed) patch. 1 out of 1 hunks ignored--saving rejects to source/Makefile.common.rej *** Error code 3 Stop. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 31 03:19:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA01497 for freebsd-ports-outgoing; Tue, 31 Mar 1998 03:19:42 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from iworks.InterWorks.org (deischen@iworks.interworks.org [128.255.18.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA01491 for ; Tue, 31 Mar 1998 03:19:40 -0800 (PST) (envelope-from deischen@iworks.InterWorks.org) Received: (from deischen@localhost) by iworks.InterWorks.org (8.8.7/) id FAA07444; Tue, 31 Mar 1998 05:27:15 -0600 (CST) Message-Id: <199803311127.FAA07444@iworks.InterWorks.org> Date: Tue, 31 Mar 1998 05:27:15 -0600 (CST) From: "Daniel M. Eischen" To: freebsd-ports@FreeBSD.ORG, shimon@simon-shapiro.org Subject: Re: editor/nedit patching fails Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > >> Attempting to fetch from ftp://ftp.fnal.gov/KITS/pub/nedit/v5_0_2/contrib/. > Receiving nedit.app-defaults (6387 bytes): 100% > 6387 bytes transfered in 11.4 seconds (558 bytes/s) > >> Checksum OK for nedit_source.tar.gz. > >> Checksum OK for nedit.app-defaults. > ===> Patching for nedit-5.0.2 > ===> Applying FreeBSD patches for nedit-5.0.2 > 2 out of 2 hunks failed--saving rejects to Makefile.rej > Ignoring previously applied (or reversed) patch. > 1 out of 1 hunks ignored--saving rejects to source/Makefile.common.rej > *** Error code 3 > > Stop. This also works for me. Are you sure you did a cvs update? It looks like you did, since it's trying to build the latest nedit (5.0.2). Dan Eischen deischen@iworks.InterWorks.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 31 07:54:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA07968 for freebsd-ports-outgoing; Tue, 31 Mar 1998 07:54:16 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from sendero.simon-shapiro.org (sendero-fddi.Simon-Shapiro.ORG [206.190.148.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id HAA07865 for ; Tue, 31 Mar 1998 07:54:02 -0800 (PST) (envelope-from shimon@simon-shapiro.org) Received: (qmail 10786 invoked from network); 31 Mar 1998 16:03:18 -0000 Received: from localhost.simon-shapiro.org (HELO sendero-fxp0.simon-shapiro.org) (@127.0.0.1) by localhost.simon-shapiro.org with SMTP; 31 Mar 1998 16:03:18 -0000 Message-ID: X-Mailer: XFMail 1.3-alpha-032398 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199803311127.FAA07444@iworks.InterWorks.org> Date: Tue, 31 Mar 1998 08:03:18 -0800 (PST) Reply-To: shimon@simon-shapiro.org Organization: The Simon Shapiro Foundation From: Simon Shapiro To: "Daniel M. Eischen" Subject: Re: editor/nedit patching fails Cc: freebsd-ports@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 31-Mar-98 Daniel M. Eischen wrote: > >> >> Attempting to fetch from >> >> ftp://ftp.fnal.gov/KITS/pub/nedit/v5_0_2/contrib/. >> Receiving nedit.app-defaults (6387 bytes): 100% >> 6387 bytes transfered in 11.4 seconds (558 bytes/s) >> >> Checksum OK for nedit_source.tar.gz. >> >> Checksum OK for nedit.app-defaults. >> ===> Patching for nedit-5.0.2 >> ===> Applying FreeBSD patches for nedit-5.0.2 >> 2 out of 2 hunks failed--saving rejects to Makefile.rej >> Ignoring previously applied (or reversed) patch. >> 1 out of 1 hunks ignored--saving rejects to source/Makefile.common.rej >> *** Error code 3 >> >> Stop. > > This also works for me. Are you sure you did a cvs update? > It looks like you did, since it's trying to build the latest > nedit (5.0.2). Yup. An hour or so before running. Also, I am smarter now and re-downloaded both pieces. This is not critical for me, just for the sake of completeness. ---------- Sincerely Yours, Simon Shapiro Shimon@Simon-Shapiro.ORG Voice: 503.799.2313 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 31 08:29:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA14709 for freebsd-ports-outgoing; Tue, 31 Mar 1998 08:29:35 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA14701 for ; Tue, 31 Mar 1998 08:29:34 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.HIP.Berkeley.EDU (ala-ca36-50.ix.netcom.com [207.93.42.242]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id IAA26811; Tue, 31 Mar 1998 08:29:30 -0800 (PST) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.8/8.6.9) id IAA17479; Tue, 31 Mar 1998 08:28:50 -0800 (PST) Date: Tue, 31 Mar 1998 08:28:50 -0800 (PST) Message-Id: <199803311628.IAA17479@silvia.HIP.Berkeley.EDU> To: shimon@simon-shapiro.org CC: deischen@iworks.InterWorks.org, freebsd-ports@FreeBSD.ORG In-reply-to: (message from Simon Shapiro on Tue, 31 Mar 1998 08:03:18 -0800 (PST)) Subject: Re: editor/nedit patching fails From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Simon, May I make a little request? Please check the packages-stable directory on ftp.freebsd.org before you post errors to this list. If you see a reasonably new package there, it's very likely that the problem is on your end. (Of course this only checks for -stable buildability, but things like "patch" shouldn't be any different.) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 31 08:37:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA16356 for freebsd-ports-outgoing; Tue, 31 Mar 1998 08:37:19 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from sendero.simon-shapiro.org (sendero-fddi.Simon-Shapiro.ORG [206.190.148.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id IAA16293 for ; Tue, 31 Mar 1998 08:37:06 -0800 (PST) (envelope-from shimon@simon-shapiro.org) Received: (qmail 11395 invoked from network); 31 Mar 1998 16:46:25 -0000 Received: from localhost.simon-shapiro.org (HELO sendero-fxp0.simon-shapiro.org) (@127.0.0.1) by localhost.simon-shapiro.org with SMTP; 31 Mar 1998 16:46:25 -0000 Message-ID: X-Mailer: XFMail 1.3-alpha-032398 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199803311628.IAA17479@silvia.HIP.Berkeley.EDU> Date: Tue, 31 Mar 1998 08:46:25 -0800 (PST) Reply-To: shimon@simon-shapiro.org Organization: The Simon Shapiro Foundation From: Simon Shapiro To: (Satoshi Asami) Subject: Re: editor/nedit patching fails Cc: deischen@iworks.InterWorks.org, freebsd-ports@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 31-Mar-98 Satoshi Asami wrote: > Simon, > > May I make a little request? Please check the packages-stable > directory on ftp.freebsd.org before you post errors to this list. If > you see a reasonably new package there, it's very likely that the > problem is on your end. (Of course this only checks for -stable > buildability, but things like "patch" shouldn't be any different.) I'll comply, but, in case I dod not make myself clear, I am buiding these packages under current, not stable. My procedure is simple, ans I belive follows the guidelines in the handbook: a. Run cvsup to update local depository b. cd /usr/ports;cvs update -P -d c. cd /usr/ports/class/package d. make && make package If that fails, on my machine, and not on yours, does it prove the port to be correct? My humble opinion is that it proves it to be incorrect. Now, if the purpose is to have binary packages available, then you are right. If, on the other hand, the purpose is to have a FreeBSD port that builds correctly, on any FreeBSD machine, you may want to look at my postings. Since I started this excercise, I improved my procedure, and will continue to do so. The ``it works here'' is very useful, up to a point. ---------- Sincerely Yours, Simon Shapiro Shimon@Simon-Shapiro.ORG Voice: 503.799.2313 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 31 08:45:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA17719 for freebsd-ports-outgoing; Tue, 31 Mar 1998 08:45:36 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA17712 for ; Tue, 31 Mar 1998 08:45:32 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.HIP.Berkeley.EDU (ala-ca36-50.ix.netcom.com [207.93.42.242]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id IAA26839; Tue, 31 Mar 1998 08:45:12 -0800 (PST) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.8/8.6.9) id IAA17635; Tue, 31 Mar 1998 08:43:55 -0800 (PST) Date: Tue, 31 Mar 1998 08:43:55 -0800 (PST) Message-Id: <199803311643.IAA17635@silvia.HIP.Berkeley.EDU> To: shimon@simon-shapiro.org CC: deischen@iworks.InterWorks.org, freebsd-ports@FreeBSD.ORG In-reply-to: (message from Simon Shapiro on Tue, 31 Mar 1998 08:46:25 -0800 (PST)) Subject: Re: editor/nedit patching fails From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * I'll comply, but, in case I dod not make myself clear, I am buiding these * packages under current, not stable. My procedure is simple, ans I belive That's why I said "things like `patch' shouldn't be different" in the very part of my message you quoted. By the way, you can check packages-current for the -current packages build by Justin and Co., although they don't rebuild the packages as often as I do. * If that fails, on my machine, and not on yours, does it prove the port to * be correct? So far it has only proven that you screwed up something. :> * The ``it works here'' is very useful, up to a point. It's all about the signal-to-noise ratio, you know. :) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 31 09:01:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA21135 for freebsd-ports-outgoing; Tue, 31 Mar 1998 09:01:39 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from sendero.simon-shapiro.org (sendero-fddi.Simon-Shapiro.ORG [206.190.148.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id JAA21094 for ; Tue, 31 Mar 1998 09:01:27 -0800 (PST) (envelope-from shimon@simon-shapiro.org) Received: (qmail 21477 invoked from network); 31 Mar 1998 17:10:43 -0000 Received: from localhost.simon-shapiro.org (HELO sendero-fxp0.simon-shapiro.org) (@127.0.0.1) by localhost.simon-shapiro.org with SMTP; 31 Mar 1998 17:10:43 -0000 Message-ID: X-Mailer: XFMail 1.3-alpha-032398 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199803311643.IAA17635@silvia.HIP.Berkeley.EDU> Date: Tue, 31 Mar 1998 09:10:43 -0800 (PST) Reply-To: shimon@simon-shapiro.org Organization: The Simon Shapiro Foundation From: Simon Shapiro To: (Satoshi Asami) Subject: Re: editor/nedit patching fails Cc: freebsd-ports@FreeBSD.ORG, deischen@iworks.InterWorks.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 31-Mar-98 Satoshi Asami wrote: > * I'll comply, but, in case I dod not make myself clear, I am buiding > these > * packages under current, not stable. My procedure is simple, ans I > belive > > That's why I said "things like `patch' shouldn't be different" in the > very part of my message you quoted. By the way, you can check > packages-current for the -current packages build by Justin and Co., > although they don't rebuild the packages as often as I do. I still am at a loss as to what I am doing wrong, or how to improve myself in this area. Most packages I build work fine. Some do not. My system is composed of a make world of cvsupp'ed sources. So, if patch is the wrong patch, what am I to do? Do not assume my abilities, as I am, in this excercise trying to evaluate what skill level is necessary to build an internal release. The O/S itself is very easy and very repeatable. Documentation is a day by day thing. Ports are very uneven. I am trying to sort them out. > * If that fails, on my machine, and not on yours, does it prove the port > to > * be correct? > > So far it has only proven that you screwed up something. :> Nope. Not totally. I had ONE case of a corrupt package. This was admitted and apologized for. Here is the newest example: devel/prc-tools; Downloads, tells me the checksums are OK, starts compiling, and then: cp ./config/m68k/palmos_link.ld pilot.ld Testing libgcc1. Ignore linker warning messages. /xgcc -B./ -DCROSS_COMPILE -DIN_GCC -O -pipe -I./include libgcc1-test.o -o li bgcc1-test -nostartfiles -nostdlib `./xgcc -B./ --print-libgcc-file-name` cc -DCROSS_COMPILE -DIN_GCC -O -pipe -I. -I. -I./config -o g++-cross -DGCC_ NAME=\"`t='-e s,^,m68k-palmos-coff-,'; echo gcc | sed $t`\" ./cp/g++.c version.o obstack.o ` case "cc" in "cc") echo "" ;; esac ` cc1: Invalid option `68000' cc1: Invalid option `-Wno-multi-char-const' *unknown*: Assembler messages: *unknown*:0: Warning: /usr/bin/as: I don't understand 'm' flag. *unknown*:0: Warning: /usr/bin/as: I don't understand 'n' flag. *unknown*:0: Warning: /usr/bin/as: I don't understand 'm' flag. *unknown*:0: Warning: /usr/bin/as: I don't understand '6' flag. *unknown*:0: Warning: /usr/bin/as: I don't understand '8' flag. *unknown*:0: Warning: /usr/bin/as: I don't understand '0' flag. *unknown*:0: Warning: /usr/bin/as: I don't understand '0' flag. *unknown*:0: Warning: /usr/bin/as: I don't understand '0' flag. *unknown*:0: Warning: /usr/bin/as: I don't understand 'l' flag. {standard input}:14: Error: invalid character '[' in first operand {standard input}:16: Error: invalid character '@' in first operand {standard input}:37: Error: invalid character '[' in first operand {standard input}:39: Error: invalid character '@' in first operand .. How am I screwing up here (other than trying to build the port)? > * The ``it works here'' is very useful, up to a point. > > It's all about the signal-to-noise ratio, you know. :) Sure. You can assume any signal to be noise. OR extract signal from what is noise. I AM a noisy person, but I do emit some useful signals, at times :-) Now, shall I abandon trying to compile ports, or are ALL ports supposed to build on any properly installed FreeBSD box (You have yet to show me where my system is not properly installed (I'll give you a login to prove it. If you do, I'll buy you dinner next time I am in the BA). Simon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 31 09:19:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA24602 for freebsd-ports-outgoing; Tue, 31 Mar 1998 09:19:39 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from sendero.simon-shapiro.org (sendero-fddi.Simon-Shapiro.ORG [206.190.148.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id JAA24572 for ; Tue, 31 Mar 1998 09:19:14 -0800 (PST) (envelope-from shimon@Simon-Shapiro.ORG) From: shimon@Simon-Shapiro.ORG Received: (qmail 6698 invoked by uid 1000); 31 Mar 1998 17:28:08 -0000 Date: 31 Mar 1998 17:28:08 -0000 Message-ID: <19980331172808.6697.qmail@sendero.simon-shapiro.org> To: freebsd-ports@FreeBSD.ORG Subject: Yest another one: devel/crossm68k Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org cc -DCROSS_COMPILE -DIN_GCC -O -I. -I. -I./config -o g++-cross \ -DGCC_NAME=\"`t='-e s,^,m68k-coff-,'; echo gcc | sed $t`\" ./cp/g++.c version.o obstack.o ` case "cc" in "cc") echo "" ;; esac ` cc1: Invalid option `68020' gmake[1]: *** [g++-cross] Error 1 gmake[1]: Leaving directory `/usr/ports/devel/crossm68k/work/src/gcc' gmake: *** [all-gcc] Error 2 *** Error code 2 Stop. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 31 09:21:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA25346 for freebsd-ports-outgoing; Tue, 31 Mar 1998 09:21:18 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA25303 for ; Tue, 31 Mar 1998 09:21:12 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.HIP.Berkeley.EDU (ala-ca36-50.ix.netcom.com [207.93.42.242]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id JAA26944; Tue, 31 Mar 1998 09:20:49 -0800 (PST) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.8/8.6.9) id JAA17887; Tue, 31 Mar 1998 09:19:41 -0800 (PST) Date: Tue, 31 Mar 1998 09:19:41 -0800 (PST) Message-Id: <199803311719.JAA17887@silvia.HIP.Berkeley.EDU> To: shimon@simon-shapiro.org CC: freebsd-ports@FreeBSD.ORG, deischen@iworks.InterWorks.org In-reply-to: (message from Simon Shapiro on Tue, 31 Mar 1998 09:10:43 -0800 (PST)) Subject: Re: editor/nedit patching fails From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * I still am at a loss as to what I am doing wrong, or how to improve myself * in this area. Most packages I build work fine. Some do not. My system is * composed of a make world of cvsupp'ed sources. So, if patch is the wrong * patch, what am I to do? Do not assume my abilities, as I am, in this * excercise trying to evaluate what skill level is necessary to build an * internal release. First, make sure that you don't have any old patches lying around. The best way is to go to ftp.freebsd.org, fetch the portball (not distfile) of the port, and run a md5 check on all files. * Ports are very uneven. I am trying to sort them out. Oh, definitely. You don't even want to hear what I have to do to build all the packages quickly on the same machine. But if you build one at a time, that shouldn't be too hard. * Nope. Not totally. I had ONE case of a corrupt package. This was * admitted and apologized for. And a bunch of "but it works for me" reports. :> * bgcc1-test -nostartfiles -nostdlib `./xgcc -B./ --print-libgcc-file-name` * cc -DCROSS_COMPILE -DIN_GCC -O -pipe -I. -I. -I./config -o g++-cross * -DGCC_ * NAME=\"`t='-e s,^,m68k-palmos-coff-,'; echo gcc | sed $t`\" ./cp/g++.c * version.o * obstack.o ` case "cc" in "cc") echo "" ;; esac ` * cc1: Invalid option `68000' * cc1: Invalid option `-Wno-multi-char-const' * *unknown*: Assembler messages: * *unknown*:0: Warning: /usr/bin/as: I don't understand 'm' flag. : No idea about this one. By the way, this part looks like this on my machine: === cp ./config/m68k/palmos_link.ld pilot.ld Testing libgcc1. Ignore linker warning messages. ./xgcc -B./ -DCROSS_COMPILE -DIN_GCC -O2 -pipe -I./include libgcc1-test.o -o li bgcc1-test -nostartfiles -nostdlib `./xgcc -B./ --print-libgcc-file-name` cc -DCROSS_COMPILE -DIN_GCC -O2 -pipe -I. -I. -I./config -o g++-cross -DGCC_ NAME=\"`t='-e s,^,m68k-palmos-coff-,'; echo gcc | sed $t`\" ./cp/g++.c version.o obstack.o ` case "cc" in "cc") echo "" ;; esac ` rm -f cxxmain.c === Hmm. This might be genuine. People with -current, please test this one. (It seems the port built fine during Justin's most recent pass (Feb 15).) * Now, shall I abandon trying to compile ports, or are ALL ports supposed to * build on any properly installed FreeBSD box (You have yet to show me where * my system is not properly installed (I'll give you a login to prove it. If * you do, I'll buy you dinner next time I am in the BA). I'd like to take you up on that offer (what's your budget? :), but don't have much time now. Please check back in a week or so. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 31 09:30:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA28875 for freebsd-ports-outgoing; Tue, 31 Mar 1998 09:30:09 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from sendero.simon-shapiro.org (sendero-fddi.Simon-Shapiro.ORG [206.190.148.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id JAA28715 for ; Tue, 31 Mar 1998 09:29:34 -0800 (PST) (envelope-from shimon@Simon-Shapiro.ORG) From: shimon@Simon-Shapiro.ORG Received: (qmail 15752 invoked by uid 1000); 31 Mar 1998 17:38:45 -0000 Date: 31 Mar 1998 17:38:45 -0000 Message-ID: <19980331173845.15751.qmail@sendero.simon-shapiro.org> To: freebsd-ports@FreeBSD.ORG Subject: Yest one more: devel/crosssco Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org touch stamp-crt Testing libgcc1. Ignore linker warning messages. /usr/ports/devel/crosssco/work/src/gcc/xgcc -B/usr/ports/devel/crosssco/work/src/gcc/ -DCROSS_COMPILE -DIN_GCC -O -I./include libgcc1-test.o -o libgcc1-test \ -nostartfiles -nostdlib `/usr/ports/devel/crosssco/work/src/gcc/xgcc -B/usr/ports/devel/crosssco/work/src/gcc/ --print-libgcc-file-name` cc -DCROSS_COMPILE -DIN_GCC -O -I. -I. -I./config -o g++-cross \ -DGCC_NAME=\"`t='-e s,^,i386-sco-,'; echo gcc | sed $t`\" ./cp/g++.c version.o obstack.o ` case "cc" in "cc") echo "" ;; esac ` ld: crt0.o: No such file or directory gmake[1]: *** [g++-cross] Error 1 gmake[1]: Leaving directory `/usr/ports/devel/crosssco/work/src/gcc' gmake: *** [all-gcc] Error 2 *** Error code 2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 31 09:44:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA02892 for freebsd-ports-outgoing; Tue, 31 Mar 1998 09:44:03 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from sendero.simon-shapiro.org (sendero-fddi.Simon-Shapiro.ORG [206.190.148.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id JAA02807 for ; Tue, 31 Mar 1998 09:43:59 -0800 (PST) (envelope-from shimon@Simon-Shapiro.ORG) From: shimon@Simon-Shapiro.ORG Received: (qmail 23025 invoked by uid 1000); 31 Mar 1998 17:53:21 -0000 Date: 31 Mar 1998 17:53:21 -0000 Message-ID: <19980331175321.23022.qmail@sendero.simon-shapiro.org> To: freebsd-ports@FreeBSD.ORG Subject: Checksum error Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org $ rm files/md5 $ cvs update -P -d cvs update: Updating . ? README.html cvs update: Updating files cvs update: warning: files/md5 was lost U files/md5 cvs update: Updating patches cvs update: Updating pkg $ make package >> vile-7.3.tgz doesn't seem to exist on this system. >> Attempting to fetch from ftp://ftp.clark.net/pub/dickey/vile/. Receiving vile-7.3.tgz (832811 bytes): 100% 832811 bytes transfered in 462.3 seconds (1.76 Kbytes/s) >> Checksum mismatch for vile-7.3.tgz. Make sure the Makefile and md5 file (/usr/ports/editors/vile/files/md5) are up to date. If you want to override this check, type "make NO_CHECKSUM=yes [other args]". *** Error code 1 Where is my mistake? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 31 09:50:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA03819 for freebsd-ports-outgoing; Tue, 31 Mar 1998 09:50:18 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from sendero.simon-shapiro.org (sendero-fddi.Simon-Shapiro.ORG [206.190.148.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id JAA03811 for ; Tue, 31 Mar 1998 09:50:15 -0800 (PST) (envelope-from shimon@simon-shapiro.org) Received: (qmail 614 invoked from network); 31 Mar 1998 17:59:34 -0000 Received: from localhost.simon-shapiro.org (HELO sendero-fxp0.simon-shapiro.org) (@127.0.0.1) by localhost.simon-shapiro.org with SMTP; 31 Mar 1998 17:59:34 -0000 Message-ID: X-Mailer: XFMail 1.3-alpha-032398 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199803311719.JAA17887@silvia.HIP.Berkeley.EDU> Date: Tue, 31 Mar 1998 09:59:34 -0800 (PST) Reply-To: shimon@simon-shapiro.org Organization: The Simon Shapiro Foundation From: Simon Shapiro To: (Satoshi Asami) Subject: Re: editor/nedit patching fails Cc: deischen@iworks.InterWorks.org, freebsd-ports@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 31-Mar-98 Satoshi Asami wrote: .. > First, make sure that you don't have any old patches lying around. > The best way is to go to ftp.freebsd.org, fetch the portball (not > distfile) of the port, and run a md5 check on all files. Is this not the same as cvsup of the ports? > * Ports are very uneven. I am trying to sort them out. > > Oh, definitely. You don't even want to hear what I have to do to > build all the packages quickly on the same machine. But if you build > one at a time, that shouldn't be too hard. Oh, yes I do. I only do it one at the time since it breaks into too many pieces otherwise. > * Nope. Not totally. I had ONE case of a corrupt package. This was > * admitted and apologized for. > > And a bunch of "but it works for me" reports. :> Which indicates environmental deltas. If I follow the procedure and it breaks, the procedure is broken. Either by not checking or by not setting the environment properly. Example, if I supposedly have the wrong version of patch(1), then the port is sensitive to patch version and should check for it. > * you do, I'll buy you dinner next time I am in the BA). > > I'd like to take you up on that offer (what's your budget? :), but > don't have much time now. Please check back in a week or so. What's reasonable and customary between friends :-) ---------- Sincerely Yours, Simon Shapiro Shimon@Simon-Shapiro.ORG Voice: 503.799.2313 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 31 09:54:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA04557 for freebsd-ports-outgoing; Tue, 31 Mar 1998 09:54:13 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from sendero.simon-shapiro.org (sendero-fddi.Simon-Shapiro.ORG [206.190.148.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id JAA04477 for ; Tue, 31 Mar 1998 09:53:47 -0800 (PST) (envelope-from shimon@Simon-Shapiro.ORG) From: shimon@Simon-Shapiro.ORG Received: (qmail 1301 invoked by uid 1000); 31 Mar 1998 18:02:40 -0000 Date: 31 Mar 1998 18:02:40 -0000 Message-ID: <19980331180240.1300.qmail@sendero.simon-shapiro.org> To: freebsd-ports@FreeBSD.ORG Subject: Checksum failure: emulastors/atari800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org root@sendero on ttyp0 at Tue Mar 31 in /usr/ports/emulators/atari800 1.[149] $ make >> Atari800-0.8.1.tar.gz doesn't seem to exist on this system. >> Attempting to fetch from http://www.signus.demon.co.uk/david/atari/. Receiving Atari800-0.8.1.tar.gz (137163 bytes): 100% 134964 bytes transfered in 322.4 seconds (419 bytes/s) >> xf25.zip doesn't seem to exist on this system. >> Attempting to fetch from http://www.signus.demon.co.uk/david/atari/. Receiving xf25.zip (188942 bytes): 100% 188226 bytes transfered in 459.5 seconds (410 bytes/s) >> Checksum mismatch for Atari800-0.8.1.tar.gz. >> Checksum mismatch for xf25.zip. Make sure the Makefile and md5 file (/usr/ports/emulators/atari800/files/md5) are up to date. If you want to override this check, type "make NO_CHECKSUM=yes [other args]". *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 31 10:05:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA06758 for freebsd-ports-outgoing; Tue, 31 Mar 1998 10:05:45 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from sendero.simon-shapiro.org (sendero-fddi.Simon-Shapiro.ORG [206.190.148.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id KAA06748 for ; Tue, 31 Mar 1998 10:05:38 -0800 (PST) (envelope-from shimon@Simon-Shapiro.ORG) From: shimon@Simon-Shapiro.ORG Received: (qmail 11892 invoked by uid 1000); 31 Mar 1998 18:14:53 -0000 Date: 31 Mar 1998 18:14:53 -0000 Message-ID: <19980331181453.11891.qmail@sendero.simon-shapiro.org> To: freebsd-ports@FreeBSD.ORG Subject: Where is the rtarball? emulators/fmsx Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org $ make >> fMSX-1.5.tar.Z doesn't seem to exist on this system. >> Attempting to fetch from ftp://cam031313.student.utwente.nl/pub/MSX/fMSX/. fetch: cam031313.student.utwente.nl: Service not available, closing control conn ection >> Attempting to fetch from ftp://ftp.saitama-u.ac.jp/pub/msx/cam031313.student. utwente.nl/fMSX/. fetch: ftp.saitama-u.ac.jp: msx: File unavailable (e.g., file not found, no acce ss) >> Attempting to fetch from ftp://ftp.freebsd.org/pub/FreeBSD/distfiles//. fetch: pub/FreeBSD/distfiles//fMSX-1.5.tar.Z: cannot get remote modification tim e fetch: ftp://ftp.freebsd.org/pub/FreeBSD/distfiles//fMSX-1.5.tar.Z: FTP error: fetch: File unavailable (e.g., file not found, no access) >> Couldn't fetch it - please try to retrieve this >> port manually into /usr/ports/distfiles/ and try again. *** Error code 1 Stop. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 31 10:39:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA13831 for freebsd-ports-outgoing; Tue, 31 Mar 1998 10:39:37 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from cabri.obs-besancon.fr (cabri.obs-besancon.fr [193.52.184.3]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id KAA13783 for ; Tue, 31 Mar 1998 10:39:31 -0800 (PST) (envelope-from jmz@cabri.obs-besancon.fr) Received: by cabri.obs-besancon.fr (5.57/Ultrix3.0-C) id AA00963; Tue, 31 Mar 98 20:13:22 +0100 Date: Tue, 31 Mar 98 20:13:22 +0100 Message-Id: <9803311913.AA00963@cabri.obs-besancon.fr> From: Jean-Marc Zucconi To: brett@peloton.physics.montana.edu Cc: ports@FreeBSD.ORG In-Reply-To: (message from Brett Taylor on Sat, 28 Mar 1998 16:48:12 -0700 (MST)) Subject: Re: unloved port X-Mailer: Emacs Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >>>>> Brett Taylor writes: > Howdy, > I was hoping someone could take an unloved port that's been sitting in > GNATS since November of last year and commit it. The original pr number > is 5111. I've submitted 2 fixes to the port since the original submission Maybe a 3rd fix is appropriate because it does not built :-) ../libtool --mode=link cc -O -pipe -I/usr/X11R6/include -L/usr/X11R6/lib -o libCw.la -rpath /usr/local/lib -version-info 1:0:0 initapp.lo coolwidget.lo dirtools.lo menu.lo mathfuncs.lo filebrowser.lo coolnext.lo bitmapbutton.lo pixmap.lo dialog.lo disable.lo focus.lo dnd.lo ClientWin.lo textwidget.lo hintpos.lo inputwidget.lo mousemark.lo cmdlineopt.lo scrollbar.lo fieldedtextbox.lo edit.lo editwidget.lo editdraw.lo editcmd.lo editmenu.lo propfont.lo international.lo edit_key_translator.lo loadfile.lo stringtools.lo pool.lo compatable.lo mad.lo regex.lo filelist.lo pipe.lo wordproc.lo mkdir .libs -shared -o .libs/libCw.so.1.0 initapp.lo coolwidget.lo dirtools.lo menu.lo mathfuncs.lo filebrowser.lo coolnext.lo bitmapbutton.lo pixmap.lo dialog.lo disable.lo focus.lo dnd.lo ClientWin.lo textwidget.lo hintpos.lo inputwidget.lo mousemark.lo cmdlineopt.lo scrollbar.lo fieldedtextbox.lo edit.lo editwidget.lo editdraw.lo editcmd.lo editmenu.lo propfont.lo international.lo edit_key_translator.lo loadfile.lo stringtools.lo pool.lo compatable.lo mad.lo regex.lo filelist.lo pipe.lo wordproc.lo -L/usr/X11R6/lib -shared: not found gmake[2]: *** [libCw.la] Error 127 You need CC=cc somewhere Jean-Marc _____________________________________________________________________________ Jean-Marc Zucconi Observatoire de Besancon F 25010 Besancon cedex PGP Key: finger jmz@cabri.obs-besancon.fr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 31 10:45:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA15357 for freebsd-ports-outgoing; Tue, 31 Mar 1998 10:45:15 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from sendero.simon-shapiro.org (sendero-fddi.Simon-Shapiro.ORG [206.190.148.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id KAA15338 for ; Tue, 31 Mar 1998 10:45:12 -0800 (PST) (envelope-from shimon@Simon-Shapiro.ORG) From: shimon@Simon-Shapiro.ORG Received: (qmail 21457 invoked by uid 1000); 31 Mar 1998 18:54:33 -0000 Date: 31 Mar 1998 18:54:33 -0000 Message-ID: <19980331185433.21456.qmail@sendero.simon-shapiro.org> To: freebsd-ports@FreeBSD.ORG Subject: One more: emulators/xzx Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org root@sendero on ttyp5 at Tue Mar 31 in /usr/ports/emulators/xzx 1.[315] $ make package >> xzx-2.4.4-src.tar.gz doesn't seem to exist on this system. >> Attempting to fetch from ftp://ftp.gns.getronics.nl/pub/os/sinclair/emulators /unix/. Receiving xzx-2.4.4-src.tar.gz (135658 bytes): 100% 135658 bytes transfered in 737.7 seconds (184 bytes/s) >> xzx-2.4.4-roms.tar.gz doesn't seem to exist on this system. >> Attempting to fetch from ftp://ftp.gns.getronics.nl/pub/os/sinclair/emulators /unix/. Receiving xzx-2.4.4-roms.tar.gz (99910 bytes): 100% 99910 bytes transfered in 385.6 seconds (259 bytes/s) >> xzx-2.4.4-contrib.tar.gz doesn't seem to exist on this system. >> Attempting to fetch from ftp://ftp.gns.getronics.nl/pub/os/sinclair/emulators /unix/. Receiving xzx-2.4.4-contrib.tar.gz (19191 bytes): 100% 19191 bytes transfered in 15.9 seconds (1.18 Kbytes/s) >> Checksum OK for xzx-2.4.4-src.tar.gz. >> Checksum OK for xzx-2.4.4-roms.tar.gz. >> Checksum OK for xzx-2.4.4-contrib.tar.gz. ===> Extracting for xzx-2.4.4 ===> Patching for xzx-2.4.4 ===> Applying FreeBSD patches for xzx-2.4.4 1 out of 1 hunks failed--saving rejects to Imakefile.rej *** Error code 1 Stop. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 31 11:29:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA28100 for freebsd-ports-outgoing; Tue, 31 Mar 1998 11:29:40 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from bachue.usc.unal.edu.co ([168.176.3.20]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA27945 for ; Tue, 31 Mar 1998 11:29:10 -0800 (PST) (envelope-from giffunip@asme.org) Received: from giffuni.usc.unal.edu.co ([168.176.3.45]) by bachue.usc.unal.edu.co (Netscape Messaging Server 3.0) with SMTP id AAA8980; Tue, 31 Mar 1998 14:32:03 +0500 Message-ID: <352143E2.41C67EA6@asme.org> Date: Tue, 31 Mar 1998 14:28:34 -0500 From: "Pedro F. Giffuni" Organization: U. Nacional de Colombia X-Mailer: Mozilla 3.01Gold (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: shimon@Simon-Shapiro.ORG CC: freebsd-ports@FreeBSD.ORG Subject: Re: Yest one more: devel/crosssco References: <19980331173845.15751.qmail@sendero.simon-shapiro.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Sorry, but I don't have current and I can't keep testing the port. It worked fine under current when it was committed (some weeks ago). Is current already ELF and using gcc-2.8.1? Pedro. shimon@Simon-Shapiro.ORG wrote: > > touch stamp-crt > Testing libgcc1. Ignore linker warning messages. > /usr/ports/devel/crosssco/work/src/gcc/xgcc -B/usr/ports/devel/crosssco/work/src/gcc/ -DCROSS_COMPILE -DIN_GCC -O -I./include libgcc1-test.o -o libgcc1-test \ > -nostartfiles -nostdlib `/usr/ports/devel/crosssco/work/src/gcc/xgcc -B/usr/ports/devel/crosssco/work/src/gcc/ --print-libgcc-file-name` > cc -DCROSS_COMPILE -DIN_GCC -O -I. -I. -I./config -o g++-cross \ > -DGCC_NAME=\"`t='-e s,^,i386-sco-,'; echo gcc | sed $t`\" ./cp/g++.c version.o obstack.o ` case "cc" in "cc") echo "" ;; esac ` > ld: crt0.o: No such file or directory > gmake[1]: *** [g++-cross] Error 1 > gmake[1]: Leaving directory `/usr/ports/devel/crosssco/work/src/gcc' > gmake: *** [all-gcc] Error 2 > *** Error code 2 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 31 11:43:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA02777 for freebsd-ports-outgoing; Tue, 31 Mar 1998 11:43:12 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from sendero.simon-shapiro.org (sendero-fddi.Simon-Shapiro.ORG [206.190.148.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id LAA02525 for ; Tue, 31 Mar 1998 11:42:20 -0800 (PST) (envelope-from shimon@simon-shapiro.org) Received: (qmail 18380 invoked from network); 31 Mar 1998 19:50:53 -0000 Received: from localhost.simon-shapiro.org (HELO sendero-fxp0.simon-shapiro.org) (@127.0.0.1) by localhost.simon-shapiro.org with SMTP; 31 Mar 1998 19:50:53 -0000 Message-ID: X-Mailer: XFMail 1.3-alpha-032398 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <352143E2.41C67EA6@asme.org> Date: Tue, 31 Mar 1998 11:50:53 -0800 (PST) Reply-To: shimon@simon-shapiro.org Organization: The Simon Shapiro Foundation From: Simon Shapiro To: "Pedro F. Giffuni" Subject: Re: Yest one more: devel/crosssco Cc: freebsd-ports@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 31-Mar-98 Pedro F. Giffuni wrote: > Sorry, but I don't have current and I can't keep testing the port. It > worked fine under current when it was committed (some weeks ago). > > Is current already ELF and using gcc-2.8.1? Not that I know of. > > Pedro. > > > shimon@Simon-Shapiro.ORG wrote: >> >> touch stamp-crt >> Testing libgcc1. Ignore linker warning messages. >> /usr/ports/devel/crosssco/work/src/gcc/xgcc >> -B/usr/ports/devel/crosssco/work/src/gcc/ -DCROSS_COMPILE -DIN_GCC -O >> -I./include libgcc1-test.o -o libgcc1-test \ >> -nostartfiles -nostdlib `/usr/ports/devel/crosssco/work/src/gcc/xgcc >> -B/usr/ports/devel/crosssco/work/src/gcc/ --print-libgcc-file-name` >> cc -DCROSS_COMPILE -DIN_GCC -O -I. -I. -I./config -o g++-cross \ >> -DGCC_NAME=\"`t='-e s,^,i386-sco-,'; echo gcc | sed $t`\" ./cp/g++.c >> version.o obstack.o ` case "cc" in "cc") echo "" ;; esac ` >> ld: crt0.o: No such file or directory >> gmake[1]: *** [g++-cross] Error 1 >> gmake[1]: Leaving directory `/usr/ports/devel/crosssco/work/src/gcc' >> gmake: *** [all-gcc] Error 2 >> *** Error code 2 >> >> To Unsubscribe: send mail to majordomo@FreeBSD.org >> with "unsubscribe freebsd-ports" in the body of the message ---------- Sincerely Yours, Simon Shapiro Shimon@Simon-Shapiro.ORG Voice: 503.799.2313 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 31 11:46:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA04424 for freebsd-ports-outgoing; Tue, 31 Mar 1998 11:46:12 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from ns.insolwwb.net (root@ns.insolwwb.net [206.31.149.200]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA04376 for ; Tue, 31 Mar 1998 11:46:05 -0800 (PST) (envelope-from freebsd@insolwwb.net) Received: from insolwwb.net (work5.insolwwb.net [206.31.148.6]) by ns.insolwwb.net (8.8.7/8.7.3) with ESMTP id NAA14127 for ; Tue, 31 Mar 1998 13:43:25 -0600 (CST) Message-ID: <352147C9.D12966E@insolwwb.net> Date: Tue, 31 Mar 1998 13:45:13 -0600 From: Mark Schneider Reply-To: freebsd@insolwwb.net Organization: Internet Solutions X-Mailer: Mozilla 4.04 [en] (Win95; U) MIME-Version: 1.0 To: Free BSD Subject: fortune Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Anybody out there know of a stable port of the fortune program for Freebsd 2.2.5? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 31 12:12:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA11608 for freebsd-ports-outgoing; Tue, 31 Mar 1998 12:12:45 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA11407 for ; Tue, 31 Mar 1998 12:12:27 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id VAA13256; Tue, 31 Mar 1998 21:11:33 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id WAA05757; Tue, 31 Mar 1998 22:12:11 +0200 (MET DST) Message-ID: <19980331221211.03583@follo.net> Date: Tue, 31 Mar 1998 22:12:11 +0200 From: Eivind Eklund To: freebsd@insolwwb.net, Free BSD Subject: Re: fortune References: <352147C9.D12966E@insolwwb.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <352147C9.D12966E@insolwwb.net>; from Mark Schneider on Tue, Mar 31, 1998 at 01:45:13PM -0600 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Mar 31, 1998 at 01:45:13PM -0600, Mark Schneider wrote: > Anybody out there know of a stable port of the fortune program for > Freebsd 2.2.5? It should be in /usr/games/fortune (or /usr/src/games/fortune :-) fortune isn't a port; it is a part of the base system, as it is of BSD hertiage. It is in the 'games' distribution. Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 31 12:41:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA17710 for freebsd-ports-outgoing; Tue, 31 Mar 1998 12:41:11 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA17702 for ; Tue, 31 Mar 1998 12:41:06 -0800 (PST) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id MAA05032; Tue, 31 Mar 1998 12:40:49 -0800 (PST) (envelope-from jkh@time.cdrom.com) To: shimon@simon-shapiro.org cc: "Daniel M. Eischen" , freebsd-ports@FreeBSD.ORG Subject: Re: editor/nedit patching fails In-reply-to: Your message of "Tue, 31 Mar 1998 08:03:18 PST." Date: Tue, 31 Mar 1998 12:40:49 -0800 Message-ID: <5029.891376849@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Yup. An hour or so before running. Also, I am smarter now and > re-downloaded both pieces. This is not critical for me, just for the sake > of completeness. Yes, well, if you've filed a PR it's also important for us now too so we know whether or not it can be closed! :) Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 31 13:01:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA20294 for freebsd-ports-outgoing; Tue, 31 Mar 1998 13:01:56 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from bachue.usc.unal.edu.co ([168.176.3.20]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA20266 for ; Tue, 31 Mar 1998 13:01:04 -0800 (PST) (envelope-from giffunip@asme.org) Received: from giffuni.usc.unal.edu.co ([168.176.3.40]) by bachue.usc.unal.edu.co (Netscape Messaging Server 3.0) with SMTP id AAA9034 for ; Tue, 31 Mar 1998 15:08:17 +0500 Message-ID: <35214A69.167EB0E7@asme.org> Date: Tue, 31 Mar 1998 14:56:25 -0500 From: "Pedro F. Giffuni" Organization: U. Nacional de Colombia X-Mailer: Mozilla 3.01Gold (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: ports@FreeBSD.ORG Subject: Netscape sources finally released Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org fetch, fetch, FETCH...;-) ftp://ftp.mozilla.org/pub/mozilla/1998-03-31/ mirrors are listed at: http://www.mozilla.org/mirrors.html Pedro. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 31 13:10:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA22242 for freebsd-ports-outgoing; Tue, 31 Mar 1998 13:10:05 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA22229; Tue, 31 Mar 1998 13:10:03 -0800 (PST) (envelope-from gnats) Received: from newport-1-14.quick.net (josh@newport-1-14.quick.net [207.212.160.214]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA21414 for ; Tue, 31 Mar 1998 13:05:37 -0800 (PST) (envelope-from josh@newport-1-14.quick.net) Received: (from josh@localhost) by newport-1-14.quick.net (8.8.8/8.8.8) id NAA04252; Tue, 31 Mar 1998 13:05:34 -0800 (PST) (envelope-from josh) Message-Id: <199803312105.NAA04252@newport-1-14.quick.net> Date: Tue, 31 Mar 1998 13:05:34 -0800 (PST) From: josh@quick.net Reply-To: josh@quick.net To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6185: Port upgrade: news/newsfetch 1.0->1.11 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6185 >Category: ports >Synopsis: Port upgrade: news/newsfetch 1.0->1.11 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Mar 31 13:10:03 PST 1998 >Last-Modified: >Originator: Josh Gilliam >Organization: >Release: FreeBSD 3.0-CURRENT i386 >Environment: >Description: Upgrade 1.0 -> 1.11. >How-To-Repeat: >Fix: diff -urN /usr/ports/news/newsfetch/Makefile newsfetch/Makefile --- /usr/ports/news/newsfetch/Makefile Fri Sep 12 11:28:06 1997 +++ newsfetch/Makefile Tue Mar 31 12:55:50 1998 @@ -6,7 +6,7 @@ # $Id: Makefile,v 1.1.1.1 1997/09/12 18:28:06 itojun Exp $ # -DISTNAME= newsfetch-1.0 +DISTNAME= newsfetch-1.11 CATEGORIES= news MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= system/news/readers diff -urN /usr/ports/news/newsfetch/files/md5 newsfetch/files/md5 --- /usr/ports/news/newsfetch/files/md5 Fri Sep 12 11:28:06 1997 +++ newsfetch/files/md5 Tue Mar 31 12:56:18 1998 @@ -1 +1 @@ -MD5 (newsfetch-1.0.tar.gz) = 5d9d5a9658c27a434114d8610228430a +MD5 (newsfetch-1.11.tar.gz) = 55d4f655fcc599fe5de8d12d402aed25 >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 31 13:27:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA28626 for freebsd-ports-outgoing; Tue, 31 Mar 1998 13:27:40 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA28567 for ; Tue, 31 Mar 1998 13:27:24 -0800 (PST) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id NAA05306; Tue, 31 Mar 1998 13:26:48 -0800 (PST) (envelope-from jkh@time.cdrom.com) To: shimon@Simon-Shapiro.ORG cc: freebsd-ports@FreeBSD.ORG Subject: Re: Yest one more: devel/crosssco In-reply-to: Your message of "31 Mar 1998 17:38:45 GMT." <19980331173845.15751.qmail@sendero.simon-shapiro.org> Date: Tue, 31 Mar 1998 13:26:48 -0800 Message-ID: <5302.891379608@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > touch stamp-crt > Testing libgcc1. Ignore linker warning messages. > /usr/ports/devel/crosssco/work/src/gcc/xgcc -B/usr/ports/devel/crosssco/work/ src/gcc/ -DCROSS_COMPILE -DIN_GCC -O -I./include libgcc1-test.o -o libgcc1-te st \ > -nostartfiles -nostdlib `/usr/ports/devel/crosssco/work/src/gcc/xgcc -B/usr /ports/devel/crosssco/work/src/gcc/ --print-libgcc-file-name` > cc -DCROSS_COMPILE -DIN_GCC -O -I. -I. -I./config -o g++-cross \ > -DGCC_NAME=\"`t='-e s,^,i386-sco-,'; echo gcc | sed $t`\" ./cp/g++.c versi on.o obstack.o ` case "cc" in "cc") echo "" ;; esac ` > ld: crt0.o: No such file or directory There are gremlins in your system and I strongly suggest that you halt testing of ports until you figure out what they are. I've been building the ports you've been flagging on a recently installed -current box and they work fine. I strongly suggest that you *completely reinstall* the test box you're using (and if it's not capable of doing that then you're using the wrong test box for -current) from a recent 3.0-SNAP and try this again. Don't simply upgrade it since you leave room for a lot of historical cruft from previous releases to screw up your -current ports builds. I just completed a full build/install of crosssco on bento.freebsd.org, for example, and it worked perfectly. Jordan P.S. If you're not sure of the PRs you filed during this process, please close them until you've verified that the failures happen on a _clean_ installation. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 31 13:29:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA29378 for freebsd-ports-outgoing; Tue, 31 Mar 1998 13:29:57 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA29306; Tue, 31 Mar 1998 13:29:47 -0800 (PST) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id NAA05335; Tue, 31 Mar 1998 13:29:23 -0800 (PST) (envelope-from jkh@time.cdrom.com) To: shimon@simon-shapiro.org cc: asami@FreeBSD.ORG (Satoshi Asami), deischen@iworks.InterWorks.org, freebsd-ports@FreeBSD.ORG Subject: Re: editor/nedit patching fails In-reply-to: Your message of "Tue, 31 Mar 1998 09:59:34 PST." Date: Tue, 31 Mar 1998 13:29:23 -0800 Message-ID: <5331.891379763@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Which indicates environmental deltas. If I follow the procedure and it > breaks, the procedure is broken. Either by not checking or by not setting > the environment properly. Example, if I supposedly have the wrong version > of patch(1), then the port is sensitive to patch version and should check > for it. Or you need to make sure that your installation of 3.0 is a _clean_ (that is, from scratch) installation since that's the "target market" at which 3.0 will eventually be aimed. There's so much that's changed between 2.x and 3.0, it might not even be possible to offer an automated upgrade for it (at least not one without lots of specialized intelligence, anyway). Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 31 13:45:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA03800 for freebsd-ports-outgoing; Tue, 31 Mar 1998 13:45:46 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA03761 for ; Tue, 31 Mar 1998 13:45:33 -0800 (PST) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id NAA05456; Tue, 31 Mar 1998 13:45:15 -0800 (PST) (envelope-from jkh@time.cdrom.com) To: shimon@Simon-Shapiro.ORG cc: freebsd-ports@FreeBSD.ORG Subject: Re: One more: emulators/xzx In-reply-to: Your message of "31 Mar 1998 18:54:33 GMT." <19980331185433.21456.qmail@sendero.simon-shapiro.org> Date: Tue, 31 Mar 1998 13:45:15 -0800 Message-ID: <5452.891380715@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Receiving xzx-2.4.4-contrib.tar.gz (19191 bytes): 100% > 19191 bytes transfered in 15.9 seconds (1.18 Kbytes/s) > >> Checksum OK for xzx-2.4.4-src.tar.gz. > >> Checksum OK for xzx-2.4.4-roms.tar.gz. > >> Checksum OK for xzx-2.4.4-contrib.tar.gz. > ===> Extracting for xzx-2.4.4 > ===> Patching for xzx-2.4.4 > ===> Applying FreeBSD patches for xzx-2.4.4 > 1 out of 1 hunks failed--saving rejects to Imakefile.rej > *** Error code 1 Please stop sending these test results - your tree is fucked. >> Checksum OK for xzx-2.4.4-src.tar.gz. >> Checksum OK for xzx-2.4.4-roms.tar.gz. >> Checksum OK for xzx-2.4.4-contrib.tar.gz. ===> Extracting for xzx-2.4.4 ===> Patching for xzx-2.4.4 ===> Applying FreeBSD patches for xzx-2.4.4 ===> Configuring for xzx-2.4.4 imake -DUseInstalled -I/usr/X11R6/lib/X11/config make Makefiles making Makefiles in src... making Makefiles in src/audio... making Makefiles in src/free... ... Works fine for this phase though you did inadvertantly discover another bug since it falls over later in looking for "endian.h", something which I'll raise with the maintainer (NOT ports!). In any case, in the interests of noise abatement, I'd like to respectfully request that you stop doing this. :-) Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 31 14:00:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA06388 for freebsd-ports-outgoing; Tue, 31 Mar 1998 14:00:51 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA06382 for ; Tue, 31 Mar 1998 14:00:49 -0800 (PST) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id OAA05664; Tue, 31 Mar 1998 14:00:38 -0800 (PST) (envelope-from jkh@time.cdrom.com) To: "Pedro F. Giffuni" cc: ports@FreeBSD.ORG Subject: Re: Netscape sources finally released In-reply-to: Your message of "Tue, 31 Mar 1998 14:56:25 EST." <35214A69.167EB0E7@asme.org> Date: Tue, 31 Mar 1998 14:00:38 -0800 Message-ID: <5660.891381638@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > fetch, fetch, FETCH...;-) I'm mirroring this to ftp://ftp.cdrom.com/pub/mozilla right now. Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 31 14:33:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA12428 for freebsd-ports-outgoing; Tue, 31 Mar 1998 14:33:35 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from sendero.simon-shapiro.org (sendero-fddi.Simon-Shapiro.ORG [206.190.148.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id OAA12409 for ; Tue, 31 Mar 1998 14:33:09 -0800 (PST) (envelope-from shimon@simon-shapiro.org) Received: (qmail 21972 invoked from network); 31 Mar 1998 22:42:15 -0000 Received: from localhost.simon-shapiro.org (HELO sendero-fxp0.simon-shapiro.org) (@127.0.0.1) by localhost.simon-shapiro.org with SMTP; 31 Mar 1998 22:42:15 -0000 Message-ID: X-Mailer: XFMail 1.3-alpha-032398 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <5029.891376849@time.cdrom.com> Date: Tue, 31 Mar 1998 14:42:15 -0800 (PST) Reply-To: shimon@simon-shapiro.org Organization: The Simon Shapiro Foundation From: Simon Shapiro To: "Jordan K. Hubbard" Subject: Re: editor/nedit patching fails Cc: freebsd-ports@FreeBSD.ORG Cc: freebsd-ports@FreeBSD.ORG, "Daniel M. Eischen" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 31-Mar-98 Jordan K. Hubbard wrote: >> Yup. An hour or so before running. Also, I am smarter now and >> re-downloaded both pieces. This is not critical for me, just for the >> sake >> of completeness. > > Yes, well, if you've filed a PR it's also important for us now too > so we know whether or not it can be closed! :) No PR on this one. Simon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 31 14:41:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA15083 for freebsd-ports-outgoing; Tue, 31 Mar 1998 14:41:23 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from sendero.simon-shapiro.org (sendero-fddi.Simon-Shapiro.ORG [206.190.148.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id OAA14943 for ; Tue, 31 Mar 1998 14:40:48 -0800 (PST) (envelope-from shimon@simon-shapiro.org) Received: (qmail 22096 invoked from network); 31 Mar 1998 22:49:55 -0000 Received: from localhost.simon-shapiro.org (HELO sendero-fxp0.simon-shapiro.org) (@127.0.0.1) by localhost.simon-shapiro.org with SMTP; 31 Mar 1998 22:49:55 -0000 Message-ID: X-Mailer: XFMail 1.3-alpha-032398 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <5302.891379608@time.cdrom.com> Date: Tue, 31 Mar 1998 14:49:54 -0800 (PST) Reply-To: shimon@simon-shapiro.org Organization: The Simon Shapiro Foundation From: Simon Shapiro To: "Jordan K. Hubbard" Subject: Re: Yest one more: devel/crosssco Cc: freebsd-ports@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 31-Mar-98 Jordan K. Hubbard wrote: ... > There are gremlins in your system and I strongly suggest that you halt > testing of ports until you figure out what they are. I've been > building the ports you've been flagging on a recently installed > -current box and they work fine. I strongly suggest that you > *completely reinstall* the test box you're using (and if it's not > capable of doing that then you're using the wrong test box for > -current) from a recent 3.0-SNAP and try this again. Don't simply > upgrade it since you leave room for a lot of historical cruft from > previous releases to screw up your -current ports builds. I just > completed a full build/install of crosssco on bento.freebsd.org, for > example, and it worked perfectly. What you say is logically impossible. ANY system will get contaminated with the ports building. To take this argument to its logical conclusion, I will have to make a clean install for EVERY package. Otherwise as packages build (and install themselves), they will contaminate the system. If my system is contaminated, this is the only way in which it could have gotten to be contaminated. Thus, the ports building process is actually a virus, or a Trojan horse; It performs damaging acts not specified, nor anticipated, nor documented. I can accept this reality as ``this is what it is'', but not the ``acusation'' that my system is broken. I will not report any more of these breakages to these lists. Instead, I will download the binaries from ftp.freebsd.org and mark them, in our release notes as ``binary only. Not reproducable''. Thanx for all the help. Simon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 31 14:44:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA15798 for freebsd-ports-outgoing; Tue, 31 Mar 1998 14:44:13 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from sendero.simon-shapiro.org (sendero-fddi.Simon-Shapiro.ORG [206.190.148.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id OAA15766 for ; Tue, 31 Mar 1998 14:44:00 -0800 (PST) (envelope-from shimon@simon-shapiro.org) Received: (qmail 22137 invoked from network); 31 Mar 1998 22:53:09 -0000 Received: from localhost.simon-shapiro.org (HELO sendero-fxp0.simon-shapiro.org) (@127.0.0.1) by localhost.simon-shapiro.org with SMTP; 31 Mar 1998 22:53:09 -0000 Message-ID: X-Mailer: XFMail 1.3-alpha-032398 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <5331.891379763@time.cdrom.com> Date: Tue, 31 Mar 1998 14:53:09 -0800 (PST) Reply-To: shimon@simon-shapiro.org Organization: The Simon Shapiro Foundation From: Simon Shapiro To: "Jordan K. Hubbard" Subject: Re: editor/nedit patching fails Cc: freebsd-ports@FreeBSD.ORG, deischen@iworks.InterWorks.org, (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 31-Mar-98 Jordan K. Hubbard wrote: >> Which indicates environmental deltas. If I follow the procedure and it >> breaks, the procedure is broken. Either by not checking or by not >> setting >> the environment properly. Example, if I supposedly have the wrong >> version >> of patch(1), then the port is sensitive to patch version and should >> check >> for it. > > Or you need to make sure that your installation of 3.0 is a _clean_ > (that is, from scratch) installation since that's the "target market" > at which 3.0 will eventually be aimed. There's so much that's changed > between 2.x and 3.0, it might not even be possible to offer an > automated upgrade for it (at least not one without lots of specialized > intelligence, anyway). That was already done. Each pass through the ports make contaminates the system further. Your proposal (start from scratch) is the M$ support solution. Not acceptable in production environment :-( ---------- Sincerely Yours, Simon Shapiro Shimon@Simon-Shapiro.ORG Voice: 503.799.2313 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 31 14:51:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA16649 for freebsd-ports-outgoing; Tue, 31 Mar 1998 14:51:43 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from sendero.simon-shapiro.org (sendero-fddi.Simon-Shapiro.ORG [206.190.148.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id OAA16636 for ; Tue, 31 Mar 1998 14:51:36 -0800 (PST) (envelope-from shimon@simon-shapiro.org) Received: (qmail 22305 invoked from network); 31 Mar 1998 23:00:56 -0000 Received: from localhost.simon-shapiro.org (HELO sendero-fxp0.simon-shapiro.org) (@127.0.0.1) by localhost.simon-shapiro.org with SMTP; 31 Mar 1998 23:00:56 -0000 Message-ID: X-Mailer: XFMail 1.3-alpha-032398 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <5452.891380715@time.cdrom.com> Date: Tue, 31 Mar 1998 15:00:56 -0800 (PST) Reply-To: shimon@simon-shapiro.org Organization: The Simon Shapiro Foundation From: Simon Shapiro To: "Jordan K. Hubbard" Subject: Re: One more: emulators/xzx Cc: freebsd-ports@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 31-Mar-98 Jordan K. Hubbard wrote: >> Receiving xzx-2.4.4-contrib.tar.gz (19191 bytes): 100% >> 19191 bytes transfered in 15.9 seconds (1.18 Kbytes/s) >> >> Checksum OK for xzx-2.4.4-src.tar.gz. >> >> Checksum OK for xzx-2.4.4-roms.tar.gz. >> >> Checksum OK for xzx-2.4.4-contrib.tar.gz. >> ===> Extracting for xzx-2.4.4 >> ===> Patching for xzx-2.4.4 >> ===> Applying FreeBSD patches for xzx-2.4.4 >> 1 out of 1 hunks failed--saving rejects to Imakefile.rej >> *** Error code 1 > > Please stop sending these test results - your tree is fucked. a. I did as sooon as I read your message b. If I used this language, you will threaten me with banning from the lists. c. If it is, then either cvsup or CVS are broken. This is the exclusive source for ANY source change. d. I really do not care about these packages. I though I was doing a good service trying them on a typical FreeBSD machine. ... > Works fine for this phase though you did inadvertantly discover > another bug since it falls over later in looking for "endian.h", > something which I'll raise with the maintainer (NOT ports!). > > In any case, in the interests of noise abatement, I'd like to > respectfully request that you stop doing this. :-) I already did. BTW, I got exactly ONE useful suggestion. The rest of you guys tell me ``it works here''. Who cares! I have been doing software releases for a while now, and this answer is the first to be thrown out. Again, My procedure: a. CVSup the entire release b. rm -rf /usr/ports c. cd /usr d. cvs checkout ports e. cd /usr/ports f. make >& make.out g. Daily: cd /usr/ports;cvs update -P -d >& update.out h. Repeat step f. I HAVE STOPPED SENDING THESE REPORTS. Now, if you see a flaw in my procedure, please let me know. If not, then the ports are broken. I accept that these reports may sound like noise to you. This is why I have stopped sending them. Thank you very much for all your help and patience in this matter. ---------- Sincerely Yours, Simon Shapiro Shimon@Simon-Shapiro.ORG Voice: 503.799.2313 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 31 14:58:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA17680 for freebsd-ports-outgoing; Tue, 31 Mar 1998 14:58:30 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from picnic.mat.net (picnic.mat.net [206.246.122.117]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA17675 for ; Tue, 31 Mar 1998 14:58:25 -0800 (PST) (envelope-from chuckr@glue.umd.edu) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.8.8/8.8.5) with SMTP id RAA18406; Tue, 31 Mar 1998 17:56:38 -0500 (EST) Date: Tue, 31 Mar 1998 17:56:38 -0500 (EST) From: Chuck Robey X-Sender: chuckr@localhost To: Simon Shapiro cc: "Jordan K. Hubbard" , freebsd-ports@FreeBSD.ORG Subject: Re: Yest one more: devel/crosssco In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 31 Mar 1998, Simon Shapiro wrote: > I can accept this reality as ``this is what it is'', but not the > ``acusation'' that my system is broken. That's not supported by the facts, Simon. I can easily make the building of a port break. Great example in point is gimp. Take the normal gimp port and install it. After it is installed, make gimp-devel. The building of gimp-devel will notice parts of the other gimp on your system, and misconfigure things. When you get gimp-devel installed, it will not work at all (core dumps or missing features). It's not the port that's broken here, it's your test environment. If your being stubborn and saying that all ports should totally ignore their environment, well, this is not now and never has been true, but if you won't acknowldege it, I guess your next paragraph (regrettably) makes sense. For everyone else, ports _do_ work, within limitations. > > I will not report any more of these breakages to these lists. Instead, I > will download the binaries from ftp.freebsd.org and mark them, in our > release notes as ``binary only. Not reproducable''. > > Thanx for all the help. > > Simon > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@glue.umd.edu | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run Journey2 and picnic, both FreeBSD (301) 220-2114 | version 3.0 current -- and great FUN! ----------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 31 15:17:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA21537 for freebsd-ports-outgoing; Tue, 31 Mar 1998 15:17:23 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from sendero.simon-shapiro.org (sendero-fddi.Simon-Shapiro.ORG [206.190.148.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id PAA21516 for ; Tue, 31 Mar 1998 15:17:02 -0800 (PST) (envelope-from shimon@simon-shapiro.org) Received: (qmail 26938 invoked from network); 31 Mar 1998 23:26:10 -0000 Received: from localhost.simon-shapiro.org (HELO sendero-fxp0.simon-shapiro.org) (@127.0.0.1) by localhost.simon-shapiro.org with SMTP; 31 Mar 1998 23:26:10 -0000 Message-ID: X-Mailer: XFMail 1.3-alpha-032398 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Tue, 31 Mar 1998 15:26:09 -0800 (PST) Reply-To: shimon@simon-shapiro.org Organization: The Simon Shapiro Foundation From: Simon Shapiro To: Chuck Robey Subject: Re: Yest one more: devel/crosssco Cc: freebsd-ports@FreeBSD.ORG, "Jordan K. Hubbard" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 31-Mar-98 Chuck Robey wrote: > On Tue, 31 Mar 1998, Simon Shapiro wrote: > >> I can accept this reality as ``this is what it is'', but not the >> ``acusation'' that my system is broken. > > That's not supported by the facts, Simon. I can easily make the > building of a port break. Great example in point is gimp. Take the > normal gimp port and install it. After it is installed, make > gimp-devel. The building of gimp-devel will notice parts of the other > gimp on your system, and misconfigure things. When you get gimp-devel > installed, it will not work at all (core dumps or missing features). When I grew up, a program that dumps core was considered broken. If gimp-devel breaks because gimp is installed, then the gimp-devel dependency is that gimp CANNOT be installed. This IS within the scope of FreeBSD ports. If this is not done, then either gimp or gimp-devel are broken. It also tells me there is no way to build a complete ports as once gimp is installed, gimp-devel will break. > It's not the port that's broken here, it's your test environment. If > your being stubborn and saying that all ports should totally ignore > their environment, well, this is not now and never has been true, but if > you won't acknowldege it, I guess your next paragraph (regrettably) > makes sense. I am not being stubborn. I am being inquisitive. You can tell me ``Thisis what it is and that's it'' and I'll accept that. You can change the documentation and specify that ports cannot be built by someone who does not know and manipulate the contents of the packages, or you can say that some packages are broken and you do not want to see it in the list. I really do not care. Aside from telling me that my environment is broken, no one, except Dan, suggested in which way it is broken. > For everyone else, ports _do_ work, within limitations. Within limitations they work here too. NOT ALL ports breake here. Most build just fine. Simon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 31 15:19:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA21929 for freebsd-ports-outgoing; Tue, 31 Mar 1998 15:19:05 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA21898 for ; Tue, 31 Mar 1998 15:19:01 -0800 (PST) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id PAA06236; Tue, 31 Mar 1998 15:18:07 -0800 (PST) (envelope-from jkh@time.cdrom.com) To: shimon@simon-shapiro.org cc: freebsd-ports@FreeBSD.ORG Subject: Re: Yest one more: devel/crosssco In-reply-to: Your message of "Tue, 31 Mar 1998 14:49:54 PST." Date: Tue, 31 Mar 1998 15:18:07 -0800 Message-ID: <6232.891386287@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > What you say is logically impossible. ANY system will get contaminated > with the ports building. To take this argument to its logical conclusion, If you'll read my posting again, you'll plainly see that I never once mentioned contamination resulting from the building of ports, I was simply discussing the OPERATING SYSTEM'S evolution on your system. A 2.2-3.0 upgraded system is not the best test vehicle for determining whether or not a given -current port works and if you want to do this kind of verification, you should start with a clean 3.0 system. Now if you're talking about the divergent problem of PORTS POLLUTION then I can simply say that I don't believe that there's ever been a serious effort to make sure that you absolutely cannot hose yourself by installing conflicting ports or packages. Some truly obvious clashes like the warring TCL or Tk ports have been dealt with, but I don't think that this necessarily extends across all 1300 ports. For that kind of conflict resolution, there's only one useful thing that you can post and that's the *specific* ports which are colliding with one another. Simply posting the failure output from a single port only shifts the majority of the burden onto someone else. :-) Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 31 15:25:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA24139 for freebsd-ports-outgoing; Tue, 31 Mar 1998 15:25:45 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA24096 for ; Tue, 31 Mar 1998 15:25:41 -0800 (PST) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id PAA06304; Tue, 31 Mar 1998 15:25:02 -0800 (PST) (envelope-from jkh@time.cdrom.com) To: shimon@simon-shapiro.org cc: freebsd-ports@FreeBSD.ORG Subject: Re: One more: emulators/xzx In-reply-to: Your message of "Tue, 31 Mar 1998 15:00:56 PST." Date: Tue, 31 Mar 1998 15:25:02 -0800 Message-ID: <6300.891386702@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > b. If I used this language, you will threaten me with banning from the > lists. No, actually not. If you read section 25.1.3 of the handbook more closely, you'll see that it says "Personal attacks and profanity (in the context of an argument) are not allowed", meaning that it's perfectly permissible to say "that system you just purchased, sir, is unfortunately a steaming pile of &$#@%^*!" while it is not permissible to say "You, sir, are a steaming pile of &$#@%^*! for buying such a system and I hate you." We're all (well, mostly :) adults here and we occasionally use adult language - the charter is not attempting to regulate that. It's merely attempting to regulate the language used in personal attacks. Perhaps I could have better worded that as "Personal attacks and profanity (in the context of such attacks) are not allowed" since that is how it was meant. Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 31 15:31:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA25511 for freebsd-ports-outgoing; Tue, 31 Mar 1998 15:31:14 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from sendero.simon-shapiro.org (sendero-fddi.Simon-Shapiro.ORG [206.190.148.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id PAA25344 for ; Tue, 31 Mar 1998 15:30:41 -0800 (PST) (envelope-from shimon@simon-shapiro.org) Received: (qmail 27310 invoked from network); 31 Mar 1998 23:39:40 -0000 Received: from localhost.simon-shapiro.org (HELO sendero-fxp0.simon-shapiro.org) (@127.0.0.1) by localhost.simon-shapiro.org with SMTP; 31 Mar 1998 23:39:40 -0000 Message-ID: X-Mailer: XFMail 1.3-alpha-032398 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <6232.891386287@time.cdrom.com> Date: Tue, 31 Mar 1998 15:39:39 -0800 (PST) Reply-To: shimon@simon-shapiro.org Organization: The Simon Shapiro Foundation From: Simon Shapiro To: "Jordan K. Hubbard" Subject: Re: Yest one more: devel/crosssco Cc: freebsd-ports@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 31-Mar-98 Jordan K. Hubbard wrote: >> What you say is logically impossible. ANY system will get contaminated >> with the ports building. To take this argument to its logical >> conclusion, > > If you'll read my posting again, you'll plainly see that I never once > mentioned contamination resulting from the building of ports, I was > simply discussing the OPERATING SYSTEM'S evolution on your system. > A 2.2-3.0 upgraded system is not the best test vehicle for determining > whether or not a given -current port works and if you want to do > this kind of verification, you should start with a clean 3.0 system. My apologies. I thought I said I did. The re-install did not happen just a moment before building the ports, but a while ago. 9-Dec-1997 to be exact. The objection I have is to doing this re-install on a regular basis. Too expensive, too slow, too disruptice, and too dangerous. BTW, where did you get the idea sendero is a 2.2-3.0 upgrade? > Now if you're talking about the divergent problem of PORTS POLLUTION > then I can simply say that I don't believe that there's ever been a > serious effort to make sure that you absolutely cannot hose yourself > by installing conflicting ports or packages. Some truly obvious > clashes like the warring TCL or Tk ports have been dealt with, but I > don't think that this necessarily extends across all 1300 ports. I am not attacking the ports concept, nor mechanism. Actually, I am not attacking anyone or anything. I just find, in certain directories, certain packages that barf. > For that kind of conflict resolution, there's only one useful thing > that you can post and that's the *specific* ports which are colliding > with one another. Simply posting the failure output from a single > port only shifts the majority of the burden onto someone else. :-) 1300 ports. You want interaction analysis? At 2 minutes per port, 45 minutes per clean install, 1300x1300x2x45. Nah, I'll pass... :-) My shrinking brain says that any developer/maintainer of any package that I reported breaking (I can put the rest of them in my web page) can get an account on sendero and prove where my system is currupted. I will donate $10.00 per bug in my system to the FreeBSD project. This is NOT to say my system is bugless. This is simply an incentive to substantiate unbased claims :-) ---------- Sincerely Yours, Simon Shapiro Shimon@Simon-Shapiro.ORG Voice: 503.799.2313 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 31 15:37:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA27354 for freebsd-ports-outgoing; Tue, 31 Mar 1998 15:37:17 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from sendero.simon-shapiro.org (sendero-fddi.Simon-Shapiro.ORG [206.190.148.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id PAA27286 for ; Tue, 31 Mar 1998 15:36:40 -0800 (PST) (envelope-from shimon@simon-shapiro.org) Received: (qmail 27456 invoked from network); 31 Mar 1998 23:45:02 -0000 Received: from localhost.simon-shapiro.org (HELO sendero-fxp0.simon-shapiro.org) (@127.0.0.1) by localhost.simon-shapiro.org with SMTP; 31 Mar 1998 23:45:02 -0000 Message-ID: X-Mailer: XFMail 1.3-alpha-032398 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <6300.891386702@time.cdrom.com> Date: Tue, 31 Mar 1998 15:45:02 -0800 (PST) Reply-To: shimon@simon-shapiro.org Organization: The Simon Shapiro Foundation From: Simon Shapiro To: "Jordan K. Hubbard" Subject: Re: One more: emulators/xzx Cc: freebsd-ports@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 31-Mar-98 Jordan K. Hubbard wrote: .. > We're all (well, mostly :) adults here and we occasionally use adult > language - the charter is not attempting to regulate that. It's > merely attempting to regulate the language used in personal attacks. > Perhaps I could have better worded that as "Personal attacks and > profanity (in the context of such attacks) are not allowed" since that > is how it was meant. a. I am emotionally attached to my dusty computer and its dear, pure FreeBSD content. If you profane my machine, I take offense :-) b. My comment was meant to be lighthearted and all smiles. c. How did I get myself into this mess? Can I get out please? ---------- Sincerely Yours, Simon Shapiro Shimon@Simon-Shapiro.ORG Voice: 503.799.2313 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 31 15:42:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA28011 for freebsd-ports-outgoing; Tue, 31 Mar 1998 15:42:20 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA28006 for ; Tue, 31 Mar 1998 15:42:18 -0800 (PST) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id PAA06451; Tue, 31 Mar 1998 15:41:31 -0800 (PST) (envelope-from jkh@time.cdrom.com) To: shimon@simon-shapiro.org cc: freebsd-ports@FreeBSD.ORG Subject: Re: Yest one more: devel/crosssco In-reply-to: Your message of "Tue, 31 Mar 1998 15:39:39 PST." Date: Tue, 31 Mar 1998 15:41:31 -0800 Message-ID: <6447.891387691@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > My apologies. I thought I said I did. The re-install did not happen just > a moment before building the ports, but a while ago. 9-Dec-1997 to be > exact. The objection I have is to doing this re-install on a regular basis. > Too expensive, too slow, too disruptice, and too dangerous. But for the case of -current, which is a moving target, also too necessary. Again, stay up to date or get out of the business of testing -current. It's very very simple. :-) > BTW, where did you get the idea sendero is a 2.2-3.0 upgrade? Probably about the time that I suggested a 3.0 install and you pushed back, leading me to believe that you didn't want to reinstall the box and hadn't at any recent point. Since you say your last install is from December 9th, that's also reasonably true even if not 2.2.x. :-) > I am not attacking the ports concept, nor mechanism. Actually, I am not > attacking anyone or anything. I just find, in certain directories, certain > packages that barf. And again, simply saying "they barf" is not what's needed here - simply identifying build failures in a 1300 port collection now entails too much work being displaced onto someone else's shoulders to constitute any reasonable attempt at load-sharing. What we need these days are much more precise "it failed _because_ ..." reports if it's your goal to actually accomplish anything through such testing. Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 31 15:50:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA29952 for freebsd-ports-outgoing; Tue, 31 Mar 1998 15:50:44 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from sendero.simon-shapiro.org (sendero-fddi.Simon-Shapiro.ORG [206.190.148.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id PAA29945 for ; Tue, 31 Mar 1998 15:50:41 -0800 (PST) (envelope-from shimon@simon-shapiro.org) Received: (qmail 7388 invoked from network); 1 Apr 1998 00:00:00 -0000 Received: from localhost.simon-shapiro.org (HELO sendero-fxp0.simon-shapiro.org) (@127.0.0.1) by localhost.simon-shapiro.org with SMTP; 1 Apr 1998 00:00:00 -0000 Message-ID: X-Mailer: XFMail 1.3-alpha-032398 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <6447.891387691@time.cdrom.com> Date: Tue, 31 Mar 1998 16:00:00 -0800 (PST) Reply-To: shimon@simon-shapiro.org Organization: The Simon Shapiro Foundation From: Simon Shapiro To: "Jordan K. Hubbard" Subject: Re: Yest one more: devel/crosssco Cc: freebsd-ports@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 31-Mar-98 Jordan K. Hubbard wrote: ... > But for the case of -current, which is a moving target, also too > necessary. > Again, stay up to date or get out of the business of testing -current. > It's very very simple. :-) I do. CVSup every day. Make buildworld every day. Make installworld on test machine everyday. Make installworld on main server when regression testing on test machine passes. Some problems can only be discovered in production machines. I think this is reasonable. Today I learned (I still have to prove it to myself :-) that ports can/should only build on a virgin install. > Probably about the time that I suggested a 3.0 install and you pushed > back, leading me to believe that you didn't want to reinstall the box > and hadn't at any recent point. Since you say your last install is > from December 9th, that's also reasonably true even if not 2.2.x. :-) Last install-from-scratch. Last make world is of this morning. > And again, simply saying "they barf" is not what's needed here - > simply identifying build failures in a 1300 port collection now > entails too much work being displaced onto someone else's shoulders to > constitute any reasonable attempt at load-sharing. What we need these > days are much more precise "it failed _because_ ..." reports if it's > your goal to actually accomplish anything through such testing. I agree. The way I viewed it (obviously mistaken here) is that a developer of a package can look at the output and suggest a course of action. Instead I got a (useful) lecture on how out of date my system is. I am out of the ports testing business. ---------- Sincerely Yours, Simon Shapiro Shimon@Simon-Shapiro.ORG Voice: 503.799.2313 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 31 15:58:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA00776 for freebsd-ports-outgoing; Tue, 31 Mar 1998 15:58:12 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA00770 for ; Tue, 31 Mar 1998 15:58:11 -0800 (PST) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id PAA06658; Tue, 31 Mar 1998 15:57:39 -0800 (PST) (envelope-from jkh@time.cdrom.com) To: shimon@simon-shapiro.org cc: freebsd-ports@FreeBSD.ORG Subject: Re: Yest one more: devel/crosssco In-reply-to: Your message of "Tue, 31 Mar 1998 16:00:00 PST." Date: Tue, 31 Mar 1998 15:57:39 -0800 Message-ID: <6654.891388659@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I agree. The way I viewed it (obviously mistaken here) is that a developer > of a package can look at the output and suggest a course of action. Yes, you were unfortunately mistaken. A given developer _can_ look at the output and suggest a course of action, but far more frequently doesn't have time to actually do so and hence your approach is one that generates too low of a rate of return for the effort expended. A failure report _with_ an attached diff to fix it, implying a far more in-depth analysis of the error, at least, even if the fix turns out to be incorrect, is what will most effectively catch the attention of the overworked developers we have these days. > Instead I got a (useful) lecture on how out of date my system is. Yeah, well, that's what happens when you take the wrong approach - people pick out whatever requires the least work in your message to respond to. :-) Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 31 16:02:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA01689 for freebsd-ports-outgoing; Tue, 31 Mar 1998 16:02:33 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA01682 for ; Tue, 31 Mar 1998 16:02:31 -0800 (PST) (envelope-from brett@peloton.physics.montana.edu) Received: from localhost (brett@localhost) by peloton.physics.montana.edu (8.8.8/8.8.7) with SMTP id RAA08097; Tue, 31 Mar 1998 17:01:38 -0700 (MST) (envelope-from brett@peloton.physics.montana.edu) Date: Tue, 31 Mar 1998 17:01:37 -0700 (MST) From: Brett Taylor To: Jean-Marc Zucconi cc: ports@FreeBSD.ORG Subject: Re: unloved port In-Reply-To: <9803311913.AA00963@cabri.obs-besancon.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 31 Mar 1998, Jean-Marc Zucconi wrote: > >>>>> Brett Taylor writes: > > > Howdy, > > I was hoping someone could take an unloved port that's been sitting in > > GNATS since November of last year and commit it. The original pr number > > is 5111. I've submitted 2 fixes to the port since the original submission > > Maybe a 3rd fix is appropriate because it does not built :-) Huh? I test built this before I sent this email and AGAIN just now - it built fine on my machine (2.2-STABLE w/ make world on March 27th). Are you running -current? There are known bugs in the linux libtool that make this not compile (as I recall from some discussions w/ Chuck Robey). ********************************************************* Brett Taylor brett@peloton.physics.montana.edu http://peloton.physics.montana.edu/brett/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 31 16:29:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA04742 for freebsd-ports-outgoing; Tue, 31 Mar 1998 16:29:28 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from cabri.obs-besancon.fr (cabri.obs-besancon.fr [193.52.184.3]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id QAA04730 for ; Tue, 31 Mar 1998 16:29:20 -0800 (PST) (envelope-from jmz@cabri.obs-besancon.fr) Received: by cabri.obs-besancon.fr (5.57/Ultrix3.0-C) id AA02936; Wed, 1 Apr 98 02:32:05 +0100 Date: Wed, 1 Apr 98 02:32:05 +0100 Message-Id: <9804010132.AA02936@cabri.obs-besancon.fr> From: Jean-Marc Zucconi To: brett@peloton.physics.montana.edu Cc: ports@FreeBSD.ORG In-Reply-To: (message from Brett Taylor on Tue, 31 Mar 1998 17:01:37 -0700 (MST)) Subject: Re: unloved port X-Mailer: Emacs Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >>>>> Brett Taylor writes: > On Tue, 31 Mar 1998, Jean-Marc Zucconi wrote: >> >>>>> Brett Taylor writes: >> >> > Howdy, >> > I was hoping someone could take an unloved port that's been sitting in >> > GNATS since November of last year and commit it. The original pr number >> > is 5111. I've submitted 2 fixes to the port since the original submission >> >> Maybe a 3rd fix is appropriate because it does not built :-) > Huh? I test built this before I sent this email and AGAIN just now - it > built fine on my machine (2.2-STABLE w/ make world on March 27th). Are > you running -current? There are known bugs in the linux libtool that make > this not compile (as I recall from some discussions w/ Chuck Robey). Yes I am running current, but this looks like a config problem: it compiles only if I type 'make CC=cc' Jean-Marc _____________________________________________________________________________ Jean-Marc Zucconi Observatoire de Besancon F 25010 Besancon cedex PGP Key: finger jmz@cabri.obs-besancon.fr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 31 17:04:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA08513 for freebsd-ports-outgoing; Tue, 31 Mar 1998 17:04:59 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA08508 for ; Tue, 31 Mar 1998 17:04:58 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.HIP.Berkeley.EDU (ala-ca36-50.ix.netcom.com [207.93.42.242]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id RAA27333; Tue, 31 Mar 1998 17:04:43 -0800 (PST) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.8/8.6.9) id RAA18805; Tue, 31 Mar 1998 17:04:32 -0800 (PST) Date: Tue, 31 Mar 1998 17:04:32 -0800 (PST) Message-Id: <199804010104.RAA18805@silvia.HIP.Berkeley.EDU> To: shimon@simon-shapiro.org CC: jkh@time.cdrom.com, freebsd-ports@FreeBSD.ORG In-reply-to: (message from Simon Shapiro on Tue, 31 Mar 1998 14:49:54 -0800 (PST)) Subject: Re: Yest one more: devel/crosssco From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Simon says he's out of the business, so this is just a general announcement to others that may be listening. Actually, reports about multiple ports conflicting with each other is very useful, because that's exactly the problem we have to deal here on the package building machines. There are many that are already marked with MANUAL_PACKAGE_BUILD. If someone is trying to build the entire tree, I strongly suggest that you: (1) Define PACKAGE_BUILDING (will exclude above ports), and (2) Put system directories in front of /usr/local/bin and /usr/X11R6/bin in your PATH If something still fails, you may want to investigate further. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 31 19:05:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA25124 for freebsd-ports-outgoing; Tue, 31 Mar 1998 19:05:19 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from picnic.mat.net (picnic.mat.net [206.246.122.117]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA25108 for ; Tue, 31 Mar 1998 19:05:08 -0800 (PST) (envelope-from chuckr@glue.umd.edu) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.8.8/8.8.5) with SMTP id WAA18891; Tue, 31 Mar 1998 22:03:26 -0500 (EST) Date: Tue, 31 Mar 1998 22:03:26 -0500 (EST) From: Chuck Robey X-Sender: chuckr@localhost To: Simon Shapiro cc: freebsd-ports@FreeBSD.ORG, "Jordan K. Hubbard" Subject: Re: Yest one more: devel/crosssco In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 31 Mar 1998, Simon Shapiro wrote: > When I grew up, a program that dumps core was considered broken. Simon, I didn't say it was broken because it didn't dump core, I said your environment was broken for _building new ports_. You could expect far greater reliability if you only used packages, and didn't build on your system. > If gimp-devel breaks because gimp is installed, then the gimp-devel > dependency is that gimp CANNOT be installed. This IS within the scope of > FreeBSD ports. If this is not done, then either gimp or gimp-devel are > broken. It also tells me there is no way to build a complete ports as once > gimp is installed, gimp-devel will break. > > > It's not the port that's broken here, it's your test environment. If > > your being stubborn and saying that all ports should totally ignore > > their environment, well, this is not now and never has been true, but if > > you won't acknowldege it, I guess your next paragraph (regrettably) > > makes sense. > > I am not being stubborn. I am being inquisitive. You can tell me ``Thisis > what it is and that's it'' and I'll accept that. You can change the > documentation and specify that ports cannot be built by someone who does > not know and manipulate the contents of the packages, or you can say that > some packages are broken and you do not want to see it in the list. > I really do not care. > > Aside from telling me that my environment is broken, no one, except Dan, > suggested in which way it is broken. > > > For everyone else, ports _do_ work, within limitations. > > Within limitations they work here too. NOT ALL ports breake here. Most > build just fine. Well, I don't want to flog a dead horse, but ask people who port a lot, just how much care they have to take, so they don't pollute their environment. Another case in point: I used to have a link, /usr/X11 to /usr/X11R6. Things that worked just dandy on my system would break on other folks systems. I had to take that link out, else I wouldn't be aware of things that were broken in a port build. I just couldn't allow my system to be polluted. Heck, half the ports in the system will break, if you make one fairly common error (not making real sure you cleaned out the port completely before doing an additional test build). That's an embarrassing one which most of us have done once. If that happens, the port isn't broken, your build environment is. Systems that make use of the GNU configure scripts (and that's a great number) have to be aware of environment. ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@glue.umd.edu | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run Journey2 and picnic, both FreeBSD (301) 220-2114 | version 3.0 current -- and great FUN! ----------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 31 19:56:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA01976 for freebsd-ports-outgoing; Tue, 31 Mar 1998 19:56:09 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from sendero.simon-shapiro.org (sendero-fddi.Simon-Shapiro.ORG [206.190.148.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id TAA01943 for ; Tue, 31 Mar 1998 19:56:03 -0800 (PST) (envelope-from shimon@simon-shapiro.org) Received: (qmail 18851 invoked from network); 1 Apr 1998 04:05:03 -0000 Received: from localhost.simon-shapiro.org (HELO sendero-fxp0.simon-shapiro.org) (@127.0.0.1) by localhost.simon-shapiro.org with SMTP; 1 Apr 1998 04:05:03 -0000 Message-ID: X-Mailer: XFMail 1.3-alpha-032398 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Tue, 31 Mar 1998 20:05:02 -0800 (PST) Reply-To: shimon@simon-shapiro.org Organization: The Simon Shapiro Foundation From: Simon Shapiro To: Chuck Robey Subject: Re: Yest one more: devel/crosssco Cc: "Jordan K. Hubbard" , freebsd-ports@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 01-Apr-98 Chuck Robey wrote: > On Tue, 31 Mar 1998, Simon Shapiro wrote: > >> When I grew up, a program that dumps core was considered broken. > > Simon, I didn't say it was broken because it didn't dump core, I said > your environment was broken for _building new ports_. You could expect > far greater reliability if you only used packages, and didn't build on > your system. I am not looking for ``stability''. I was looking to build the ports. My evaluation is (and you do not have to agree) that this process is fragile, at places self-contradictory, and not anywhere near where make world, or make release are. I'll recommend to my client to not count on building their packages directory at this time, but purchase/download it. .. > Well, I don't want to flog a dead horse, but ask people who port a lot, > just how much care they have to take, so they don't pollute their > environment. Not an argument here. > Another case in point: I used to have a link, /usr/X11 to /usr/X11R6. > Things that worked just dandy on my system would break on other folks > systems. I had to take that link out, else I wouldn't be aware of > things that were broken in a port build. I just couldn't allow my > system to be polluted. > > Heck, half the ports in the system will break, if you make one fairly > common error (not making real sure you cleaned out the port completely > before doing an additional test build). That's an embarrassing one > which most of us have done once. If that happens, the port isn't > broken, your build environment is. Systems that make use of the GNU > configure scripts (and that's a great number) have to be aware of > environment. I really appreciate these explanations. I do understand them, even know about many of them. Here is my point, though. I take Jordan's advise, install a clean machine, setup cvsup on it, and checkout /usr/src. I can, without mutatation, for many, many cycles, do make world and get the system upgraded cleanly. I can do make release and get the core install images built. As long as I did not sabotage my system (by damaging some /usr/include files) this process will work. Even substantial damage can be tolerated. A good case in point is ``make release''. It really depends very little on anything else and builds itself cleanly. It is not perfect, it takes lots of time, etc. But, within reasonable care, it builds correctly day after day. If not, then 9 out of ten (in my mad environment here) it builds correctly. The ports, for good, bad, or indifferent reasons, cannot do that. The moment you declare two packages to be mutually exclusive, you declared the ports to be broken. Look at the src tree again. If I told Jordan that he cannot even compile the DPT driver, unless the AHC driver is removed from the source tree, he'll throw me out of his office. And yet, I received more than one mail in this thread telling me how building package A will render the build of package B useless. Building, mind you, not running - building. As I said, I really do not care for myself. I have done complex and messy ports. I have writen complex code. I can live with it. It would help if these dependencies and side-effects were documented. If maintainers simply had a full tree where they build, 95% of these dependencies would be discovered. I am willing to make a machine available to any ``registered'' FreeBSD maintainer, with a full build environment on it, so they can test for these interactions. They will have to remotely login, as my paycheck cannot cover shipping a machine per maintaier. Especially when it does not show up on time. BTW, this concept of build-on-a-messy-machine, i introduced into the Debian project some years ago. Simon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 31 20:15:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA04141 for freebsd-ports-outgoing; Tue, 31 Mar 1998 20:15:05 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA04136 for ; Tue, 31 Mar 1998 20:15:03 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.HIP.Berkeley.EDU (ala-ca36-50.ix.netcom.com [207.93.42.242]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id UAA27575; Tue, 31 Mar 1998 20:14:37 -0800 (PST) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.8/8.6.9) id UAA19237; Tue, 31 Mar 1998 20:14:32 -0800 (PST) Date: Tue, 31 Mar 1998 20:14:32 -0800 (PST) Message-Id: <199804010414.UAA19237@silvia.HIP.Berkeley.EDU> To: shimon@simon-shapiro.org CC: chuckr@glue.umd.edu, jkh@time.cdrom.com, freebsd-ports@FreeBSD.ORG Reply-to: /dev/null@vader.cs.berkeley.edu In-reply-to: (message from Simon Shapiro on Tue, 31 Mar 1998 20:05:02 -0800 (PST)) Subject: Re: Yest one more: devel/crosssco From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Can't we just take this off list? (What's your point anyway?) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 31 20:16:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA04512 for freebsd-ports-outgoing; Tue, 31 Mar 1998 20:16:50 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from bachue.usc.unal.edu.co ([168.176.3.20]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA04502 for ; Tue, 31 Mar 1998 20:16:47 -0800 (PST) (envelope-from giffunip@asme.org) Received: from giffuni.usc.unal.edu.co ([168.176.3.32]) by bachue.usc.unal.edu.co (Netscape Messaging Server 3.0) with SMTP id AAA9591; Tue, 31 Mar 1998 23:20:00 +0500 Message-ID: <3521BF9A.167EB0E7@asme.org> Date: Tue, 31 Mar 1998 23:16:26 -0500 From: "Pedro F. Giffuni" Organization: U. Nacional de Colombia X-Mailer: Mozilla 3.01Gold (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: shimon@simon-shapiro.org CC: freebsd-ports@FreeBSD.ORG Subject: Re: Yest one more: devel/crosssco References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Simon ; You didn't get the message: you can count on ports and packages, but you should NOT count on -current unless you are ready to fix it yourself. Use -stable or stay with the latest release. Pedro. Simon Shapiro wrote: > ... > > I am not looking for ``stability''. I was looking to build the ports. > My evaluation is (and you do not have to agree) that this process is > fragile, at places self-contradictory, and not anywhere near where make > world, or make release are. I'll recommend to my client to not count on > building their packages directory at this time, but purchase/download it. > > .. > You didn't get the message Simon: you can count on ports and packages, but you should NOT count on current unless you are ready to fix it yourself. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 31 20:26:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA06342 for freebsd-ports-outgoing; Tue, 31 Mar 1998 20:26:28 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from hilda.sci.usq.edu.au (hilda.sci.usq.edu.au [139.86.144.152]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id UAA06286 for ; Tue, 31 Mar 1998 20:26:25 -0800 (PST) (envelope-from vance@usq.edu.au) Received: (qmail 21935 invoked by uid 205); 1 Apr 1998 04:25:44 -0000 Message-ID: <19980401042544.21934.qmail@hilda.sci.usq.edu.au> X-Mailer: exmh version 2.0zeta 7/24/97 X-Face: VBG60|k'4FzQAk.lEL//A=jDc@.*^5c^^(#755qSb~E~lhP7%JOW!_)Oauu?Y(|)0Xn|UBK Wb$c5EvA>x<^g&TNFNLS9}\FDFw{F,b8%u%>Xb_2}4b}p X-PGP: RSA/---/--- 1024/49D16ABD 1997/11/04 X-PGP: RSA/---/--- 7D 43 B4 CC 96 8B 51 14 B8 28 ED 99 B5 6F 21 4B X-PGP: ---/DSS/--- 1024/6501F2F1 1997-11-04 X-PGP: ---/DSS/--- 7D65 5882 B458 4B1B E2CA F62E 99CE 9009 6501 F2F1 X-PGP: ---/---/D-H 2048/E81EAB5A 1997-11-04 X-PGP: ---/---/D-H 2161 455C 0E5A D467 D538 FBEF BB2F 3B73 E81E AB5A Organization: The University of Southern Queensland, Toowoomba X-Disclaimer: views expressed do not even purport to represent the University X-URI: http://www.sci.usq.edu.au/staff/vance/ Cc: vance@usq.edu.au To: questions@FreeBSD.ORG, ports@FreeBSD.ORG Subject: guavac port compilation Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 01 Apr 1998 14:25:44 +1000 From: Christopher JS Vance Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org PPro has 32M memory and 75M swap, running 2.2.6-S. When I try to compile the guavac port, I run out of VM. I even tried compiling in single user mode to avoid excess processes. Any suggestions, workarounds, or known problems? -- Christopher To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 31 20:45:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA09722 for freebsd-ports-outgoing; Tue, 31 Mar 1998 20:45:51 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from abby.skypoint.net (abby.skypoint.net [199.86.32.252]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA09698 for ; Tue, 31 Mar 1998 20:45:47 -0800 (PST) (envelope-from bruce@zuhause.mn.org) Received: (from uucp@localhost) by abby.skypoint.net (8.8.7/jl 1.3) with UUCP id WAA22112; Tue, 31 Mar 1998 22:45:17 -0600 (CST) Received: (from bruce@localhost) by zuhause.mn.org (8.8.8/8.8.7) id WAA07985; Tue, 31 Mar 1998 22:42:43 -0600 (CST) Date: Tue, 31 Mar 1998 22:42:43 -0600 (CST) Message-Id: <199804010442.WAA07985@zuhause.mn.org> From: Bruce Albrecht To: "Jordan K. Hubbard" Cc: shimon@simon-shapiro.org, freebsd-ports@FreeBSD.ORG Subject: Re: One more: emulators/xzx In-Reply-To: <6300.891386702@time.cdrom.com> References: <6300.891386702@time.cdrom.com> X-Mailer: VM 6.34 under 20.3 "Vatican City" XEmacs Lucid Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Jordan K. Hubbard writes: > > b. If I used this language, you will threaten me with banning from the > > lists. > > No, actually not. If you read section 25.1.3 of the handbook more > closely, you'll see that it says "Personal attacks and profanity (in > the context of an argument) are not allowed", meaning that it's > perfectly permissible to say "that system you just purchased, sir, is > unfortunately a steaming pile of &$#@%^*!" while it is not permissible > to say "You, sir, are a steaming pile of &$#@%^*! for buying such a > system and I hate you." > > We're all (well, mostly :) adults here and we occasionally use adult > language - the charter is not attempting to regulate that. It's > merely attempting to regulate the language used in personal attacks. > Perhaps I could have better worded that as "Personal attacks and > profanity (in the context of such attacks) are not allowed" since that > is how it was meant. Maybe so, Jordan, but as someone who is regularly recognized as a spokesman for the FreeBSD core team, I consider it less than professional for you to use profanity when other phrases will do, e.g., "Your tree is seriously broken", when responding to messages in the mailing list. I hardly think that someone from Sun, or even the Evil Empire itself, would use profanity in response to an error report, even if the person had sent numerous bogus reports. I guess that in a volunteer organization, it's hard to get reprimanded by superiors, or fired. On a related subject, I'm also annoyed with the way some rugrats camp in the #FreeBSD IRC channel and spend most of their time talking about their sex lives, or lack thereof (if one excludes onanism). This, too, provides a poor image of FreeBSD to someone who is trying to learn more about FreeBSD. I think it takes a lot of postive PR to undo the damage created with casual profanity used here and on IRC, especially when we're trying to convince others that FreeBSD is a better alternative to commercial operating systems. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 31 20:47:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA09837 for freebsd-ports-outgoing; Tue, 31 Mar 1998 20:47:27 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from picnic.mat.net (picnic.mat.net [206.246.122.117]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA09831 for ; Tue, 31 Mar 1998 20:47:24 -0800 (PST) (envelope-from chuckr@glue.umd.edu) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.8.8/8.8.5) with SMTP id XAA19074; Tue, 31 Mar 1998 23:45:03 -0500 (EST) Date: Tue, 31 Mar 1998 23:45:03 -0500 (EST) From: Chuck Robey X-Sender: chuckr@localhost To: Simon Shapiro cc: "Jordan K. Hubbard" , freebsd-ports@FreeBSD.ORG Subject: Re: Yest one more: devel/crosssco In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 31 Mar 1998, Simon Shapiro wrote: > As I said, I really do not care for myself. I have done complex and messy > ports. I have writen complex code. I can live with it. It would help if > these dependencies and side-effects were documented. If maintainers simply > had a full tree where they build, 95% of these dependencies would be > discovered. I am willing to make a machine available to any ``registered'' > FreeBSD maintainer, with a full build environment on it, so they can test > for these interactions. They will have to remotely login, as my paycheck > cannot cover shipping a machine per maintaier. Especially when it does not > show up on time. BTW, this concept of build-on-a-messy-machine, i > introduced into the Debian project some years ago. Tell me more about that last thing. Were you making something build that you had full control of, or were you adapting something that you didn't write, and couldn't control completely (like a port) to build in any environment? If you were talking about their souce code, I'm not impressed (you could control that well enough), but if you were talking about, say, a huge project (like octave, many megs of code in size, and NOT under FreeBSD control) then I'm interested. > > > Simon > > > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@glue.umd.edu | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run Journey2 and picnic, both FreeBSD (301) 220-2114 | version 3.0 current -- and great FUN! ----------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 31 20:50:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA10541 for freebsd-ports-outgoing; Tue, 31 Mar 1998 20:50:38 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from picnic.mat.net (picnic.mat.net [206.246.122.117]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA10535 for ; Tue, 31 Mar 1998 20:50:32 -0800 (PST) (envelope-from chuckr@glue.umd.edu) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.8.8/8.8.5) with SMTP id XAA19083; Tue, 31 Mar 1998 23:47:52 -0500 (EST) Date: Tue, 31 Mar 1998 23:47:52 -0500 (EST) From: Chuck Robey X-Sender: chuckr@localhost To: /dev/null@vader.cs.berkeley.edu cc: shimon@simon-shapiro.org, jkh@time.cdrom.com, freebsd-ports@FreeBSD.ORG Subject: Re: Yest one more: devel/crosssco In-Reply-To: <199804010414.UAA19237@silvia.HIP.Berkeley.EDU> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 31 Mar 1998, Satoshi Asami wrote: > Can't we just take this off list? (What's your point anyway?) I didn't see that until that last post.... OK, I'm stopping now. > > Satoshi > > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@glue.umd.edu | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run Journey2 and picnic, both FreeBSD (301) 220-2114 | version 3.0 current -- and great FUN! ----------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 31 22:13:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA20008 for freebsd-ports-outgoing; Tue, 31 Mar 1998 22:13:37 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from hilda.sci.usq.edu.au (hilda.sci.usq.edu.au [139.86.144.152]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id WAA19980 for ; Tue, 31 Mar 1998 22:13:30 -0800 (PST) (envelope-from vance@usq.edu.au) Received: (qmail 2050 invoked by uid 205); 1 Apr 1998 06:12:55 -0000 Message-ID: <19980401061255.2048.qmail@hilda.sci.usq.edu.au> X-Mailer: exmh version 2.0zeta 7/24/97 X-Face: VBG60|k'4FzQAk.lEL//A=jDc@.*^5c^^(#755qSb~E~lhP7%JOW!_)Oauu?Y(|)0Xn|UBK Wb$c5EvA>x<^g&TNFNLS9}\FDFw{F,b8%u%>Xb_2}4b}p X-PGP: RSA/---/--- 1024/49D16ABD 1997/11/04 X-PGP: RSA/---/--- 7D 43 B4 CC 96 8B 51 14 B8 28 ED 99 B5 6F 21 4B X-PGP: ---/DSS/--- 1024/6501F2F1 1997-11-04 X-PGP: ---/DSS/--- 7D65 5882 B458 4B1B E2CA F62E 99CE 9009 6501 F2F1 X-PGP: ---/---/D-H 2048/E81EAB5A 1997-11-04 X-PGP: ---/---/D-H 2161 455C 0E5A D467 D538 FBEF BB2F 3B73 E81E AB5A Organization: The University of Southern Queensland, Toowoomba X-Disclaimer: views expressed do not even purport to represent the University X-URI: http://www.sci.usq.edu.au/staff/vance/ Cc: vance@usq.edu.au To: questions@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: guavac port compilation In-reply-to: Your message of Wed, 01 Apr 1998 14:25:44 +1000. <19980401042544.21934.qmail@hilda.sci.usq.edu.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 01 Apr 1998 16:12:55 +1000 From: Christopher JS Vance Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <19980401042544.21934.qmail@hilda.sci.usq.edu.au>, Christopher JS Va nce wrote: | When I try to compile the guavac port, I run out of VM. | | I even tried compiling in single user mode to avoid excess processes. | | Any suggestions, workarounds, or known problems? My limits(1) were off, possibly because of ssh. It's all compiled now, ta. -- Christopher To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 31 22:23:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA21496 for freebsd-ports-outgoing; Tue, 31 Mar 1998 22:23:34 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from asteroid.svib.ru (root@asteroid.svib.ru [195.151.166.145]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA21488 for ; Tue, 31 Mar 1998 22:23:24 -0800 (PST) (envelope-from tarkhil@asteroid.svib.ru) Received: from minas-tirith.pol.ru (shuttle.svib.ru [195.151.166.144]) by asteroid.svib.ru (8.8.8/8.8.8) with ESMTP id KAA19897 for ; Wed, 1 Apr 1998 10:23:06 +0400 (MSD) (envelope-from tarkhil@asteroid.svib.ru) Received: from minas-tirith.pol.ru (minas-tirith.pol.ru [127.0.0.1]) by minas-tirith.pol.ru (8.8.8/8.8.7) with ESMTP id KAA24160 for ; Wed, 1 Apr 1998 10:23:39 +0400 (MSD) (envelope-from tarkhil@minas-tirith.pol.ru) Message-Id: <199804010623.KAA24160@minas-tirith.pol.ru> X-Mailer: exmh version 2.0.1 12/23/97 To: ports@FreeBSD.ORG Subject: Re: Netscape sources finally released In-reply-to: Your message "Tue, 31 Mar 1998 14:00:38 -0800." <5660.891381638@time.cdrom.com> Reply-To: tarkhil@asteroid.svib.ru Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 01 Apr 1998 10:23:38 +0400 From: Alex Povolotsky Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org <5660.891381638@time.cdrom.com>"Jordan K. Hubbard" writes: >> fetch, fetch, FETCH...;-) > >I'm mirroring this to ftp://ftp.cdrom.com/pub/mozilla right now. Russian Mirror is at freebsd.svib.ru. Alex. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 31 22:26:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA22039 for freebsd-ports-outgoing; Tue, 31 Mar 1998 22:26:52 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA22033 for ; Tue, 31 Mar 1998 22:26:48 -0800 (PST) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id WAA15116; Tue, 31 Mar 1998 22:25:40 -0800 (PST) (envelope-from jkh@time.cdrom.com) To: Bruce Albrecht cc: shimon@simon-shapiro.org, freebsd-ports@FreeBSD.ORG Subject: Re: One more: emulators/xzx In-reply-to: Your message of "Tue, 31 Mar 1998 22:42:43 CST." <199804010442.WAA07985@zuhause.mn.org> Date: Tue, 31 Mar 1998 22:25:40 -0800 Message-ID: <15112.891411940@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Maybe so, Jordan, but as someone who is regularly recognized as a > spokesman for the FreeBSD core team, I consider it less than > professional for you to use profanity when other phrases will do, Perhaps so, but then if I was a traditional grey-striped suit type then I probably wouldn't even BE here, so you should at least take context into account. > report, even if the person had sent numerous bogus reports. I guess > that in a volunteer organization, it's hard to get reprimanded by > superiors, or fired. No, it's far easier just to walk away and quit, which is why we try not to be too hard on people for things like this. As I said before, personal attacks are right out, but if someone wants to use the occasional four-letter word in this channel then I don't think it quite constitutes grounds for writing indignant letters to Miss Manners. > On a related subject, I'm also annoyed with the way some rugrats camp > in the #FreeBSD IRC channel and spend most of their time talking about > their sex lives, or lack thereof (if one excludes onanism). This, > too, provides a poor image of FreeBSD to someone who is trying to > learn more about FreeBSD. Erm... Your point being? We should appoint IRC police, perhaps, to make sure that discussion in such anarchistic forums follows more acceptable lines? One hardly requires the cognitive abilities of Albert Einstein to know that such a scheme would work not at all, even if someone foolish enough to try to administer IRC could be found. > I think it takes a lot of postive PR to undo the damage created with > casual profanity used here and on IRC, especially when we're trying to > convince others that FreeBSD is a better alternative to commercial > operating systems. My advice is to simply live with it and learn how and where freeware or other volunteer projects diverge from their more staid corporate brethren. That and perhaps also learn which Internet forums are simply unregulable and foolish to complain about. IRC, as an example, is and has been a CESSPOOL for years, and if you're there looking for quality information then you're already very much in the wrong place and should leave quickly. FreeBSD *is* a better alternative to many commercial operating systems, but its merits are more properly weighed on technical grounds rather than the extremely diverse views and commentary of its developers (or, for that matter, users). Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 31 23:40:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA05282 for freebsd-ports-outgoing; Tue, 31 Mar 1998 23:40:03 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA05239; Tue, 31 Mar 1998 23:40:01 -0800 (PST) (envelope-from gnats) Received: from rich.chel.su (mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA01981 for ; Tue, 31 Mar 1998 23:19:27 -0800 (PST) (envelope-from andy@icc.surw.chel.su) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by rich.chel.su (8.7.2/Murphy) with ESMTP id NAA27632 for ; Wed, 1 Apr 1998 13:12:31 +0600 (UDT) Received: (from andy@localhost) by icc.surw.chel.su (8.8.5/8.8.4) id LAA01558; Wed, 1 Apr 1998 11:13:49 +0400 (MSD) Message-Id: <199804010713.LAA01558@icc.surw.chel.su> Date: Wed, 1 Apr 1998 11:13:49 +0400 (MSD) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6186: New port: xothello-0.01 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6186 >Category: ports >Synopsis: New port: xothello-0.01 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Mar 31 23:40:00 PST 1998 >Last-Modified: >Originator: Andrey Zakhvatov >Organization: South Ural Railway ICC >Release: FreeBSD 2.2.2-RELEASE i386 >Environment: >Description: This is a port of Othello aka Reversi game for X Window. # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # xothello-0.01 # xothello-0.01/Makefile # xothello-0.01/files # xothello-0.01/files/md5 # xothello-0.01/patches # xothello-0.01/patches/patch-aa # xothello-0.01/patches/patch-ab # xothello-0.01/pkg # xothello-0.01/pkg/PLIST # xothello-0.01/pkg/COMMENT # xothello-0.01/pkg/DESCR # echo c - xothello-0.01 mkdir -p xothello-0.01 > /dev/null 2>&1 echo x - xothello-0.01/Makefile sed 's/^X//' >xothello-0.01/Makefile << 'END-of-xothello-0.01/Makefile' X# New ports collection makefile for: xothello X# Version required: 0.01 X# Date created: 31 March 1998 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= xothello XPKGNAME= xothello-0.01 XCATEGORIES= games x11 XMASTER_SITES= http://makosteszta.sote.hu/linux/othello/ XEXTRACT_SUFX= .tgz X XMAINTAINER= andy@icc.surw.chel.su X XLIB_DEPENDS= xforms\\.0\\.:${PORTSDIR}/x11/xforms X XUSE_X11= yes X Xpre-build: X @ ${RM} ${WRKSRC}/xothello X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKSRC}/xothello ${PREFIX}/bin X X.include END-of-xothello-0.01/Makefile echo c - xothello-0.01/files mkdir -p xothello-0.01/files > /dev/null 2>&1 echo x - xothello-0.01/files/md5 sed 's/^X//' >xothello-0.01/files/md5 << 'END-of-xothello-0.01/files/md5' XMD5 (xothello.tgz) = d5f8379eaf04286982ef064a324a3b7d END-of-xothello-0.01/files/md5 echo c - xothello-0.01/patches mkdir -p xothello-0.01/patches > /dev/null 2>&1 echo x - xothello-0.01/patches/patch-aa sed 's/^X//' >xothello-0.01/patches/patch-aa << 'END-of-xothello-0.01/patches/patch-aa' X--- Makefile Sat Feb 15 18:00:15 1997 X+++ /home/andy/tmp/wrk/Makefile Tue Mar 31 22:10:19 1998 X@@ -25,7 +25,7 @@ X X CFLAGS = $(CCFLAG) $(XINCLUDE) X LDFLAGS = $(LDFLAG) X-LIBS = -lforms $(SYSLIB) $(XLIB) X+LIBS = -lxforms $(SYSLIB) $(XLIB) X X #================================================================= X END-of-xothello-0.01/patches/patch-aa echo x - xothello-0.01/patches/patch-ab sed 's/^X//' >xothello-0.01/patches/patch-ab << 'END-of-xothello-0.01/patches/patch-ab' X--- xothello.c Sat Feb 15 18:01:04 1997 X+++ /home/andy/tmp/wrk/xothello.c Tue Mar 31 22:17:37 1998 X@@ -618,7 +618,7 @@ X void X Usage(void) X { X- USEPRT("Usage: othello [options]\n\n"); X+ USEPRT("Usage: xothello [options]\n\n"); X USEPRT("Options:\n"); X USEPRT(" -level [default=3, min=1, max=9]\n"); X USEPRT(" -changexo\n"); END-of-xothello-0.01/patches/patch-ab echo c - xothello-0.01/pkg mkdir -p xothello-0.01/pkg > /dev/null 2>&1 echo x - xothello-0.01/pkg/PLIST sed 's/^X//' >xothello-0.01/pkg/PLIST << 'END-of-xothello-0.01/pkg/PLIST' Xbin/xothello END-of-xothello-0.01/pkg/PLIST echo x - xothello-0.01/pkg/COMMENT sed 's/^X//' >xothello-0.01/pkg/COMMENT << 'END-of-xothello-0.01/pkg/COMMENT' XOthello aka Reversi game for X Window. END-of-xothello-0.01/pkg/COMMENT echo x - xothello-0.01/pkg/DESCR sed 's/^X//' >xothello-0.01/pkg/DESCR << 'END-of-xothello-0.01/pkg/DESCR' X Othello aka Reversi game for X Window. END-of-xothello-0.01/pkg/DESCR exit >How-To-Repeat: >Fix: Please, chexk and commit this port. >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 31 23:47:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA06127 for freebsd-ports-outgoing; Tue, 31 Mar 1998 23:47:55 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from sendero.simon-shapiro.org (sendero-fddi.Simon-Shapiro.ORG [206.190.148.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id XAA06053 for ; Tue, 31 Mar 1998 23:47:22 -0800 (PST) (envelope-from shimon@simon-shapiro.org) Received: (qmail 24021 invoked from network); 1 Apr 1998 07:56:00 -0000 Received: from localhost.simon-shapiro.org (HELO sendero-fxp0.simon-shapiro.org) (@127.0.0.1) by localhost.simon-shapiro.org with SMTP; 1 Apr 1998 07:56:00 -0000 Message-ID: X-Mailer: XFMail 1.3-alpha-032998 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199804010623.KAA24160@minas-tirith.pol.ru> Date: Tue, 31 Mar 1998 23:56:00 -0800 (PST) Reply-To: shimon@simon-shapiro.org Organization: The Simon Shapiro Foundation From: Simon Shapiro To: Alex Povolotsky Subject: Re: Netscape sources finally released Cc: ports@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 01-Apr-98 Alex Povolotsky wrote: > <5660.891381638@time.cdrom.com>"Jordan K. Hubbard" writes: >>> fetch, fetch, FETCH...;-) >> >>I'm mirroring this to ftp://ftp.cdrom.com/pub/mozilla right now. Not there... Dead symlink To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 31 23:56:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA06918 for freebsd-ports-outgoing; Tue, 31 Mar 1998 23:56:21 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA06913 for ; Tue, 31 Mar 1998 23:56:19 -0800 (PST) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id XAA26258; Tue, 31 Mar 1998 23:53:33 -0800 (PST) (envelope-from jkh@time.cdrom.com) To: shimon@simon-shapiro.org cc: Alex Povolotsky , ports@FreeBSD.ORG Subject: Re: Netscape sources finally released In-reply-to: Your message of "Tue, 31 Mar 1998 23:56:00 PST." Date: Tue, 31 Mar 1998 23:53:33 -0800 Message-ID: <26255.891417213@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Not there yet due to overloaded mirrors. :( > > On 01-Apr-98 Alex Povolotsky wrote: > > <5660.891381638@time.cdrom.com>"Jordan K. Hubbard" writes: > >>> fetch, fetch, FETCH...;-) > >> > >>I'm mirroring this to ftp://ftp.cdrom.com/pub/mozilla right now. > > Not there... Dead symlink > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 1 00:25:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA11902 for freebsd-ports-outgoing; Wed, 1 Apr 1998 00:25:01 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from sendero.simon-shapiro.org (sendero-fddi.Simon-Shapiro.ORG [206.190.148.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id AAA11606 for ; Wed, 1 Apr 1998 00:23:58 -0800 (PST) (envelope-from shimon@simon-shapiro.org) Received: (qmail 24493 invoked from network); 1 Apr 1998 08:32:08 -0000 Received: from localhost.simon-shapiro.org (HELO sendero-fxp0.simon-shapiro.org) (@127.0.0.1) by localhost.simon-shapiro.org with SMTP; 1 Apr 1998 08:32:08 -0000 Message-ID: X-Mailer: XFMail 1.3-alpha-032998 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <26255.891417213@time.cdrom.com> Date: Wed, 01 Apr 1998 00:32:08 -0800 (PST) Reply-To: shimon@simon-shapiro.org Organization: The Simon Shapiro Foundation From: Simon Shapiro To: "Jordan K. Hubbard" Subject: Re: Netscape sources finally released Cc: ports@FreeBSD.ORG, Alex Povolotsky Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 01-Apr-98 Jordan K. Hubbard wrote: > Not there yet due to overloaded mirrors. :( I am pulling it off ftp.mozilla.org. ftp.cdrom.com has ben naughty all day today. ---------- Sincerely Yours, Simon Shapiro Shimon@Simon-Shapiro.ORG Voice: 503.799.2313 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 1 00:46:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA15699 for freebsd-ports-outgoing; Wed, 1 Apr 1998 00:46:07 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA15688 for ; Wed, 1 Apr 1998 00:46:06 -0800 (PST) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id AAA26549; Wed, 1 Apr 1998 00:46:00 -0800 (PST) (envelope-from jkh@time.cdrom.com) To: shimon@simon-shapiro.org cc: ports@FreeBSD.ORG, Alex Povolotsky Subject: Re: Netscape sources finally released In-reply-to: Your message of "Wed, 01 Apr 1998 00:32:08 PST." Date: Wed, 01 Apr 1998 00:46:00 -0800 Message-ID: <26546.891420360@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Well, I finally got it all there in any case. :-) > > On 01-Apr-98 Jordan K. Hubbard wrote: > > Not there yet due to overloaded mirrors. :( > > I am pulling it off ftp.mozilla.org. ftp.cdrom.com has ben naughty all day > today. > > > ---------- > > > Sincerely Yours, > > Simon Shapiro > Shimon@Simon-Shapiro.ORG Voice: 503.799.2313 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 1 04:00:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA12872 for freebsd-ports-outgoing; Wed, 1 Apr 1998 04:00:03 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA12865; Wed, 1 Apr 1998 04:00:02 -0800 (PST) (envelope-from gnats) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA12310; Wed, 1 Apr 1998 03:54:29 -0800 (PST) (envelope-from nobody) Message-Id: <199804011154.DAA12310@hub.freebsd.org> Date: Wed, 1 Apr 1998 03:54:29 -0800 (PST) From: pc@inr.fzk.de To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/6190: sdr-2.4a7 (and 2.3a1) : Calendar doesn't work right (+ "fix") Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6190 >Category: ports >Synopsis: sdr-2.4a7 (and 2.3a1) : Calendar doesn't work right (+ "fix") >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Apr 1 04:00:01 PST 1998 >Last-Modified: >Originator: Peter Cornelius >Organization: Forschungszentrum Karlsruhe >Release: FreeBSD 2.2.5-RELEASE >Environment: FreeBSD inr-delphi.fzk.de 2.2.5-RELEASE FreeBSD 2.2.5-RELEASE #0: Fri Jan 23 20:26:48 CET 1998 root@inr-delphi.fzk.de:/usr/src/sys/compile/INR-DELPHI i386 (but with some more recent sys sources) >Description: Calling 'Calendar' from the sdr menu, a error tcl window pops open saying setlocale: file not found or something like that. The (other) window that supposedly shows the calendar then stays empty. This is probably a more general problem, but so far I haven't had the time to track it down. For now, I can live with my "fix". This also occurs on a "clean" 2.2.5R machine that I use at home (also Pentium w/. 32 MB RAM). All I did was to throw away the error message. Obviously, this doesn't cure the problem, but it makes its symptoms go away. >How-To-Repeat: Click 'Calendar' button in sdr. >Fix: Here's a diff -c sdr.tcl sdr.tcl.orig, made in ${WRKSRC}/src/: *** sdr.tcl Wed Apr 1 13:27:34 1998 --- sdr.tcl.orig Wed Apr 1 12:47:04 1998 *************** *** 3126,3132 **** incr mon -12 incr year } ! set cal [exec cal $mon $year 2>/dev/null] .cal.f0.c addtag mon$i withtag \ [.cal.f0.c create text [expr $i*$fw*32] 0 -anchor nw\ -fill $fg -font $font] --- 3126,3132 ---- incr mon -12 incr year } ! set cal [exec cal $mon $year] .cal.f0.c addtag mon$i withtag \ [.cal.f0.c create text [expr $i*$fw*32] 0 -anchor nw\ -fill $fg -font $font] >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 1 11:28:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA01108 for freebsd-ports-outgoing; Wed, 1 Apr 1998 11:28:19 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from gilberto.physik.RWTH-Aachen.DE (gilberto.physik.rwth-aachen.de [137.226.30.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA01088; Wed, 1 Apr 1998 11:28:09 -0800 (PST) (envelope-from kuku@gilberto.physik.RWTH-Aachen.DE) Received: (from kuku@localhost) by gilberto.physik.RWTH-Aachen.DE (8.8.7/8.8.7) id VAA02535; Wed, 1 Apr 1998 21:30:03 +0200 (MEST) (envelope-from kuku) Date: Wed, 1 Apr 1998 21:30:03 +0200 (MEST) From: Christoph Kukulies Message-Id: <199804011930.VAA02535@gilberto.physik.RWTH-Aachen.DE> To: freebsd-ports@freefall.FreeBSD.org, freebsd-scsi@FreeBSD.ORG Subject: graphics/sane scanner frontend Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The sane (0.61) port is marked BROKEN. it says it doesn't link against our gtk. Since I'm running gimp/gtk the very latest it seems that sane-0.71 could be made working with little effort. I compiled and linked everything and there were only some minor nits: 1\ sanei/sanei_ab306.c: static __inline__ void outb (u_char value, u_long port) { __asm__ __volatile__ ("outb %0,%1" : : "a" (value), "d" ((u_short) port)); } ^ ^ parens missing (I'm not sure whether putting parens there changes something but I believe not) 2\ patch-01/patch-02 applied by hand. 3\ sanei/sanei_scsi.c: #if USE == BSD_INTERFACE # ifndef HAVE_SCSIREQ_ENTER <<<<<< this is defined in config.h static int scsireq_enter (int fd, scsireq_t *hdr) { return ioctl (fd, SCIOCCOMMAND, hdr); } # endif /* !HAVE_SCSIREQ_ENTER */ resulting later in scsireq_enter not being found. I don't know too much about the scsi library that I can tell whether the above substitution is allowed. undefining HAVE_SCSIREQ_ENTER gets it compiled and linked. Now the harder part: What is this libtool horror? This seems to me the greatest mess since Bill Gates invented the DLL. Anyway, seems we have to live with that. But libtool all the time says something about a buggy linker and finally the front- and backends do not get correctly installed. The wrapper /usr/local/bin/xscanimage doesn't find the binary in /usr/local/bin/.libs. Is the port maintainer co-reading? -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 1 13:25:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA16726 for freebsd-ports-outgoing; Wed, 1 Apr 1998 13:25:31 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from news1.gtn.com (news1.gtn.com [192.109.159.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA16691 for ; Wed, 1 Apr 1998 13:25:19 -0800 (PST) (envelope-from andreas@klemm.gtn.com) Received: (from uucp@localhost) by news1.gtn.com (8.8.6/8.8.6) with UUCP id XAA28726; Wed, 1 Apr 1998 23:15:06 +0200 (MET DST) Received: (from andreas@localhost) by klemm.gtn.com (8.8.8/8.8.7) id WAA27042; Wed, 1 Apr 1998 22:20:39 +0200 (CEST) (envelope-from andreas) Message-ID: <19980401222039.26839@klemm.gtn.com> Date: Wed, 1 Apr 1998 22:20:39 +0200 From: Andreas Klemm To: "Pedro F. Giffuni" , ports@FreeBSD.ORG Subject: Re: Netscape sources finally released References: <35214A69.167EB0E7@asme.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <35214A69.167EB0E7@asme.org>; from Pedro F. Giffuni on Tue, Mar 31, 1998 at 02:56:25PM -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 Precedence: bulk X-Loop: FreeBSD.org On Tue, Mar 31, 1998 at 02:56:25PM -0500, Pedro F. Giffuni wrote: > fetch, fetch, FETCH...;-) > Is somebody starting a FreeBSD port ? -- Andreas Klemm http://www.FreeBSD.ORG/~andreas powered by ,,symmetric multiprocessor FreeBSD'' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 1 13:45:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA20403 for freebsd-ports-outgoing; Wed, 1 Apr 1998 13:45:24 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA20367 for ; Wed, 1 Apr 1998 13:44:39 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id WAA09734; Wed, 1 Apr 1998 22:43:37 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id XAA11564; Wed, 1 Apr 1998 23:44:18 +0200 (MET DST) Message-ID: <19980401234302.29227@follo.net> Date: Wed, 1 Apr 1998 23:43:02 +0200 From: Eivind Eklund To: Andreas Klemm , "Pedro F. Giffuni" , ports@FreeBSD.ORG Subject: Re: Netscape sources finally released References: <35214A69.167EB0E7@asme.org> <19980401222039.26839@klemm.gtn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <19980401222039.26839@klemm.gtn.com>; from Andreas Klemm on Wed, Apr 01, 1998 at 10:20:39PM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Apr 01, 1998 at 10:20:39PM +0200, Andreas Klemm wrote: > On Tue, Mar 31, 1998 at 02:56:25PM -0500, Pedro F. Giffuni wrote: > > fetch, fetch, FETCH...;-) > > > > Is somebody starting a FreeBSD port ? http://www.freebsd.org/~eivind/moz_port.tgz It builds (for everybody except Jordan :-), but as unstable as that program generally is (and as touchy on build issues as it seems to be), I've chosen not to commit it (and not to build a PLIST). If you want to commit it (and take responsibility as maintainer ;-), feel free. Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 1 18:04:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA24635 for freebsd-ports-outgoing; Wed, 1 Apr 1998 18:04:14 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from arh0300.urh.uiuc.edu (arh0300.urh.uiuc.edu [130.126.72.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA24630 for ; Wed, 1 Apr 1998 18:04:11 -0800 (PST) (envelope-from dannyman@arh0300.urh.uiuc.edu) Received: (from dannyman@localhost) by arh0300.urh.uiuc.edu (8.8.8/8.8.5) id UAA22265; Wed, 1 Apr 1998 20:04:13 -0600 (CST) Message-ID: <19980401200413.09364@arh0300.urh.uiuc.edu> Date: Wed, 1 Apr 1998 20:04:13 -0600 From: dannyman To: Eivind Eklund , Andreas Klemm , "Pedro F. Giffuni" , ports@FreeBSD.ORG Subject: Re: Netscape sources finally released Mail-Followup-To: Eivind Eklund , Andreas Klemm , "Pedro F. Giffuni" , ports@FreeBSD.ORG References: <35214A69.167EB0E7@asme.org> <19980401222039.26839@klemm.gtn.com> <19980401234302.29227@follo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i In-Reply-To: <19980401234302.29227@follo.net>; from Eivind Eklund on Wed, Apr 01, 1998 at 11:43:02PM +0200 X-Loop: djhoward@uiuc.edu X-URL: http://www.uiuc.edu/ph/www/djhoward/ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Apr 01, 1998 at 11:43:02PM +0200, Eivind Eklund wrote: > On Wed, Apr 01, 1998 at 10:20:39PM +0200, Andreas Klemm wrote: > > On Tue, Mar 31, 1998 at 02:56:25PM -0500, Pedro F. Giffuni wrote: > > > fetch, fetch, FETCH...;-) > > > > > > > Is somebody starting a FreeBSD port ? > > http://www.freebsd.org/~eivind/moz_port.tgz > > It builds (for everybody except Jordan :-), but as unstable as that program > generally is (and as touchy on build issues as it seems to be), I've chosen > not to commit it (and not to build a PLIST). doesn't build for me neither, but i think my computer's on crack anyway. (shhhh, don't tell it that!) -- // dannyman yori aiokomete || Our Honored Symbol deserves \\/ http://www.dannyland.org/~dannyman/ || an Honorable Retirement (UIUC) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 1 18:57:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA02863 for freebsd-ports-outgoing; Wed, 1 Apr 1998 18:57:50 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [128.120.56.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA02858; Wed, 1 Apr 1998 18:57:48 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: from dragon.nuxi.com (d60-090.leach.ucdavis.edu [169.237.60.90]) by relay.nuxi.com (8.8.7/8.6.12) with ESMTP id SAA12453; Wed, 1 Apr 1998 18:57:28 -0800 (PST) Received: (from obrien@localhost) by dragon.nuxi.com (8.8.8/8.7.3) id CAA01899; Thu, 2 Apr 1998 02:57:27 GMT Message-ID: <19980401185727.07885@nuxi.com> Date: Wed, 1 Apr 1998 18:57:27 -0800 From: "David O'Brien" To: ports@FreeBSD.ORG Cc: mike@smith.net.au, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: Re: cvs commit: ports/editors/staroffice Makefile Reply-To: obrien@NUXI.com References: <199804010441.UAA02507@dingo.cdrom.com> <199804010447.UAA19393@silvia.HIP.Berkeley.EDU> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <199804010447.UAA19393@silvia.HIP.Berkeley.EDU>; from Satoshi Asami on Tue, Mar 31, 1998 at 08:47:51PM -0800 X-Warning: Mutt Bites! X-Operating-System: FreeBSD 2.2.6-STABLE Organization: The NUXI *BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > * 4.x can't be > * redistributed at all, which is why it's not been replaced. 8( > > Well, you can always make it a RESTRICTED port in addition to > staroffice3. I can do a repository copy (staroffice -> staroffice4) > if you want to do that. I've got the dist to start work on upgrading StarOffice to 4.0. Has anybody else started working on this? -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 1 19:10:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA04275 for freebsd-ports-outgoing; Wed, 1 Apr 1998 19:10:03 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA04260; Wed, 1 Apr 1998 19:10:01 -0800 (PST) (envelope-from gnats) Date: Wed, 1 Apr 1998 19:10:01 -0800 (PST) Message-Id: <199804020310.TAA04260@hub.freebsd.org> To: freebsd-ports Cc: From: Tim Vanderhoek Subject: Re: ports/6159: New port: xskewb-5.4.3 Reply-To: Tim Vanderhoek Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/6159; it has been noted by GNATS. From: Tim Vanderhoek To: Andrey Zakhvatov Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/6159: New port: xskewb-5.4.3 Date: Wed, 1 Apr 1998 22:05:54 -0500 (EST) On Sun, 29 Mar 1998, Andrey Zakhvatov wrote: > Xthere are 5 pieces, 4 corner pieces and one diamond piece in > Xthe center. The was designed by Uwe Meffert and called the > XPyraminx Cube. Douglas Hofstadter later coined it a Skewb and When copying pkg/DESCR from a manpage (as is dis-satisfiyingly common), please make sure that it makes sense in the context of pkg/DESCR. Also, for consistency, lines shouldn't be justified ---two spaces after a period, one space after everything else. -- tIM...HOEk OPTIMIZATION: the process of using many one-letter variables names hoping that the resultant code will run faster. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 1 19:10:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA04278 for freebsd-ports-outgoing; Wed, 1 Apr 1998 19:10:03 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA04266; Wed, 1 Apr 1998 19:10:02 -0800 (PST) (envelope-from gnats) Date: Wed, 1 Apr 1998 19:10:02 -0800 (PST) Message-Id: <199804020310.TAA04266@hub.freebsd.org> To: freebsd-ports Cc: From: Tim Vanderhoek Subject: Re: ports/6155: new port: emulators/vice, Versatile Commodore 8-bit Emulator Reply-To: Tim Vanderhoek Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/6155; it has been noted by GNATS. From: Tim Vanderhoek To: dchapes@ddm.on.ca Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/6155: new port: emulators/vice, Versatile Commodore 8-bit Emulator Date: Wed, 1 Apr 1998 21:49:18 -0500 (EST) On Sat, 28 Mar 1998 dchapes@ddm.on.ca wrote: > I wasn't 100% positive about how to do the bin and man symlinks. What > I've done works but may not be the best way. Someone who knows for sure > should take a peek at the Makefile and the packaging list. If you think that the manpages need those links, then I can't think of any particularly better way of doing it. > X.if defined(NOMANCOMPRESS) > X ${LN} -sf vice.1 ${PREFIX}/man/man1/x64.1 > X ${LN} -sf vice.1 ${PREFIX}/man/man1/xvic.1 Uh, shouldn't this be ${LN} -sf ${PREFIX}/man/man1/vice.1 ${PREFIX}/man/man1/x64.1 etc. > X-#if defined __MSDOS__ || (defined HAVE_JOYSTICK_H && defined __linux__) > X+#if defined __MSDOS__ || defined HAVE_JOYSTICK_H I trust these patches are, of course, submitted to the original maintainers... :-) > sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' > XVICE 0.14.1 = Versatile Commodore 8-bit Emulator No. This should be "A versatile Commodore 8-bit emulator." or just "Versatile Commodore 8-bit emulator." I don't know why we put a period there, but... ;-) > sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' [...] > XThe ROM files in the `C64', `PET' and `VIC20' directories are > XCopyright (c) by Commodore Business Machines. May we distribute these files (I seem to remember that frodo (or whatever other emulator) isn't distributed for the same reason)? Do we need to add RESTRICTED? > X > XNOTE: When compiling on FreeBSD some source files cause gcc to go over the > Xdefault memory limits. Either fix /etc/login.conf or temporaryily adjust > Xthe limits with your shells limit command ("unlimit" works in [t]csh). > END-of-./pkg/DESCR If you'd tried running portlint before submitting the port, it might have told you that pkg/DESCR is too long. That'd be because you don't need to include this NOTE. I don't believe any of the other ports that also cause gcc to grow large, Large, LARGE, include similar notes. I think pkg/DESCR is used more by people who are installing from binary packagers than by people who are building the ports themselves. -- tIM...HOEk OPTIMIZATION: the process of using many one-letter variables names hoping that the resultant code will run faster. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 1 19:59:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA10057 for freebsd-ports-outgoing; Wed, 1 Apr 1998 19:59:38 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA10027; Wed, 1 Apr 1998 19:59:05 -0800 (PST) (envelope-from hoek@FreeBSD.org) From: Tim Vanderhoek Received: (from hoek@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA11494; Wed, 1 Apr 1998 19:57:18 -0800 (PST) Date: Wed, 1 Apr 1998 19:57:18 -0800 (PST) Message-Id: <199804020357.TAA11494@freefall.freebsd.org> To: andy@icc.surw.chel.su, hoek@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/6159 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: xskewb-5.4.3 State-Changed-From-To: open-closed State-Changed-By: hoek State-Changed-When: Wed Apr 1 19:57:03 PST 1998 State-Changed-Why: Imported, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 1 21:30:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA22880 for freebsd-ports-outgoing; Wed, 1 Apr 1998 21:30:04 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA22871; Wed, 1 Apr 1998 21:30:02 -0800 (PST) (envelope-from gnats) Received: from rich.chel.su (root@mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA22026 for ; Wed, 1 Apr 1998 21:24:17 -0800 (PST) (envelope-from andy@icc.surw.chel.su) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by rich.chel.su (8.7.2/Murphy) with ESMTP id LAA26936 for ; Thu, 2 Apr 1998 11:23:43 +0600 (UDT) Received: (from andy@localhost) by icc.surw.chel.su (8.8.5/8.8.4) id JAA05887; Thu, 2 Apr 1998 09:25:19 +0400 (MSD) Message-Id: <199804020525.JAA05887@icc.surw.chel.su> Date: Thu, 2 Apr 1998 09:25:19 +0400 (MSD) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6194: New port: mirrormagic-1.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6194 >Category: ports >Synopsis: New port: mirrormagic-1.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Apr 1 21:30:00 PST 1998 >Last-Modified: >Originator: Andrey Zakhvatov >Organization: South Ural Railway ICC >Release: FreeBSD 2.2.2-RELEASE i386 >Environment: >Description: This is a port of MirrorMagic II - arcade style game for X Window with stereo sound. This is a nice little game with color graphics and sound for your Unix system with color X11. You need an 8-Bit color display or better. It is not recommended on black&white systems, and maybe not on gray scale systems. It was first released as "Mirror Magic" in the year 1989 on the Amiga (with ports on other computer systems). # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # mirrormagic-1.3 # mirrormagic-1.3/Makefile # mirrormagic-1.3/files # mirrormagic-1.3/files/md5 # mirrormagic-1.3/files/RAY.score # mirrormagic-1.3/files/RAY.names # mirrormagic-1.3/patches # mirrormagic-1.3/patches/patch-aa # mirrormagic-1.3/pkg # mirrormagic-1.3/pkg/PLIST # mirrormagic-1.3/pkg/COMMENT # mirrormagic-1.3/pkg/DESCR # echo c - mirrormagic-1.3 mkdir -p mirrormagic-1.3 > /dev/null 2>&1 echo x - mirrormagic-1.3/Makefile sed 's/^X//' >mirrormagic-1.3/Makefile << 'END-of-mirrormagic-1.3/Makefile' X# New ports collection makefile for: mirrormagic X# Version required: 1.3 X# Date created: 1 April 1998 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= mirrormagic-1.3 XCATEGORIES= games x11 XMASTER_SITES= ${MASTER_SITE_XCONTRIB} XMASTER_SITE_SUBDIR= games X XMAINTAINER= andy@icc.surw.chel.su X XLIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm X XUSE_X11= yes X Xpre-build: X.for file in DoubleRayDoor DoubleRayFont DoubleRayFont2 DoubleRayScreen X @ ${GUNZIP_CMD} ${WRKSRC}/graphics/${file}.xpm X.endfor X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKSRC}/mirrormagic ${PREFIX}/bin X @ ${MKDIR} ${PREFIX}/share/mirrormagic/graphics X @ ${INSTALL_DATA} ${WRKSRC}/graphics/* ${PREFIX}/share/mirrormagic/graphics X @ ${MKDIR} ${PREFIX}/share/mirrormagic/sounds X @ ${INSTALL_DATA} ${WRKSRC}/sounds/*.8svx ${PREFIX}/share/mirrormagic/sounds X @ ${MKDIR} ${PREFIX}/share/mirrormagic/data X @ ${INSTALL_DATA} ${WRKSRC}/RAY.level ${PREFIX}/share/mirrormagic/data X @ ${INSTALL_DATA} ${FILESDIR}/RAY.* ${PREFIX}/share/mirrormagic/data X @ ${MKDIR} ${PREFIX}/share/doc/mirrormagic X.for file in CHANGES COPYRIGHT DISCLAIMER README X @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/mirrormagic X.endfor X# @ chmod a=rwx ${PREFIX}/share/mirrormagic/data X @ chmod a=rw ${PREFIX}/share/mirrormagic/data/RAY.* X X.include END-of-mirrormagic-1.3/Makefile echo c - mirrormagic-1.3/files mkdir -p mirrormagic-1.3/files > /dev/null 2>&1 echo x - mirrormagic-1.3/files/md5 sed 's/^X//' >mirrormagic-1.3/files/md5 << 'END-of-mirrormagic-1.3/files/md5' XMD5 (mirrormagic-1.3.tar.gz) = 4b130375b8a923788470f616b28dddfe END-of-mirrormagic-1.3/files/md5 echo x - mirrormagic-1.3/files/RAY.score sed 's/^X//' >mirrormagic-1.3/files/RAY.score << 'END-of-mirrormagic-1.3/files/RAY.score' X andy 0495 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 000! ! 0 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 00! ! 00 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0! ! 000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME ! ! 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME! ! 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAM! ! E 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NA! ! ME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_N! ! AME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_! ! NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO! ! _NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 N! ! O_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 ! ! NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 ! ! NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 ! ! NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 ! ! NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000! ! NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 NO_NAME 0000 END-of-mirrormagic-1.3/files/RAY.score echo x - mirrormagic-1.3/files/RAY.names sed 's/^X//' >mirrormagic-1.3/files/RAY.names << 'END-of-mirrormagic-1.3/files/RAY.names' XMIRRORMAGIC_NAMES_FILE_VERSION_1.3andyecho c - mirrormagic-1.3/patches mkdir -p mirrormagic-1.3/patches > /dev/null 2>&1 echo x - mirrormagic-1.3/patches/patch-aa sed 's/^X//' >mirrormagic-1.3/patches/patch-aa << 'END-of-mirrormagic-1.3/patches/patch-aa' X--- Makefile Wed Sep 6 11:56:17 1995 X+++ /home/andy/tmp/wrk/Makefile Tue Mar 31 23:07:25 1998 X@@ -8,11 +8,17 @@ X CC = gcc X # CC = cc # for HP-UX and others X X-GFX_PATH = -DGFX_PATH=\"./graphics\" # path where the graphics are X-SND_PATH = -DSND_PATH=\"./sounds\" # path where the sounds are X-LEVEL_PATH = -DLEVEL_PATH=\".\" # path where the level file is X-SCORE_PATH = -DSCORE_PATH=\".\" # path where the score file is X-NAMES_PATH = -DNAMES_PATH=\".\" # path where the names file is X+.ifndef PREFIX X+ROOT= . X+.else X+ROOT=${PREFIX}/share/mirrormagic X+.endif X+ X+GFX_PATH = -DGFX_PATH=\"${ROOT}/graphics\" # path where the graphics are X+SND_PATH = -DSND_PATH=\"${ROOT}/sounds\" # path where the sounds are X+LEVEL_PATH = -DLEVEL_PATH=\"${ROOT}/data\" # path where the level file is X+SCORE_PATH = -DSCORE_PATH=\"${ROOT}/data\" # path where the score file is X+NAMES_PATH = -DNAMES_PATH=\"${ROOT}/data\" # path where the names file is X # SOUNDS = -DNO_SOUNDS # don't play any sounds X # SCORE_ENTRIES = -DONE_PER_NAME # only one score entry per name X SCORE_ENTRIES = -DMANY_PER_NAME # many score entries per name X@@ -26,7 +32,7 @@ X X # DEBUG = -DDEBUG -g -ansi -pedantic -Wall X # DEBUG = -DDEBUG -g -Wall X-DEBUG = -O6 X+# DEBUG = -O6 X X # SYSTEM = -Aa -D_HPUX_SOURCE -Dhpux # for HP-UX (obsolete) X # SYSTEM = -DSYSV -Ae # for HP-UX X@@ -34,10 +40,11 @@ X # INCL = -I/usr/include/X11R5 # for HP-UX and others X # LIBS = -lXpm -lX11 -lm X # LIBS = -L/usr/lib/X11R5 -lXpm -lX11 -lm # for HP-UX and others X-LIBS = -lXpm -lXpm -lXpm -lX11 -lm # triple "-lXpm" because of Xpm error X+INCL = -I/usr/X11R6/include X+LIBS = -L/usr/X11R6/lib -lXpm -lX11 -lm # triple "-lXpm" because of Xpm error X X # CFLAGS = -O2 $(CONFIG) $(SYSTEM) X-CFLAGS = $(DEBUG) $(CONFIG) $(SYSTEM) $(INCL) X+CFLAGS+= $(DEBUG) $(CONFIG) $(SYSTEM) $(INCL) X X OBJS = main.o \ X init.o \ END-of-mirrormagic-1.3/patches/patch-aa echo c - mirrormagic-1.3/pkg mkdir -p mirrormagic-1.3/pkg > /dev/null 2>&1 echo x - mirrormagic-1.3/pkg/PLIST sed 's/^X//' >mirrormagic-1.3/pkg/PLIST << 'END-of-mirrormagic-1.3/pkg/PLIST' Xbin/mirrormagic Xshare/doc/mirrormagic/CHANGES Xshare/doc/mirrormagic/COPYRIGHT Xshare/doc/mirrormagic/DISCLAIMER Xshare/doc/mirrormagic/README X@mode 666 Xshare/mirrormagic/data/RAY.level Xshare/mirrormagic/data/RAY.names Xshare/mirrormagic/data/RAY.score X@mode Xshare/mirrormagic/graphics/DoubleRayDoor.xpm Xshare/mirrormagic/graphics/DoubleRayDoorMaske.xbm Xshare/mirrormagic/graphics/DoubleRayFont.xpm Xshare/mirrormagic/graphics/DoubleRayFont2.xpm Xshare/mirrormagic/graphics/DoubleRayFont2Maske.xbm Xshare/mirrormagic/graphics/DoubleRayFontMaske.xbm Xshare/mirrormagic/graphics/DoubleRayMaskeF.xbm Xshare/mirrormagic/graphics/DoubleRayScreen.xpm Xshare/mirrormagic/graphics/DoubleRayScreenMaske.xbm Xshare/mirrormagic/graphics/mirrormagic_icon.xbm Xshare/mirrormagic/graphics/mirrormagic_iconmask.xbm Xshare/mirrormagic/sounds/amoebe.8svx Xshare/mirrormagic/sounds/antigrav.8svx Xshare/mirrormagic/sounds/autsch.8svx Xshare/mirrormagic/sounds/bong.8svx Xshare/mirrormagic/sounds/fuel.8svx Xshare/mirrormagic/sounds/halloffame.8svx Xshare/mirrormagic/sounds/holz.8svx Xshare/mirrormagic/sounds/hui.8svx Xshare/mirrormagic/sounds/kabumm.8svx Xshare/mirrormagic/sounds/kink.8svx Xshare/mirrormagic/sounds/kling.8svx Xshare/mirrormagic/sounds/laser.8svx Xshare/mirrormagic/sounds/oeffnen.8svx Xshare/mirrormagic/sounds/quiek.8svx Xshare/mirrormagic/sounds/rhythmloop.8svx Xshare/mirrormagic/sounds/roaaar.8svx Xshare/mirrormagic/sounds/sirr.8svx Xshare/mirrormagic/sounds/slurp.8svx Xshare/mirrormagic/sounds/tyger.8svx Xshare/mirrormagic/sounds/voyager.8svx Xshare/mirrormagic/sounds/warnton.8svx Xshare/mirrormagic/sounds/whoosh.8svx X@dirrm share/doc/mirrormagic X@dirrm share/mirrormagic/data X@dirrm share/mirrormagic/graphics X@dirrm share/mirrormagic/sounds END-of-mirrormagic-1.3/pkg/PLIST echo x - mirrormagic-1.3/pkg/COMMENT sed 's/^X//' >mirrormagic-1.3/pkg/COMMENT << 'END-of-mirrormagic-1.3/pkg/COMMENT' XMirrorMagic II - arcade style game for X Window with stereo sound. END-of-mirrormagic-1.3/pkg/COMMENT echo x - mirrormagic-1.3/pkg/DESCR sed 's/^X//' >mirrormagic-1.3/pkg/DESCR << 'END-of-mirrormagic-1.3/pkg/DESCR' X This is a nice little game with color graphics and sound for your XUnix system with color X11. You need an 8-Bit color display or better. XIt is not recommended on black&white systems, and maybe not on gray Xscale systems. X It was first released as "Mirror Magic" in the year 1989 on the XAmiga (with ports on other computer systems). END-of-mirrormagic-1.3/pkg/DESCR exit >How-To-Repeat: >Fix: Please, check and commit this port. >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 1 21:39:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA24142 for freebsd-ports-outgoing; Wed, 1 Apr 1998 21:39:16 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from ppp1682.on.bellglobal.com (ppp6414.on.bellglobal.com [206.172.208.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA24100; Wed, 1 Apr 1998 21:38:56 -0800 (PST) (envelope-from ac199@hwcn.org) Received: from localhost (tim@localhost) by ppp1682.on.bellglobal.com (8.8.8/8.8.8) with SMTP id AAA02946; Thu, 2 Apr 1998 00:35:22 -0500 (EST) (envelope-from ac199@hwcn.org) X-Authentication-Warning: ppp1682.on.bellglobal.com: tim owned process doing -bs Date: Thu, 2 Apr 1998 00:35:21 -0500 (EST) From: Tim Vanderhoek X-Sender: tim@localhost Reply-To: ac199@hwcn.org To: Donald Burr cc: FreeBSD Ports , FreeBSD Questions , Antti Kaipila Subject: Re: support for Joliet CD's under FreeBSD? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [These mailing list choices are like totally wrong. Follow-ups suggested to -fs or -hackers or -committers] On Mon, 30 Mar 1998, Donald Burr wrote: > I would like to have support both for *making* and *reading* Joliet CD's. > I suppose, then, that this involves changes to both the mkisofs port (or > maybe a new "mkjolietfs" port?) as well as the kernel. > > Are any such patches in the works? Will they be available for 2.2.5 or > 2.2.6? Patches for reading Joliet CDs are available. See the PR kern/5038. -- tIM...HOEk OPTIMIZATION: the process of using many one-letter variables names hoping that the resultant code will run faster. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 2 01:20:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA09864 for freebsd-ports-outgoing; Thu, 2 Apr 1998 01:20:08 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA09838; Thu, 2 Apr 1998 01:20:02 -0800 (PST) (envelope-from gnats) Date: Thu, 2 Apr 1998 01:20:02 -0800 (PST) Message-Id: <199804020920.BAA09838@hub.freebsd.org> To: freebsd-ports Cc: From: Wolfgang Helbig Subject: Re: ports/6190: sdr-2.4a7 (and 2.3a1) : Calendar doesn't work right (+ "fix") Reply-To: Wolfgang Helbig Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/6190; it has been noted by GNATS. From: Wolfgang Helbig To: pc@inr.fzk.de Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/6190: sdr-2.4a7 (and 2.3a1) : Calendar doesn't work right (+ "fix") Date: Thu, 2 Apr 1998 11:16:40 +0200 (MET DST) > >Release: FreeBSD 2.2.5-RELEASE > >Environment: > FreeBSD inr-delphi.fzk.de 2.2.5-RELEASE FreeBSD 2.2.5-RELEASE #0: Fri Jan 23 20:26:48 CET 1998 root@inr-delphi.fzk.de:/usr/src/sys/compile/INR-DELPHI i386 > (but with some more recent sys sources) > >Description: > Calling 'Calendar' from the sdr menu, a error tcl window pops open > saying setlocale: file not found or something like that. The (other) Please check your environment variables. Relevant are LC_TIME, LC_ALL, LANG. If any one of them is set (and exported) it must be set to an entry in /usr/share/locale. And this entry should denote (a symbolic link to) a directory. And in that directory a (symbolic link to) file LC_TIME should exist. Here is an example on my machine: echo $LANG de_DE.ISO_8859-1 ls /usr/share/locale ASCII ... de de_AT de_AT.ISO8859-1 de_AT.ISO_8859-1 de_CH de_CH.ISO8859-1 de_CH.ISO_8859-1 de_DE de_DE.88591 de_DE.88591.en de_DE.ISO8859-1 de_DE.ISO_8859-1 ^^^^^^^^^^^^^^^^ dutch.iso88591 en ... swedish.iso88591 us-ascii ls /usr/share/locale/de_DE.ISO_8859-1 LC_COLLATE LC_CTYPE LC_TIME Wolfgang To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 2 01:30:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA11735 for freebsd-ports-outgoing; Thu, 2 Apr 1998 01:30:02 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA11727; Thu, 2 Apr 1998 01:30:00 -0800 (PST) (envelope-from gnats) Received: from info.iet.unipi.it (info.iet.unipi.it [131.114.9.184]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA11664 for ; Thu, 2 Apr 1998 01:28:58 -0800 (PST) (envelope-from luigi@info.iet.unipi.it) Received: (from luigi@localhost) by info.iet.unipi.it (8.8.8/8.8.8) id LAA09275; Thu, 2 Apr 1998 11:28:50 +0200 (CEST) (envelope-from luigi) Message-Id: <199804020928.LAA09275@info.iet.unipi.it> Date: Thu, 2 Apr 1998 11:28:50 +0200 (CEST) From: Luigi Rizzo Reply-To: luigi@info.iet.unipi.it To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6195: small patch to vncserver Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Note: There was a bad value `annoying' for the field `>Severity:'. It was set to the default value of `serious'. >Number: 6195 >Category: ports >Synopsis: wrong font path in vncserver >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Apr 2 01:30:00 PST 1998 >Last-Modified: >Originator: Luigi Rizzo >Organization: DEIT >Release: FreeBSD 2.2.6-BETA i386 >Environment: >Description: the vncserver program (startup script for Xvnc) has the wrong font path definition. Although it can be overridden from the command line, it would be easier to have it fixed in the script. (There might be better way, e.g. have the right values compiled into the server, but i have no idea if/how this is done). >How-To-Repeat: start vncserver and see the log file complaining for the fonr "fixed" not found. >Fix: apply the following patch --- vncserver Fri Jan 23 13:02:02 1998 +++ /usr/X11R6/bin/vncserver Thu Apr 2 11:16:21 1998 @@ -123,6 +123,8 @@ # Add font path and color database stuff here, e.g.: # # $cmd .= " -fp /usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/75dpi/"; +$cmd .= " -fp /usr/X11R6/lib/X11/fonts/misc/,/usr/lib/X11/fonts/75dpi/"; +# $cmd .= " -fp tcp/info:7100"; # in case you want the font server. # $cmd .= " -co /usr/lib/X11/rgb"; # >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 2 01:44:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA13042 for freebsd-ports-outgoing; Thu, 2 Apr 1998 01:44:56 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA13037 for ; Thu, 2 Apr 1998 01:44:54 -0800 (PST) (envelope-from andre.albsmeier@mchp.siemens.de) Received: from salomon.mchp.siemens.de (salomon.siemens.de [139.23.33.13]) by david.siemens.de (8.8.8/8.8.8) with ESMTP id KAA14829 for ; Thu, 2 Apr 1998 10:44:40 +0100 (MET) X-Envelope-Sender-Is: andre.albsmeier@mchp.siemens.de (at relayer david.siemens.de) Received: from curry.mchp.siemens.de (daemon@curry.mchp.siemens.de [146.180.31.23]) by salomon.mchp.siemens.de (8.8.8/8.8.5) with ESMTP id LAA00701 for ; Thu, 2 Apr 1998 11:44:40 +0200 (MDT) Received: (from daemon@localhost) by curry.mchp.siemens.de (8.8.8/8.8.8) id LAA08212 for ; Thu, 2 Apr 1998 11:44:40 +0200 (CEST) From: Andre Albsmeier Message-Id: <199804020944.LAA20579@intern> Subject: Re: cvs commit: ports/editors/staroffice Makefile In-Reply-To: <19980401185727.07885@nuxi.com> from David O'Brien at "Apr 1, 98 06:57:27 pm" To: obrien@NUXI.com Date: Thu, 2 Apr 1998 11:44:36 +0200 (CEST) Cc: ports@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > * 4.x can't be > > * redistributed at all, which is why it's not been replaced. 8( > > > > Well, you can always make it a RESTRICTED port in addition to > > staroffice3. I can do a repository copy (staroffice -> staroffice4) > > if you want to do that. > > I've got the dist to start work on upgrading StarOffice to 4.0. > Has anybody else started working on this? I have no port but I have used the multiuser Install script which can be found at: http://www.on-line.de/~michael.hoennig/AutoMultiUserSetupForSO40Linux.tar. The diffs I needed for running it on 2.2.6 are here: *** soffice.ORI Fri Mar 6 14:55:03 1998 --- soffice Fri Mar 6 18:08:03 1998 *************** *** 56,75 **** mkdir "$sd_workdir" # copy directories to copy recursive ! cp -dpR $sd_inst/basic . ! cp -dpR $sd_inst/database . ! cp -dpR $sd_inst/desktop . ! cp -dpR $sd_inst/wordbook . ! cp -dpR $sd_inst/autotext . ! cp -dpR $sd_inst/explorer/bookmarks explorer # copy directories to copy non-recursive ! cp -dp $sd_inst/config/* config ! cp -dp $sd_inst/explorer/* explorer ! cp -dp $sd_inst/gallery/* gallery # copy files to copy ! cp -dp $sd_inst/basic/soffice.new basic/soffice.new # link files to link foreach file ( basic/*.sbl config/*.bmp gallery/clipart gallery/sounds config/sg* ) --- 56,75 ---- mkdir "$sd_workdir" # copy directories to copy recursive ! cp -pR $sd_inst/basic . ! cp -pR $sd_inst/database . ! cp -pR $sd_inst/desktop . ! cp -pR $sd_inst/wordbook . ! cp -pR $sd_inst/autotext . ! cp -pR $sd_inst/explorer/bookmarks explorer # copy directories to copy non-recursive ! cp -p $sd_inst/config/* config >&/dev/null ! cp -p $sd_inst/explorer/* explorer >&/dev/null ! cp -p $sd_inst/gallery/* gallery >&/dev/null # copy files to copy ! cp -p $sd_inst/basic/soffice.new basic/soffice.new # link files to link foreach file ( basic/*.sbl config/*.bmp gallery/clipart gallery/sounds config/sg* ) A FAQ from the same guy is available at: http://www.on-line.de/~michael.hoennig/soffice4-linux-faq-01.html Hope it helps... -Andre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 2 06:10:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA16800 for freebsd-ports-outgoing; Thu, 2 Apr 1998 06:10:03 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA16788; Thu, 2 Apr 1998 06:10:02 -0800 (PST) (envelope-from gnats) Received: from relay.ucb.crimea.ua (relay.ucb.crimea.ua [194.93.177.113]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA14853 for ; Thu, 2 Apr 1998 06:01:06 -0800 (PST) (envelope-from ru@ucb.crimea.ua) Received: (from ru@localhost) by relay.ucb.crimea.ua (8.8.8/8.8.8) id RAA27874; Thu, 2 Apr 1998 17:00:47 +0300 (EEST) (envelope-from ru) Message-Id: <199804021400.RAA27874@relay.ucb.crimea.ua> Date: Thu, 2 Apr 1998 17:00:47 +0300 (EEST) From: Ruslan Ermilov Reply-To: ru@ucb.crimea.ua To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6196: upgrade mgetty+sendfax to 1.1.13 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6196 >Category: ports >Synopsis: upgrade mgetty+sendfax to 1.1.13 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Apr 2 06:10:01 PST 1998 >Last-Modified: >Originator: Ruslan Ermilov >Organization: >Release: FreeBSD 2.2.6-STABLE i386 >Environment: Current port for mgetty+sendfax is 1.1.11. >Description: Please upgrade this port to the latest 1.1.13. >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 2 09:02:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA15283 for freebsd-ports-outgoing; Thu, 2 Apr 1998 09:02:36 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA15275; Thu, 2 Apr 1998 09:02:34 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.HIP.Berkeley.EDU (ala-ca36-50.ix.netcom.com [207.93.42.242]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id JAA29797; Thu, 2 Apr 1998 09:02:21 -0800 (PST) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.8/8.6.9) id JAA23702; Thu, 2 Apr 1998 09:01:35 -0800 (PST) Date: Thu, 2 Apr 1998 09:01:35 -0800 (PST) Message-Id: <199804021701.JAA23702@silvia.HIP.Berkeley.EDU> To: chuckr@glue.umd.edu CC: opsys@mail.webspan.net, hackers@FreeBSD.ORG, ports@FreeBSD.ORG Reply-to: ports@FreeBSD.ORG In-reply-to: (message from Chuck Robey on Thu, 2 Apr 1998 07:58:42 -0500 (EST)) Subject: Re: Annother patch for Mozilla From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Well, I don't know if anyone'll get offended or not but it seems to me that the best thing for us is to just make it a port for now. That way I can regularly compile it and put the package up on ftp.freebsd.org for everyone (even those without 64MB of memory or 128MB of swap) to test. We can also hash out the patches before sending them back to the mozilla.org people. Maintainer please? Andreas, are you listening? :> Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 2 10:19:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA00782 for freebsd-ports-outgoing; Thu, 2 Apr 1998 10:19:33 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from uni4nn.gn.iaf.nl (osmium.gn.iaf.nl [193.67.144.12]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id KAA00746; Thu, 2 Apr 1998 10:19:10 -0800 (PST) (envelope-from wilko@yedi.iaf.nl) Received: by uni4nn.gn.iaf.nl with UUCP id AA18853 (5.67b/IDA-1.5); Thu, 2 Apr 1998 20:19:04 +0200 Received: (from wilko@localhost) by yedi.iaf.nl (8.8.7/8.6.12) id TAA01227; Thu, 2 Apr 1998 19:33:32 +0200 (MET DST) From: Wilko Bulte Message-Id: <199804021733.TAA01227@yedi.iaf.nl> Subject: Re: Annother patch for Mozilla In-Reply-To: <199804021701.JAA23702@silvia.HIP.Berkeley.EDU> from Satoshi Asami at "Apr 2, 98 09:01:35 am" To: ports@FreeBSD.ORG Date: Thu, 2 Apr 1998 19:33:32 +0200 (MET DST) Cc: chuckr@glue.umd.edu, opsys@mail.webspan.net, hackers@FreeBSD.ORG, ports@FreeBSD.ORG X-Organisation: Private FreeBSD site - Arnhem, The Netherlands X-Pgp-Info: PGP public key at 'finger wilko@freefall.freebsd.org' 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 Precedence: bulk X-Loop: FreeBSD.org As Satoshi Asami wrote... > Well, I don't know if anyone'll get offended or not but it seems to me > that the best thing for us is to just make it a port for now. That > way I can regularly compile it and put the package up on > ftp.freebsd.org for everyone (even those without 64MB of memory or > 128MB of swap) to test. We can also hash out the patches before > sending them back to the mozilla.org people. And at the same time start a freebsd-mozilla list? I'm pretty sure the sheer mail volume of Mozilla-addicts can saturate -hackers. W/ _ ______________________________________________________________________ | / o / / _ Bulte email: wilko @ yedi.iaf.nl |/|/ / / /( (_) Arnhem, The Netherlands WWW: http://www.tcja.nl -------------------------------------------------- Powered by FreeBSD ------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 2 10:30:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA03498 for freebsd-ports-outgoing; Thu, 2 Apr 1998 10:30:47 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA03491 for ; Thu, 2 Apr 1998 10:30:46 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.HIP.Berkeley.EDU (ala-ca36-50.ix.netcom.com [207.93.42.242]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id KAA29914; Thu, 2 Apr 1998 10:30:42 -0800 (PST) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.8/8.6.9) id KAA23999; Thu, 2 Apr 1998 10:30:05 -0800 (PST) Date: Thu, 2 Apr 1998 10:30:05 -0800 (PST) Message-Id: <199804021830.KAA23999@silvia.HIP.Berkeley.EDU> To: wilko@yedi.iaf.nl CC: ports@FreeBSD.ORG In-reply-to: <199804021733.TAA01227@yedi.iaf.nl> (message from Wilko Bulte on Thu, 2 Apr 1998 19:33:32 +0200 (MET DST)) Subject: Re: Annother patch for Mozilla From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * And at the same time start a freebsd-mozilla list? I'm pretty sure the * sheer mail volume of Mozilla-addicts can saturate -hackers. You guys can do it on -ports as long as it's in the phase of "how in the world did you get it to compile?!?", not how to implement JVM or some such grander project. But if you want a new list, no objection from me, of course. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 2 11:17:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA14789 for freebsd-ports-outgoing; Thu, 2 Apr 1998 11:17:57 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from picnic.mat.net (picnic.mat.net [206.246.122.117]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA14280; Thu, 2 Apr 1998 11:15:19 -0800 (PST) (envelope-from chuckr@glue.umd.edu) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.8.8/8.8.5) with SMTP id OAA02002; Thu, 2 Apr 1998 14:14:35 -0500 (EST) Date: Thu, 2 Apr 1998 14:14:35 -0500 (EST) From: Chuck Robey X-Sender: chuckr@localhost Reply-To: Chuck Robey To: ports@FreeBSD.ORG cc: opsys@mail.webspan.net, hackers@FreeBSD.ORG Subject: Re: Annother patch for Mozilla In-Reply-To: <199804021701.JAA23702@silvia.HIP.Berkeley.EDU> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 2 Apr 1998, Satoshi Asami wrote: > Well, I don't know if anyone'll get offended or not but it seems to me > that the best thing for us is to just make it a port for now. That > way I can regularly compile it and put the package up on > ftp.freebsd.org for everyone (even those without 64MB of memory or > 128MB of swap) to test. We can also hash out the patches before > sending them back to the mozilla.org people. > > Maintainer please? Andreas, are you listening? :> That sounds good (better than I saw before, actually) excepting to add this this should be in addition to the existing port, seeing as this source version of netscape is missing a lot of normal netscape features like java, security, etc. Another BTW, I just saw this on the cryptography list, about netscape: --------------------------------------------------------------------- Date: 02 Apr 1998 10:28:01 -0500 From: "Perry E. Metzger" To: cryptography@c2.net Subject: mozilla w/ssl... already! It appears the SSLeay crew has already fitted the public Mozilla (a.k.a. Netscape Communicator 5.0) sources with SSL. See: http://mozilla-crypto.ssleay.org/ for details Perry ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@glue.umd.edu | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run Journey2 and picnic, both FreeBSD (301) 220-2114 | version 3.0 current -- and great FUN! ----------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 2 11:26:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA17121 for freebsd-ports-outgoing; Thu, 2 Apr 1998 11:26:46 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA17091 for ; Thu, 2 Apr 1998 11:26:44 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.HIP.Berkeley.EDU (ala-ca36-50.ix.netcom.com [207.93.42.242]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id LAA29970; Thu, 2 Apr 1998 11:26:40 -0800 (PST) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.8/8.6.9) id LAA24216; Thu, 2 Apr 1998 11:26:30 -0800 (PST) Date: Thu, 2 Apr 1998 11:26:30 -0800 (PST) Message-Id: <199804021926.LAA24216@silvia.HIP.Berkeley.EDU> To: chuckr@glue.umd.edu CC: ports@FreeBSD.ORG In-reply-to: (message from Chuck Robey on Thu, 2 Apr 1998 14:14:35 -0500 (EST)) Subject: Re: Annother patch for Mozilla From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * That sounds good (better than I saw before, actually) excepting to add * this this should be in addition to the existing port, seeing as this * source version of netscape is missing a lot of normal netscape features * like java, security, etc. Absolutely. Call it "netscape5" or even "mozilla". I'd like to do a repository copy first so we can keep the Makefile history though, so whoever wants to take care of this, please holler in this direction (which should be east or west or even straight down depending on your location). Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 2 11:56:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA25597 for freebsd-ports-outgoing; Thu, 2 Apr 1998 11:56:15 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA25587; Thu, 2 Apr 1998 11:56:11 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id UAA01106; Thu, 2 Apr 1998 20:55:08 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id VAA20919; Thu, 2 Apr 1998 21:55:49 +0200 (MET DST) Message-ID: <19980402215457.51348@follo.net> Date: Thu, 2 Apr 1998 21:54:57 +0200 From: Eivind Eklund To: Satoshi Asami , chuckr@glue.umd.edu Cc: ports@FreeBSD.ORG Subject: Re: Annother patch for Mozilla References: <199804021926.LAA24216@silvia.HIP.Berkeley.EDU> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <199804021926.LAA24216@silvia.HIP.Berkeley.EDU>; from Satoshi Asami on Thu, Apr 02, 1998 at 11:26:30AM -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Apr 02, 1998 at 11:26:30AM -0800, Satoshi Asami wrote: > * That sounds good (better than I saw before, actually) excepting to add > * this this should be in addition to the existing port, seeing as this > * source version of netscape is missing a lot of normal netscape features > * like java, security, etc. > > Absolutely. Call it "netscape5" or even "mozilla". I'd like to do a > repository copy first so we can keep the Makefile history though, so > whoever wants to take care of this, please holler in this direction > (which should be east or west or even straight down depending on your > location). I'm in favour of 'mozilla' - netscape5 isn't the same. Anyway; there is a compilable port without a PLIST at http://www.freebsd.org/~eivind/moz_port.tgz - only needs a maintainer. I won't volunteer, as I'm not certain I'll have time. Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 2 11:58:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA25910 for freebsd-ports-outgoing; Thu, 2 Apr 1998 11:58:19 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from sendero.simon-shapiro.org (sendero-fddi.Simon-Shapiro.ORG [206.190.148.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id LAA25900 for ; Thu, 2 Apr 1998 11:58:15 -0800 (PST) (envelope-from shimon@simon-shapiro.org) Received: (qmail 2541 invoked from network); 2 Apr 1998 20:07:29 -0000 Received: from localhost.simon-shapiro.org (HELO sendero-fxp0.simon-shapiro.org) (@127.0.0.1) by localhost.simon-shapiro.org with SMTP; 2 Apr 1998 20:07:29 -0000 Message-ID: X-Mailer: XFMail 1.3-alpha-032998 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Thu, 02 Apr 1998 12:07:29 -0800 (PST) Reply-To: shimon@simon-shapiro.org Organization: The Simon Shapiro Foundation From: Simon Shapiro To: se@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, jraynard@FreeBSD.ORG Subject: Minor Interaction Fix Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org /usr/ports/x11/kdelibs/work/kdelibs/khtmlwHi, I am adding the list to this, as it may be interesting to other porters. Once I installed sfio on my machine, certain applications fail to build. For example kdelibs fails with: Making all in khtmlw /bin/sh ../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../kdecore -I../kdeui -I../jscript -I/usr/local/include -I/usr/X11R6/include/X11/qt -I/usr/ X11R6/include -O -pipe -c jscript.cpp c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../kdecore -I../kdeui -I../jscript -I/usr/loc al/include -I/usr/X11R6/include/X11/qt -I/usr/X11R6/include -O -pipe -c -fPIC -D PIC jscript.cpp /usr/local/include/sfio.h: In function `int sfgetc(struct _sfio_s *)': In file included from /usr/local/include/stdio.h:11, from jscript.cpp:21: /usr/local/include/sfio.h:388: warning: `int sfgetc(struct _sfio_s *)' was used before it was declared inline /usr/local/include/sfio.h:308: warning: previous non-inline declaration here /usr/X11R6/include/X11/qt/qglobal.h: At top level: In file included from /usr/X11R6/include/X11/qt/qshared.h:26, from /usr/X11R6/include/X11/qt/qgarray.h:26, from /usr/X11R6/include/X11/qt/qarray.h:26, from /usr/X11R6/include/X11/qt/qstring.h:27, from jscript.h:23, from jscript.cpp:23: /usr/X11R6/include/X11/qt/qglobal.h:402: unrecognized format specifier for `y#' /usr/X11R6/include/X11/qt/qglobal.h:405: unrecognized format specifier for `ä|#' /usr/X11R6/include/X11/qt/qglobal.h:408: unrecognized format specifier for `¨~#' The way I solved that (which should not impact kdelibs, is to change, in /usr/ports/x11/kdelibs/work/kdelibs/khtmlw/Makefile.in Line 154, to say: INCLUDES = -I/usr/include -I../kdecore -I../kdeui -I../jscript \ $(all_includes) # All in one line :-) I have no clue (did not look) why the failure occurs with the sfio includes in the picture. There are two suggestions I would like to make: a. It appears that -I in GCC, implies ``look there before the standard places''. Since, with sfio, we now have /usr/local/include/stdio.h (and others), we may want to pay attention to avoid its inclusion by mistake. b. If sfio is to live up to its claim of being a drop-in, it needs to make sure it really is a clean drop-in. The above case is a clear demonstration that, at least in FreeBSD 3.0-current, it is not. I would love to pursue this matter further (being able to prove to David Korn he has a bug is particularly satisfying :-). Alas, I do nto have the time. Besides, the solutions are clear, but involve modifyingthe ports, which I do not want to intrude upon. Simon ---------- Sincerely Yours, Simon Shapiro Shimon@Simon-Shapiro.ORG Voice: 503.799.2313 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 2 13:50:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA11706 for freebsd-ports-outgoing; Thu, 2 Apr 1998 13:50:14 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA11668; Thu, 2 Apr 1998 13:50:05 -0800 (PST) (envelope-from gnats) Date: Thu, 2 Apr 1998 13:50:05 -0800 (PST) Message-Id: <199804022150.NAA11668@hub.freebsd.org> To: freebsd-ports Cc: From: Dave Chapeskie Subject: Re: ports/6155: new port: emulators/vice, Versatile Commodore 8-bit Emulator Reply-To: Dave Chapeskie Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/6155; it has been noted by GNATS. From: Dave Chapeskie To: ac199@hwcn.org Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/6155: new port: emulators/vice, Versatile Commodore 8-bit Emulator Date: Thu, 2 Apr 1998 16:43:35 -0500 Thanks for look at my port submittal. Do you want me to resubmit with the minor changes you suggest or have you already done them and committed it? On Wed, Apr 01, 1998 at 09:49:18PM -0500, Tim Vanderhoek wrote: > > X ${LN} -sf vice.1 ${PREFIX}/man/man1/x64.1 > > Uh, shouldn't this be > > ${LN} -sf ${PREFIX}/man/man1/vice.1 ${PREFIX}/man/man1/x64.1 If you do that then the ${PREFIX} directory can't be moved later. My way if you install with PREFIX set to /usr/local you can later just move all of /usr/local to somewhere else, say /foo/bar, and the links will still work. Also, if you NFS export /usr/local to a machine that mounts it at another location my links will work while yours will fail. Generally I prefer relative links to absolute links unless the relative links contain too many "../"'s > I trust these patches are, of course, submitted to the original > maintainers... :-) Not yet, I wanted to see if the ports committer had any comments/changes. > > XVICE 0.14.1 = Versatile Commodore 8-bit Emulator > > No. This should be > "A versatile Commodore 8-bit emulator." > > or just > "Versatile Commodore 8-bit emulator." > > I don't know why we put a period there, but... ;-) I just copied it from the README file. Your second one is better since that's it's actual name, not it's description. > > XThe ROM files in the `C64', `PET' and `VIC20' directories are > > XCopyright (c) by Commodore Business Machines. > > May we distribute these files (I seem to remember that frodo (or > whatever other emulator) isn't distributed for the same reason)? > Do we need to add RESTRICTED? I don't know. They're already distributed with the vice tarball. Your probably safe considering CBM is defunct but if frodo is restricted for this reason then vice should be too. > If you'd tried running portlint before submitting the port, it > might have told you that pkg/DESCR is too long. I did. It also complained about the author's name being non-ASCII. > I don't believe any of the other ports that also cause gcc to grow > large, Large, LARGE, include similar notes. I think pkg/DESCR is used > more by people who are installing from binary packagers than by people > who are building the ports themselves. Okay, perhaps the note belongs in the Makefile then? Perhaps an ${ECHO_MSG} in the pre-build target? Either that of just assume that people are smart enough to recognize and fix the problem without help (I'd like to think this is the case but experience has shown otherwise). -- Dave Chapeskie, DDM Consulting E-Mail: dchapes@ddm.on.ca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 2 15:49:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA03056 for freebsd-ports-outgoing; Thu, 2 Apr 1998 15:49:34 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA03046; Thu, 2 Apr 1998 15:49:29 -0800 (PST) (envelope-from helbig@FreeBSD.org) From: Wolfgang Helbig Received: (from helbig@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA08261; Thu, 2 Apr 1998 15:47:34 -0800 (PST) Date: Thu, 2 Apr 1998 15:47:34 -0800 (PST) Message-Id: <199804022347.PAA08261@freefall.freebsd.org> To: pc@inr.fzk.de, helbig@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/6190 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: sdr-2.4a7 (and 2.3a1) : Calendar doesn't work right (+ "fix") State-Changed-From-To: open-closed State-Changed-By: helbig State-Changed-When: Thu Apr 2 15:43:38 PST 1998 State-Changed-Why: Pilot error -- LANG pointed to invalid locale To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 2 21:25:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA19705 for freebsd-ports-outgoing; Thu, 2 Apr 1998 21:25:09 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from news1.gtn.com (news1.gtn.com [192.109.159.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA19698; Thu, 2 Apr 1998 21:25:02 -0800 (PST) (envelope-from andreas@klemm.gtn.com) Received: (from uucp@localhost) by news1.gtn.com (8.8.6/8.8.6) with UUCP id HAA05203; Fri, 3 Apr 1998 07:15:12 +0200 (MET DST) Received: (from andreas@localhost) by klemm.gtn.com (8.8.8/8.8.7) id CAA10517; Fri, 3 Apr 1998 02:51:26 +0200 (CEST) (envelope-from andreas) Message-ID: <19980403025126.21985@klemm.gtn.com> Date: Fri, 3 Apr 1998 02:51:26 +0200 From: Andreas Klemm To: ports@FreeBSD.ORG Cc: asami@FreeBSD.ORG Subject: Re: Annother patch for Mozilla References: <199804021701.JAA23702@silvia.HIP.Berkeley.EDU> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <199804021701.JAA23702@silvia.HIP.Berkeley.EDU>; from Satoshi Asami on Thu, Apr 02, 1998 at 09:01:35AM -0800 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 Precedence: bulk X-Loop: FreeBSD.org On Thu, Apr 02, 1998 at 09:01:35AM -0800, Satoshi Asami wrote: > Well, I don't know if anyone'll get offended or not but it seems to me > that the best thing for us is to just make it a port for now. That > way I can regularly compile it and put the package up on > ftp.freebsd.org for everyone (even those without 64MB of memory or > 128MB of swap) to test. We can also hash out the patches before > sending them back to the mozilla.org people. > > Maintainer please? Andreas, are you listening? :> I don't have Motif (excuse of the day #2) :-> -- Andreas Klemm http://www.FreeBSD.ORG/~andreas powered by ,,symmetric multiprocessor FreeBSD'' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 2 23:40:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA12301 for freebsd-ports-outgoing; Thu, 2 Apr 1998 23:40:04 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA12293; Thu, 2 Apr 1998 23:40:03 -0800 (PST) (envelope-from gnats) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA10388; Thu, 2 Apr 1998 23:32:27 -0800 (PST) (envelope-from nobody) Message-Id: <199804030732.XAA10388@hub.freebsd.org> Date: Thu, 2 Apr 1998 23:32:27 -0800 (PST) From: nakai@apricot.astec.co.jp To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/6199: Fixed port: icewm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6199 >Category: ports >Synopsis: Fixed port: icewm >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Apr 2 23:40:01 PST 1998 >Last-Modified: >Originator: Yukihiro Nakai >Organization: Apricot Computer, Japan >Release: 3.0 >Environment: FreeBSD twotop.apricot.astec.co.jp 3.0-970807-SNAP FreeBSD 3.0-970807-SNAP #0: Mon Mar 23 13:44:52 GMT 1998 root@twotop.apricot.astec.co.jp:/usr/src/sys/compile/APRICOT i386 >Description: I have fixed the icewm port to follow its latest version. Please enjoy... Yukihiro Nakai -------------- diff -ruN icewm.orig/Makefile icewm/Makefile --- icewm.orig/Makefile Fri Apr 3 17:22:46 1998 +++ icewm/Makefile Fri Apr 3 17:08:34 1998 @@ -1,17 +1,17 @@ # New ports collection makefile for: icewm -# Version required: 0.8.12 +# Version required: 0.8.14 # Date created: 10 August 1997 -# Whom: Yukihiro Nakai +# Whom: Yukihiro Nakai # # $Id: Makefile,v 1.4 1998/03/11 06:33:07 vanilla Exp $ # -DISTNAME= icewm-0.8.12 +DISTNAME= icewm-0.8.14 CATEGORIES= x11 MASTER_SITES= http://ixtas.fri.uni-lj.si/%7Emarkom/icewm/ EXTRACT_SUFX= .src.tar.gz -MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp +MAINTAINER= Nakai@technologist.com USE_X11= yes diff -ruN icewm.orig/files/md5 icewm/files/md5 --- icewm.orig/files/md5 Fri Apr 3 17:22:45 1998 +++ icewm/files/md5 Fri Apr 3 17:08:00 1998 @@ -1 +1 @@ -MD5 (icewm-0.8.12.src.tar.gz) = 9e61fae110bbb4536bded2572915fa6b +MD5 (icewm-0.8.14.src.tar.gz) = 975a30ed64279d7e8a31a2ac2a09e92a diff -ruN icewm.orig/patches/patch-aa icewm/patches/patch-aa --- icewm.orig/patches/patch-aa Fri Apr 3 17:22:46 1998 +++ icewm/patches/patch-aa Fri Apr 3 17:13:11 1998 @@ -1,5 +1,5 @@ ---- Makefile.orig Tue Dec 2 05:49:07 1997 -+++ Makefile Wed Feb 18 01:30:17 1998 +--- Makefile.orig Fri Apr 3 17:09:47 1998 ++++ Makefile Fri Apr 3 17:12:42 1998 @@ -1,12 +1,12 @@ -PREFIX = /usr/local @@ -19,12 +19,12 @@ #INSTALLETC = $(INSTALL) -m 644 @@ -16,8 +16,7 @@ - XPMDIRS = themes/nice themes/motif themes/win95 themes/warp3 themes/warp4 themes/win31 ledclock taskbar icons + XPMDIRS = themes/nice themes/motif themes/win95 themes/warp3 themes/warp4 themes/win31 themes/metal ledclock taskbar icons all: -- (cd doc ; make) - (cd src ; make LIBDIR=$(LIBDIR) ETCDIR=$(ETCDIR)) +- (cd doc ; make) + (cd src ; make LIBDIR=$(LIBDIR) ETCDIR=$(ETCDIR) PREFIX=$(PREFIX)) - clean: - (cd doc ; make clean) + doc: + (cd doc ; make) diff -ruN icewm.orig/patches/patch-ab icewm/patches/patch-ab --- icewm.orig/patches/patch-ab Fri Apr 3 17:22:46 1998 +++ icewm/patches/patch-ab Fri Apr 3 17:14:50 1998 @@ -1,5 +1,5 @@ ---- src/Makefile.orig Mon Mar 9 00:28:12 1998 -+++ src/Makefile Wed Mar 11 14:14:59 1998 +--- src/Makefile.orig Fri Apr 3 17:12:54 1998 ++++ src/Makefile Fri Apr 3 17:14:33 1998 @@ -1,8 +1,8 @@ include ../VERSION @@ -8,15 +8,15 @@ -LIBSDIR = -L/usr/X11R6/lib +INCSDIR = -I$(PREFIX)/include +LIBSDIR = -L$(PREFIX)/lib + # HPUX #INCSDIR = -I/usr/include/X11R5 - #LIBSDIR = -L/usr/lib/X11R5 -@@ -32,7 +32,7 @@ +@@ -36,7 +36,7 @@ #OPTIMIZE = -g #OPTIMIZE = -O -g #OPTIMIZE = -O -g -pg --OPTIMIZE = -O -s -+#OPTIMIZE = -O -s +-OPTIMIZE = -O ++#OPTIMIZE = -O + #OPTIMIZE = -O2 + #OPTIMIZE = -O -s #OPTIMIZE = -O2 -s - - LIBS = -lXpm $(SHAPELIB) -lX11 diff -ruN icewm.orig/pkg/PLIST icewm/pkg/PLIST --- icewm.orig/pkg/PLIST Fri Apr 3 17:22:45 1998 +++ icewm/pkg/PLIST Fri Apr 3 17:32:04 1998 @@ -48,10 +48,7 @@ lib/X11/icewm/taskbar/unreadmail.xpm lib/X11/icewm/taskbar/windows.xpm lib/X11/icewm/taskbar/xfreeos2.xpm -lib/X11/icewm/themes/metal/close.xpm lib/X11/icewm/themes/metal/closeA.xpm -lib/X11/icewm/themes/metal/closeButtonAN.xpm -lib/X11/icewm/themes/metal/closeButtonAP.xpm lib/X11/icewm/themes/metal/closeI.xpm lib/X11/icewm/themes/metal/default.theme lib/X11/icewm/themes/metal/dframeAB.xpm @@ -86,21 +83,14 @@ lib/X11/icewm/themes/metal/frameIT.xpm lib/X11/icewm/themes/metal/frameITL.xpm lib/X11/icewm/themes/metal/frameITR.xpm -lib/X11/icewm/themes/metal/maximize.xpm lib/X11/icewm/themes/metal/maximizeA.xpm -lib/X11/icewm/themes/metal/maximizeButtonAN.xpm -lib/X11/icewm/themes/metal/maximizeButtonAP.xpm lib/X11/icewm/themes/metal/maximizeI.xpm lib/X11/icewm/themes/metal/menuButtonA.xpm lib/X11/icewm/themes/metal/menuButtonAN.xpm lib/X11/icewm/themes/metal/menuButtonAP.xpm lib/X11/icewm/themes/metal/menuButtonI.xpm -lib/X11/icewm/themes/metal/minimize.xpm lib/X11/icewm/themes/metal/minimizeA.xpm -lib/X11/icewm/themes/metal/minimizeButtonAN.xpm -lib/X11/icewm/themes/metal/minimizeButtonAP.xpm lib/X11/icewm/themes/metal/minimizeI.xpm -lib/X11/icewm/themes/metal/restore.xpm lib/X11/icewm/themes/metal/restoreA.xpm lib/X11/icewm/themes/metal/restoreI.xpm lib/X11/icewm/themes/metal/titleAB.xpm >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 3 01:03:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA28228 for freebsd-ports-outgoing; Fri, 3 Apr 1998 01:03:03 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [128.120.56.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA28152; Fri, 3 Apr 1998 01:02:44 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: from dragon.nuxi.com (d60-090.leach.ucdavis.edu [169.237.60.90]) by relay.nuxi.com (8.8.7/8.6.12) with ESMTP id BAA09164; Fri, 3 Apr 1998 01:02:43 -0800 (PST) Received: (from obrien@localhost) by dragon.nuxi.com (8.8.8/8.7.3) id JAA22467; Fri, 3 Apr 1998 09:02:43 GMT Message-ID: <19980403010242.18648@nuxi.com> Date: Fri, 3 Apr 1998 01:02:42 -0800 From: "David O'Brien" To: John Polstra Cc: ports@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: Re: cvs commit: ports/devel/boehm-gc/patches patch-ac Reply-To: obrien@NUXI.com References: <199804030151.RAA09125@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <199804030151.RAA09125@freefall.freebsd.org>; from John Polstra on Thu, Apr 02, 1998 at 05:51:58PM -0800 X-Warning: Mutt Bites! X-Operating-System: FreeBSD 2.2.6-STABLE Organization: The NUXI *BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Added files: > devel/boehm-gc/patches patch-ac > Log: > Add a patch to make a header file work properly in C++ programs > compiled by egcs. I'm thinking of upgrading the port to version 4.12. Will that be an issue for anyone? -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 3 08:17:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA22978 for freebsd-ports-outgoing; Fri, 3 Apr 1998 08:17:26 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from austin.polstra.com (austin.polstra.com [206.213.73.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA22743; Fri, 3 Apr 1998 08:16:34 -0800 (PST) (envelope-from jdp@austin.polstra.com) Received: from austin.polstra.com (jdp@localhost) by austin.polstra.com (8.8.8/8.8.8) with ESMTP id IAA11567; Fri, 3 Apr 1998 08:16:23 -0800 (PST) (envelope-from jdp) Message-Id: <199804031616.IAA11567@austin.polstra.com> To: obrien@NUXI.com cc: ports@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: Re: cvs commit: ports/devel/boehm-gc/patches patch-ac In-reply-to: Your message of "Fri, 03 Apr 1998 01:02:42 PST." <19980403010242.18648@nuxi.com> Date: Fri, 03 Apr 1998 08:16:23 -0800 From: John Polstra Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I'm thinking of upgrading the port to version 4.12. Will that be an > issue for anyone? Go for it. We should keep our ports up to date with respect to the 3rd party software, as best we can. Our 4.10 port will always be there in the CVS repository, for those who really need it. It's also on several of the FreeBSD CDs. I would have updated the port myself yesterday, but I had a more urgent goal in mind. John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Self-knowledge is always bad news." -- John Barth To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 3 14:32:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA19707 for freebsd-ports-outgoing; Fri, 3 Apr 1998 14:32:44 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from localhost.my.domain (ppp6534.on.bellglobal.com [206.172.208.126]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA19658 for ; Fri, 3 Apr 1998 14:32:38 -0800 (PST) (envelope-from ac199@hwcn.org) Received: from localhost (tim@localhost) by ppp1682.on.bellglobal.com (8.8.8/8.8.8) with SMTP id BAA03066; Thu, 2 Apr 1998 01:36:59 -0500 (EST) (envelope-from ac199@hwcn.org) X-Authentication-Warning: ppp1682.on.bellglobal.com: tim owned process doing -bs Date: Thu, 2 Apr 1998 01:36:59 -0500 (EST) From: Tim Vanderhoek X-Sender: tim@localhost Reply-To: ac199@hwcn.org To: Bruce Albrecht cc: "Jordan K. Hubbard" , shimon@simon-shapiro.org, freebsd-ports@FreeBSD.ORG Subject: Re: One more: emulators/xzx In-Reply-To: <199804010442.WAA07985@zuhause.mn.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 31 Mar 1998, Bruce Albrecht wrote: > Maybe so, Jordan, but as someone who is regularly recognized as a > spokesman for the FreeBSD core team, I consider it less than > professional for you to use profanity when other phrases will do, Context is everything. I'd like to think we're better than a bunch of four-year-old Linux-ites who think it's soo cool to use profanity. That said, there are times when profanity is, well, proper. :) [In short, I'm saying absolutely nothing in the above paragraph. :) Suffice it to say, I suppose, that on -ports I would have chosen a slightly more obfuscated and obscure way of saying the same] > On a related subject, I'm also annoyed with the way some rugrats camp > in the #FreeBSD IRC channel and spend most of their time talking about IRC is IRC is IRC > I think it takes a lot of postive PR to undo the damage created with > casual profanity used here and on IRC, especially when we're trying to is IRC. You'll find it on #windows95 (or whatever), too; I'm certain. -- tIM...HOEk OPTIMIZATION: the process of using many one-letter variables names hoping that the resultant code will run faster. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 3 17:57:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA03754 for freebsd-ports-outgoing; Fri, 3 Apr 1998 17:57:46 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [128.120.56.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA03736; Fri, 3 Apr 1998 17:57:40 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: from dragon.nuxi.com (d60-090.leach.ucdavis.edu [169.237.60.90]) by relay.nuxi.com (8.8.7/8.6.12) with ESMTP id RAA12509; Fri, 3 Apr 1998 17:57:39 -0800 (PST) Received: (from obrien@localhost) by dragon.nuxi.com (8.8.8/8.7.3) id BAA24698; Sat, 4 Apr 1998 01:57:38 GMT Message-ID: <19980403175737.50114@nuxi.com> Date: Fri, 3 Apr 1998 17:57:37 -0800 From: "David O'Brien" To: Andreas Klemm Cc: ports@FreeBSD.ORG, asami@FreeBSD.ORG Subject: Re: Annother patch for Mozilla Reply-To: obrien@NUXI.com References: <199804021701.JAA23702@silvia.HIP.Berkeley.EDU> <19980403025126.21985@klemm.gtn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <19980403025126.21985@klemm.gtn.com>; from Andreas Klemm on Fri, Apr 03, 1998 at 02:51:26AM +0200 X-Warning: Mutt Bites! X-Operating-System: FreeBSD 2.2.6-STABLE Organization: The NUXI *BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > Maintainer please? Andreas, are you listening? :> > > I don't have Motif (excuse of the day #2) :-> Bento and Ampere does. ;) -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 3 18:23:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA06343 for freebsd-ports-outgoing; Fri, 3 Apr 1998 18:23:50 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [128.120.56.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA06091 for ; Fri, 3 Apr 1998 18:20:34 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: from dragon.nuxi.com (d60-090.leach.ucdavis.edu [169.237.60.90]) by relay.nuxi.com (8.8.7/8.6.12) with ESMTP id SAA12564 for ; Fri, 3 Apr 1998 18:20:29 -0800 (PST) Received: (from obrien@localhost) by dragon.nuxi.com (8.8.8/8.7.3) id CAA24838; Sat, 4 Apr 1998 02:19:08 GMT Message-ID: <19980403181908.06819@nuxi.com> Date: Fri, 3 Apr 1998 18:19:08 -0800 From: "David O'Brien" To: shimon@simon-shapiro.org Cc: freebsd-ports@FreeBSD.ORG Subject: Re: Yest one more: devel/crosssco Reply-To: obrien@NUXI.com References: <199804010104.RAA18805@silvia.HIP.Berkeley.EDU> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <199804010104.RAA18805@silvia.HIP.Berkeley.EDU>; from Satoshi Asami on Tue, Mar 31, 1998 at 05:04:32PM -0800 X-Warning: Mutt Bites! X-Operating-System: FreeBSD 2.2.6-STABLE Organization: The NUXI *BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > (1) Define PACKAGE_BUILDING (will exclude above ports), and > > (2) Put system directories in front of /usr/local/bin and > /usr/X11R6/bin in your PATH Also: update /usr/share/mk/bsd.port.mk BATCH=yes MOTIF_STATIC=yes FORCE_PKG_REGISTER=yes OVERWRITE_DB=yes NOCLEANDEPENDS=yes build these ports first, either because of dependacies or other problems were solved by doing so: x11/XFree86 x11/lesstif # replace lesstif with real motif if you have it it has also been sugusted that these be built before a general ``cd /usr/ports ; make'' archivers/unzip graphics/xpm x11/FWF x11/iv x11/Xaw3d audio/playmidi audio/gsm databases/gdbm audio/nas x11/xview-config x11/xview-lib lang/tcl80 x11/tk80 audio/amp devel/m4 graphics/jpeg graphics/tiff graphics/tiff34 comms/lrzsz lang/tcl76 x11/tk42 x11/qt converters/uulib lang/perl5 databases/p5-DBI databases/postgresql graphics/xpm devel/pccts editors/emacs emulators/linux_lib lang/icon devel/p5-Data-Flow security/rsaref security/pgp lang/kaffe lang/python editors/mule-common lang/tcl75 x11/tk41 misc/rpm textproc/agrep lang/mocka graphics/png graphics/povray x11/xforms print/teTeX x11/gtk graphics/mpeg-lib graphics/netpbm graphics/pgplot print/ghostscript5 print/transfig www/apache www/netscape3 lang/modula-3-lib www/netscape4-communicator mail/mh mail/metamail net/p5-Net security/libident security/tcp_wrapper misc/xless x11/libsx print/ghostscript4 textproc/rman net/ucd-snmp plan9/sam print/tex security/p5-MD5 x11/tix sysutils/mkisofs textproc/iso8879 textproc/sp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 3 19:11:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA11310 for freebsd-ports-outgoing; Fri, 3 Apr 1998 19:11:10 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from sendero.simon-shapiro.org (sendero-fddi.Simon-Shapiro.ORG [206.190.148.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id TAA11302 for ; Fri, 3 Apr 1998 19:11:07 -0800 (PST) (envelope-from shimon@simon-shapiro.org) Received: (qmail 16387 invoked from network); 3 Apr 1998 23:17:21 -0000 Received: from localhost.simon-shapiro.org (HELO sendero-fxp0.simon-shapiro.org) (@127.0.0.1) by localhost.simon-shapiro.org with SMTP; 3 Apr 1998 23:17:21 -0000 Message-ID: X-Mailer: XFMail 1.3-alpha-032998 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Fri, 03 Apr 1998 15:17:21 -0800 (PST) Reply-To: shimon@simon-shapiro.org Organization: The Simon Shapiro Foundation From: Simon Shapiro To: Tim Vanderhoek Subject: Re: One more: emulators/xzx Cc: "Jordan K. Hubbard" , freebsd-ports@FreeBSD.ORG, Bruce Albrecht Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 02-Apr-98 Tim Vanderhoek wrote: > On Tue, 31 Mar 1998, Bruce Albrecht wrote: > >> Maybe so, Jordan, but as someone who is regularly recognized as a >> spokesman for the FreeBSD core team, I consider it less than >> professional for you to use profanity when other phrases will do, > > Context is everything. I'd like to think we're better than a > bunch of four-year-old Linux-ites who think it's soo cool to use > profanity. That said, there are times when profanity is, well, > proper. :) Since I am the one towards whom this word was directed, I have something to say: Please, leave Jordan alone. It is against my principles to use foul language, but jordan did NOT offend me. I made the comment I made in good spirit, and Jordan knows it. Compared to some others on this list, he is mild mannered and polite. I think the message is loud and clear, we know what we want to do, and how to say it. Let's talk about something else: Which packages do I use to make use of HP Photo Smart Photo Scanner and ALPS MD-1300 printer? Simon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 3 20:07:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA18444 for freebsd-ports-outgoing; Fri, 3 Apr 1998 20:07:50 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from sendero.simon-shapiro.org (sendero-fddi.Simon-Shapiro.ORG [206.190.148.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id UAA18418 for ; Fri, 3 Apr 1998 20:07:46 -0800 (PST) (envelope-from shimon@simon-shapiro.org) Received: (qmail 919 invoked from network); 4 Apr 1998 04:16:53 -0000 Received: from localhost.simon-shapiro.org (HELO sendero-fxp0.simon-shapiro.org) (@127.0.0.1) by localhost.simon-shapiro.org with SMTP; 4 Apr 1998 04:16:53 -0000 Message-ID: X-Mailer: XFMail 1.3-alpha-032998 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <19980403181908.06819@nuxi.com> Date: Fri, 03 Apr 1998 20:16:53 -0800 (PST) Reply-To: shimon@simon-shapiro.org Organization: The Simon Shapiro Foundation From: Simon Shapiro To: "David O'Brien" Subject: Re: Yest one more: devel/crosssco Cc: freebsd-ports@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 04-Apr-98 David O'Brien wrote: Thanx for the following. Really. Simon >> (1) Define PACKAGE_BUILDING (will exclude above ports), and >> >> (2) Put system directories in front of /usr/local/bin and >> /usr/X11R6/bin in your PATH > > Also: > > update /usr/share/mk/bsd.port.mk > > BATCH=yes > MOTIF_STATIC=yes > FORCE_PKG_REGISTER=yes > OVERWRITE_DB=yes > NOCLEANDEPENDS=yes > > build these ports first, either because of dependacies or other problems > were solved by doing so: > > x11/XFree86 > x11/lesstif > # replace lesstif with real motif if you have it > > > it has also been sugusted that these be built before a general > ``cd /usr/ports ; make'' > > archivers/unzip > graphics/xpm > x11/FWF > x11/iv > x11/Xaw3d > audio/playmidi > audio/gsm > databases/gdbm > audio/nas > x11/xview-config > x11/xview-lib > lang/tcl80 > x11/tk80 > audio/amp > devel/m4 > graphics/jpeg > graphics/tiff > graphics/tiff34 > comms/lrzsz > lang/tcl76 > x11/tk42 > x11/qt > converters/uulib > lang/perl5 > databases/p5-DBI > databases/postgresql > graphics/xpm > devel/pccts > editors/emacs > emulators/linux_lib > lang/icon > devel/p5-Data-Flow > security/rsaref > security/pgp > lang/kaffe > lang/python > editors/mule-common > lang/tcl75 > x11/tk41 > misc/rpm > textproc/agrep > lang/mocka > graphics/png > graphics/povray > x11/xforms > print/teTeX > x11/gtk > graphics/mpeg-lib > graphics/netpbm > graphics/pgplot > print/ghostscript5 > print/transfig > www/apache > www/netscape3 > lang/modula-3-lib > www/netscape4-communicator > mail/mh > mail/metamail > net/p5-Net > security/libident > security/tcp_wrapper > misc/xless > x11/libsx > print/ghostscript4 > textproc/rman > net/ucd-snmp > plan9/sam > print/tex > security/p5-MD5 > x11/tix > sysutils/mkisofs > textproc/iso8879 > textproc/sp > ---------- Sincerely Yours, Simon Shapiro Shimon@Simon-Shapiro.ORG Voice: 503.799.2313 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 3 20:10:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA19100 for freebsd-ports-outgoing; Fri, 3 Apr 1998 20:10:03 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA19092; Fri, 3 Apr 1998 20:10:01 -0800 (PST) (envelope-from gnats) Received: from punky.snu.ac.kr (punky.snu.ac.kr [147.46.59.58]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA17870 for ; Fri, 3 Apr 1998 20:05:17 -0800 (PST) (envelope-from pwd@punky.snu.ac.kr) Received: (from root@localhost) by punky.snu.ac.kr (8.8.8/8.8.7) id NAA21895; Sat, 4 Apr 1998 13:04:32 +0900 (KST) (envelope-from pwd) Message-Id: <199804040404.NAA21895@punky.snu.ac.kr> Date: Sat, 4 Apr 1998 13:04:32 +0900 (KST) From: junker@jazz.snu.ac.kr Reply-To: junker@jazz.snu.ac.kr To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6207: new port: korean/ftghostscript5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6207 >Category: ports >Synopsis: new port request: korean/ftghostscript5 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Apr 3 20:10:01 PST 1998 >Last-Modified: >Originator: CHOI Junho >Organization: NARAE, CS Dept., Seoul National Univ., ROK >Release: FreeBSD 2.2.6-BETA i386 >Environment: FreeBSD punky.snu.ac.kr 2.2.6-STABLE FreeBSD 2.2.6-STABLE #0: Fri Mar 27 08:45:52 GMT 1998 root@punky.snu.ac.kr:/usr/src/sys/compile/PUNKY i386 >Description: Localized ghostscript 5.10 for Korean truetype fonts and CID-keyed fonts. Two CID-keyed Korean fonts is included. >How-To-Repeat: >Fix: You can get new ports from ftp://ftp.freebsd.org/pub/FreeBSD/incoming/ftghostscript5.10-ports.tar.gz >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 3 20:58:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA24279 for freebsd-ports-outgoing; Fri, 3 Apr 1998 20:58:24 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA24249; Fri, 3 Apr 1998 20:58:22 -0800 (PST) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA07462; Fri, 3 Apr 1998 20:56:20 -0800 (PST) Date: Fri, 3 Apr 1998 20:56:20 -0800 (PST) Message-Id: <199804040456.UAA07462@freefall.freebsd.org> To: mcdouga9@egr.msu.edu, obrien@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/6160 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New Port Sniffit 0.3.5 State-Changed-From-To: open-closed State-Changed-By: obrien State-Changed-When: Fri Apr 3 20:56:03 PST 1998 State-Changed-Why: port committed. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 3 21:18:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA27056 for freebsd-ports-outgoing; Fri, 3 Apr 1998 21:18:48 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [128.120.56.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA27039; Fri, 3 Apr 1998 21:18:43 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: from dragon.nuxi.com (d60-090.leach.ucdavis.edu [169.237.60.90]) by relay.nuxi.com (8.8.7/8.6.12) with ESMTP id VAA12960; Fri, 3 Apr 1998 21:18:37 -0800 (PST) Received: (from obrien@localhost) by dragon.nuxi.com (8.8.8/8.7.3) id FAA05989; Sat, 4 Apr 1998 05:18:35 GMT Message-ID: <19980403211835.48113@nuxi.com> Date: Fri, 3 Apr 1998 21:18:35 -0800 From: "David O'Brien" To: Eivind Eklund Cc: John Fieber , Amancio Hasty , ports@FreeBSD.ORG, freebsd-database@FreeBSD.ORG Subject: Re: [PORTS] Pgaccess doesn't run on -current anymore, Update Reply-To: obrien@NUXI.com References: <199803250450.UAA27558@rah.star-gate.com> <19980325162504.05717@follo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <19980325162504.05717@follo.net>; from Eivind Eklund on Wed, Mar 25, 1998 at 04:25:04PM +0100 X-Warning: Mutt Bites! X-Operating-System: FreeBSD 2.2.6-STABLE Organization: The NUXI *BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > www.findmail.com has offered to archive the lists. They have all the > databases and stuff needed, and I'd guess they also could take the old > message log. Yes we have all the old mailing list traffic archived on hub:/home/mail/archive. That should be all they would need. -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 3 21:19:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA27367 for freebsd-ports-outgoing; Fri, 3 Apr 1998 21:19:52 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [128.120.56.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA27352 for ; Fri, 3 Apr 1998 21:19:49 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: from dragon.nuxi.com (d60-090.leach.ucdavis.edu [169.237.60.90]) by relay.nuxi.com (8.8.7/8.6.12) with ESMTP id VAA12970; Fri, 3 Apr 1998 21:19:48 -0800 (PST) Received: (from obrien@localhost) by dragon.nuxi.com (8.8.8/8.7.3) id FAA05998; Sat, 4 Apr 1998 05:19:46 GMT Message-ID: <19980403211946.29305@nuxi.com> Date: Fri, 3 Apr 1998 21:19:46 -0800 From: "David O'Brien" To: rssh@grad.kiev.ua Cc: ports@FreeBSD.ORG Subject: Re: egcs-1.02 => OB Reply-To: obrien@NUXI.com References: <3513B755.6D3029FB@Shevchenko.Kiev.UA> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <3513B755.6D3029FB@Shevchenko.Kiev.UA>; from Ruslan Shevchenko on Sat, Mar 21, 1998 at 02:49:28PM +0200 X-Warning: Mutt Bites! X-Operating-System: FreeBSD 2.2.6-STABLE Organization: The NUXI *BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > egcs 1.0.2 is done. > Are anybody work with it ? I've updated the egcs port to both 1.0.2 and the mid-march snapshot. I've been waiting to see which works best for me before commiting one of them. (plus we were in ports freeze at the time). -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 3 21:45:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA01082 for freebsd-ports-outgoing; Fri, 3 Apr 1998 21:45:52 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from jaguar.ir.miami.edu (jaguar.ir.miami.edu [129.171.32.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA01076 for ; Fri, 3 Apr 1998 21:45:49 -0800 (PST) (envelope-from marcus@miami.edu) Received: from localhost by jaguar.ir.miami.edu (PMDF V5.1-10 #24029) with SMTP id <0EQV00G01K03ZN@jaguar.ir.miami.edu> for ports@freebsd.org; Sat, 4 Apr 1998 00:45:39 -0500 (EST) Date: Sat, 04 Apr 1998 00:45:39 -0500 (EST) From: "Joe \"Marcus\" Clarke" Subject: gone port To: ports@FreeBSD.ORG Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Has anyone taken a look at the gone (terminal locking) port? I submitted two revisions so far, and the current one has been running quite well on both my 2.2.6 and 2.2.5 boxes. Joe Clarke To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 3 23:50:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA13118 for freebsd-ports-outgoing; Fri, 3 Apr 1998 23:50:04 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA13109; Fri, 3 Apr 1998 23:50:02 -0800 (PST) (envelope-from gnats) Received: from arh0300.urh.uiuc.edu (arh0300.urh.uiuc.edu [130.126.72.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA12514; Fri, 3 Apr 1998 23:45:32 -0800 (PST) (envelope-from dannyman@arh0300.urh.uiuc.edu) Received: (from dannyman@localhost) by arh0300.urh.uiuc.edu (8.8.8/8.8.5) id BAA28388; Sat, 4 Apr 1998 01:45:31 -0600 (CST) Message-Id: <199804040745.BAA28388@arh0300.urh.uiuc.edu> Date: Sat, 4 Apr 1998 01:45:31 -0600 (CST) From: dannyman Reply-To: dannyman@arh0300.urh.uiuc.edu To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: vanilla@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6208: gtk port fails on -CURRENT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6208 >Category: ports >Synopsis: gtk port fails on -CURRENT >Confidential: yes >Severity: critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Apr 3 23:50:01 PST 1998 >Last-Modified: >Originator: dannyman >Organization: >Release: FreeBSD 3.0-CURRENT i386 >Environment: FreeBSD arh0300.urh.uiuc.edu 3.0-CURRENT FreeBSD 3.0-CURRENT #7: Fri Apr 3 20:29:15 CST 1998 root@arh0300.urh.uiuc.edu:/newhome/src/sys/compile/STUMPY i386 >Description: Output from make install; >How-To-Repeat: >Fix: I can't even tell where the error is. :) >Audit-Trail: >Unformatted: >> Checksum OK for gtk+-0.99.7.tar.gz. ===> Extracting for gtk-0.99.7 ===> gtk-0.99.7 depends on executable: gmake - found ===> Patching for gtk-0.99.7 ===> Applying FreeBSD patches for gtk-0.99.7 ===> Configuring for gtk-0.99.7 [...] ===> Building for gtk-0.99.7 [...] cc -shared -o .libs/libgtk.so.1.0 gtkaccelerator.lo gtkadjustment.lo gtkaspectframe.lo gtkalignment.lo gtkarrow.lo gtkbin.lo gtkbbox.lo gtkbox.lo gtkbutton.lo gtkcheckbutton.lo gtkcheckmenuitem.lo gtkclist.lo gtkcolorsel.lo gtkcombo.lo gtkcontainer.lo gtkcurve.lo gtkdata.lo gtkdialog.lo gtkdrawingarea.lo gtkeditable.lo gtkentry.lo gtkeventbox.lo gtkfilesel.lo gtkfixed.lo gtkframe.lo gtkgamma.lo gtkgc.lo gtkhandlebox.lo gtkhbbox.lo gtkhbox.lo gtkhpaned.lo gtkhruler.lo gtkhscale.lo gtkhscrollbar.lo gtkhseparator.lo gtkimage.lo gtkinputdialog.lo gtkitem.lo gtklabel.lo gtklist.lo gtklistitem.lo gtkmain.lo gtkmenu.lo gtkmenubar.lo gtkmenufactory.lo gtkmenuitem.lo gtkmenushell.lo gtkmisc.lo gtknotebook.lo gtkobject.lo gtkoptionmenu.lo gtkpaned.lo gtkpixmap.lo gtkpreview.lo gtkprogressbar.lo gtkradiobutton.lo gtkradiomenuitem.lo gtkrange.lo gtkrc.lo gtkruler.lo gtkscale.lo gtkscrollbar.lo gtkscrolledwindow.lo gtkselection.lo gtkseparator.lo gtksignal.lo gtkspinbutton.lo gtkstyle.lo g! tkstatusbar.lo gtktable.lo gtktext.lo gtktipsquery.lo gtktogglebutton.lo gtktoolbar.lo gtktooltips.lo gtktree.lo gtktreeitem.lo gtktypeutils.lo gtkvbbox.lo gtkvbox.lo gtkviewport.lo gtkvpaned.lo gtkvruler.lo gtkvscale.lo gtkvscrollbar.lo gtkvseparator.lo gtkwidget.lo gtkwindow.lo fnmatch.lo (cd .libs && ln -s libgtk.so.1.0 libgtk.so) ar cru .libs/libgtk.a gtkaccelerator.o gtkadjustment.o gtkaspectframe.o gtkalignment.o gtkarrow.o gtkbin.o gtkbbox.o gtkbox.o gtkbutton.o gtkcheckbutton.o gtkcheckmenuitem.o gtkclist.o gtkcolorsel.o gtkcombo.o gtkcontainer.o gtkcurve.o gtkdata.o gtkdialog.o gtkdrawingarea.o gtkeditable.o gtkentry.o gtkeventbox.o gtkfilesel.o gtkfixed.o gtkframe.o gtkgamma.o gtkgc.o gtkhandlebox.o gtkhbbox.o gtkhbox.o gtkhpaned.o gtkhruler.o gtkhscale.o gtkhscrollbar.o gtkhseparator.o gtkimage.o gtkinputdialog.o gtkitem.o gtklabel.o gtklist.o gtklistitem.o gtkmain.o gtkmenu.o gtkmenubar.o gtkmenufactory.o gtkmenuitem.o gtkmenushell.o gtkmisc.o gtknotebook.o gtkobject.o gtkoptionmenu.o gtkpaned.o gtkpixmap.o gtkpreview.o gtkprogressbar.o gtkradiobutton.o gtkradiomenuitem.o gtkrange.o gtkrc.o gtkruler.o gtkscale.o gtkscrollbar.o gtkscrolledwindow.o gtkselection.o gtkseparator.o gtksignal.o gtkspinbutton.o gtkstyle.o gtkstatusbar.o gtktable.o gtktext.o gtktipsquery.o gtktogglebutton.o gtktoolbar.o! gtktooltips.o gtktree.o gtktreeitem.o gtktypeutils.o gtkvbbox.o gtkvbox.o gtkviewport.o gtkvpaned.o gtkvruler.o gtkvscale.o gtkvscrollbar.o gtkvseparator.o gtkwidget.o gtkwindow.o fnmatch.o ranlib .libs/libgtk.a creating libgtk.la (cd .libs && ln -s ../libgtk.la libgtk.la) cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../glib -I../glib -I/usr/X11R6/include -O -DGTK_NO_CHECK_CASTS -Wall -DUSE_XIM -c testgtk.c /bin/sh ../libtool --mode=link cc -O -DGTK_NO_CHECK_CASTS -Wall -DUSE_XIM -o testgtk testgtk.o libgtk.la ../gdk/libgdk.la ../glib/libglib.la -L/usr/X11R6/lib -lXext -lX11 -lm LD_LIBRARY_PATH=".libs:../gdk/.libs:../glib/.libs:$LD_LIBRARY_PATH" cc -O -DGTK_NO_CHECK_CASTS -Wall -DUSE_XIM -o .libs/testgtk testgtk.o -R/usr/X11R6/lib -lgtk -R/usr/X11R6/lib -lgdk -L/usr/X11R6/lib -lXext -lX11 -R/usr/X11R6/lib -lglib -L/usr/X11R6/lib -lXext -lX11 -lm gmake[2]: Leaving directory `/newhome/ports/x11/gtk/work/gtk+-0.99.7/gtk' gmake[1]: Leaving directory `/newhome/ports/x11/gtk/work/gtk+-0.99.7' *** Error code 2 Stop. *** Error code 1 Stop. *** Error code 1 Stop. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 4 03:04:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA00822 for freebsd-ports-outgoing; Sat, 4 Apr 1998 03:04:35 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freebsd.scds.com (jseger.shore.net [204.167.102.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA00814 for ; Sat, 4 Apr 1998 03:04:31 -0800 (PST) (envelope-from jseger@freebsd.scds.com) Received: (from jseger@localhost) by freebsd.scds.com (8.8.8/8.8.5) id GAA01408; Sat, 4 Apr 1998 06:12:11 -0500 (EST) Date: Sat, 4 Apr 1998 06:12:11 -0500 (EST) Message-Id: <199804041112.GAA01408@freebsd.scds.com> From: "Justin M. Seger" To: obrien@NUXI.com CC: shimon@simon-shapiro.org, freebsd-ports@FreeBSD.ORG In-reply-to: <19980403181908.06819@nuxi.com> (obrien@NUXI.com) Subject: Re: Yest one more: devel/crosssco References: <199804010104.RAA18805@silvia.HIP.Berkeley.EDU> <19980403181908.06819@nuxi.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org it has also been sugusted that these be built before a general ``cd /usr/ports ; make'' archivers/unzip graphics/xpm x11/FWF x11/iv x11/Xaw3d audio/playmidi audio/gsm databases/gdbm audio/nas x11/xview-config x11/xview-lib lang/tcl80 x11/tk80 audio/amp devel/m4 graphics/jpeg graphics/tiff graphics/tiff34 comms/lrzsz lang/tcl76 x11/tk42 x11/qt converters/uulib lang/perl5 databases/p5-DBI databases/postgresql graphics/xpm devel/pccts editors/emacs emulators/linux_lib lang/icon devel/p5-Data-Flow security/rsaref security/pgp lang/kaffe lang/python editors/mule-common lang/tcl75 x11/tk41 misc/rpm textproc/agrep lang/mocka graphics/png graphics/povray x11/xforms print/teTeX x11/gtk graphics/mpeg-lib graphics/netpbm graphics/pgplot print/ghostscript5 print/transfig www/apache www/netscape3 lang/modula-3-lib www/netscape4-communicator mail/mh mail/metamail net/p5-Net security/libident security/tcp_wrapper misc/xless x11/libsx print/ghostscript4 textproc/rman net/ucd-snmp plan9/sam print/tex security/p5-MD5 x11/tix sysutils/mkisofs textproc/iso8879 textproc/sp This is no longer neccessary. I used to have some dependency problems when building packages-current, so I built all of these first. Things work correctly now without this step. TTYL, -Justin Seger- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 4 05:57:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA18486 for freebsd-ports-outgoing; Sat, 4 Apr 1998 05:57:01 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA18481; Sat, 4 Apr 1998 05:56:57 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA11997; Sat, 4 Apr 1998 05:54:52 -0800 (PST) Date: Sat, 4 Apr 1998 05:54:52 -0800 (PST) Message-Id: <199804041354.FAA11997@freefall.freebsd.org> To: dannyman@arh0300.urh.uiuc.edu, vanilla@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/6208 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: gtk port fails on -CURRENT State-Changed-From-To: open-closed State-Changed-By: vanilla State-Changed-When: Sat Apr 4 05:54:08 PST 1998 State-Changed-Why: I upgrade gtk to 0.99.9, please try again. thanks.. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 4 06:25:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA20955 for freebsd-ports-outgoing; Sat, 4 Apr 1998 06:25:08 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA20950; Sat, 4 Apr 1998 06:25:04 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA12612; Sat, 4 Apr 1998 06:22:59 -0800 (PST) Date: Sat, 4 Apr 1998 06:22:59 -0800 (PST) Message-Id: <199804041422.GAA12612@freefall.freebsd.org> To: josh@quick.net, vanilla@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/6185 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Port upgrade: news/newsfetch 1.0->1.11 State-Changed-From-To: open-closed State-Changed-By: vanilla State-Changed-When: Sat Apr 4 06:21:24 PST 1998 State-Changed-Why: Committed, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 4 06:29:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA21399 for freebsd-ports-outgoing; Sat, 4 Apr 1998 06:29:41 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA21385; Sat, 4 Apr 1998 06:29:23 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA12799; Sat, 4 Apr 1998 06:27:19 -0800 (PST) Date: Sat, 4 Apr 1998 06:27:19 -0800 (PST) Message-Id: <199804041427.GAA12799@freefall.freebsd.org> To: jeff@ns1.cetlink.net, vanilla@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/6146 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: gd library 1.3 port submitted. State-Changed-From-To: open-closed State-Changed-By: vanilla State-Changed-When: Sat Apr 4 06:26:47 PST 1998 State-Changed-Why: Committed, thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 4 06:34:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA21905 for freebsd-ports-outgoing; Sat, 4 Apr 1998 06:34:43 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA21896; Sat, 4 Apr 1998 06:34:36 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA12981; Sat, 4 Apr 1998 06:32:31 -0800 (PST) Date: Sat, 4 Apr 1998 06:32:31 -0800 (PST) Message-Id: <199804041432.GAA12981@freefall.freebsd.org> To: nakai@apricot.astec.co.jp, vanilla@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/6199 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fixed port: icewm State-Changed-From-To: open-closed State-Changed-By: vanilla State-Changed-When: Sat Apr 4 06:31:52 PST 1998 State-Changed-Why: Committed, thanks. Remember, DONT modify Whom on Makefile. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 4 09:30:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA15105 for freebsd-ports-outgoing; Sat, 4 Apr 1998 09:30:10 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA15090; Sat, 4 Apr 1998 09:30:03 -0800 (PST) (envelope-from gnats) Received: from matrix.42.org (sec@matrix.42.org [192.68.213.129]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA13838 for ; Sat, 4 Apr 1998 09:25:23 -0800 (PST) (envelope-from sec@matrix.42.org) Received: (from sec@localhost) by matrix.42.org (8.8.8/8.8.6) id TAA08329 (sender ); Sat, 4 Apr 1998 19:25:17 +0200 (CEST) Message-Id: <199804041725.TAA08329@matrix.42.org> Date: Sat, 4 Apr 1998 19:25: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/6210: Update of sendfile port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6210 >Category: ports >Synopsis: Update of sendfile port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Apr 4 09:30:01 PST 1998 >Last-Modified: >Originator: Stefan `Sec` Zehl >Organization: >Release: FreeBSD 2.2.5-STABLE i386 >Environment: FreeBSD matrix 2.2.5-STABLE FreeBSD 2.2.5-STABLE #0: Sun Jan 11 04:14:33 CET 1998 sec@matrix:/usr/src/sys/compile/MATRIX i386 >Description: Update to the sendfile port. It uses a new distfile, in which a couple of minor bugs are fixed. >How-To-Repeat: >Fix: diff -bur /usr/ports/net/sendfile/Makefile sendfile/Makefile --- /usr/ports/net/sendfile/Makefile Wed Mar 4 04:29:39 1998 +++ sendfile/Makefile Sat Apr 4 19:12:46 1998 @@ -6,7 +6,7 @@ # $Id: Makefile,v 1.2 1998/03/01 21:50:37 steve Exp $ # -DISTNAME= sendfile-19980228 +DISTNAME= sendfile-19980316 PKGNAME= sendfile-2.1 CATEGORIES= net MASTER_SITES= ftp://ftp.uni-stuttgart.de/pub/unix/comm/sendfile/current/ diff -bur /usr/ports/net/sendfile/files/md5 sendfile/files/md5 --- /usr/ports/net/sendfile/files/md5 Wed Mar 4 04:29:40 1998 +++ sendfile/files/md5 Sat Apr 4 17:47:56 1998 @@ -1 +1 @@ -MD5 (sendfile-19980228.tar.gz) = bb2a3e8c4906b37237fa958a8bf8bb1a +MD5 (sendfile-19980316.tar.gz) = 0f540ff6c451440c909ee1e11e95c869 diff -bur /usr/ports/net/sendfile/patches/patch-ab sendfile/patches/patch-ab --- /usr/ports/net/sendfile/patches/patch-ab Wed Mar 4 04:29:40 1998 +++ sendfile/patches/patch-ab Sat Apr 4 18:54:04 1998 @@ -1,6 +1,35 @@ ---- develop/install.orig Fri Feb 27 08:29:16 1998 -+++ develop/install Sun Mar 1 15:34:53 1998 -@@ -133,14 +133,6 @@ +--- develop/install.orig Fri Mar 13 01:16:41 1998 ++++ develop/install Sat Apr 4 18:53:55 1998 +@@ -113,17 +113,9 @@ + if [ "$INETDCONF" = "" ]; then INETDCONF=/etc/inetd.conf; fi + if [ "$SERVICES" = "" ]; then SERVICES=/etc/services; fi + +-if [ -f /usr/man/man7/locale.7 -o -f /usr/man/man7/term.7 ]; then +- manmisc=7 +-else +- manmisc=5 +-fi ++manmisc=7 + +-if [ -f /usr/man/man8/inetd.8 ]; then +- manadmin=8 +-else +- manadmin=1m +-fi ++manadmin=8 + + # purge old logfiles (bug from sendfile revision < 19980310) + (cd $SPOOL && rm -f */.sendfile*.log) +@@ -132,7 +124,7 @@ + umask 022 + cd src || exit 1 + cp sendfile sendmsg receive utf7encode fetchfile wlock $BINDIR/ +- [ -x $SERVERDIR/sendfiled ] && mv $SERVERDIR/sendfiled $SERVERDIR/sendfiled.old && rm $SERVERDIR/sendfiled.old ++ [ -x $SERVERDIR/sendfiled ] && mv $SERVERDIR/sendfiled $SERVERDIR/sendfiled.old && rm -f $SERVERDIR/sendfiled.old + cp sendfiled $SERVERDIR + cd .. + install_man +@@ -156,14 +148,6 @@ To deinstall the sendfile-daemon, simply type: rm $SERVERDIR/sendfiled EOD @@ -15,15 +44,16 @@ umask 022 -@@ -195,6 +187,7 @@ +@@ -213,7 +197,7 @@ echo " there is $SERVERDIR/sendfiled in makeconfig! Check it!" fi echo "installing the sendfile-daemon in $SERVERDIR" -+[ -x $SERVERDIR/sendfiled ] && mv $SERVERDIR/sendfiled $SERVERDIR/sendfiled.old +-[ -x $SERVERDIR/sendfiled ] && mv $SERVERDIR/sendfiled $SERVERDIR/sendfiled.old && rm $SERVERDIR/sendfiled.old ++[ -x $SERVERDIR/sendfiled ] && mv $SERVERDIR/sendfiled $SERVERDIR/sendfiled.old && rm -f $SERVERDIR/sendfiled.old cp src/sendfiled $SERVERDIR || exit 1 NOSENDFILE=`dirname $DENY 2>/dev/null`/nosendfile -@@ -240,7 +233,6 @@ +@@ -259,7 +243,6 @@ echo "saft 487/tcp # simple asynchronous file transfer" | niload services . else echo "configuring $SERVICES" @@ -31,7 +61,7 @@ echo "saft 487/tcp # simple asynchronous file transfer" >>$SERVICES fi fi -@@ -253,8 +245,6 @@ +@@ -272,8 +255,6 @@ fi RESTART=true echo "configuring $INETDCONF" @@ -40,16 +70,7 @@ echo "saft stream tcp nowait root $SFD" >>$INETDCONF fi -@@ -278,7 +268,7 @@ - echo "adding check_sendfile to /etc/csh.login" - echo >>/etc/csh.login - echo "test -x $BINDIR/check_sendfile && $BINDIR/check_sendfile" \ -- >>/etc/profile -+ >>/etc/csh.login - fi - fi - -@@ -318,15 +308,11 @@ +@@ -337,15 +318,10 @@ EOD fi @@ -69,5 +90,3 @@ + kill -HUP `ps auxw|awk '$11 == "inetd" { print $2 } '` + [ -f $SERVERDIR/sendfiled.old ] && rm -f $SERVERDIR/sendfiled.old fi -+true -\ No newline at end of file >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 4 11:40:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA01800 for freebsd-ports-outgoing; Sat, 4 Apr 1998 11:40:03 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA01794; Sat, 4 Apr 1998 11:40:02 -0800 (PST) (envelope-from gnats) Received: from matrix.42.org (sec@matrix.42.org [192.68.213.129]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA00989 for ; Sat, 4 Apr 1998 11:30:05 -0800 (PST) (envelope-from sec@matrix.42.org) Received: (from sec@localhost) by matrix.42.org (8.8.8/8.8.6) id VAA15225 (sender ); Sat, 4 Apr 1998 21:29:58 +0200 (CEST) Message-Id: <199804041929.VAA15225@matrix.42.org> Date: Sat, 4 Apr 1998 21:29:58 +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/6211: New port: sic-0.10a (net) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6211 >Category: ports >Synopsis: New port: sic-0.10a (net) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Apr 4 11:40:01 PST 1998 >Last-Modified: >Originator: Stefan `Sec` Zehl >Organization: >Release: FreeBSD 2.2.5-STABLE i386 >Environment: FreeBSD matrix 2.2.5-STABLE FreeBSD 2.2.5-STABLE #0: Sun Jan 11 04:14:33 CET 1998 sec@matrix:/usr/src/sys/compile/MATRIX i386 >Description: This is a new port of sic. I could not find a client with the features I was looking for, so yes, here is yet another IRC client. Here's what makes it different from others: * absolutely NO scripting ability. * termcap based (e.g. fast!). * emacs-style key bindings * full ircd 2.9+ support. * virtual windows a la screen(1). * multi server support. * non blocking TCP connections. * basic support for multi-homed systems. * everything goes and stays in the lastlog. * convenient scrolling (with searching abilities) in the lastlog. * 10 display filters! (2 ignore features are based on this). * highly customizable. (format strings, filters..) * customization possible at every level (channel, window, server..). * non blocking DNS lookups (A and PTR records). * "tabkey" style completion for /msg, /squery and public discussion. * DCC support. * CTCP support. -- Christophe Kalt >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # sic/ # sic/Makefile # sic/files # sic/files/md5 # sic/patches # sic/patches/patch-aa # sic/pkg # sic/pkg/COMMENT # sic/pkg/DESCR # sic/pkg/PLIST # echo c - sic/ mkdir -p sic/ > /dev/null 2>&1 echo x - sic/Makefile sed 's/^X//' >sic/Makefile << 'END-of-sic/Makefile' X# New ports collection makefile for: sic X# Version required: 0.10a X# Date created: 04 Apr 1998 X# Whom: sec@42.org X# X# $Id$ X# X XDISTNAME= sic-0.10a XCATEGORIES= net XMASTER_SITES= http://www.stealth.net/~kalt/sic/ XEXTRACT_SUFX= .tgz X XMAINTAINER= sec@42.org X XGNU_CONFIGURE= yes X X.include END-of-sic/Makefile echo c - sic/files mkdir -p sic/files > /dev/null 2>&1 echo x - sic/files/md5 sed 's/^X//' >sic/files/md5 << 'END-of-sic/files/md5' XMD5 (sic-0.10a.tgz) = dde11f6b1c59f01871f452c58b1eefaa END-of-sic/files/md5 echo c - sic/patches mkdir -p sic/patches > /dev/null 2>&1 echo x - sic/patches/patch-aa sed 's/^X//' >sic/patches/patch-aa << 'END-of-sic/patches/patch-aa' X--- server.c.org Sat Apr 4 19:48:55 1998 X+++ server.c Sat Apr 4 19:59:58 1998 X@@ -1074,10 +1074,7 @@ X * 0 -> chat , 1 -> send X */ X void X-sic_dcc(type, nick, ip, port, file, size) X- char type, *nick, *file; X- unsigned long ip, size; X- unsigned int port; X+sic_dcc(char type, char *nick, unsigned long ip, unsigned int port, char *file, unsigned long size) X { X struct server_ *dtmp = slist; X unsigned long lip; END-of-sic/patches/patch-aa echo c - sic/pkg mkdir -p sic/pkg > /dev/null 2>&1 echo x - sic/pkg/COMMENT sed 's/^X//' >sic/pkg/COMMENT << 'END-of-sic/pkg/COMMENT' XAnother 'Internet Relay Chat' Client. END-of-sic/pkg/COMMENT echo x - sic/pkg/DESCR sed 's/^X//' >sic/pkg/DESCR << 'END-of-sic/pkg/DESCR' XI could not find a client with the features I was looking for, so yes, Xhere is yet another IRC client. Here's what makes it different from Xothers: X X * absolutely NO scripting ability. X * termcap based (e.g. fast!). X * emacs-style key bindings X * full ircd 2.9+ support. X * virtual windows a la screen(1). X * multi server support. X * non blocking TCP connections. X * basic support for multi-homed systems. X * everything goes and stays in the lastlog. X * convenient scrolling (with searching abilities) in the lastlog. X * 10 display filters! (2 ignore features are based on this). X * highly customizable. (format strings, filters..) X * customization possible at every level (channel, window, server..). X * non blocking DNS lookups (A and PTR records). X * "tabkey" style completion for /msg, /squery and public discussion. X * DCC support. X * CTCP support. X X -- Christophe Kalt END-of-sic/pkg/DESCR echo x - sic/pkg/PLIST sed 's/^X//' >sic/pkg/PLIST << 'END-of-sic/pkg/PLIST' Xbin/sic Xbin/sic-0.10a Xbin/sdns END-of-sic/pkg/PLIST exit >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 4 22:30:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA01459 for freebsd-ports-outgoing; Sat, 4 Apr 1998 22:30:04 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA01431; Sat, 4 Apr 1998 22:30:02 -0800 (PST) (envelope-from gnats) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA00940; Sat, 4 Apr 1998 22:21:53 -0800 (PST) (envelope-from nobody) Message-Id: <199804050621.WAA00940@hub.freebsd.org> Date: Sat, 4 Apr 1998 22:21:53 -0800 (PST) From: kuriyama@opt.phys.waseda.ac.jp To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/6217: update port : japanese/man Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6217 >Category: ports >Synopsis: update port : japanese/man >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Apr 4 22:30:01 PST 1998 >Last-Modified: >Originator: Jun Kuriyama >Organization: Waseda Univ. >Release: 2.2.5-RELEASE >Environment: >Description: I put updated port tarball for japanese/man in: ftp://jaz.jp.freebsd.org/pub/incoming/japanese/ja-man-1.1g-980331.tar.gz This updates original distribution from jp-man-1.1f.tar.gz to jp-man-1.1g.tar.gz. Modified files: Makefile files/md5 patches/patch-aa Removed file: patches/patche-ab >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 4 23:18:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA05893 for freebsd-ports-outgoing; Sat, 4 Apr 1998 23:18:52 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from ns.frihet.com (root@frihet.bayarea.net [205.219.92.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA05814; Sat, 4 Apr 1998 23:17:51 -0800 (PST) (envelope-from tweten@ns.frihet.com) Received: from ns.frihet.com (tweten@localhost.frihet.com [127.0.0.1]) by ns.frihet.com (8.8.8/8.8.8) with ESMTP id XAA01331; Sat, 4 Apr 1998 23:17:49 -0800 (PST) (envelope-from tweten@ns.frihet.com) Message-Id: <199804050717.XAA01331@ns.frihet.com> X-Mailer: exmh version 2.0.2 2/24/98 To: ports@FreeBSD.ORG, stable@FreeBSD.ORG Subject: 2.2.6, utmp, wtmp, and xterm From: "David E. Tweten" Date: Sat, 04 Apr 1998 23:17:48 -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I first noticed this in 2.2.6-BETA, unfortunately not until after the release. I've since confirmed it with -stable from just a few days ago. The problem's most likely in XFree86 3.3.2, but I can't be sure since I no longer have any machines that run anything before XFree86 3.3.2 and post-2.2.6 FreeBSD. I'm hoping this question will save me having to debug xterm. The presenting symptom is who(1) lists pseudo-terminals as active that are long since gone. I populate most xterms with a login shell. It only happens with ptys that have been used by xterm. Rlogind ptys are okay; so are vtys. Both /var/run/utmp and /var/log/wtmp claim any pty that ever supported an xterm is still logged in. Run a last(1) on my machine, and you'll see the only way an xterm ever gets terminated is by "shutdown". Of course, that's not true. They terminate quite nicely, requiring only that "logout" be typed at csh. Explicitly setting xterm*utmpInhibit: false in my .Xresources file changed nothing, so it doesn't seem to be a problem external to xterm. Does this look familiar to anyone, or should I start debugging xterm? I couldn't find anything about this at the FreeBSD archives (particularly in the gnats search). Any help would be appreciated. -- David E. Tweten | 2047-bit PGP fingerprint: | tweten@frihet.com 12141 Atrium Drive | E9 59 E7 5C 6B 88 B8 90 | tweten@and.com Saratoga, CA 95070-3162 | 65 30 2A A4 A0 BC 49 AE | (408) 446-4131 Those who make good products sell products; those who don't, sell solutions. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 4 23:57:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA10928 for freebsd-ports-outgoing; Sat, 4 Apr 1998 23:57:55 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from csnet.cs.technion.ac.il (csnet.cs.technion.ac.il [132.68.32.7]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id XAA10919 for ; Sat, 4 Apr 1998 23:57:47 -0800 (PST) (envelope-from chen@cs.technion.ac.il) Received: from csd.csa (csd [132.68.32.8]) by csnet.cs.technion.ac.il (8.6.11/8.6.10) with ESMTP id KAA22527; Sun, 5 Apr 1998 10:57:25 +0300 Received: from cs.technion.ac.il by csd.csa (SMI-8.6/SMI-SVR4) id KAA24631; Sun, 5 Apr 1998 10:57:12 +0300 Message-ID: <35273954.CD554355@cs.technion.ac.il> Date: Sun, 05 Apr 1998 10:57:11 +0300 From: Genossar Chen X-Mailer: Mozilla 4.02 [en] (X11; I; SunOS 5.6 sun4u) MIME-Version: 1.0 To: jdp@polstra.com CC: ports@FreeBSD.ORG, chen@cs.technion.ac.il Subject: FreeBSD Port: modula-3-socks-1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, __ OO /||\ ___m____m___ I tried to add the socks port to my FreeBSD OS. I enter the following commands : - cd /usr/ports/net/socks5/ - make fetch and i have got the following: >> socks5-v1.0r3.tar.gz doesn't seem to exist on this system. >> Attempting to fetch from ftp://ftp.astec.co.jp/pub/security/socks/. fetch: ftp.astec.co.jp: Service not available, closing control connection >> Attempting to fetch from ftp://ftp.ualg.pt/Linux/net/proxies/socks5/. fetch: ftp.ualg.pt: net: File unavailable (e.g., file not found, no access) >> Attempting to fetch from ftp://ftp.freebsd.org/pub/FreeBSD/distfiles//. fetch: pub/FreeBSD/distfiles//socks5-v1.0r3.tar.gz: cannot get remote modification time fetch: ftp://ftp.freebsd.org/pub/FreeBSD/distfiles//socks5-v1.0r3.tar.gz: FTP error: fetch: File unavailable (e.g., file not found, no access) >> Couldn't fetch it - please try to retrieve this >> port manually into /usr/ports/distfiles/ and try again. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. I saw that there is socks.tar.gz but not socks5-v1.0r3.tar.gz under the ftp-FreeBSD Do you know how can i install the socks port on my machine ? Do i need to update my Makefile ? Do you need to update the ports ? Thanks for your help Chen. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 4 23:58:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA11082 for freebsd-ports-outgoing; Sat, 4 Apr 1998 23:58:26 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from jaguar.ir.miami.edu (jaguar.ir.miami.edu [129.171.32.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA11076; Sat, 4 Apr 1998 23:58:25 -0800 (PST) (envelope-from marcus@miami.edu) Received: from localhost by jaguar.ir.miami.edu (PMDF V5.1-10 #24029) with SMTP id <0EQX00301KTBWI@jaguar.ir.miami.edu>; Sun, 5 Apr 1998 03:58:23 -0400 (EDT) Date: Sun, 05 Apr 1998 03:58:23 -0400 (EDT) From: "Joe \"Marcus\" Clarke" Subject: Re: 2.2.6, utmp, wtmp, and xterm In-reply-to: <199804050717.XAA01331@ns.frihet.com> To: "David E. Tweten" Cc: ports@FreeBSD.ORG, stable@FreeBSD.ORG Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I noticed the same problem. I even recompiled XFree86-3.3.2. I also tested it with a variety of window managers and terminals. Eterm seems to be affected as well. I'm sort of leaning towards a bug in X myself, as telnet etc. work fine. Joe Clarke On Sat, 4 Apr 1998, David E. Tweten wrote: > I first noticed this in 2.2.6-BETA, unfortunately not until after the > release. I've since confirmed it with -stable from just a few days ago. The > problem's most likely in XFree86 3.3.2, but I can't be sure since I no longer > have any machines that run anything before XFree86 3.3.2 and post-2.2.6 > FreeBSD. I'm hoping this question will save me having to debug xterm. > > The presenting symptom is who(1) lists pseudo-terminals as active that are > long since gone. I populate most xterms with a login shell. It only happens > with ptys that have been used by xterm. Rlogind ptys are okay; so are vtys. > Both /var/run/utmp and /var/log/wtmp claim any pty that ever supported an > xterm is still logged in. Run a last(1) on my machine, and you'll see the > only way an xterm ever gets terminated is by "shutdown". Of course, that's > not true. They terminate quite nicely, requiring only that "logout" be typed > at csh. > > Explicitly setting > > xterm*utmpInhibit: false > > in my .Xresources file changed nothing, so it doesn't seem to be a problem > external to xterm. > > Does this look familiar to anyone, or should I start debugging xterm? I > couldn't find anything about this at the FreeBSD archives (particularly in > the gnats search). Any help would be appreciated. > -- > David E. Tweten | 2047-bit PGP fingerprint: | tweten@frihet.com > 12141 Atrium Drive | E9 59 E7 5C 6B 88 B8 90 | tweten@and.com > Saratoga, CA 95070-3162 | 65 30 2A A4 A0 BC 49 AE | (408) 446-4131 > Those who make good products sell products; those who don't, sell solutions. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message