From owner-freebsd-ports Sun May 17 00:14:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA16228 for freebsd-ports-outgoing; Sun, 17 May 1998 00:14:07 -0700 (PDT) (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 AAA16219 for ; Sun, 17 May 1998 00:14:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA19941; Sun, 17 May 1998 00:10:00 -0700 (PDT) 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 AAA16062 for ; Sun, 17 May 1998 00:12:21 -0700 (PDT) (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 NAA03447 for ; Sun, 17 May 1998 13:12:39 +0600 (UDT) Received: (from andy@localhost) by icc.surw.chel.su (8.8.5/8.8.4) id LAA07145; Sun, 17 May 1998 11:16:54 +0400 (MSD) Message-Id: <199805170716.LAA07145@icc.surw.chel.su> Date: Sun, 17 May 1998 11:16: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/6660: New port: frotz-2.32 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6660 >Category: ports >Synopsis: New port: frotz-2.32 >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 May 17 00:10:00 PDT 1998 >Last-Modified: >Originator: Andrey Zakhvatov >Organization: South Ural Railway >Release: FreeBSD 2.2.2-RELEASE i386 >Environment: >Description: This is a port of Infocom games interpreter. It complies with standard 1.0 of Graham Nelson's specification. Frotz runs text adventures which come in so-called story files: ZORK1.DAT, TRINITY.DAT, CURSES.Z5, JIGSAW.Z8, ARTHUR.ZIP etc. It is possible to play Atari ST, Amiga or Macintosh games on your PC once you manage to transfer the story files. There is an increasing number of new games available on the Internet. Check the if-archive at ftp.gmd.de. # 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: # # frotz-2.32 # frotz-2.32/Makefile # frotz-2.32/files # frotz-2.32/files/md5 # frotz-2.32/patches # frotz-2.32/patches/patch-aa # frotz-2.32/pkg # frotz-2.32/pkg/PLIST # frotz-2.32/pkg/COMMENT # frotz-2.32/pkg/DESCR # echo c - frotz-2.32 mkdir -p frotz-2.32 > /dev/null 2>&1 echo x - frotz-2.32/Makefile sed 's/^X//' >frotz-2.32/Makefile << 'END-of-frotz-2.32/Makefile' X# New ports collection makefile for: frotz X# Version required: 2.32 X# Date created: 16 May 1998 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= UnixFrotz232R2Std10 XPKGNAME= frotz-2.32 XCATEGORIES= games XMASTER_SITES= ftp://ftp.gmd.de/if-archive/infocom/interpreters/frotz/ X XMAINTAINER= andy@icc.surw.chel.su X XALL_TARGET= XWRKSRC= ${WRKDIR}/frotz-2.32 X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKSRC}/frotz ${PREFIX}/bin X X.if !defined(NOPORTDOCS) X @ ${MKDIR} ${PREFIX}/share/doc/frotz X.for file in Readme.unix Todo X @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/frotz X.endfor X.endif X X.include END-of-frotz-2.32/Makefile echo c - frotz-2.32/files mkdir -p frotz-2.32/files > /dev/null 2>&1 echo x - frotz-2.32/files/md5 sed 's/^X//' >frotz-2.32/files/md5 << 'END-of-frotz-2.32/files/md5' XMD5 (UnixFrotz232R2Std10.tar.gz) = 5c40f4a9da46a65cd0fd09821bf93538 END-of-frotz-2.32/files/md5 echo c - frotz-2.32/patches mkdir -p frotz-2.32/patches > /dev/null 2>&1 echo x - frotz-2.32/patches/patch-aa sed 's/^X//' >frotz-2.32/patches/patch-aa << 'END-of-frotz-2.32/patches/patch-aa' X--- Makefile Fri Oct 17 20:11:10 1997 X+++ /home/andy/tmp/wrk/Makefile Sat May 16 15:29:57 1998 X@@ -1,7 +1,7 @@ X X # Define your c compiler. I recommend gcc if you've got it. X #CC = cc X-CC = gcc X+#CC = gcc X X # Define your optimization flags. Most compilers understand -O and -O2, X # Debugging (don't use) X@@ -43,7 +43,7 @@ X # have that option. X # X #DEFS = -DUSE_GETOPT_H -DCOLOR_SUPPORT -DEMACS_EDITING X-DEFS = X+DEFS = -DCOLOR_SUPPORT -DEMACS_EDITING -DUSE_NCURSES_H -DUSE_NOTHING X X # This should point to the location of your curses or ncurses include file X # if it's in a non-standard place. X@@ -57,7 +57,7 @@ X #CURSES = -lncurses X #LIB = -L/5usr/lib X LIB = X-CURSES = -lcurses X+CURSES = -lncurses X X # Nothing under this line should need to be changed. X X@@ -66,7 +66,7 @@ X text.o ux_init.o ux_input.o ux_pic.o ux_screen.o ux_sample.o \ X ux_text.o variable.o X X-CFLAGS = $(OPTS) $(DEFS) $(INCL) X+CFLAGS+= $(DEFS) X X frotz: $(OBJECTS) X $(CC) -o frotz $(OBJECTS) $(LIB) $(CURSES) END-of-frotz-2.32/patches/patch-aa echo c - frotz-2.32/pkg mkdir -p frotz-2.32/pkg > /dev/null 2>&1 echo x - frotz-2.32/pkg/PLIST sed 's/^X//' >frotz-2.32/pkg/PLIST << 'END-of-frotz-2.32/pkg/PLIST' Xbin/frotz Xshare/doc/frotz/Readme.unix Xshare/doc/frotz/Todo X@dirrm share/doc/frotz END-of-frotz-2.32/pkg/PLIST echo x - frotz-2.32/pkg/COMMENT sed 's/^X//' >frotz-2.32/pkg/COMMENT << 'END-of-frotz-2.32/pkg/COMMENT' XInfocom games interpreter. END-of-frotz-2.32/pkg/COMMENT echo x - frotz-2.32/pkg/DESCR sed 's/^X//' >frotz-2.32/pkg/DESCR << 'END-of-frotz-2.32/pkg/DESCR' XAn interpreter for all Infocom games. Complies with standard X1.0 of Graham Nelson's specification. Frotz runs text adventures Xwhich come in so-called story files: ZORK1.DAT, TRINITY.DAT, XCURSES.Z5, JIGSAW.Z8, ARTHUR.ZIP etc. It is possible to play XAtari ST, Amiga or Macintosh games on your PC once you manage Xto transfer the story files. There is an increasing number Xof new games available on the Internet. Check the if-archive Xat ftp.gmd.de. X XHomepage: http://www.geocities.com/SiliconValley/Heights/3222/frotz.html END-of-frotz-2.32/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 May 17 02:44:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA27957 for freebsd-ports-outgoing; Sun, 17 May 1998 02:44:09 -0700 (PDT) (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 CAA27946 for ; Sun, 17 May 1998 02:44:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA20403; Sun, 17 May 1998 02:40:01 -0700 (PDT) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA27512; Sun, 17 May 1998 02:38:08 -0700 (PDT) (envelope-from nobody) Message-Id: <199805170938.CAA27512@hub.freebsd.org> Date: Sun, 17 May 1998 02:38:08 -0700 (PDT) From: schweikh@noc.dfn.de To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/6663: a2ps (4.9.9) port installs files in / directory Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6663 >Category: ports >Synopsis: a2ps (4.9.9) port installs files in / directory >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun May 17 02:40:01 PDT 1998 >Last-Modified: >Originator: Jens Schweikhardt >Organization: DFN >Release: 2.2.6R >Environment: >Description: a2ps port installs two emacs-lisp files in / a2ps.el and make-regexp.el According to +CONTENTS they should be somewhere else :-) >How-To-Repeat: cd /usr/ports/print/a2ps make; make install ls /*.el >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 Sun May 17 07:03:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA24486 for freebsd-ports-outgoing; Sun, 17 May 1998 07:03:54 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from hbnotes.imperial-software.com (hbnotes.imperial-software.com [204.141.101.253]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id HAA24478 for ; Sun, 17 May 1998 07:03:53 -0700 (PDT) (envelope-from jfrancois@imperial-software.com) From: jfrancois@imperial-software.com Received: by hbnotes.imperial-software.com(Lotus SMTP MTA v4.6.1 (569.2 2-6-1998)) id 85256607.004C641A ; Sun, 17 May 1998 09:54:23 -0400 X-Lotus-FromDomain: IMPERIAL-SOFTWARE To: msmith@FreeBSD.ORG cc: ports@FreeBSD.ORG Message-ID: <85256607.004C0ECE.00@hbnotes.imperial-software.com> Date: Sun, 17 May 1998 09:54:17 -0400 Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello I just downloaded staroffice 4.0 is there any ports available for FreeBSD at this time. Also I'm looking for an office suit to run under FreeBSD and XFree86 that will be able to convert MSword DOC and Lotus Smartsuit DOC any suggestions? thank you To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 17 08:03:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA28770 for freebsd-ports-outgoing; Sun, 17 May 1998 08:03:06 -0700 (PDT) (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 IAA28762 for ; Sun, 17 May 1998 08:03:05 -0700 (PDT) (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 JAA21795; Sun, 17 May 1998 09:02:06 -0600 (MDT) (envelope-from brett@peloton.physics.montana.edu) Date: Sun, 17 May 1998 09:02:06 -0600 (MDT) From: Brett Taylor To: Dennis Tenn cc: Brian Handy , FreeBSD-Ports Subject: Re: Weird bug with WindowMaker-0.14.1 port 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 Sat, 16 May 1998, Dennis Tenn wrote: > On Sat, 16 May 1998, Brian Handy wrote: > > | > [Wmaker compile] [snip out description of window popping up] > | WOW!!! Brett Taylor says the same thing happens to him (On two separate > | machines). I've never been able to get it to happen on any of my > | machines...I'm at a loss as to what this might be. > | > | Anyway...whatever it is you're seeing, I think it's real. :-) For what it's worth, the package adds okay. I still to this day get the window popping up whenever I try to use the port to add it. Brett ********************************************************* Brett Taylor brett@peloton.physics.montana.edu http://peloton.physics.montana.edu/brett/ But Master, does not the fire need water too? Does not the mountain need the storm? - Beavis To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 17 10:24:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA13234 for freebsd-ports-outgoing; Sun, 17 May 1998 10:24:12 -0700 (PDT) (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 KAA13227 for ; Sun, 17 May 1998 10:24:11 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA16883; Sun, 17 May 1998 10:20:02 -0700 (PDT) Received: from dcarmich.pr.mcs.net (dcarmich.pr.mcs.net [204.95.63.202]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA12964 for ; Sun, 17 May 1998 10:22:50 -0700 (PDT) (envelope-from dcarmich@dcarmich.pr.mcs.net) Received: (from dcarmich@localhost) by dcarmich.pr.mcs.net (8.8.8/8.8.8) id MAA09002; Sun, 17 May 1998 12:24:13 -0500 (CDT) (envelope-from dcarmich) Message-Id: <199805171724.MAA09002@dcarmich.pr.mcs.net> Date: Sun, 17 May 1998 12:24:13 -0500 (CDT) From: dcarmich@mcs.com Reply-To: dcarmich@mcs.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6665: I have updated the fetchmail port (in ports/mail) to version 4.4.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6665 >Category: ports >Synopsis: I have updated the fetchmail port to version 4.4.6 >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 May 17 10:20:01 PDT 1998 >Last-Modified: >Originator: Douglas Carmichael >Organization: n/a >Release: FreeBSD 2.2.6-RELEASE i386 >Environment: n/a >Description: I have updated the fetchmail port to version 4.4.6. >How-To-Repeat: n/a >Fix: Apply this patch: diff -ruN fetchmail.old/Makefile fetchmail/Makefile --- fetchmail.old/Makefile Thu May 14 05:24:01 1998 +++ fetchmail/Makefile Sun May 17 12:10:49 1998 @@ -1,19 +1,20 @@ # New ports collection makefile for: fetchmail -# Version required: 4.4.4 -# Date created: 26 Oct 1996 +# Version required: 4.4.4 (upgraded to 4.4.6) +# Date created: 26 Oct 1996 (updated on 17 May 1998) # Whom: Ville Eerola # -# $Id: Makefile,v 1.59 1998/05/14 02:27:53 mph Exp $ +# Updated by: Douglas Carmichael +# +# $Id$ # -DISTNAME= fetchmail-4.4.4 +DISTNAME= fetchmail-4.4.6 CATEGORIES= mail -MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ - -MAINTAINER= ve@sci.fi +MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ +MAINTAINER= dcarmich@mcs.com GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-opie +CONFIGURE_ARGS= --enable-opie --enable-RPA CONFIGURE_ENV= LDFLAGS="${CFLAGS}" MAN1= fetchmail.1 diff -ruN fetchmail.old/files/md5 fetchmail/files/md5 --- fetchmail.old/files/md5 Thu May 14 05:24:01 1998 +++ fetchmail/files/md5 Sun May 17 09:45:35 1998 @@ -1 +1 @@ -MD5 (fetchmail-4.4.4.tar.gz) = b7afa49644cd2261f7002fb2c1fbb91c +MD5 (fetchmail-4.4.6.tar.gz) = e9e931d9f2a269b6814510015b75ac61 >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 May 17 10:44:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA17581 for freebsd-ports-outgoing; Sun, 17 May 1998 10:44:15 -0700 (PDT) (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 KAA17562 for ; Sun, 17 May 1998 10:44:10 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA16978; Sun, 17 May 1998 10:40:01 -0700 (PDT) Received: from ail.ail-inc.co.jp ([210.145.48.250]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA16667; Sun, 17 May 1998 10:40:35 -0700 (PDT) (envelope-from sada@e-mail.ne.jp) Received: from amygdala.ail-inc.co.jp (amygdala.ail-inc.co.jp [210.145.48.251]) by ail.ail-inc.co.jp (8.8.5/3.6W) with ESMTP id CAA10416; Mon, 18 May 1998 02:40:31 +0900 (JST) Received: from thalamus.local.ail-inc.co.jp (thalamus.local.ail-inc.co.jp [192.168.1.6]) by amygdala.ail-inc.co.jp (8.8.8/3.6W98030310) with ESMTP id CAA21728; Mon, 18 May 1998 02:39:47 +0900 (JST) Received: (from sada@localhost) by thalamus.local.ail-inc.co.jp (8.8.8/3.6W98032015) id CAA23756; Mon, 18 May 1998 02:40:06 +0900 (JST) Message-Id: <199805171740.CAA10416@ail.ail-inc.co.jp> Date: Mon, 18 May 1998 02:40:06 +0900 (JST) From: sada@e-mail.ne.jp (SADA Kenji) To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: fenner@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6666: Port: ja-netscape-4.05 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6666 >Category: ports >Synopsis: Update port: ja-netscape-4.05 >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 17 10:40:01 PDT 1998 >Last-Modified: >Originator: SADA Kenji >Organization: Nagoya.Aichi.Japan >Release: FreeBSD 2.2.6-RELEASE i386 >Environment: FreeBSD 2.2.6-RELEASE i386 XFree86 3.3.2 >Description: ports/japanese/netscape4 is now obsolete, distfiles are not available on the net. Here is the renewed Japanized Netscape port for version 4.05: 0 May 17 21:02 1998 netscape4-communicator/ 0 May 10 06:22 1998 netscape4-communicator/files/ 2215 Apr 7 04:51 1998 netscape4-communicator/files/setup.pl 2457 Feb 25 04:00 1997 netscape4-communicator/files/mailcap 2414 Apr 8 14:15 1998 netscape4-communicator/files/Netscape-jp-v404.ad.patch 934 Mar 15 07:39 1998 netscape4-communicator/files/setup.doc 476 May 7 14:54 1998 netscape4-communicator/files/ja-netscape.sh 166 Apr 7 05:07 1998 netscape4-communicator/files/md5 2304 May 10 06:18 1998 netscape4-communicator/files/Netscape-us-v404.ad.patch 0 May 9 09:34 1998 netscape4-communicator/pkg/ 211 Apr 7 04:43 1998 netscape4-communicator/pkg/DESCR 190 Mar 18 03:24 1998 netscape4-communicator/pkg/MESSAGE 47 Apr 7 04:42 1998 netscape4-communicator/pkg/COMMENT 7735 May 9 13:14 1998 netscape4-communicator/pkg/PLIST 3912 May 17 21:35 1998 netscape4-communicator/Makefile 0 May 17 21:10 1998 netscape4-communicator-english/ 467 May 10 06:25 1998 netscape4-communicator-english/Makefile 0 May 10 06:22 1998 netscape4-communicator-english/files/ 166 May 9 14:27 1998 netscape4-communicator-english/files/md5 0 May 17 21:03 1998 netscape4-communicator-english/pkg/ 8927 May 17 21:04 1998 netscape4-communicator-english/pkg/PLIST 0 May 17 21:08 1998 netscape4-navigator/ 621 May 9 14:14 1998 netscape4-navigator/Makefile 0 May 9 09:41 1998 netscape4-navigator/pkg/ 190 May 9 09:30 1998 netscape4-navigator/pkg/MESSAGE 211 May 9 09:30 1998 netscape4-navigator/pkg/DESCR 67 May 9 09:30 1998 netscape4-navigator/pkg/COMMENT 4699 May 10 06:36 1998 netscape4-navigator/pkg/PLIST 0 May 10 06:33 1998 netscape4-navigator/files/ 163 May 10 06:33 1998 netscape4-navigator/files/md5 0 May 17 21:09 1998 netscape4-navigator-english/ 0 May 10 06:39 1998 netscape4-navigator-english/pkg/ 5523 May 10 06:39 1998 netscape4-navigator-english/pkg/PLIST 0 May 10 06:37 1998 netscape4-navigator-english/files/ 163 May 10 06:37 1998 netscape4-navigator-english/files/md5 408 May 10 06:37 1998 netscape4-navigator-english/Makefile >How-To-Repeat: >Fix: Please remove the whole directory `ports/japanese/netscape4' and commit new ports of ja-netscape-4.05 . Tarball is put at: ftp://ftp.FreeBSD.ORG/pub/FreeBSD/incoming/ ja-netscape-4.05-1998-0517.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 Sun May 17 10:54:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA19009 for freebsd-ports-outgoing; Sun, 17 May 1998 10:54:11 -0700 (PDT) (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 KAA19001 for ; Sun, 17 May 1998 10:54:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA17030; Sun, 17 May 1998 10:50:00 -0700 (PDT) Received: from ail.ail-inc.co.jp ([210.145.48.250]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA18657 for ; Sun, 17 May 1998 10:50:30 -0700 (PDT) (envelope-from sada@e-mail.ne.jp) Received: from amygdala.ail-inc.co.jp (amygdala.ail-inc.co.jp [210.145.48.251]) by ail.ail-inc.co.jp (8.8.5/3.6W) with ESMTP id CAA10439; Mon, 18 May 1998 02:50:30 +0900 (JST) Received: from thalamus.local.ail-inc.co.jp (thalamus.local.ail-inc.co.jp [192.168.1.6]) by amygdala.ail-inc.co.jp (8.8.8/3.6W98030310) with ESMTP id CAA21761; Mon, 18 May 1998 02:49:46 +0900 (JST) Received: (from sada@localhost) by thalamus.local.ail-inc.co.jp (8.8.8/3.6W98032015) id CAA23794; Mon, 18 May 1998 02:50:06 +0900 (JST) Message-Id: <199805171750.CAA10439@ail.ail-inc.co.jp> Date: Mon, 18 May 1998 02:50:06 +0900 (JST) From: sada@e-mail.ne.jp (SADA Kenji) To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: hideyuki@sat.t.u-tokyo.ac.jp X-Send-Pr-Version: 3.2 Subject: ports/6667: ports japanese/kon: install problem of man pages Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6667 >Category: ports >Synopsis: >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 May 17 10:50:00 PDT 1998 >Last-Modified: >Originator: SADA Kenji >Organization: Nagoya.Aichi.Japan >Release: FreeBSD 2.2.6-RELEASE i386 >Environment: FreeBSD 2.2.6-RELEASE i386 XFree86 3.3.2 >Description: port japanese/kon sometimes need the directory '${PREFIX}/man/ja_JP.EUC/man1' before `make install', or fail to install the man page. >How-To-Repeat: Setup a clean 2.2.6-RELEASE system (without any ports/packages), and do command-line: cd /usr/ports/japanese/kon; make install >Fix: --- Makefile.orig Sat Sep 20 04:27:45 1997 +++ Makefile Mon May 18 02:38:58 1998 @@ -29,6 +29,7 @@ @(cd ${WRKSRC}; ${MAKE} -f Makefile.FreeBSD config) post-install: + @${MKDIR} ${PREFIX}/man/ja_JP.EUC/man1 @${INSTALL_MAN} ${WRKSRC}/doc/kon.1 ${PREFIX}/man/ja_JP.EUC/man1 .if !defined(NOPORTDOCS) @${MKDIR} ${DOCDIR} >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 May 17 11:14:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA21943 for freebsd-ports-outgoing; Sun, 17 May 1998 11:14:13 -0700 (PDT) (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 LAA21931 for ; Sun, 17 May 1998 11:14:10 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA17148; Sun, 17 May 1998 11:10:01 -0700 (PDT) Received: from ail.ail-inc.co.jp ([210.145.48.250]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA21357 for ; Sun, 17 May 1998 11:10:31 -0700 (PDT) (envelope-from sada@e-mail.ne.jp) Received: from amygdala.ail-inc.co.jp (amygdala.ail-inc.co.jp [210.145.48.251]) by ail.ail-inc.co.jp (8.8.5/3.6W) with ESMTP id DAA10469; Mon, 18 May 1998 03:10:31 +0900 (JST) Received: from thalamus.local.ail-inc.co.jp (thalamus.local.ail-inc.co.jp [192.168.1.6]) by amygdala.ail-inc.co.jp (8.8.8/3.6W98030310) with ESMTP id DAA21816; Mon, 18 May 1998 03:09:47 +0900 (JST) Received: (from sada@localhost) by thalamus.local.ail-inc.co.jp (8.8.8/3.6W98032015) id DAA23866; Mon, 18 May 1998 03:10:06 +0900 (JST) Message-Id: <199805171810.DAA10469@ail.ail-inc.co.jp> Date: Mon, 18 May 1998 03:10:06 +0900 (JST) From: sada@e-mail.ne.jp (SADA Kenji) To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: kiri@kiri.toba-cmt.ac.jp X-Send-Pr-Version: 3.2 Subject: ports/6669: Ports problem: ja-gp-2.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6669 >Category: ports >Synopsis: Ports problem: ja-gp-2.5 >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 May 17 11:10:00 PDT 1998 >Last-Modified: >Originator: SADA Kenji >Organization: Nagoya.Aichi.Japan >Release: FreeBSD 2.2.6-RELEASE i386 >Environment: FreeBSD 2.2.6-RELEASE i386 XFree86 3.3.2 >Description: Package of `ja-gp-2.5' doesn't appear in the directory `/usr/ports/packages/japanese/' . >How-To-Repeat: Just `cd /usr/ports/japanese/gp; make install' . >Fix: --- ports/japanese/gp/Makefile.orig Sat Feb 21 02:47:41 1998 +++ ports/japanese/gp/Makefile Mon May 18 02:50:03 1998 @@ -7,7 +7,7 @@ # PKGNAME= ja-gp-2.5 -CATEGORIES= print japanese +CATEGORIES= japanese LANGUAGE= Japanese --- ports/print/gp/Makefile.orig Fri May 15 21:29:47 1998 +++ ports/print/gp/Makefile Mon May 18 02:52:28 1998 @@ -8,7 +8,7 @@ DISTNAME= GP-2.5 PKGNAME?= gp-2.5 -CATEGORIES= print tk42 +CATEGORIES+= print tk42 MASTER_SITES= http://www.kamome.or.jp/hueda/GP/ \ ftp://www.neosoft.com/pub/tcl/sorted/print/GP-2.5/ >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 May 17 16:34:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA15522 for freebsd-ports-outgoing; Sun, 17 May 1998 16:34:59 -0700 (PDT) (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 QAA15453 for ; Sun, 17 May 1998 16:34:28 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA22561; Sun, 17 May 1998 16:30:03 -0700 (PDT) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA14995; Sun, 17 May 1998 16:30:12 -0700 (PDT) (envelope-from nobody) Message-Id: <199805172330.QAA14995@hub.freebsd.org> Date: Sun, 17 May 1998 16:30:12 -0700 (PDT) From: giffunip@yahoo.com To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/6671: new port: xcircuit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6671 >Category: ports >Synopsis: new port: xcircuit >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 May 17 16:30:01 PDT 1998 >Last-Modified: >Originator: Pedro F. Giffuni >Organization: U. Nacional de Colombia >Release: 2.2.5-R >Environment: >Description: A small program to draw circuits and other schematics. >How-To-Repeat: >Fix: begin 644 xcircuit.tar.gz M'XL(`.AP7S4``^U<;7/;1I+V5_%73)AL171)I$B)5J*<]U:699_*EN42Y4VJ M[JY<0V!(8@5@$`P@B=G*_O9]NN<%@.27;)7M;.Z$2DP)&,ST],O33S=`W41) M&=5)-7KP^0ZQM[,_G8H'0HSWI^/VIS]VA'@TG>P_VM_9W9WB\GAWNO]`3#^C M3.&H325+(1X4*B[U!\9][/H?]+CQ]C^5EVJ1I.HSK#'>V7FTM_=>^Y.U@_TG MXT3QZ(G<\@RYWC_[G]OQ:OU+4H=%D9$>DT55&5Z%QDSAO$0I<'&]Y) M>E^+OZK2T(!2_5PGI8H/-L;#?9Q_*BLEHE+A`^+Y M.\X>'5X/=Z(9"QNQN/>Z>'LXOC\[>SD@LXNJN)@-)K+:#54D1K^ M;54/55R/BGH^JI)LM/$_O8V-;_[>NN?M[,TK^ORUUSWYY.G)^6-9%&;D!#"C M'H:58J]63V='AV_KS7>S,[?GMR>O@"HJ^5Z?UT^N+T MV>.-C9OL,EOT#E^^?'MQ>/[\^.)Q[^35[*+U^T:2PRG35+C/82;S7J_0IMIV M9PYZPV0AOHIAHUS%FZ_.7I^=7SP].YH->K2E%Q#X5_'-WU^?'S\[^>G7D5G) M4HW4COYB='_W:#'DX+,QOF&"H\CA9]"!-'J5UK,1_ MS$T\)%4,L\L_]WYOY[X_/GH$_"\NEY^+`_SV_/]HNCO>Q>7)>&_G/O]_B:-C M_Z.ST]/C5Q>?>HV/Y'\A]G>=_??VIH_&E/\GD[W[_/\ECL-<_#0>B[B4UTF^ M%$6IEZ7,Q'\K4Z@H0:I9$P40SDN$B58JDU42F?^]1_?_"TSX[./_T: M'X[_R>[NH[V`_Y/I#L7_SG3G/OZ_Q`$#7*P4Q7VARBI11NB%\$XAP/J$-$"` M--77YJ#7.QR(65764567,A7@UI=SG:L>57$#FHC&X_]%VU<=9?E`&0[72]1A6QF=5HE MX*0B!1'V*V1R+8!9])'K2LRQ7JH-UI)Y#-%0Y,0#-]=\@'4BL:G2-"FPJ%%+ MDK4U4>?N$::U$Y!H""BNH1"-N>2YH'< M%53^&GQ^%I5)48D^7Z]T7\ATJOXW5&6V&,@C3&.4@EC0RH!5 M,FEKOKK6OU7Q1N&WF%2_94>X)1,C*BV,7&_1\$HF>5B;O<,9+$P_;%GLH&TD M6:V@#9HDQP:PI%&E\S!G0+-%ZJ=_K6Y9#Z9E'+?W3:,S5:UH4TXD3E:W)F'] MXQ-UG9MIBX6P\W M@^X^*%9BT^EBVTF-T2B`O7M)]FS(YI>$VN%N!O.J>,M'0ZDK*JKM'JI2YB:E MW\5U0@K!V?968(M90D[B=N;5Y>:ZY4J&Y[QSLM!)SL*X2;9HBW`>:$2ZB>!F MVZ92A2@5-,T=`;LGC(F@&T('3$"J@021@I.W<&7(^M[U?HM[`")!O;?]O:7F M"UV<\=6ML)P7R((8DQE;=^,'G+]2I7?;HE"R-#Y& M381Z/B<']PNS$JR&5+DE#.U1`BAS+W=P`9&I3&,[#D1HNDH700(V/GDQ9JO- M:E3@FHJ)8E5`U:&;YC!-NZ[*4:S+INDTY#1NA;@K\1#ZY4CEI$YO* MU74KDEQGR&_+[PYYA"BF=S#:6T:JC)/%`B?@A4'Q\$*WJ7XAE\KTM]PDUI01 MU$"Q`^%!41&PJKJ&Z01LS;HDQ?BYUO5R) M[WEW.TQ_Z9H8[VQ16O'7.>Q?XT+?30),J*&S##N(MVZ%>(2X8EA%VN`=\AXX MB93>1*Z;XTS43[6,^RQ#W\@KU?=3TVR(IAS,W'JIN[TH@<'0&,NZ6>)=IDB65C\C;E@N24"0$H1.> MU:\!]Z7?KG5Y"1^G_B8V\V0@3O*BKD9G=86/GN,PA]QVPPD+C7S-IH)6PJ;H MG2OB1^+*]4.Q1G/=>R8%$HA`"1&QCY*VE]A$N`8JWX#3!*9EE\B1=U5.J52\ MG@4D043#N/CW*T_6NGD(CNULZUR(M`HP1.*JL6B#2+=H!X:D>EFK'P1;/?"! MEGD[<[J)^CC3!UI8&JCNZ"88SF^8]`-U<>S![7+==OB$+[OP=1$^5P@ZY`56 MBP^+P'6@43I_!5#0Y3:9/-\B&70)8F-SJ*D090`"EF61JIMDGJ1)M6[\IBVP M#55$3'*IN!IV44LDKI.3.8`1O`;8ZQ,&.;?-T/XJ"!R49_W,&HP]F$]8SX02 M`L*Y>18Z&'+3`CZ&`9/!>T2TDB5BGG!]4>K,(L]LG5N2.\87J7 M]O).3-L$Z83[&1#<40UG*MIZ)PF2Y(AB[.**G+G0NH3?K/0UX;TUNLKC@$4Z MKJ-.SO@TZNNV]F]2(%$/GK4#&KA""!U>R8$(25%[) M!(PS58'-<"/%[V,%S&9WB&0AG??1[$MD2+`CSMZ6I(+=%ER^#'QZ9%I$(0`@ MM)<">>>H7GCT[+VB9I0$] MZ1.UR32337+0(!=,,F6R!PQX7A)H?MLRL0ZZZ% M#,B194<5!0FKQC@Y%'`HE:]HX;:V`*$(;_=3W+I',JT4U0/N4;%)0(%M;/KR$,QZ M"2."OY$[]R6PD4[`X?MQLJ2?`Q`?LI9J0\%!@)5A)^3K:1))%Y0=D<=VN.4" M*/R;>I#=Q=`BT3I*5:A/["`[E9MD8AJ$Y,5LJYLYOL2H M!"B<$)Y;D03]:\`W4DX\@"#/?IOZ#_?F02X8YHJ<%,6:SQ,741P+ MWC;S5:ANU,W^0, M8[MXW4DS%&U@=24F@)8#]V@((?NAW[WWQDU9<3'>KV3!'BZ#A4M^PF/Q;>!( M0$XTBK;7VVES?N,K>:CSG(82N:]LH3+C3:2$.@T,V M36TODI&LY=.6WE*12I'3]%V:JAM6\,+<57]1IRF)QET`$U*MOWRIUG,MRU85 MQ2I3V[@`VT:E)F]XX4?9,[SDSW4277*KB?MZME@.L.(HNJ_]*5PY<1L7]-?D M7]1S:/4FC']Y!U)ZM$;F0;16JKC5H;'5"R%NXD@H91ON]<"&B)HKTC'W>*]4 MGG`\2N9DIM*\0AS2-6I!F*=Q&@IC421<1+HH]@9E)\EH`F8;U$'T@CW3I:>= M'H5IICN1"@^IDY3>F`DIPXD;L$N:)`I]-5-3N\;8#FM"TA/C(A!:)(I^AHK] M::*Q4<(_>X\H2["*+18CY;XS,GW)+KFT"&2X7G,LKF*U7BJ..]N$\[&[V6>Y MX;W#M##]`3FF:]DT/;H?N@W/15("DBR[#[U>YE%UR5TT"QRZ7(?E*?.`[JV4 MZYPL`00(W53/D>K"<"]3TWYGUOB/2,8C:#6\"#0:4,0F!(LU8I2H#\JJF"MX MJO`I-33%#>)#4:.="C"&!20I;C=3@D7ENK9E.[U^!LMZ==`(8&4KIX+>&)U3 MIUG"=4/K^YU?4+W.U1?"D+B8G^8IK[-3KB7T' MU6O)96%XLL8V@JHCF,>[6VBR&DIVG/&0!GPX(CRO9*H:.IV4H1OKZ@`G(=W) M%4FNJ,5(;E[I`%,ZB>F^!2*E,B'S'3:T`,IST6%S&YLDG.GJ;-&B66$;S9,E MU^W;K(WOLO;I+4(W-+0OPU.QNK3=;Q!]VT$KWS&K\WS&46E=8AZ*"&+7W.Y( M-:UXRU9II^/=WACY7,,3J+G*]712T:,:WZZT"Z><0!U5!/3IH"4W@9]2MRZ_ M4P1/N)4#2)]B66T$A,Z9N1B^`UU&5<%\%USM\ML95B-=Q/")EAXF6)CV+^AM_XBG9'TD%;OUV-FC.>I,Z^EE7FE\-81[HUW2/IVYI MB];P6B%DT3&_<6HLA(14`MFY-H7&B\X,"<,6LP@49:1`FI'[/RA]$^L-FPLV MBB5;WNT"E]D$UT?UFE(X40%`M7)2P.E0M:HJ&@YLG-6=IO4[-L\@$:TT]:@< M:^8GT2Z363]JLK4#\"%5*EZQ)W9X[?=IV([S]C,39 M(P!,4U"ODABU,Z9?42Z2[;EH+'G8YI\&37O56MSXT'1]/J1"O;1/VP`2KH&S M7=1E029_/6O+94*7^B>O4ZZS`+AS+I&5Z^_#4K]HG3$"TIJY++;A1TO4]52L M6QSTH4J]YS!!NOY!<"1#4W&UL@4&]S^I*^T<#]%'M$^-8F5_:/JR]'(N`S^, M$9(0R4*/@<2UHD@V@-9J%$L3VJ"\"N[QCLP^ME"2'P!`XK!=;GW8?I_`]E!] M9ZR@)<;3[AI^$FD.50I>6B1T@L,C;HZLG>'.SI3V0TR%'[3ZA,YJ:=I)8^<3 MF;SA16E+3G7$;:C8==T*TE-8Q6*%#R];F.[LD*7IX[WKME<,C:*.O1P*7U&T ML.=PQO:IL3/79DETR*>Y!FWZSP!JHQ]+X'C?,OA0?0TZ#SP6_"C*UYWT&,(^ M!0R$@EQ+T1@V`3?3W/,*FTD6(,(Q:G..8VZ;!6!MJYE.9>3G#4%:J48A]$NI MR,$PN:]!PD.#1LUW%2`9^6T:X4XB0:5TO:V8-S/HYK]6P'"GFENOVTE&JU,O MT?EFY^5%7QN$]CC8&[WO=4%?7OQ;""H-TAIP4V(5UK4?XE=U$+&7`B3Y=Z;>2*)6O MW\Z^)>-L?\JCUSO+6?L56$4)IG,@9LJY87]5O?N;'?^@KW4XOMU\26'DIQBN MJBSM]WKW+ZZVCL[[GZ]?GLP^^=O?'W__^]$XO/^YOS?9Y_<_]^[?__XBQSS) MFZ_S=$KZ=E'1O<(_%&:(4.M>L$SZ[@WR*C7)W=..@=^]D"X7=T^:9)F_:W"& M@A/4?+5"Z'F/)]0^Q#M@^-`">D M&NA#0ZXB/4]U=$EC?A=<"I)P`?5YO@'TV[__LS=!Y-/W?_:F>_??__D2QRW[ M9_%G4/K'O_\S;=E_RM__O?_^SY[T>[BGDC]\8\F67%1^%DRP+^`_],]_OL/NSOC M\3W^?XGCCOWY/CPH3CQ?^UA MB#IYN7&QJL4I=#*>X+^#R>1@;VS_D@/J\F;LQJS.,6P-6XKQ]&`Z.4#FYF$/ MNP?]+G;'6[O[@G\5XFMQQ.VC[L,';CLJD[A7+PQU;-:Z+H7*KY)2Y]3B.*"[ M/UF/`7/UOA+V;QP@W8UJ4X[H=7;J\=-_?'_7%_ 2W!_WQ_WQ1S[^"6Y^-+4`4``` ` end >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 May 17 16:35:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA15556 for freebsd-ports-outgoing; Sun, 17 May 1998 16:35:05 -0700 (PDT) (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 QAA15451 for ; Sun, 17 May 1998 16:34:28 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA22571; Sun, 17 May 1998 16:30:06 -0700 (PDT) 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 QAA15130 for ; Sun, 17 May 1998 16:32:25 -0700 (PDT) (envelope-from brett@peloton.physics.montana.edu) Received: (from brett@localhost) by peloton.physics.montana.edu (8.8.8/8.8.7) id RAA25186; Sun, 17 May 1998 17:31:32 -0600 (MDT) (envelope-from brett) Message-Id: <199805172331.RAA25186@peloton.physics.montana.edu> Date: Sun, 17 May 1998 17:31:32 -0600 (MDT) From: brett@peloton.physics.montana.edu Reply-To: brett@peloton.physics.montana.edu To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6672: gimp-devel port updated to 0.99.31 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6672 >Category: ports >Synopsis: gimp-devel port updated to newest version, 0.99.31 >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 May 17 16:30:06 PDT 1998 >Last-Modified: >Originator: Brett Taylor >Organization: Montana State University, Bozeman >Release: FreeBSD 2.2.6-STABLE i386 >Environment: FreeBSD 2.2.6-STABLE #0: Thu Apr 2 14:31:47 MST 1998 >Description: I've updated the gimp-devel port to the latest version. Changes were pretty minimal: - fixed Makefile to look for xdelta-0.18 (was only looking for shared lib delta\\.0 - without 0.18 a plugin won't build) - fixed Makefile to look for gtk-1.0.2 (needed to build correctly) - fixed Makefile to look for new version of gimp - fixed PLIST (plugin directory got moved, added a gradient and a few script-fu scripts) - fixed patches - broke patch-ah up into patch-ah and patch-aj the old patch-ah patched 2 files - configure.in and configure - didn't try to figure out how to JUST patch configure.in; see mail list from Friday to see my inability to fix configure scripts correctly... :-) >How-To-Repeat: apply the patch below to the gimp-devel port >Fix: diff -ruN gimp-devel/Makefile gimp-devel/Makefile --- gimp-devel/Makefile Mon May 4 21:23:56 1998 +++ gimp-devel/Makefile Sun May 17 16:31:37 1998 @@ -8,7 +8,7 @@ MAJOR= 0 MINOR= 99 -MICRO= 28 +MICRO= 31 VERSION= ${MAJOR}.${MINOR}.${MICRO} MM_VERSION= ${MAJOR}.${MINOR} @@ -26,11 +26,11 @@ LIB_DEPENDS+= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm LIB_DEPENDS+= aa\\.1\\.:${PORTSDIR}/graphics/aalib LIB_DEPENDS+= jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg -LIB_DEPENDS+= gtk\\.1\\.0:${PORTSDIR}/x11/gtk +LIB_DEPENDS+= gtk\\.1\\.2:${PORTSDIR}/x11/gtk LIB_DEPENDS+= mpeg\\.1\\.2:${PORTSDIR}/graphics/mpeg-lib LIB_DEPENDS+= png\\.2\\.:${PORTSDIR}/graphics/png LIB_DEPENDS+= tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 -LIB_DEPENDS+= xdelta\\.0:${PORTSDIR}/misc/xdelta +LIB_DEPENDS+= xdelta\\.0\\.18:${PORTSDIR}/misc/xdelta USE_X11= yes GNU_CONFIGURE= yes diff -ruN gimp-devel/files/md5 gimp-devel/files/md5 --- gimp-devel/files/md5 Thu Apr 30 13:13:21 1998 +++ gimp-devel/files/md5 Sun May 17 15:48:09 1998 @@ -1,2 +1,2 @@ -MD5 (gimp-0.99.28.tar.gz) = 22912ec257b264ad0f664d214eac2371 +MD5 (gimp-0.99.31.tar.gz) = f648ae8180c91eaf5188619bb986723e MD5 (gimp-data-extras-0.99a.tar.gz) = 7035455b77b6996bc14e35922de08a39 diff -ruN gimp-devel/patches/patch-ah gimp-devel/patches/patch-ah --- gimp-devel/patches/patch-ah Thu Apr 30 13:13:21 1998 +++ gimp-devel/patches/patch-ah Sun May 17 16:04:33 1998 @@ -1,6 +1,6 @@ ---- configure.in.old Tue Apr 28 09:04:13 1998 -+++ configure.in Tue Apr 28 09:07:13 1998 -@@ -115,13 +115,13 @@ +--- configure.in.orig Sun May 17 01:16:39 1998 ++++ configure.in Sun May 17 16:04:23 1998 +@@ -117,13 +117,13 @@ dnl Test for libtiff if test -z "$LIBTIFF_LIB"; then @@ -18,79 +18,12 @@ AC_MSG_WARN(*** TIFF plug-in will not be built (TIFF header files not found) ***)), AC_CHECK_LIB(tiff34, TIFFFlushData, AC_CHECK_HEADER(tiffio.h, -@@ -303,7 +303,7 @@ +@@ -306,7 +306,7 @@ LIBS="$gimp_save_LIBS" gimpdatadir=$datadir/gimp --gimpplugindir=$libdir/$PACKAGE/$GIMP_MAJOR_VERSION_NUMBER.$GIMP_MINOR_VERSION_NUMBER -+gimpplugindir=$libexecdir/$PACKAGE/$GIMP_MAJOR_VERSION_NUMBER.$GIMP_MINOR_VERSION_NUMBER - - brushdata=`ls -1 $srcdir/data/brushes | grep -v Makefile` - gradientdata=`ls -1 $srcdir/data/gradients | grep -v Makefile` ---- configure.old Tue Apr 28 09:04:06 1998 -+++ configure Tue Apr 28 09:09:45 1998 -@@ -2281,14 +2281,14 @@ - fi - - if test -z "$LIBTIFF_LIB"; then -- echo $ac_n "checking for TIFFReadScanline in -ltiff""... $ac_c" 1>&6 --echo "configure:2286: checking for TIFFReadScanline in -ltiff" >&5 --ac_lib_var=`echo tiff'_'TIFFReadScanline | sed 'y%./+-%__p_%'` -+ echo $ac_n "checking for TIFFReadScanline in -ltiff34""... $ac_c" 1>&6 -+echo "configure:2286: checking for TIFFReadScanline in -ltiff34" >&5 -+ac_lib_var=`echo tiff34'_'TIFFReadScanline | sed 'y%./+-%__p_%'` - if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-ltiff -lm $LIBS" -+LIBS="-ltiff34 -lm $LIBS" - cat > conftest.$ac_ext <&6 -- TIFF='tiff'; LIBTIFF_LIB='-ltiff' -+ TIFF='tiff'; LIBTIFF_LIB='-ltiff34' - else - echo "$ac_t""no" 1>&6 - echo "configure: warning: *** TIFF plug-in will not be built (TIFF header files not found) ***" 1>&2 -@@ -2352,14 +2352,14 @@ - - else - echo "$ac_t""no" 1>&6 --echo $ac_n "checking for TIFFWriteScanline in -ltiff""... $ac_c" 1>&6 --echo "configure:2357: checking for TIFFWriteScanline in -ltiff" >&5 --ac_lib_var=`echo tiff'_'TIFFWriteScanline | sed 'y%./+-%__p_%'` -+echo $ac_n "checking for TIFFWriteScanline in -ltiff34""... $ac_c" 1>&6 -+echo "configure:2357: checking for TIFFWriteScanline in -ltiff34" >&5 -+ac_lib_var=`echo tiff34'_'TIFFWriteScanline | sed 'y%./+-%__p_%'` - if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-ltiff -ljpeg -lz -lm $LIBS" -+LIBS="-ltiff34 -ljpeg -lz -lm $LIBS" - cat > conftest.$ac_ext <&6 -- TIFF='tiff'; LIBTIFF_LIB='-ltiff -ljpeg -lz' -+ TIFF='tiff'; LIBTIFF_LIB='-ltiff34 -ljpeg -lz' - else - echo "$ac_t""no" 1>&6 - echo "configure: warning: *** TIFF plug-in will not be built (TIFF header files not found) ***" 1>&2 -@@ -4144,7 +4144,7 @@ - LIBS="$gimp_save_LIBS" - - gimpdatadir=$datadir/gimp --gimpplugindir=$libdir/$PACKAGE/$GIMP_MAJOR_VERSION_NUMBER.$GIMP_MINOR_VERSION_NUMBER -+gimpplugindir=$libexecdir/$PACKAGE/$GIMP_MAJOR_VERSION_NUMBER.$GIMP_MINOR_VERSION_NUMBER +-gimpplugindir=$libdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION +++gimpplugindir=$libexecdir/$PACKAGE/$GIMP_MAJOR_VERSION_NUMBER.$GIMP_MINOR_VERSION_NUMBER brushdata=`ls -1 $srcdir/data/brushes | grep -v Makefile` gradientdata=`ls -1 $srcdir/data/gradients | grep -v Makefile` diff -ruN gimp-devel/patches/patch-ai gimp-devel/patches/patch-ai --- gimp-devel/patches/patch-ai Fri Apr 17 11:30:03 1998 +++ gimp-devel/patches/patch-ai Sun May 17 15:59:19 1998 @@ -1,25 +1,5 @@ ---- plug-ins/megawidget/Makefile.am.orig Mon Nov 24 16:04:29 1997 -+++ plug-ins/megawidget/Makefile.am Thu Apr 16 20:06:48 1998 -@@ -1,11 +1,15 @@ - ## Process this file with automake to produce Makefile.in - --pluginlibdir = $(gimpplugindir)/plug-ins -+pluginlibdir = $(libdir) -+gimpincludedir = ${includedir} - - pluginlib_LIBRARIES = libmegawidget.a - - libmegawidget_a_SOURCES = \ -- megawidget.c megawidget.h -+ megawidget.c -+ -+gimpinclude_HEADERS = \ -+ megawidget.h - - INCLUDES = \ - $(X_CFLAGS) \ ---- plug-ins/megawidget/Makefile.in.orig Sat Apr 11 17:43:11 1998 -+++ plug-ins/megawidget/Makefile.in Thu Apr 16 20:12:17 1998 +--- plug-ins/megawidget/Makefile.in.orig Sun May 17 01:38:27 1998 ++++ plug-ins/megawidget/Makefile.in Sun May 17 15:56:23 1998 @@ -1,14 +1,8 @@ -# Makefile.in generated automatically by automake 1.3 from Makefile.am +# Makefile.in generated automatically by automake 1.2 from Makefile.am @@ -66,7 +46,7 @@ host_alias = @host_alias@ host_triplet = @host@ AA = @AA@ -@@ -111,12 +103,16 @@ +@@ -115,12 +107,16 @@ palettedata = @palettedata@ patterndata = @patterndata@ @@ -85,7 +65,7 @@ INCLUDES = \ $(X_CFLAGS) \ -@@ -151,6 +147,8 @@ +@@ -155,6 +151,8 @@ COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@ @@ -94,7 +74,7 @@ DIST_COMMON = Makefile.am Makefile.in -@@ -158,17 +156,18 @@ +@@ -162,17 +160,18 @@ TAR = tar GZIP = --best @@ -118,7 +98,7 @@ cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status -@@ -176,7 +175,7 @@ +@@ -180,7 +179,7 @@ mostlyclean-pluginlibLIBRARIES: clean-pluginlibLIBRARIES: @@ -127,7 +107,7 @@ distclean-pluginlibLIBRARIES: -@@ -184,92 +183,89 @@ +@@ -188,92 +187,89 @@ install-pluginlibLIBRARIES: $(pluginlib_LIBRARIES) @$(NORMAL_INSTALL) @@ -252,7 +232,7 @@ maintainer-clean-tags: -@@ -278,6 +274,10 @@ +@@ -282,6 +278,10 @@ subdir = plug-ins/megawidget distdir: $(DISTFILES) @@ -263,7 +243,7 @@ @for file in $(DISTFILES); do \ d=$(srcdir); \ test -f $(distdir)/$$file \ -@@ -285,6 +285,31 @@ +@@ -289,6 +289,31 @@ || cp -p $$d/$$file $(distdir)/$$file; \ done @@ -295,7 +275,7 @@ info: dvi: check: all -@@ -293,64 +318,69 @@ +@@ -297,64 +322,69 @@ install-exec: @$(NORMAL_INSTALL) diff -ruN gimp-devel/patches/patch-aj gimp-devel/patches/patch-aj --- gimp-devel/patches/patch-aj Wed Dec 31 17:00:00 1969 +++ gimp-devel/patches/patch-aj Sun May 17 16:10:00 1998 @@ -0,0 +1,47 @@ +--- configure.orig Sun May 17 01:30:20 1998 ++++ configure Sun May 17 16:09:29 1998 +@@ -2282,14 +2282,14 @@ + fi + + if test -z "$LIBTIFF_LIB"; then +- echo $ac_n "checking for TIFFReadScanline in -ltiff""... $ac_c" 1>&6 +-echo "configure:2287: checking for TIFFReadScanline in -ltiff" >&5 +-ac_lib_var=`echo tiff'_'TIFFReadScanline | sed 'y%./+-%__p_%'` ++ echo $ac_n "checking for TIFFReadScanline in -ltiff34""... $ac_c" 1>&6 ++ echo "configure:2286: checking for TIFFReadScanline in -ltiff34" >&5 ++ ac_lib_var=`echo tiff34'_'TIFFReadScanline | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-ltiff -lm $LIBS" ++LIBS="-ltiff34 -lm $LIBS" + cat > conftest.$ac_ext <&6 +- TIFF='tiff'; LIBTIFF_LIB='-ltiff' ++ TIFF='tiff'; LIBTIFF_LIB='-ltiff34' + else + echo "$ac_t""no" 1>&6 + echo "configure: warning: *** TIFF plug-in will not be built (TIFF header files not found) ***" 1>&2 +@@ -2416,7 +2416,7 @@ + fi + if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then + echo "$ac_t""yes" 1>&6 +- TIFF='tiff'; LIBTIFF_LIB='-ltiff -ljpeg -lz' ++ TIFF='tiff'; LIBTIFF_LIB='-ltiff34 -ljpeg -lz' + else + echo "$ac_t""no" 1>&6 + echo "configure: warning: *** TIFF plug-in will not be built (TIFF header files not found) ***" 1>&2 +@@ -4147,6 +4147,7 @@ + + gimpdatadir=$datadir/gimp + gimpplugindir=$libdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION ++gimpplugindir=$libexecdir/$PACKAGE/$GIMP_MAJOR_VERSION_NUMBER.$GIMP_MINOR_VERSION_NUMBER + + brushdata=`ls -1 $srcdir/data/brushes | grep -v Makefile` + gradientdata=`ls -1 $srcdir/data/gradients | grep -v Makefile` diff -ruN gimp-devel/pkg/PLIST gimp-devel/pkg/PLIST --- gimp-devel/pkg/PLIST Thu Apr 30 13:13:21 1998 +++ gimp-devel/pkg/PLIST Sun May 17 17:07:52 1998 @@ -26,130 +26,131 @@ lib/libgimpui.so lib/libgimpui.so.1.0 lib/libmegawidget.a -libexec/gimp/0.99/plug-ins/AlienMap -libexec/gimp/0.99/plug-ins/CEL -libexec/gimp/0.99/plug-ins/CML_explorer -libexec/gimp/0.99/plug-ins/MapObject -libexec/gimp/0.99/plug-ins/aa -libexec/gimp/0.99/plug-ins/align_layers -libexec/gimp/0.99/plug-ins/animationplay -libexec/gimp/0.99/plug-ins/animoptimize -libexec/gimp/0.99/plug-ins/apply_lens -libexec/gimp/0.99/plug-ins/autocrop -libexec/gimp/0.99/plug-ins/autostretch_hsv -libexec/gimp/0.99/plug-ins/blinds -libexec/gimp/0.99/plug-ins/blur -libexec/gimp/0.99/plug-ins/bmp -libexec/gimp/0.99/plug-ins/bumpmap -libexec/gimp/0.99/plug-ins/bz2 -libexec/gimp/0.99/plug-ins/c_astretch -libexec/gimp/0.99/plug-ins/checkerboard -libexec/gimp/0.99/plug-ins/colorify -libexec/gimp/0.99/plug-ins/compose -libexec/gimp/0.99/plug-ins/convmatrix -libexec/gimp/0.99/plug-ins/cubism -libexec/gimp/0.99/plug-ins/dbbrowser -libexec/gimp/0.99/plug-ins/decompose -libexec/gimp/0.99/plug-ins/deinterlace -libexec/gimp/0.99/plug-ins/depthmerge -libexec/gimp/0.99/plug-ins/despeckle -libexec/gimp/0.99/plug-ins/destripe -libexec/gimp/0.99/plug-ins/diffraction -libexec/gimp/0.99/plug-ins/displace -libexec/gimp/0.99/plug-ins/edge -libexec/gimp/0.99/plug-ins/emboss -libexec/gimp/0.99/plug-ins/engrave -libexec/gimp/0.99/plug-ins/exchange -libexec/gimp/0.99/plug-ins/faxg3 -libexec/gimp/0.99/plug-ins/film -libexec/gimp/0.99/plug-ins/fits -libexec/gimp/0.99/plug-ins/flame -libexec/gimp/0.99/plug-ins/flarefx -libexec/gimp/0.99/plug-ins/fractaltrace -libexec/gimp/0.99/plug-ins/gauss_iir -libexec/gimp/0.99/plug-ins/gauss_rle -libexec/gimp/0.99/plug-ins/gbr -libexec/gimp/0.99/plug-ins/gfig -libexec/gimp/0.99/plug-ins/gfli -libexec/gimp/0.99/plug-ins/gee -libexec/gimp/0.99/plug-ins/gicon -libexec/gimp/0.99/plug-ins/gif -libexec/gimp/0.99/plug-ins/glasstile -libexec/gimp/0.99/plug-ins/gqbist -libexec/gimp/0.99/plug-ins/gradmap -libexec/gimp/0.99/plug-ins/grid -libexec/gimp/0.99/plug-ins/gtm -libexec/gimp/0.99/plug-ins/gz -libexec/gimp/0.99/plug-ins/header -libexec/gimp/0.99/plug-ins/hot -libexec/gimp/0.99/plug-ins/hrz -libexec/gimp/0.99/plug-ins/ifscompose -libexec/gimp/0.99/plug-ins/illusion -libexec/gimp/0.99/plug-ins/iwarp -libexec/gimp/0.99/plug-ins/jpeg -libexec/gimp/0.99/plug-ins/laplace -libexec/gimp/0.99/plug-ins/mail -libexec/gimp/0.99/plug-ins/max_rgb -libexec/gimp/0.99/plug-ins/maze -libexec/gimp/0.99/plug-ins/mblur -libexec/gimp/0.99/plug-ins/mosaic -libexec/gimp/0.99/plug-ins/mpeg -libexec/gimp/0.99/plug-ins/nlfilt -libexec/gimp/0.99/plug-ins/noisify -libexec/gimp/0.99/plug-ins/normalize -libexec/gimp/0.99/plug-ins/nova -libexec/gimp/0.99/plug-ins/oilify -libexec/gimp/0.99/plug-ins/pagecurl -libexec/gimp/0.99/plug-ins/palette -libexec/gimp/0.99/plug-ins/papertile -libexec/gimp/0.99/plug-ins/pat -libexec/gimp/0.99/plug-ins/pcx -libexec/gimp/0.99/plug-ins/pix -libexec/gimp/0.99/plug-ins/pixelize -libexec/gimp/0.99/plug-ins/plasma -libexec/gimp/0.99/plug-ins/png -libexec/gimp/0.99/plug-ins/pnm -libexec/gimp/0.99/plug-ins/polar -libexec/gimp/0.99/plug-ins/print -libexec/gimp/0.99/plug-ins/ps -libexec/gimp/0.99/plug-ins/psd -libexec/gimp/0.99/plug-ins/randomize -libexec/gimp/0.99/plug-ins/ripple -libexec/gimp/0.99/plug-ins/rotate -libexec/gimp/0.99/plug-ins/rotators -libexec/gimp/0.99/plug-ins/scatter_hsv -libexec/gimp/0.99/plug-ins/screenshot -libexec/gimp/0.99/plug-ins/script-fu -libexec/gimp/0.99/plug-ins/semiflatten -libexec/gimp/0.99/plug-ins/sgi -libexec/gimp/0.99/plug-ins/sharpen -libexec/gimp/0.99/plug-ins/shift -libexec/gimp/0.99/plug-ins/sinus -libexec/gimp/0.99/plug-ins/smooth_palette -libexec/gimp/0.99/plug-ins/snoise -libexec/gimp/0.99/plug-ins/snp -libexec/gimp/0.99/plug-ins/sobel -libexec/gimp/0.99/plug-ins/sparkle -libexec/gimp/0.99/plug-ins/spread -libexec/gimp/0.99/plug-ins/struc -libexec/gimp/0.99/plug-ins/sunras -libexec/gimp/0.99/plug-ins/tga -libexec/gimp/0.99/plug-ins/threshold_alpha -libexec/gimp/0.99/plug-ins/tiff -libexec/gimp/0.99/plug-ins/tile -libexec/gimp/0.99/plug-ins/tileit -libexec/gimp/0.99/plug-ins/tiler -libexec/gimp/0.99/plug-ins/url -libexec/gimp/0.99/plug-ins/video -libexec/gimp/0.99/plug-ins/vinvert -libexec/gimp/0.99/plug-ins/vpropagate -libexec/gimp/0.99/plug-ins/waves -libexec/gimp/0.99/plug-ins/webbrowser -libexec/gimp/0.99/plug-ins/whirlpinch -libexec/gimp/0.99/plug-ins/xd -libexec/gimp/0.99/plug-ins/xpm -libexec/gimp/0.99/plug-ins/xwd -libexec/gimp/0.99/plug-ins/zealouscrop +libexec/gimp/plug-ins/AlienMap +libexec/gimp/plug-ins/CEL +libexec/gimp/plug-ins/CML_explorer +libexec/gimp/plug-ins/MapObject +libexec/gimp/plug-ins/aa +libexec/gimp/plug-ins/align_layers +libexec/gimp/plug-ins/animationplay +libexec/gimp/plug-ins/animoptimize +libexec/gimp/plug-ins/apply_lens +libexec/gimp/plug-ins/autocrop +libexec/gimp/plug-ins/autostretch_hsv +libexec/gimp/plug-ins/blinds +libexec/gimp/plug-ins/blur +libexec/gimp/plug-ins/bmp +libexec/gimp/plug-ins/bumpmap +libexec/gimp/plug-ins/bz2 +libexec/gimp/plug-ins/c_astretch +libexec/gimp/plug-ins/checkerboard +libexec/gimp/plug-ins/colorify +libexec/gimp/plug-ins/compose +libexec/gimp/plug-ins/convmatrix +libexec/gimp/plug-ins/cubism +libexec/gimp/plug-ins/dbbrowser +libexec/gimp/plug-ins/decompose +libexec/gimp/plug-ins/deinterlace +libexec/gimp/plug-ins/depthmerge +libexec/gimp/plug-ins/despeckle +libexec/gimp/plug-ins/destripe +libexec/gimp/plug-ins/diffraction +libexec/gimp/plug-ins/displace +libexec/gimp/plug-ins/edge +libexec/gimp/plug-ins/emboss +libexec/gimp/plug-ins/engrave +libexec/gimp/plug-ins/exchange +libexec/gimp/plug-ins/faxg3 +libexec/gimp/plug-ins/film +libexec/gimp/plug-ins/fits +libexec/gimp/plug-ins/flame +libexec/gimp/plug-ins/flarefx +libexec/gimp/plug-ins/fractaltrace +libexec/gimp/plug-ins/gauss_iir +libexec/gimp/plug-ins/gauss_rle +libexec/gimp/plug-ins/gbr +libexec/gimp/plug-ins/gfig +libexec/gimp/plug-ins/gfli +libexec/gimp/plug-ins/gee +libexec/gimp/plug-ins/gicon +libexec/gimp/plug-ins/gif +libexec/gimp/plug-ins/glasstile +libexec/gimp/plug-ins/gqbist +libexec/gimp/plug-ins/gradmap +libexec/gimp/plug-ins/grid +libexec/gimp/plug-ins/gtm +libexec/gimp/plug-ins/gz +libexec/gimp/plug-ins/header +libexec/gimp/plug-ins/hot +libexec/gimp/plug-ins/hrz +libexec/gimp/plug-ins/ifscompose +libexec/gimp/plug-ins/illusion +libexec/gimp/plug-ins/iwarp +libexec/gimp/plug-ins/jpeg +libexec/gimp/plug-ins/laplace +libexec/gimp/plug-ins/libgpc.a +libexec/gimp/plug-ins/mail +libexec/gimp/plug-ins/max_rgb +libexec/gimp/plug-ins/maze +libexec/gimp/plug-ins/mblur +libexec/gimp/plug-ins/mosaic +libexec/gimp/plug-ins/mpeg +libexec/gimp/plug-ins/nlfilt +libexec/gimp/plug-ins/noisify +libexec/gimp/plug-ins/normalize +libexec/gimp/plug-ins/nova +libexec/gimp/plug-ins/oilify +libexec/gimp/plug-ins/pagecurl +libexec/gimp/plug-ins/palette +libexec/gimp/plug-ins/papertile +libexec/gimp/plug-ins/pat +libexec/gimp/plug-ins/pcx +libexec/gimp/plug-ins/pix +libexec/gimp/plug-ins/pixelize +libexec/gimp/plug-ins/plasma +libexec/gimp/plug-ins/png +libexec/gimp/plug-ins/pnm +libexec/gimp/plug-ins/polar +libexec/gimp/plug-ins/print +libexec/gimp/plug-ins/ps +libexec/gimp/plug-ins/psd +libexec/gimp/plug-ins/randomize +libexec/gimp/plug-ins/ripple +libexec/gimp/plug-ins/rotate +libexec/gimp/plug-ins/rotators +libexec/gimp/plug-ins/scatter_hsv +libexec/gimp/plug-ins/screenshot +libexec/gimp/plug-ins/script-fu +libexec/gimp/plug-ins/semiflatten +libexec/gimp/plug-ins/sgi +libexec/gimp/plug-ins/sharpen +libexec/gimp/plug-ins/shift +libexec/gimp/plug-ins/sinus +libexec/gimp/plug-ins/smooth_palette +libexec/gimp/plug-ins/snoise +libexec/gimp/plug-ins/snp +libexec/gimp/plug-ins/sobel +libexec/gimp/plug-ins/sparkle +libexec/gimp/plug-ins/spread +libexec/gimp/plug-ins/struc +libexec/gimp/plug-ins/sunras +libexec/gimp/plug-ins/tga +libexec/gimp/plug-ins/threshold_alpha +libexec/gimp/plug-ins/tiff +libexec/gimp/plug-ins/tile +libexec/gimp/plug-ins/tileit +libexec/gimp/plug-ins/tiler +libexec/gimp/plug-ins/url +libexec/gimp/plug-ins/video +libexec/gimp/plug-ins/vinvert +libexec/gimp/plug-ins/vpropagate +libexec/gimp/plug-ins/waves +libexec/gimp/plug-ins/webbrowser +libexec/gimp/plug-ins/whirlpinch +libexec/gimp/plug-ins/xd +libexec/gimp/plug-ins/xpm +libexec/gimp/plug-ins/xwd +libexec/gimp/plug-ins/zealouscrop man/man1/gimp.1.gz share/gimp/brushes/10x10square.gbr share/gimp/brushes/10x10squareBlur.gbr @@ -255,6 +256,7 @@ share/gimp/gradients/CD share/gimp/gradients/CD_Half share/gimp/gradients/Caribbean_Blues +share/gimp/gradients/Coffee share/gimp/gradients/Cold_Steel share/gimp/gradients/Cold_Steel_2 share/gimp/gradients/Crown_molding @@ -284,6 +286,7 @@ share/gimp/gradients/Greens share/gimp/gradients/Horizon_1 share/gimp/gradients/Land_1 +share/gimp/gradients/Land_and_Sea share/gimp/gradients/Horizon_2 share/gimp/gradients/Incandescent share/gimp/gradients/Metallic_Something @@ -524,6 +527,7 @@ share/gimp/patterns/woodblind.pat share/gimp/patterns/worn_metal_chex.pat share/gimp/scripts/3dTruchet.scm +share/gimp/scripts/3d-outline.scm share/gimp/scripts/add-bevel.scm share/gimp/scripts/addborder.scm share/gimp/scripts/alien-glow-arrow.scm @@ -531,6 +535,7 @@ share/gimp/scripts/alien-glow-bullet.scm share/gimp/scripts/alien-glow-button.scm share/gimp/scripts/alien-glow-logo.scm +share/gimp/scripts/asc2img.scm share/gimp/scripts/basic1-logo.scm share/gimp/scripts/basic2-logo.scm share/gimp/scripts/beavis.jpg @@ -543,6 +548,7 @@ share/gimp/scripts/beveled-pattern-hrule.scm share/gimp/scripts/blended-logo.scm share/gimp/scripts/bovinated-logo.scm +share/gimp/scripts/camo.scm share/gimp/scripts/carve-it.scm share/gimp/scripts/carved-logo.scm share/gimp/scripts/chalk.scm @@ -551,19 +557,23 @@ share/gimp/scripts/chrome-logo.scm share/gimp/scripts/circuit.scm share/gimp/scripts/clothify.scm +share/gimp/scripts/coffee.scm share/gimp/scripts/color-cycling.scm share/gimp/scripts/comic-logo.scm share/gimp/scripts/coolmetal-logo.scm share/gimp/scripts/copy-visible.scm share/gimp/scripts/crystal-logo.scm +share/gimp/scripts/distress_selection.scm share/gimp/scripts/drop-shadow.scm share/gimp/scripts/egg.scm share/gimp/scripts/erase-rows.scm share/gimp/scripts/flatland.scm share/gimp/scripts/font-map.scm share/gimp/scripts/frosty-logo.scm +share/gimp/scripts/fuzzyborder.scm share/gimp/scripts/gimp-headers.scm share/gimp/scripts/gimp-labels.scm +share/gimp/scripts/glossy.scm share/gimp/scripts/glowing-logo.scm share/gimp/scripts/gradient-bevel-logo.scm share/gimp/scripts/gradient-example.scm @@ -576,8 +586,10 @@ share/gimp/scripts/line-nova.scm share/gimp/scripts/mkbrush.scm share/gimp/scripts/neon-logo.scm +share/gimp/scripts/old_photo.scm share/gimp/scripts/perspective-shadow.scm share/gimp/scripts/predator.scm +share/gimp/scripts/rendermap.scm share/gimp/scripts/ripply-anim.scm share/gimp/scripts/round-corners.scm share/gimp/scripts/select_to_brush.scm @@ -586,6 +598,7 @@ share/gimp/scripts/slide.scm share/gimp/scripts/sota-chrome-logo.scm share/gimp/scripts/sphere.scm +share/gimp/scripts/spinning_globe.scm share/gimp/scripts/starburst-logo.scm share/gimp/scripts/starscape-logo.scm share/gimp/scripts/swirltile.scm @@ -597,6 +610,7 @@ share/gimp/scripts/texture2.jpg share/gimp/scripts/texture3.jpg share/gimp/scripts/textured-logo.scm +share/gimp/scripts/tileblur.scm share/gimp/scripts/title-header.scm share/gimp/scripts/trochoid.scm share/gimp/scripts/truchet.scm @@ -613,8 +627,7 @@ share/gimp/gimp_splash.ppm share/gimp/gimp_tips.txt share/gimp/ps-menurc -@dirrm libexec/gimp/0.99/plug-ins -@dirrm libexec/gimp/0.99 +@dirrm libexec/gimp/plug-ins @dirrm libexec/gimp @dirrm include/libgimp @dirrm include/gck >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 May 17 19:39:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA14340 for freebsd-ports-outgoing; Sun, 17 May 1998 19:39:04 -0700 (PDT) (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 TAA14333; Sun, 17 May 1998 19:38:57 -0700 (PDT) (envelope-from chuckr@FreeBSD.org) From: Chuck Robey Received: (from chuckr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA25155; Sun, 17 May 1998 19:34:45 -0700 (PDT) Date: Sun, 17 May 1998 19:34:45 -0700 (PDT) Message-Id: <199805180234.TAA25155@freefall.freebsd.org> To: schweikh@noc.dfn.de, chuckr@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/6663 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: a2ps (4.9.9) port installs files in / directory State-Changed-From-To: open-closed State-Changed-By: chuckr State-Changed-When: Sun May 17 19:33:22 PDT 1998 State-Changed-Why: Made new port to update to version 4.10.2. I didn't verify if the old port really did this, but I'm very sure the new port doesn't. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 17 20:35:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA21423 for freebsd-ports-outgoing; Sun, 17 May 1998 20:35:32 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from flarn.dyn.ml.org (mph@usr223.third-wave.com [147.72.122.86]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA21409; Sun, 17 May 1998 20:35:23 -0700 (PDT) (envelope-from mph@flarn.dyn.ml.org) Received: (from mph@localhost) by flarn.dyn.ml.org (8.8.8/8.8.8) id XAA01754; Sun, 17 May 1998 23:34:53 -0400 (EDT) (envelope-from mph) Message-ID: <19980517233452.A1746@flarn.dyn.ml.org> Date: Sun, 17 May 1998 23:34:52 -0400 From: Matthew Hunt To: Satoshi Asami Cc: FreeBSD Ports Team , Brett Taylor Subject: Request for repository move: afterstep144 -> afterstep-devel Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Satoshi-san, I've updated the afterstep144 port to the latest version in Brett's PR, which is 1.4.5.3. He has keenly pointed out that afterstep144 is not such a good name anymore. :-) Can we move this to afterstep-devel instead? Thanks. Matt -- Matthew Hunt * Stay close to the Vorlon. http://mph124.rh.psu.edu/~mph/pgp.key for PGP public key 0x67203349. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 17 20:37:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA21750 for freebsd-ports-outgoing; Sun, 17 May 1998 20:37:07 -0700 (PDT) (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 UAA21733; Sun, 17 May 1998 20:37:00 -0700 (PDT) (envelope-from mph@FreeBSD.org) From: Matthew Hunt Received: (from mph@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA26016; Sun, 17 May 1998 20:32:48 -0700 (PDT) Date: Sun, 17 May 1998 20:32:48 -0700 (PDT) Message-Id: <199805180332.UAA26016@freefall.freebsd.org> To: brett@peloton.physics.montana.edu, mph@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, mph@FreeBSD.ORG Subject: Re: ports/6358 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port of AfterStep-1.4.4 State-Changed-From-To: open-closed State-Changed-By: mph State-Changed-When: Sun May 17 23:30:45 EDT 1998 State-Changed-Why: Committed Diffzilla to update it to 1.4.5.3. Tried it long enough to decide I'm not yet ready to upgrade. :-) I've submitted a request to have it moved to afterstep-devel. Thanks! Responsible-Changed-From-To: freebsd-ports->mph Responsible-Changed-By: mph Responsible-Changed-When: Sun May 17 23:30:45 EDT 1998 Responsible-Changed-Why: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 17 21:15:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA28273 for freebsd-ports-outgoing; Sun, 17 May 1998 21:15:02 -0700 (PDT) (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 VAA28234; Sun, 17 May 1998 21:14:44 -0700 (PDT) (envelope-from mph@FreeBSD.org) From: Matthew Hunt Received: (from mph@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA26409; Sun, 17 May 1998 21:10:32 -0700 (PDT) Date: Sun, 17 May 1998 21:10:32 -0700 (PDT) Message-Id: <199805180410.VAA26409@freefall.freebsd.org> To: andy@icc.surw.chel.su, mph@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, mph@FreeBSD.ORG Subject: Re: ports/6660 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: frotz-2.32 State-Changed-From-To: open-closed State-Changed-By: mph State-Changed-When: Mon May 18 00:10:13 EDT 1998 State-Changed-Why: Imported, thanks! Responsible-Changed-From-To: freebsd-ports->mph Responsible-Changed-By: mph Responsible-Changed-When: Mon May 18 00:10:13 EDT 1998 Responsible-Changed-Why: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 17 21:25:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA29560 for freebsd-ports-outgoing; Sun, 17 May 1998 21:25:47 -0700 (PDT) (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 VAA29555; Sun, 17 May 1998 21:25:43 -0700 (PDT) (envelope-from mph@FreeBSD.org) From: Matthew Hunt Received: (from mph@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA26576; Sun, 17 May 1998 21:21:31 -0700 (PDT) Date: Sun, 17 May 1998 21:21:31 -0700 (PDT) Message-Id: <199805180421.VAA26576@freefall.freebsd.org> To: giffunip@yahoo.com, mph@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, mph@FreeBSD.ORG Subject: Re: ports/6671 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: xcircuit State-Changed-From-To: open-closed State-Changed-By: mph State-Changed-When: Mon May 18 00:20:33 EDT 1998 State-Changed-Why: Improted with minor changes, thanks! (Imported, even.) Responsible-Changed-From-To: freebsd-ports->mph Responsible-Changed-By: mph Responsible-Changed-When: Mon May 18 00:20:33 EDT 1998 Responsible-Changed-Why: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 17 22:54:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA11062 for freebsd-ports-outgoing; Sun, 17 May 1998 22:54:15 -0700 (PDT) (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 WAA11054 for ; Sun, 17 May 1998 22:54:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA26919; Sun, 17 May 1998 22:50:01 -0700 (PDT) Received: from waru.life.nthu.edu.tw (waru.life.nthu.edu.tw [140.114.98.13]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA09952 for ; Sun, 17 May 1998 22:44:09 -0700 (PDT) (envelope-from frankch@waru.life.nthu.edu.tw) Received: (from root@localhost) by waru.life.nthu.edu.tw (8.8.8/8.8.8) id NAA04649; Mon, 18 May 1998 13:43:18 +0800 (CST) (envelope-from frankch) Message-Id: <199805180543.NAA04649@waru.life.nthu.edu.tw> Date: Mon, 18 May 1998 13:43:18 +0800 (CST) From: frankch@waru.life.nthu.edu.tw Reply-To: frankch@waru.life.nthu.edu.tw To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6673: Update port biology/rasmol Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6673 >Category: ports >Synopsis: Update port biology/rasmol >Confidential: yes >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 17 22:50:00 PDT 1998 >Last-Modified: >Originator: Chen Hsiung Chan >Organization: Department of Life Science, National Tsing Hua University >Release: FreeBSD 2.2.5-STABLE i386 >Environment: >Description: The author Roger Sayle of rasmol stoped maintaining rasmol. Arne Mueller (amuelle3@gwdg.de) have take this job and add some new functionality. There is a new master site and a new distfile. The patch is included below. >How-To-Repeat: >Fix: diff -ruN rasmol.orig/Makefile rasmol/Makefile --- rasmol.orig/Makefile Mon May 18 13:01:17 1998 +++ rasmol/Makefile Mon May 18 13:32:23 1998 @@ -6,14 +6,14 @@ # $Id: Makefile,v 1.1.1.1 1997/12/15 17:45:31 vanilla Exp $ # -DISTNAME= RasMol26 -PKGNAME= rasmol-2.6b2 +DISTNAME= RasMol26b2x1 +PKGNAME= rasmol-2.6b2.1 CATEGORIES= biology x11 -MASTER_SITES= ftp://ftp.dcs.ed.ac.uk/pub/rasmol/v2.6beta/ +MASTER_SITES= ftp://nexus.roko.goe.net/pub/rasmol/ MAINTAINER= frankch@waru.life.nthu.edu.tw -WRKSRC= $(WRKDIR)/RasMol2 +WRKSRC= $(WRKDIR)/RasMol2.6x1 USE_IMAKE= yes .include diff -ruN rasmol.orig/files/md5 rasmol/files/md5 --- rasmol.orig/files/md5 Mon May 18 13:01:17 1998 +++ rasmol/files/md5 Mon May 18 13:31:59 1998 @@ -1 +1 @@ -MD5 (RasMol26.tar.gz) = 6ff7b406ce6056a64d674994c7375aec +MD5 (RasMol26b2x1.tar.gz) = 3f5cf0422aff16e691a20437bba459e1 diff -ruN rasmol.orig/patches/patch-aa rasmol/patches/patch-aa --- rasmol.orig/patches/patch-aa Mon May 18 13:01:17 1998 +++ rasmol/patches/patch-aa Mon May 18 13:03:42 1998 @@ -6,7 +6,7 @@ # e.g. /usr/local/lib/rasmol/rasmol.hlp -RASMOLDIR = $(USRLIBDIR)/rasmol/ +#RASMOLDIR = $(USRLIBDIR)/rasmol/ -+RASMOLDIR = /usr/X11R6/lib/X11/rasmol/ ++RASMOLDIR = $(X11BASE)/lib/X11/rasmol/ >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 May 17 23:04:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA12648 for freebsd-ports-outgoing; Sun, 17 May 1998 23:04:17 -0700 (PDT) (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 XAA12637 for ; Sun, 17 May 1998 23:04:15 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA27145; Sun, 17 May 1998 23:00:01 -0700 (PDT) Date: Sun, 17 May 1998 23:00:01 -0700 (PDT) Message-Id: <199805180600.XAA27145@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: Hideyuki Suzuki Subject: Re: ports/6667: ports japanese/kon: install problem of man pages Reply-To: Hideyuki Suzuki Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/6667; it has been noted by GNATS. From: Hideyuki Suzuki To: sada@e-mail.ne.jp Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/6667: ports japanese/kon: install problem of man pages Date: Mon, 18 May 1998 14:54:20 +0900 > port japanese/kon sometimes need the directory '${PREFIX}/man/ja_JP.EUC/man1' > before `make install', or fail to install the man page. Thanks for your problem report. :-) This problem seems also due to the change of directory name from ja_JP.EUC to ja (at the revision 1.17.2.12 and 1.37 of src/etc/mtree/BSD.local.dist), which was requested in ports/5251. And yes, the directory should be created for the case of PREFIX other than /usr/local. Can you check if the following patch fixes the problem? Index: Makefile =================================================================== RCS file: /pub/FreeBSD-CVS/ports/japanese/kon/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- Makefile 1997/09/19 19:27:45 1.13 +++ Makefile 1998/05/18 05:43:40 @@ -17,7 +17,7 @@ MAINTAINER= hideyuki@sat.t.u-tokyo.ac.jp MAN1= kon.1 -MANLANG= ja_JP.EUC +MANLANG= ja EXTRACT_ONLY= kon2-0.3.tar.gz DOCDIR= ${PREFIX}/share/doc/kon2 @@ -29,7 +29,8 @@ @(cd ${WRKSRC}; ${MAKE} -f Makefile.FreeBSD config) post-install: - @${INSTALL_MAN} ${WRKSRC}/doc/kon.1 ${PREFIX}/man/ja_JP.EUC/man1 + @${MKDIR} ${PREFIX}/man/ja/man1 + @${INSTALL_MAN} ${WRKSRC}/doc/kon.1 ${PREFIX}/man/ja/man1 .if !defined(NOPORTDOCS) @${MKDIR} ${DOCDIR} @${INSTALL_DATA} ${WRKSRC}/doc/README ${WRKSRC}/doc/README.FreeBSD \ hideyuki To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 18 00:14:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA24650 for freebsd-ports-outgoing; Mon, 18 May 1998 00:14:40 -0700 (PDT) (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 AAA24566 for ; Mon, 18 May 1998 00:14:20 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA28170; Mon, 18 May 1998 00:10:01 -0700 (PDT) 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 AAA21847 for ; Mon, 18 May 1998 00:04:12 -0700 (PDT) (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 NAA27279 for ; Mon, 18 May 1998 13:04:26 +0600 (UDT) Received: (from andy@localhost) by icc.surw.chel.su (8.8.5/8.8.4) id LAA18383; Mon, 18 May 1998 11:09:01 +0400 (MSD) Message-Id: <199805180709.LAA18383@icc.surw.chel.su> Date: Mon, 18 May 1998 11:09:01 +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/6674: New port: xspacewarp-1.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6674 >Category: ports >Synopsis: New port: xspacewarp-1.2 >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 May 18 00:10:01 PDT 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 Time Trek - like game for X Window System. In xspacewarp the player maneuvers a Federation spaceship, called the Endever, through 81 sectors of space trying to destroy an Armada of enemy Jovian ships before they destroy the all the Federation bases. To accompish this task, the Endever has fasers, ion thrust engines, warpdrive for jumping between sectors, a limited number of photon torpedoes, and a finite store of energy which gets depleted during battles and must be replenished by docking with the bases. The game has no time limit and has a choice of 10 skill levels. xspacewarp also has an online orientation to explain the game in further detail. # 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: # # xspacewarp-1.2 # xspacewarp-1.2/Makefile # xspacewarp-1.2/files # xspacewarp-1.2/files/md5 # xspacewarp-1.2/pkg # xspacewarp-1.2/pkg/PLIST # xspacewarp-1.2/pkg/COMMENT # xspacewarp-1.2/pkg/DESCR # echo c - xspacewarp-1.2 mkdir -p xspacewarp-1.2 > /dev/null 2>&1 echo x - xspacewarp-1.2/Makefile sed 's/^X//' >xspacewarp-1.2/Makefile << 'END-of-xspacewarp-1.2/Makefile' X# New ports collection makefile for: xspacewarp X# Version required: 1.2 X# Date created: 16 May 1998 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= xspacewarp-1.2 XCATEGORIES= games x11 XMASTER_SITES= ${MASTER_SITE_XCONTRIB} XMASTER_SITE_SUBDIR= games X XMAINTAINER= andy@icc.surw.chel.su X XUSE_IMAKE= yes X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKSRC}/xspacewarp ${PREFIX}/bin X @ ${INSTALL_DATA} ${WRKSRC}/XSpacewarp.app_def ${X11BASE}/lib/X11/app-defaults/XSpacewarp X X.include END-of-xspacewarp-1.2/Makefile echo c - xspacewarp-1.2/files mkdir -p xspacewarp-1.2/files > /dev/null 2>&1 echo x - xspacewarp-1.2/files/md5 sed 's/^X//' >xspacewarp-1.2/files/md5 << 'END-of-xspacewarp-1.2/files/md5' XMD5 (xspacewarp-1.2.tar.gz) = 54aa93eb6fd3d7fa396fc47ddf3ffd15 END-of-xspacewarp-1.2/files/md5 echo c - xspacewarp-1.2/pkg mkdir -p xspacewarp-1.2/pkg > /dev/null 2>&1 echo x - xspacewarp-1.2/pkg/PLIST sed 's/^X//' >xspacewarp-1.2/pkg/PLIST << 'END-of-xspacewarp-1.2/pkg/PLIST' Xbin/xspacewarp Xlib/X11/app-defaults/XSpacewarp END-of-xspacewarp-1.2/pkg/PLIST echo x - xspacewarp-1.2/pkg/COMMENT sed 's/^X//' >xspacewarp-1.2/pkg/COMMENT << 'END-of-xspacewarp-1.2/pkg/COMMENT' XTime Trek - like game for X Window System. END-of-xspacewarp-1.2/pkg/COMMENT echo x - xspacewarp-1.2/pkg/DESCR sed 's/^X//' >xspacewarp-1.2/pkg/DESCR << 'END-of-xspacewarp-1.2/pkg/DESCR' XIn xspacewarp the player maneuvers a Federation spaceship, Xcalled the Endever, through 81 sectors of space trying to Xdestroy an Armada of enemy Jovian ships before they destroy the Xall the Federation bases. To accompish this task, the Endever Xhas fasers, ion thrust engines, warpdrive for jumping between Xsectors, a limited number of photon torpedoes, and a finite Xstore of energy which gets depleted during battles and must be Xreplenished by docking with the bases. The game has no time Xlimit and has a choice of 10 skill levels. xspacewarp also has Xan online orientation to explain the game in further detail. END-of-xspacewarp-1.2/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 May 18 01:37:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA05816 for freebsd-ports-outgoing; Mon, 18 May 1998 01:37:51 -0700 (PDT) (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 BAA05796; Mon, 18 May 1998 01:37:39 -0700 (PDT) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA28623; Mon, 18 May 1998 01:33:25 -0700 (PDT) Date: Mon, 18 May 1998 01:33:25 -0700 (PDT) Message-Id: <199805180833.BAA28623@freefall.freebsd.org> To: Nakai@technologist.com, tg@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/6643 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: killustrator State-Changed-From-To: open-closed State-Changed-By: tg State-Changed-When: Mon May 18 01:32:58 PDT 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 Mon May 18 02:21:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA12999 for freebsd-ports-outgoing; Mon, 18 May 1998 02:21:06 -0700 (PDT) (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 CAA12984; Mon, 18 May 1998 02:20:43 -0700 (PDT) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA29088; Mon, 18 May 1998 02:16:29 -0700 (PDT) Date: Mon, 18 May 1998 02:16:29 -0700 (PDT) Message-Id: <199805180916.CAA29088@freefall.freebsd.org> To: andy@icc.surw.chel.su, tg@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/6619 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: xisola-1.0 State-Changed-From-To: open-closed State-Changed-By: tg State-Changed-When: Mon May 18 02:15:30 PDT 1998 State-Changed-Why: Imported, thanks. I added a small patch, so that the program compiles without `-g'. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 18 02:54:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA17628 for freebsd-ports-outgoing; Mon, 18 May 1998 02:54:20 -0700 (PDT) (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 CAA17616 for ; Mon, 18 May 1998 02:54:16 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA29369; Mon, 18 May 1998 02:50:01 -0700 (PDT) Date: Mon, 18 May 1998 02:50:01 -0700 (PDT) Message-Id: <199805180950.CAA29369@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: Hideyuki Suzuki Subject: Re: ports/6667: ports japanese/kon: install problem of man pages Reply-To: Hideyuki Suzuki Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/6667; it has been noted by GNATS. From: Hideyuki Suzuki To: sada@e-mail.ne.jp Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/6667: ports japanese/kon: install problem of man pages Date: Mon, 18 May 1998 18:45:48 +0900 > Can you check if the following patch fixes the problem? Sorry, this will not work. I hope that the following one is OK... hideyuki Index: Makefile =================================================================== RCS file: /pub/FreeBSD-CVS/ports/japanese/kon/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- Makefile 1997/09/19 19:27:45 1.13 +++ Makefile 1998/05/18 05:43:40 @@ -17,7 +17,7 @@ MAINTAINER= hideyuki@sat.t.u-tokyo.ac.jp MAN1= kon.1 -MANLANG= ja_JP.EUC +MANLANG= ja EXTRACT_ONLY= kon2-0.3.tar.gz DOCDIR= ${PREFIX}/share/doc/kon2 @@ -29,7 +29,8 @@ @(cd ${WRKSRC}; ${MAKE} -f Makefile.FreeBSD config) post-install: - @${INSTALL_MAN} ${WRKSRC}/doc/kon.1 ${PREFIX}/man/ja_JP.EUC/man1 + @${MKDIR} ${PREFIX}/man/ja/man1 + @${INSTALL_MAN} ${WRKSRC}/doc/kon.1 ${PREFIX}/man/ja/man1 .if !defined(NOPORTDOCS) @${MKDIR} ${DOCDIR} @${INSTALL_DATA} ${WRKSRC}/doc/README ${WRKSRC}/doc/README.FreeBSD \ Index: files/dotconfig =================================================================== RCS file: /pub/FreeBSD-CVS/ports/japanese/kon/files/dotconfig,v retrieving revision 1.4 diff -u -r1.4 dotconfig --- dotconfig 1997/07/10 13:14:51 1.4 +++ dotconfig 1998/05/18 09:41:28 @@ -3,7 +3,7 @@ TOPDIR = %%PREFIX%% BINDIR = $(TOPDIR)/bin LIBDIR = $(TOPDIR)/etc -MANDIR = $(TOPDIR)/man/ja_JP.EUC/man1 +MANDIR = $(TOPDIR)/man/ja/man1 FONTDIR = $(TOPDIR)/lib/fonts CONFIG_NAME = kon.cfg CFLAGS += -DCONFIG_NAME=\"$(LIBDIR)/$(CONFIG_NAME)\" Index: pkg/PLIST =================================================================== RCS file: /pub/FreeBSD-CVS/ports/japanese/kon/pkg/PLIST,v retrieving revision 1.4 diff -u -r1.4 PLIST --- PLIST 1997/07/10 13:15:00 1.4 +++ PLIST 1998/05/18 09:40:57 @@ -3,6 +3,6 @@ etc/kon.cfg lib/fonts/7x14rk.bdf.gz lib/fonts/k14.bdf.gz -man/ja_JP.EUC/man1/kon.1.gz +man/ja/man1/kon.1.gz share/doc/kon2/README share/doc/kon2/README.FreeBSD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 18 03:22:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA22383 for freebsd-ports-outgoing; Mon, 18 May 1998 03:22:59 -0700 (PDT) (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 DAA22371 for ; Mon, 18 May 1998 03:22:57 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from baloon.mimi.com (sjx-ca124-05.ix.netcom.com [207.223.162.133]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id DAA12552; Mon, 18 May 1998 03:22:59 -0700 (PDT) Received: (from asami@localhost) by baloon.mimi.com (8.8.8/8.8.8) id DAA12520; Mon, 18 May 1998 03:22:56 -0700 (PDT) (envelope-from asami) Date: Mon, 18 May 1998 03:22:56 -0700 (PDT) Message-Id: <199805181022.DAA12520@baloon.mimi.com> To: hideyuki@sat.t.u-tokyo.ac.jp CC: freebsd-ports@FreeBSD.ORG In-reply-to: <199805180600.XAA27145@freefall.freebsd.org> (message from Hideyuki Suzuki on Sun, 17 May 1998 23:00:01 -0700 (PDT)) Subject: Re: ports/6667: ports japanese/kon: install problem of man pages From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * And yes, the directory should be created for the case of PREFIX * other than /usr/local. I don't think that is necessary. If you set PREFIX to something other than /usr/local, then mtree will be run on that ${PREFIX} (and the entire hiererchy will be created) underneath. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 18 06:14:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA06580 for freebsd-ports-outgoing; Mon, 18 May 1998 06:14:38 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from martini.ics.es.osaka-u.ac.jp (martini.ics.es.osaka-u.ac.jp [133.1.12.88]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA06573 for ; Mon, 18 May 1998 06:14:34 -0700 (PDT) (envelope-from matusita@matatabi.or.jp) Received: from localhost (localhost [127.0.0.1]) by martini.ics.es.osaka-u.ac.jp (8.8.8/3.6W/ICS-2.2.2v7-44BSD) with ESMTP id WAA17235 for ; Mon, 18 May 1998 22:14:29 +0900 (JST) To: ports@FreeBSD.ORG Subject: net/bind8: is it obsoleted ? X-Mailer: Mew version 1.93b33 on Emacs 19.28 / Mule 2.3 (SUETSUMUHANA) X-FaceAnim: (-O_O-)(O_O- )(_O- )(O- )(- -)( -O)( -O_)( -O_O)(-O_O-) X-Fingerprint: 0C AC 93 FC E3 9D 9E 5B 3D B8 AC 5C 4A 79 D8 A6 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19980518221428D.matusita@matatabi.or.jp> Date: Mon, 18 May 1998 22:14:28 +0900 From: Makoto MATSUSHITA (=?ISO-2022-JP?B?GyRCJF4kRCQ3JD8kXiQzJEgbKEI=?=) X-Dispatcher: imput version 980506 Lines: 9 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ISC bind is already upgraded to 8.1.2, however, net/bind8 is still 8.1.1. I know that bind-8 is already imported to the main source repository (/usr/src/contrib/bind; now it is 8.1.2-T3B). This means that net/bind8 is currently obsoleted ? -- - Makoto `MAR' MATSUSHITA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 18 07:27:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA17998 for freebsd-ports-outgoing; Mon, 18 May 1998 07:27:58 -0700 (PDT) (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 HAA17967; Mon, 18 May 1998 07:27:27 -0700 (PDT) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA17866; Mon, 18 May 1998 07:23:11 -0700 (PDT) Date: Mon, 18 May 1998 07:23:11 -0700 (PDT) Message-Id: <199805181423.HAA17866@freefall.freebsd.org> To: andy@icc.surw.chel.su, tg@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/6119 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: xmastermind-0.1 State-Changed-From-To: open-closed State-Changed-By: tg State-Changed-When: Mon May 18 07:22:38 PDT 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 Mon May 18 09:23:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA06550 for freebsd-ports-outgoing; Mon, 18 May 1998 09:23:05 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from odin.sat.t.u-tokyo.ac.jp (odin.sat.t.u-tokyo.ac.jp [133.11.156.40]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA06531; Mon, 18 May 1998 09:22:58 -0700 (PDT) (envelope-from hideyuki@sat.t.u-tokyo.ac.jp) Received: by odin.sat.t.u-tokyo.ac.jp (8.8.8/8.7.3) with ESMTP id BAA17517; Tue, 19 May 1998 01:22:59 +0900 (JST) To: asami@FreeBSD.ORG Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/6667: ports japanese/kon: install problem of man pages In-Reply-To: Your message of "Mon, 18 May 1998 03:22:56 -0700 (PDT)" <199805181022.DAA12520@baloon.mimi.com> References: <199805181022.DAA12520@baloon.mimi.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19980519012259X.hideyuki@sat.t.u-tokyo.ac.jp> Date: Tue, 19 May 1998 01:22:59 +0900 From: Hideyuki Suzuki X-Dispatcher: imput version 980408 Lines: 69 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > * And yes, the directory should be created for the case of PREFIX > * other than /usr/local. > > I don't think that is necessary. If you set PREFIX to something other > than /usr/local, then mtree will be run on that ${PREFIX} (and the > entire hiererchy will be created) underneath. OK, I was confused with the problem report. So, all we need here is the following patch, since the directory is changed from ja_JP.EUC to ja. hideyuki Index: Makefile =================================================================== RCS file: /pub/FreeBSD-CVS/ports/japanese/kon/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- Makefile 1997/09/19 19:27:45 1.13 +++ Makefile 1998/05/18 16:05:16 @@ -17,7 +17,7 @@ MAINTAINER= hideyuki@sat.t.u-tokyo.ac.jp MAN1= kon.1 -MANLANG= ja_JP.EUC +MANLANG= ja EXTRACT_ONLY= kon2-0.3.tar.gz DOCDIR= ${PREFIX}/share/doc/kon2 @@ -29,7 +29,7 @@ @(cd ${WRKSRC}; ${MAKE} -f Makefile.FreeBSD config) post-install: - @${INSTALL_MAN} ${WRKSRC}/doc/kon.1 ${PREFIX}/man/ja_JP.EUC/man1 + @${INSTALL_MAN} ${WRKSRC}/doc/kon.1 ${PREFIX}/man/ja/man1 .if !defined(NOPORTDOCS) @${MKDIR} ${DOCDIR} @${INSTALL_DATA} ${WRKSRC}/doc/README ${WRKSRC}/doc/README.FreeBSD \ Index: files/dotconfig =================================================================== RCS file: /pub/FreeBSD-CVS/ports/japanese/kon/files/dotconfig,v retrieving revision 1.4 diff -u -r1.4 dotconfig --- dotconfig 1997/07/10 13:14:51 1.4 +++ dotconfig 1998/05/18 09:41:28 @@ -3,7 +3,7 @@ TOPDIR = %%PREFIX%% BINDIR = $(TOPDIR)/bin LIBDIR = $(TOPDIR)/etc -MANDIR = $(TOPDIR)/man/ja_JP.EUC/man1 +MANDIR = $(TOPDIR)/man/ja/man1 FONTDIR = $(TOPDIR)/lib/fonts CONFIG_NAME = kon.cfg CFLAGS += -DCONFIG_NAME=\"$(LIBDIR)/$(CONFIG_NAME)\" Index: pkg/PLIST =================================================================== RCS file: /pub/FreeBSD-CVS/ports/japanese/kon/pkg/PLIST,v retrieving revision 1.4 diff -u -r1.4 PLIST --- PLIST 1997/07/10 13:15:00 1.4 +++ PLIST 1998/05/18 09:40:57 @@ -3,6 +3,6 @@ etc/kon.cfg lib/fonts/7x14rk.bdf.gz lib/fonts/k14.bdf.gz -man/ja_JP.EUC/man1/kon.1.gz +man/ja/man1/kon.1.gz share/doc/kon2/README share/doc/kon2/README.FreeBSD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 18 09:39:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA09577 for freebsd-ports-outgoing; Mon, 18 May 1998 09:39:15 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from Kitten.mcs.com (Kitten.mcs.com [192.160.127.90]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA09567; Mon, 18 May 1998 09:39:12 -0700 (PDT) (envelope-from sattler@mcs.com) Received: from mcs.com (sattler.pr.mcs.net [205.164.12.87]) by Kitten.mcs.com (8.8.7/8.8.2) with ESMTP id LAA26170; Mon, 18 May 1998 11:39:14 -0500 (CDT) Message-ID: <35606518.161D9173@mcs.com> Date: Mon, 18 May 1998 11:43:05 -0500 From: ews X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 3.0-980414-SNAP i386) MIME-Version: 1.0 To: alex@FreeBSD.ORG CC: ports@FreeBSD.ORG Subject: FreeBSD Port: bochs-980331a Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org the links on the freebsd ports page are stale..... thanks... eric. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 18 10:24:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA17874 for freebsd-ports-outgoing; Mon, 18 May 1998 10:24:07 -0700 (PDT) (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 KAA17733; Mon, 18 May 1998 10:23:58 -0700 (PDT) (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 KAA28106; Mon, 18 May 1998 10:24:05 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: ports@FreeBSD.ORG cc: www@FreeBSD.ORG Subject: Say what you like about the java, the appearance is rather nice... Date: Mon, 18 May 1998 10:24:04 -0700 Message-ID: <28101.895512244@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Maybe this is old news, but have folks checked out this Linux reference site for "ported apps"? http://SAL.KachinaTech.COM/ Seems to have a pretty nice interface, at least from a usability point of view. No, it won't do much for you under lynx (and that's what alt pages are for), but it's nice for the graphical folks. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 18 11:16:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA01521 for freebsd-ports-outgoing; Mon, 18 May 1998 11:16:18 -0700 (PDT) (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 LAA01424 for ; Mon, 18 May 1998 11:16:08 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA19422 for freebsd-ports; Mon, 18 May 1998 11:00:14 -0700 (PDT) Date: Mon, 18 May 1998 11:00:14 -0700 (PDT) Message-Id: <199805181800.LAA19422@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD ports list Subject: Current unassigned ports problem reports Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The report has been examined by a team member and evaluated. f - feedback The problem has been solved, and the originator has been given a patch or a fix has been committed. The PR remains in this state pending a response from the originator. s - suspended The problem is not being worked on. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1998/04/24] ports/6405 ports does not build; ignores local CFLAGS, CXX o [1998/05/06] ports/6540 ports Need port of TclX that applies to Tcl8.0 2 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- s [1996/12/22] ports/2268 ports libc from linux emulator does not use /et o [1997/10/19] ports/4803 ports xgrabsc dies with "bus error" after selec o [1997/10/27] ports/4865 ports xdm doesn't set env variables o [1998/02/23] ports/5825 ports cd-write 1.4 fails to read tracks. o [1998/03/03] ports/5908 ports atalkd won't come up o [1998/03/06] ports/5933 ports emacsserver (19.34b) hostname in /tmp/ese o [1998/03/09] ports/5960 ports Added printer device o [1998/03/10] ports/5970 ports psmisc ports uploaded to freebsd.org:/pub o [1998/04/21] ports/6380 ports gcc-2.8.1 port does not create shared lib o [1998/04/26] ports/6426 ports ports/graphics/jpeg doesn't build o [1998/05/02] ports/6484 ports xemacs hangs o [1998/05/11] ports/6590 ports gtk port fails dues to sys_errlist/sys_si o [1998/05/11] ports/6591 ports KDE starts /usr/bin/kzip instead of /usr/ o [1998/05/13] ports/6615 ports apsfilter fails to build o [1998/05/14] ports/6639 ports XFree86 configure script hard codes tcl v 15 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1996/07/21] ports/1416 ports cflow(1) doesn't parse GNU C __attribute_ f [1997/03/11] ports/2956 ports New Port: xgospel-1.10d in ftp.freebsd.or o [1997/04/01] ports/3169 ports nn port broken o [1997/04/17] ports/3318 ports New port: jigsaw (Java-based HTTP server) o [1997/04/25] ports/3383 ports kaffe core dumps if LD_LIBRARY_PATH not s o [1997/05/21] ports/3657 ports Port of NCSA HyperNews submitted as p5-hy o [1997/06/23] ports/3939 ports new port: latex2html_icon_server o [1997/07/02] ports/4014 ports package/port installation obeys roots uma o [1997/07/20] ports/4127 ports netscape-3.01: get rid of bogus error mes f [1997/08/10] ports/4264 ports mftp get a Segmentation fault o [1997/08/12] ports/4281 ports Compress pcl graphics files - this is an o [1997/08/14] ports/4304 ports Recommendation re. Ports Collection o [1997/08/26] ports/4391 ports New port: VPCE o [1997/08/28] ports/4412 ports New port: YaTeX (in print and japanese) o [1997/09/25] ports/4631 ports New port: ncurses-1.9.9g a [1997/10/15] ports/4770 ports New port: Xitami HTTP Server o [1997/10/23] ports/4839 ports New port - spin - Verification system for a [1997/10/28] ports/4878 ports Apache w/FrontPage Module Port o [1997/10/29] ports/4889 ports new port for ntimelord-1.0 o [1997/11/04] ports/4933 ports New port: cgihtml library o [1997/11/04] ports/4935 ports audio/nas port fails build + fix o [1997/11/07] ports/4967 ports I have ported Carl DeClerck's mserver-0.2 o [1997/11/07] ports/4974 ports New port: YODL, Yet Oneother Document Lan o [1997/11/08] ports/4980 ports NEW PORT: netscape3-us (Netscape Nav with o [1997/11/09] ports/4985 ports NEW PORT: www/htmlpp htmlpp-3.9, a WWW au o [1997/11/09] ports/4986 ports NEW PORT: comms/atp - ATP 1.50, a BBS QWK o [1997/11/13] ports/5034 ports (tcsh) blocked write on named pipe sticks o [1997/11/14] ports/5045 ports freebsd.ftp.markers for xearth is out of o [1997/11/20] ports/5104 ports New port: sis-1.2pl1 a [1997/11/23] ports/5131 ports New math port: SuperLU o [1997/11/26] ports/5158 ports thot editor port doesn't install template o [1997/11/29] ports/5175 ports NEW PORT: news/xmitBin, a binary files au o [1997/12/03] ports/5200 ports new port-package for pgpmoose o [1997/12/03] ports/5201 ports new port-package for fidogate o [1997/12/03] ports/5202 ports new port-package for pathalias o [1997/12/06] ports/5240 ports Incorrect path in pkfonts (fix) o [1997/12/07] ports/5245 ports new port, bugsx game o [1997/12/11] ports/5273 ports Port of o2c-1.16 a [1997/12/14] ports/5295 ports New Math port: umfpack o [1997/12/15] ports/5309 ports New port: sls-1.00 [category misc] o [1997/12/15] ports/5312 ports New math port xwpl o [1997/12/19] ports/5342 ports New port ja-netscape-3.04(japanese/netsca o [1997/12/26] ports/5380 ports wb uses ghostscript 4 o [1997/12/28] ports/5393 ports DOOMSRC port & package o [1997/12/30] ports/5397 ports upload of new port (fly) o [1998/01/08] ports/5463 ports No spell check in pico editor because /us o [1998/01/10] ports/5475 ports abacus sentry o [1998/01/15] ports/5504 ports New port sidplay (category audio) o [1998/01/15] ports/5509 ports submit new port xruskb-1.5.1 o [1998/01/25] ports/5566 ports New port: wmx-4 (category x11) o [1998/01/26] ports/5570 ports new port, rise 0.3.3 o [1998/01/30] ports/5607 ports NEW PORT: timidity-luigi [category audio] o [1998/02/02] ports/5626 ports 'ldap' port eats all available CPU time o [1998/02/03] ports/5633 ports Submission of new port in 'lang' category a [1998/02/03] ports/5638 ports mail/bulk_mailer port update o [1998/02/04] ports/5653 ports New port of ICI language a [1998/02/05] ports/5660 ports New port type1inst a [1998/02/06] ports/5667 ports I have ported the VICE 0.13.0 Commodore e o [1998/02/07] ports/5675 ports New port in category devel: DOC++ o [1998/02/10] ports/5706 ports New port: ja-dvi2dvi-1.0 (japanese/dvi2dv o [1998/02/17] ports/5771 ports New port: Stuttgart Neural Network Simula o [1998/02/17] ports/5776 ports New compression port: lzo o [1998/02/19] ports/5788 ports pcemu harddisk-access fixes o [1998/02/21] ports/5808 ports Added support for JIS encoded PostScript o [1998/02/21] ports/5811 ports netatalk ioctl(SIOCADDMULTI) failure a [1998/02/22] ports/5814 ports New package XShodou o [1998/02/22] ports/5821 ports Port of Swish-E, a Web site indexer o [1998/02/26] ports/5859 ports xxgdb port doesn't recognize the -k optio o [1998/02/28] ports/5878 ports New port: ja-platex209-1.0 (japanese/plat o [1998/03/01] ports/5881 ports new ports: jp-vfxdvik-20a (dvi viewer for o [1998/03/01] ports/5882 ports new ports: xdvik-20a (dvi previewer for X o [1998/03/01] ports/5884 ports New port: icqjava-0.981a (net/icqjava) o [1998/03/01] ports/5885 ports New port: dc20ctrl-0.4 (graphics/dc20ctrl o [1998/03/07] ports/5937 ports rxvt's built from ports directory don't s o [1998/03/08] ports/5946 ports New port biology/molmol a [1998/03/08] ports/5952 ports wwwoffle: read WWW pages offline o [1998/03/10] ports/5972 ports x11/fvwm95 requiring gsm, and rplay is a o [1998/03/11] ports/5981 ports cbb port broken, installs with control ch o [1998/03/15] ports/6017 ports new port: yacl o [1998/03/15] ports/6018 ports new port: ml-3.3 a [1998/03/15] ports/6020 ports new port: Xfstt-0.9.7 o [1998/03/15] ports/6028 ports Upgrade Ports: kinput2 o [1998/03/15] ports/6029 ports New Ports: jvim+onew o [1998/03/18] ports/6053 ports new port request: korean/hanIM o [1998/03/18] ports/6057 ports xperfmon++-1.40 package fails XtRealloc() o [1998/03/20] ports/6078 ports Documentation concerning logging suggests o [1998/03/21] ports/6085 ports New port: pavuk-0.8 o [1998/03/23] ports/6113 ports new port: rinfo-1.2 o [1998/03/23] ports/6120 ports New port: xtetris-2.6 o [1998/03/26] ports/6139 ports NEW PORT: x11/sharefonts, Shareware ATM f o [1998/03/27] ports/6151 ports New port: xrus-1.5.2 o [1998/03/28] ports/6153 ports New port: flick o [1998/03/28] ports/6155 ports new port: emulators/vice, Versatile Commo o [1998/03/28] ports/6158 ports New graphics port: Rayshade-4.0 o [1998/03/28] ports/6163 ports New port: xpyraminx-5.4.3 o [1998/03/29] ports/6165 ports New port: xpanex-5.4.3 o [1998/03/29] ports/6166 ports New port: xoct-5.4.3 o [1998/03/29] ports/6170 ports another squid ports o [1998/03/29] ports/6171 ports New port: xtron-1.1a o [1998/03/30] ports/6176 ports running architextSearch (excite) under li o [1998/03/30] ports/6181 ports New port: xoj-1.0 o [1998/04/01] ports/6194 ports New port: mirrormagic-1.3 o [1998/04/03] ports/6207 ports new port request: korean/ftghostscript5 o [1998/04/04] ports/6211 ports New port: sic-0.10a (net) o [1998/04/05] ports/6221 ports New port: mico o [1998/04/06] ports/6230 ports gfont_mkgdf calls wrong interpreter o [1998/04/07] ports/6235 ports New port: scwm-icon o [1998/04/07] ports/6236 ports New port: scwm o [1998/04/10] ports/6262 ports New port of bulk_mailer 1.9 o [1998/04/15] ports/6305 ports New ports collection: ja-libslang o [1998/04/15] ports/6306 ports New ports collection: ja-slrn o [1998/04/15] ports/6311 ports New port: gsfonts o [1998/04/15] ports/6312 ports New port: ghostscript-3.33 a [1998/04/16] ports/6321 ports can't run any version of PostgreSQL on 2. o [1998/04/17] ports/6331 ports New port: libshhopt-1.1.3 o [1998/04/19] ports/6355 ports New port o [1998/04/20] ports/6361 ports New ports collection: GNU Pascal Compiler o [1998/04/23] ports/6393 ports patch for multimedia-2.1.tar.gz o [1998/04/25] ports/6413 ports new ports for lynx2.8rel.3 (modified for o [1998/04/25] ports/6414 ports new ports for ja-color-lynx2.8rel.3 (modi o [1998/04/25] ports/6415 ports new ports for ja-lynx2.8.1dev.7 (modified o [1998/04/25] ports/6416 ports new ports for ja-color-lynx2.8.1dev.7 (mo o [1998/04/25] ports/6417 ports new ports for ja-libslang-1.0.3 (modified o [1998/04/26] ports/6424 ports misc. problems with gcc28 port o [1998/04/28] ports/6445 ports New port for `fhist' o [1998/04/28] ports/6446 ports patch to use Karn patchkit for faster DES o [1998/04/29] ports/6460 ports New port: lang/kawk o [1998/05/01] ports/6473 ports New port: libshhmsg-1.3.3 o [1998/05/01] ports/6474 ports New port: libxalloc-1.0.2 o [1998/05/01] ports/6483 ports New port: affenspiel-1.0 o [1998/05/03] ports/6504 ports New port of `C Interfaces and Implementat o [1998/05/05] ports/6532 ports New port: libEZ-1.38 o [1998/05/06] ports/6533 ports Update: mew-1.92.4. o [1998/05/07] ports/6541 ports New port: math/dc o [1998/05/07] ports/6546 ports 3line ansi prompt in tcsh: cursor disappe o [1998/05/07] ports/6548 ports New port: xemacs-mule-20.4. o [1998/05/09] ports/6565 ports new port o [1998/05/10] ports/6570 ports port of java CUP parser o [1998/05/10] ports/6580 ports Update port: xemacs-mule-20.4. o [1998/05/10] ports/6581 ports Fixed port: icewm o [1998/05/10] ports/6582 ports Fixed port: icewm o [1998/05/11] ports/6588 ports Update ports: mew-1.92.4. o [1998/05/11] ports/6598 ports new port for FreeBSD - asmodem o [1998/05/12] ports/6604 ports New port: web500gw, an HTTP - LDAP gatewa o [1998/05/12] ports/6606 ports package add of perl-5.00404 fails w/3.0 S o [1998/05/12] ports/6613 ports ports/lang/perl5 fails to install by addi o [1998/05/13] ports/6620 ports An URL had been changed o [1998/05/13] ports/6622 ports IIJ-PPP current version o [1998/05/14] ports/6632 ports isc-dhcp2 port installs not stripped file o [1998/05/15] ports/6644 ports New port: qtez-0.51a o [1998/05/15] ports/6645 ports Updated port: mysql o [1998/05/16] ports/6657 ports new port for perl/Tk 800.004 o [1998/05/17] ports/6665 ports I have updated the fetchmail port to vers o [1998/05/17] ports/6666 ports Update port: ja-netscape-4.05 o [1998/05/17] ports/6667 ports o [1998/05/17] ports/6669 ports Ports problem: ja-gp-2.5 o [1998/05/17] ports/6672 ports gimp-devel port updated to newest version o [1998/05/18] ports/6674 ports New port: xspacewarp-1.2 158 problems total. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 18 11:34:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA05443 for freebsd-ports-outgoing; Mon, 18 May 1998 11:34:28 -0700 (PDT) (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 LAA05403 for ; Mon, 18 May 1998 11:34:19 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA19948; Mon, 18 May 1998 11:30:02 -0700 (PDT) Date: Mon, 18 May 1998 11:30:02 -0700 (PDT) Message-Id: <199805181830.LAA19948@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: "PostMaster" Subject: Re: ports/4878: Apache w/FrontPage minor update Reply-To: "PostMaster" 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: "PostMaster" To: Cc: Subject: Re: ports/4878: Apache w/FrontPage minor update Date: Mon, 18 May 1998 13:31:10 -0500 Thanks to Poul-Henning Kamp for helping to iron out a few minor problems with the port: Removal of symbolic link check: Apache now compiles with -ldescrypt instead of -lcrypt, which allows the port to compile with out having to create the symbolic links from libcrypt.* to libdescrypt.*. The updated port is now available on: http://www.westbend.net/~hetzels/apache-fp ftp://ftp.freebsd.org/pub/FreeBSD/incoming/4878.apache-fp.126.e.tgz Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 18 11:44:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA06768 for freebsd-ports-outgoing; Mon, 18 May 1998 11:44:37 -0700 (PDT) (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 LAA06689 for ; Mon, 18 May 1998 11:44:23 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA20031; Mon, 18 May 1998 11:40:05 -0700 (PDT) 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 LAA05529 for ; Mon, 18 May 1998 11:35:27 -0700 (PDT) (envelope-from ghelmer@FreeBSD.org) Received: (from ghelmer@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA19983; Mon, 18 May 1998 11:31:10 -0700 (PDT) Message-Id: <199805181831.LAA19983@freefall.freebsd.org> Date: Mon, 18 May 1998 11:31:10 -0700 (PDT) From: Guy Helmer Reply-To: ghelmer@FreeBSD.ORG To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6680: HINT benchmark port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6680 >Category: ports >Synopsis: submitted port of HINT benchmark >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 18 11:40:01 PDT 1998 >Last-Modified: >Originator: Guy Helmer >Organization: Ames Laboratory >Release: FreeBSD 2.2.5-STABLE i386 >Environment: Tested on FreeBSD-current as of May 14 1998 >Description: HINT is a scalable computer benchmark that determines speed over a computer's entire memory regime. It measures performance in terms of a mathematically rigorously defined measure called QUIPS as the size of the computed problem grows. A FreeBSD port for HINT is attached. >How-To-Repeat: >Fix: The HINT port for FreeBSD is attached. # 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: # # hint-port # hint-port/pkg # hint-port/pkg/DESCR # hint-port/pkg/COMMENT # hint-port/pkg/PLIST # hint-port/Makefile # hint-port/files # hint-port/files/md5 # hint-port/patches # hint-port/patches/patch-aa # echo c - hint-port mkdir -p hint-port > /dev/null 2>&1 echo c - hint-port/pkg mkdir -p hint-port/pkg > /dev/null 2>&1 echo x - hint-port/pkg/DESCR sed 's/^X//' >hint-port/pkg/DESCR << 'END-of-hint-port/pkg/DESCR' XHINT (Hierarchical INTegration) is a computer benchmarking tool Xdeveloped at the Scalable Computing Laboratory of the Ames Laboratory, Xa US Department of Energy laboratory. Unlike traditional benchmarks, XHINT neither fixes the size of the problem nor the calculation time. XInstead, it uses a rigorously defined measure called QUIPS (QUality XImprovements Per Second). X XThe output of HINT is data which can be plotted (the gnuplot graphics Xpackage is useful for plotting HINT output). The plot shows the speed Xof the computation as the size of the problem increases. The HINT Xgraph shows the peak processor speed and the effects of different Xlevels of cache and memory on processing speed. See Xhttp://www.scl.ameslab.gov/Projects/HINT/ for more information and Xan on-line database of HINT results. X XHINT also outputs a single number which is the integral of the HINT Xcurve. This number, called NetQUIPS, can be used for general Xcomparison between machines. X X- Guy Helmer Xghelmer@freebsd.org END-of-hint-port/pkg/DESCR echo x - hint-port/pkg/COMMENT sed 's/^X//' >hint-port/pkg/COMMENT << 'END-of-hint-port/pkg/COMMENT' XA scalable benchmark for testing CPU and memory performance. END-of-hint-port/pkg/COMMENT echo x - hint-port/pkg/PLIST sed 's/^X//' >hint-port/pkg/PLIST << 'END-of-hint-port/pkg/PLIST' Xbin/hint Xman/man1/hint.1.gz END-of-hint-port/pkg/PLIST echo x - hint-port/Makefile sed 's/^X//' >hint-port/Makefile << 'END-of-hint-port/Makefile' X# X# New ports collection makefile for: hint X# Version required: May 26 1995 (no version stamp) X# Date created: 18 May 1998 X# Whom: ghelmer X# X# $Id$ X# X XDISTNAME= hint.serial XPKGNAME= hint.serial-95.05.26 XCATEGORIES= benchmarks XMASTER_SITES= ftp://ftp.scl.ameslab.gov/pub/HINT/tar/ XEXTRACT_SUFX= .tar X XMAINTAINER= ghelmer@freebsd.org X XEXTRACT_BEFORE_ARGS=-xf XWRKSRC= ${WRKDIR} XALL_TARGET= targets XMAN1= hint.1 X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/hint ${PREFIX}/bin X ${INSTALL_MAN} ${WRKSRC}/hint.1 ${PREFIX}/man/man1 X X.include END-of-hint-port/Makefile echo c - hint-port/files mkdir -p hint-port/files > /dev/null 2>&1 echo x - hint-port/files/md5 sed 's/^X//' >hint-port/files/md5 << 'END-of-hint-port/files/md5' XMD5 (hint.serial.tar) = 5497d61a40e93ab89d19010394fce2db END-of-hint-port/files/md5 echo c - hint-port/patches mkdir -p hint-port/patches > /dev/null 2>&1 echo x - hint-port/patches/patch-aa sed 's/^X//' >hint-port/patches/patch-aa << 'END-of-hint-port/patches/patch-aa' X*** /dev/null Mon May 18 08:38:11 1998 X--- hint.1 Mon May 18 10:19:30 1998 X*************** X*** 0 **** X--- 1,112 ---- X+ .\" Copyright 1998 Iowa State University Research Foundation, Inc. X+ .\" X+ .\" This program is free software; you can redistribute it and/or modify X+ .\" it under the terms of the GNU General Public License as published by X+ .\" the Free Software Foundation. You should have received a copy of the X+ .\" GNU General Public License along with this program; if not, write to the X+ .\" Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. X+ .\" X+ .\" THIS SOFTWARE IS PROVIDED BY THE IOWA STATE UNIVERSITY RESEARCH X+ .\" FOUNDATION ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, X+ .\" INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF X+ .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. X+ .\" IN NO EVENT SHALL THE IOWA STATE UNIVERSITY RESEARCH FOUNDATION BE X+ .\" LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, X+ .\" OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, X+ .\" PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, X+ .\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY X+ .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT X+ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF X+ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. X+ .\" X+ .\" $Id$ X+ .\" X+ .Dd May 18, 1998 X+ .Dt HINT 1 X+ .Os X+ .Sh NAME X+ .Nm hint X+ .Nd scalable benchmark for CPU and memory X+ .Sh SYNOPSIS X+ .Nm hint X+ .Sh DESCRIPTION X+ The program X+ .Nm X+ reveals many aspects of computer performance: operation speed, X+ precision, memory bandwidth, and usable memory size. It is completely X+ unlike conventional computer benchmarks. HINT measures "QUIPS" X+ (QUality Improvement Per Second) as a function of time. "Net QUIPS" X+ is a single number that summarizes the QUIPS over time. X+ .Pp X+ As provided, X+ .Nm X+ uses double-precision floating point arithmetic. The original source X+ can be re-compiled to use other data types (such as long integers). X+ The original source should be available directly from X+ .Pa ftp://ftp.scl.ameslab.gov/pub/HINT/ . X+ See X+ .Pa http://www.scl.ameslab.gov/Projects/HINT/ X+ for more information on HINT, including technical reports and an X+ on-line database of HINT results. X+ .Pp X+ The output of X+ .Nm X+ is a file in the current directory named X+ .Pa DOUBLE X+ which contains five columns: X+ .Bl -enum X+ .It X+ Time X+ .It X+ QUIPS X+ .It X+ Quality X+ .It X+ Subintervals X+ .It X+ Memory Used X+ .El X+ .Pp X+ The first two columns are used to produce the QUIPS graph. The third X+ and fourth columns are Quality and subintervals. These columns can be X+ used to check for loss of quality due to insufficient precision and X+ poor choices of which rectangle to split. The fifth is useful for X+ finding the sizes of memory regimes, like where primary cache X+ saturates or where virtual memory is first invoked. X+ .Pp X+ The file is set up in a format suitable for X+ .Xr gnuplot 1 X+ or similar plotting packages. QUIPS graphs should be plotted on a X+ semi-log scale with log of time as the horizontal axis and QUIPS as X+ the vertical axis. The following gnuplot commands would be suitable to X+ display the QUIPS graph from the file X+ .Pa DOUBLE : X+ .nf X+ X+ set logscale x X+ plot "DOUBLE" X+ X+ .fi X+ QUIPS vs. memory use can also be plotted to reveal memory regime sizes, X+ by using the following X+ .Xr gnuplot 1 X+ command: X+ .nf X+ X+ plot "DOUBLE" using 5:2 X+ X+ .fi X+ X+ .Sh FILES X+ .Bl -tag -width DOUBLE -compact X+ .It Pa DOUBLE output file in current directory X+ .El X+ .Sh SEE ALSO X+ .Xr gnuplot 1 X+ .Sh AUTHOR X+ .Nm HINT X+ was developed by the Scalable Computing Laboratory (SCL) of Ames Laboratory, X+ a US Department of Energy laboratory. X+ .Sh BUGS X+ .Nm X+ only writes its output file in the current directory. END-of-hint-port/patches/patch-aa 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 Mon May 18 12:54:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA15241 for freebsd-ports-outgoing; Mon, 18 May 1998 12:54:58 -0700 (PDT) (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 MAA15002; Mon, 18 May 1998 12:54:09 -0700 (PDT) (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 MAA28392; Mon, 18 May 1998 12:56:46 -0600 (MDT) (envelope-from brett@peloton.physics.montana.edu) Date: Mon, 18 May 1998 12:56:46 -0600 (MDT) From: Brett Taylor To: "Jordan K. Hubbard" cc: ports@FreeBSD.ORG, www@FreeBSD.ORG Subject: Re: Say what you like about the java, the appearance is rather nice... In-Reply-To: <28101.895512244@time.cdrom.com> 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 > Maybe this is old news, but have folks checked out this Linux reference > site for "ported apps"? > > http://SAL.KachinaTech.COM/ I have - it's where I found Cooledit among others. It's pretty nice. There are now about 15 of these "programs for Linux" sites out there. They're usually a pretty good place to find new ports. > Seems to have a pretty nice interface, at least from a usability point > of view. I actually preferred the old version (wo/ Java) but .... ********************************************************* Brett Taylor brett@peloton.physics.montana.edu http://peloton.physics.montana.edu/brett/ But Master, does not the fire need water too? Does not the mountain need the storm? - Beavis To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 18 14:51:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA13738 for freebsd-ports-outgoing; Mon, 18 May 1998 14:51:07 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from dt050n33.san.rr.com (@dt053nd2.san.rr.com [204.210.34.210]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA13634 for ; Mon, 18 May 1998 14:50:36 -0700 (PDT) (envelope-from Studded@dal.net) Received: from dal.net (Studded@localhost [127.0.0.1]) by dt050n33.san.rr.com (8.8.8/8.8.8) with ESMTP id OAA23335; Mon, 18 May 1998 14:50:31 -0700 (PDT) (envelope-from Studded@dal.net) Message-ID: <3560AD26.DE558351@dal.net> Date: Mon, 18 May 1998 14:50:30 -0700 From: Studded Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 2.2.6-STABLE-0507 i386) MIME-Version: 1.0 To: ports@FreeBSD.ORG CC: matusita@matatabi.or.jp Subject: Re: net/bind8: is it obsoleted ? References: <19980518221428D.matusita@matatabi.or.jp> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Makoto MATSUSHITA@pop-server.san.rr.com ($B$^$D$7$?$^$3$H(B) wrote: > > ISC bind is already upgraded to 8.1.2, however, net/bind8 is still > 8.1.1. I know that bind-8 is already imported to the main source > repository (/usr/src/contrib/bind; now it is 8.1.2-T3B). > > This means that net/bind8 is currently obsoleted ? First off, you need to fix your From: header, it's badly mangled. Second, I sent an update to the BIND8 port to its maintainer several days ago and haven't heard from him yet. It is on my list to post that diff here today. As for the copy imported to -Current that will likely be changed soon since I know the person working on the import is generally on top of those things. :) Thanks for your interest, Doug -- *** Chief Operations Officer, DALnet IRC network *** *** Proud designer and maintainer of the world's largest Internet *** Relay Chat server with 5,328 simultaneous connections. *** Try spider.dal.net on ports 6662-4 (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 Mon May 18 15:38:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA24203 for freebsd-ports-outgoing; Mon, 18 May 1998 15:38:13 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from paris.CS.Berkeley.EDU (paris.CS.Berkeley.EDU [128.32.34.47]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA24194 for ; Mon, 18 May 1998 15:38:10 -0700 (PDT) (envelope-from jmacd@paris.CS.Berkeley.EDU) Received: (from jmacd@localhost) by paris.CS.Berkeley.EDU (8.8.3/8.8.2) id PAA07385; Mon, 18 May 1998 15:38:12 -0700 (PDT) Message-ID: <19980518153811.06823@paris.CS.Berkeley.EDU> Date: Mon, 18 May 1998 15:38:11 -0700 From: Josh MacDonald To: freebsd-ports@FreeBSD.ORG Subject: Re: compiling xdelta-0.18 port References: <199805181049.MAA13200@wit401310.student.utwente.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1 In-Reply-To: <199805181049.MAA13200@wit401310.student.utwente.nl>; from & on Mon, May 18, 1998 at 12:49:05PM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I've gotten two of these reports already, today. It can't find the _access and ___error symbols. I am going to assume its a problem in current. -josh Quoting & (dalroi@wit401310.student.utwente.nl): > > I can't get the xdelta-0.18 port to compile. I'm running the 3.0-051598 > snapshot on an Intel Pentium with 48 MB of memory. > > I suppose it is some dependency that needs to be included. > > I get the following error: > > > > ranlib .libs/libxdelta.a > creating libxdelta.la > (cd .libs && ln -s ../libxdelta.la libxdelta.la) > cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -O3 -fomit-frame-pointer -funroll-loops -Wall -O -pipe -c main.c > cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -O3 -fomit-frame-pointer -funroll-loops -Wall -O -pipe -c getopt.c > getopt.c: In function `_getopt_internal': > getopt.c:476: warning: `indfound' might be used uninitialized in this function > cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -O3 -fomit-frame-pointer -funroll-loops -Wall -O -pipe -c getopt1.c > /bin/sh ./libtool --mode=link cc -O3 -fomit-frame-pointer -funroll-loops -Wall -O -pipe -o xdelta main.o getopt.o getopt1.o libxdelta.la -L/usr/local/lib -lgdbm -lz > LD_LIBRARY_PATH=".libs:$LD_LIBRARY_PATH" cc -O3 -fomit-frame-pointer -funroll-loops -Wall -O -pipe -o .libs/xdelta main.o getopt.o getopt1.o -R/usr/local/lib -lxdelta -L/usr/local/lib -lgdbm -lz > main.o: Undefined symbol `_access' referenced (use -lc ?) > main.o: Undefined symbol `___error' referenced (use -lc ?) > ld: Spurious undefined symbols: # undefined symbols 2, reported 0 > *** Error code 1 > > Stop. > *** Error code 1 > > 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 Mon May 18 15:52:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA28325 for freebsd-ports-outgoing; Mon, 18 May 1998 15:52:04 -0700 (PDT) (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 PAA28242; Mon, 18 May 1998 15:51:43 -0700 (PDT) (envelope-from chuckr@FreeBSD.org) From: Chuck Robey Received: (from chuckr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA21852; Mon, 18 May 1998 15:47:24 -0700 (PDT) Date: Mon, 18 May 1998 15:47:24 -0700 (PDT) Message-Id: <199805182247.PAA21852@freefall.freebsd.org> To: wes@bogon.net, chuckr@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/6639 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: XFree86 configure script hard codes tcl version to 8.0 State-Changed-From-To: open-closed State-Changed-By: chuckr State-Changed-When: Mon May 18 15:45:49 PDT 1998 State-Changed-Why: Discussed with author, who now understands tcl compatiblity problems prevent his desired goal, not a real bug. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 18 15:59:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA00914 for freebsd-ports-outgoing; Mon, 18 May 1998 15:59:02 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from dt050n33.san.rr.com (@dt053nd2.san.rr.com [204.210.34.210]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA00774; Mon, 18 May 1998 15:58:40 -0700 (PDT) (envelope-from Studded@dal.net) Received: from dal.net (Studded@localhost [127.0.0.1]) by dt050n33.san.rr.com (8.8.8/8.8.8) with ESMTP id PAA24305; Mon, 18 May 1998 15:58:40 -0700 (PDT) (envelope-from Studded@dal.net) Message-ID: <3560BD20.1E107505@dal.net> Date: Mon, 18 May 1998 15:58:40 -0700 From: Studded Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 2.2.6-STABLE-0507 i386) MIME-Version: 1.0 To: FreeBSD-ports@FreeBSD.ORG, matusita@matatabi.or.jp, jseger@FreeBSD.ORG Subject: New port for BIND 8 Content-Type: multipart/mixed; boundary="------------CCADE13C71F3E1C43F140D57" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. --------------CCADE13C71F3E1C43F140D57 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I couldn't wait for the port of bind 8.1.2 so I decided to do it myself. For the most part everything was pretty much the same. I actually took a look at the diff between 8.1.1 and 8.1.2. Re the old port, there are no more /usr ref's in the ports_after.h, so that wasn't needed anymore. There are two more definitions in the Makefile.set, the one that seems questionable is DESTETC since it seems like /etc is a better location than /usr/local/etc for named.conf. Finally, patch-ac doesn't seem necessary anymore since SETPWENT is already #def'ed in the code, however I have no -Current system to test it on. You will want to apply this patch in the /usr/ports/net/bind8 directory, and use -E so that it deletes patch-ac. (Note to Justin, unlike the first patch I sent you this one includes all of the new files. :) Hope this helps, Doug -- *** Chief Operations Officer, DALnet IRC network *** *** Proud designer and maintainer of the world's largest Internet *** Relay Chat server with 5,328 simultaneous connections. *** Try spider.dal.net on ports 6662-4 (Powered by FreeBSD) --------------CCADE13C71F3E1C43F140D57 Content-Type: text/plain; charset=us-ascii; name="bind8.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="bind8.diff" diff -urN ../bind8.old/Makefile ./Makefile --- ../bind8.old/Makefile Thu May 14 11:51:35 1998 +++ ./Makefile Mon May 18 15:26:27 1998 @@ -1,15 +1,15 @@ # New ports collection makefile for: bind -# Version required: 8.1.1 +# Version required: 8.1.2 # Date created: 18 July 1997 # Whom: jseger@scds.com # # $Id: Makefile,v 1.4 1998/04/14 21:44:27 jseger Exp $ # -DISTNAME= bind-8.1.1 +DISTNAME= bind-8.1.2 CATEGORIES= net -MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.1.1/ -DISTFILES= bind-src.tar.gz bind-doc.tar.gz +MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.1.2/ +DISTFILES= bind-8.1.2-src.tar.gz bind-8.1.2-doc.tar.gz MAINTAINER= jseger@FreeBSD.org @@ -17,17 +17,11 @@ MAN1= dig.1 dnsquery.1 host.1 MAN3= gethostbyname.3 getnetent.3 resolver.3 -MAN5= resolver.5 +MAN5= irs.conf.5 resolver.5 MAN7= hostname.7 mailaddr.7 MAN8= named-xfer.8 named.8 ndc.8 nslookup.8 PATCH_ARGS?= -d ${WRKDIR} -E ${PATCH_STRIP} - -PA_H= ${WRKSRC}/port/freebsd/include/port_after.h - -post-configure: - ${MV} ${PA_H} ${PA_H}.orig - sed "s,/usr,${PREFIX}," ${PA_H}.orig >${PA_H} post-install: ${INSTALL_SCRIPT} ${WRKSRC}/bin/named/named-bootconf.pl ${PREFIX}/bin/ diff -urN ../bind8.old/files/md5 ./files/md5 --- ../bind8.old/files/md5 Thu May 14 11:51:34 1998 +++ ./files/md5 Mon May 18 15:13:21 1998 @@ -1,2 +1,2 @@ -MD5 (bind-src.tar.gz) = 7487b8d647edba2053edc1cda0c6afd0 -MD5 (bind-doc.tar.gz) = 2bf093631c4d855895a95507927877df +MD5 (bind-8.1.2-src.tar.gz) = 7911bd8f0de7d1047da874d92dd608d7 +MD5 (bind-8.1.2-doc.tar.gz) = 329dfd97895d96493ff2850374b2465d diff -urN ../bind8.old/patches/patch-aa ./patches/patch-aa --- ../bind8.old/patches/patch-aa Thu May 14 11:51:35 1998 +++ ./patches/patch-aa Mon May 18 15:42:50 1998 @@ -1,13 +1,15 @@ ---- src/port/freebsd/Makefile.set.orig Mon Jun 16 23:30:35 1997 -+++ src/port/freebsd/Makefile.set Tue Nov 25 18:51:41 1997 -@@ -1,10 +1,12 @@ +--- Makefile.set.orig Thu Mar 19 11:50:30 1998 ++++ Makefile.set Mon May 18 15:42:02 1998 +@@ -1,12 +1,14 @@ 'CC=cc' - 'CDEBUG=-O2 -g' +-'CDEBUG=-O2 -g' -'DESTBIN=/usr/bin' -'DESTSBIN=/usr/sbin' -'DESTEXEC=/usr/libexec' -'DESTMAN=/usr/share/man' -'DESTHELP=/usr/share/misc' +-'DESTETC=/etc' ++'CDEBUG=-O2' +'DESTBIN=${PREFIX}/bin' +'DESTSBIN=${PREFIX}/sbin' +'DESTEXEC=${PREFIX}/libexec' @@ -15,10 +17,12 @@ +'DESTHELP=${PREFIX}/share/misc' +'DESTINC=${PREFIX}/include/bind' +'DESTLIB=${PREFIX}/lib' + 'DESTRUN=/var/run' ++'DESTETC=/etc' 'LEX=lex -I' 'YACC=yacc -d' 'SYSLIBS=-ll -lutil' -@@ -14,3 +16,4 @@ +@@ -16,3 +18,4 @@ 'CATEXT=0' 'PS=ps' 'RANLIB=ranlib' diff -urN ../bind8.old/patches/patch-ac ./patches/patch-ac --- ../bind8.old/patches/patch-ac Thu May 14 11:51:35 1998 +++ ./patches/patch-ac Wed Dec 31 16:00:00 1969 @@ -1,13 +0,0 @@ ---- src/port/freebsd/include/port_after.h.orig Tue Apr 14 17:29:22 1998 -+++ src/port/freebsd/include/port_after.h Tue Apr 14 17:29:47 1998 -@@ -7,7 +7,9 @@ - #define HAVE_FCHMOD - #define NEED_PSELECT - #define HAVE_SA_LEN -- -+#if __FreeBSD__ >= 3 -+ #define SETPWENT_VOID -+#endif - #define _TIMEZONE timezone - - #define PORT_NONBLOCK O_NONBLOCK diff -urN ../bind8.old/pkg/PLIST ./pkg/PLIST --- ../bind8.old/pkg/PLIST Thu May 14 11:51:35 1998 +++ ./pkg/PLIST Mon May 18 15:30:17 1998 @@ -8,14 +8,19 @@ include/bind/arpa/inet.h include/bind/arpa/nameser.h include/bind/arpa/nameser_compat.h +include/bind/isc/assertions.h include/bind/isc/eventlib.h include/bind/isc/heap.h +include/bind/isc/list.h include/bind/isc/logging.h +include/bind/isc/memcluster.h include/bind/isc/misc.h include/bind/isc/tree.h +include/bind/sys/bitypes.h include/bind/netdb.h include/bind/resolv.h -include/bind/sys/bitypes.h +include/bind/hesiod.h +include/bind/irs.h lib/libbind.a libexec/named-xfer man/man1/dig.1.gz @@ -24,6 +29,7 @@ man/man3/gethostbyname.3.gz man/man3/getnetent.3.gz man/man3/resolver.3.gz +man/man5/irs.conf.5.gz man/man5/resolver.5.gz man/man7/hostname.7.gz man/man7/mailaddr.7.gz --------------CCADE13C71F3E1C43F140D57-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 18 17:58:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA28024 for freebsd-ports-outgoing; Mon, 18 May 1998 17:58:31 -0700 (PDT) (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 RAA27918 for ; Mon, 18 May 1998 17:58:01 -0700 (PDT) (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 SAA00399; Mon, 18 May 1998 18:57:00 -0600 (MDT) (envelope-from brett@peloton.physics.montana.edu) Date: Mon, 18 May 1998 18:57:00 -0600 (MDT) From: Brett Taylor To: Josh MacDonald cc: freebsd-ports@FreeBSD.ORG Subject: Re: compiling xdelta-0.18 port In-Reply-To: <19980518153811.06823@paris.CS.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 > I've gotten two of these reports already, today. It can't find > the _access and ___error symbols. I am going to assume its a > problem in current. It would seem so - I just compiled it yesterday on a 2.2.6-STABLE machine. :-) Brett To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 18 18:58:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA09091 for freebsd-ports-outgoing; Mon, 18 May 1998 18:58:06 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA08781; Mon, 18 May 1998 18:56:25 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.8.8/8.8.8) id VAA17983; Mon, 18 May 1998 21:56:18 -0400 (EDT) (envelope-from wollman) Date: Mon, 18 May 1998 21:56:18 -0400 (EDT) From: Garrett Wollman Message-Id: <199805190156.VAA17983@khavrinen.lcs.mit.edu> To: Andreas Klemm Cc: ports@FreeBSD.ORG Subject: cvs commit: ports/net/bb Makefile In-Reply-To: <199805182154.OAA21447@freefall.freebsd.org> References: <199805182154.OAA21447@freefall.freebsd.org> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org < said: > net/bb Makefile > Log: > Add run dependency (kermit), you'll need it for pager functionality. Not necessarily. In fact, fitting something like qpage would probably make it work better, and would not be at all hard. -GAWollman -- Garrett A. Wollman | O Siem / We are all family / O Siem / We're all the same wollman@lcs.mit.edu | O Siem / The fires of freedom Opinions not those of| Dance in the burning flame MIT, LCS, CRS, or NSA| - Susan Aglukark and Chad Irschick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 18 21:44:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA05585 for freebsd-ports-outgoing; Mon, 18 May 1998 21:44:50 -0700 (PDT) (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 VAA05489 for ; Mon, 18 May 1998 21:44:31 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA23768; Mon, 18 May 1998 21:40:03 -0700 (PDT) Date: Mon, 18 May 1998 21:40:03 -0700 (PDT) Message-Id: <199805190440.VAA23768@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: Hideyuki Suzuki Subject: Re: ports/6667: ports japanese/kon: install problem of man pages Reply-To: Hideyuki Suzuki Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/6667; it has been noted by GNATS. From: Hideyuki Suzuki To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: ports/6667: ports japanese/kon: install problem of man pages Date: Tue, 19 May 1998 13:36:23 +0900 Sorry, I forgot to send this to gnats. From: Hideyuki Suzuki Subject: Re: ports/6667: ports japanese/kon: install problem of man pages Date: Tue, 19 May 1998 01:22:59 +0900 > > * And yes, the directory should be created for the case of PREFIX > > * other than /usr/local. > > > > I don't think that is necessary. If you set PREFIX to something other > > than /usr/local, then mtree will be run on that ${PREFIX} (and the > > entire hiererchy will be created) underneath. > > OK, I was confused with the problem report. So, all we need here is > the following patch, since the directory is changed from ja_JP.EUC to ja. > > hideyuki Index: Makefile =================================================================== RCS file: /pub/FreeBSD-CVS/ports/japanese/kon/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- Makefile 1997/09/19 19:27:45 1.13 +++ Makefile 1998/05/18 16:05:16 @@ -17,7 +17,7 @@ MAINTAINER= hideyuki@sat.t.u-tokyo.ac.jp MAN1= kon.1 -MANLANG= ja_JP.EUC +MANLANG= ja EXTRACT_ONLY= kon2-0.3.tar.gz DOCDIR= ${PREFIX}/share/doc/kon2 @@ -29,7 +29,7 @@ @(cd ${WRKSRC}; ${MAKE} -f Makefile.FreeBSD config) post-install: - @${INSTALL_MAN} ${WRKSRC}/doc/kon.1 ${PREFIX}/man/ja_JP.EUC/man1 + @${INSTALL_MAN} ${WRKSRC}/doc/kon.1 ${PREFIX}/man/ja/man1 .if !defined(NOPORTDOCS) @${MKDIR} ${DOCDIR} @${INSTALL_DATA} ${WRKSRC}/doc/README ${WRKSRC}/doc/README.FreeBSD \ Index: files/dotconfig =================================================================== RCS file: /pub/FreeBSD-CVS/ports/japanese/kon/files/dotconfig,v retrieving revision 1.4 diff -u -r1.4 dotconfig --- dotconfig 1997/07/10 13:14:51 1.4 +++ dotconfig 1998/05/18 09:41:28 @@ -3,7 +3,7 @@ TOPDIR = %%PREFIX%% BINDIR = $(TOPDIR)/bin LIBDIR = $(TOPDIR)/etc -MANDIR = $(TOPDIR)/man/ja_JP.EUC/man1 +MANDIR = $(TOPDIR)/man/ja/man1 FONTDIR = $(TOPDIR)/lib/fonts CONFIG_NAME = kon.cfg CFLAGS += -DCONFIG_NAME=\"$(LIBDIR)/$(CONFIG_NAME)\" Index: pkg/PLIST =================================================================== RCS file: /pub/FreeBSD-CVS/ports/japanese/kon/pkg/PLIST,v retrieving revision 1.4 diff -u -r1.4 PLIST --- PLIST 1997/07/10 13:15:00 1.4 +++ PLIST 1998/05/18 09:40:57 @@ -3,6 +3,6 @@ etc/kon.cfg lib/fonts/7x14rk.bdf.gz lib/fonts/k14.bdf.gz -man/ja_JP.EUC/man1/kon.1.gz +man/ja/man1/kon.1.gz share/doc/kon2/README share/doc/kon2/README.FreeBSD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 18 23:41:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA01050 for freebsd-ports-outgoing; Mon, 18 May 1998 23:41:34 -0700 (PDT) (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 XAA00908; Mon, 18 May 1998 23:40:45 -0700 (PDT) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA24209; Mon, 18 May 1998 23:36:15 -0700 (PDT) Date: Mon, 18 May 1998 23:36:15 -0700 (PDT) Message-Id: <199805190636.XAA24209@freefall.freebsd.org> To: andy@icc.surw.chel.su, tg@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/6674 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: xspacewarp-1.2 State-Changed-From-To: open-closed State-Changed-By: tg State-Changed-When: Mon May 18 23:35:46 PDT 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 Tue May 19 00:05:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA05248 for freebsd-ports-outgoing; Tue, 19 May 1998 00:05:17 -0700 (PDT) (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 AAA05179; Tue, 19 May 1998 00:04:45 -0700 (PDT) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA24544; Tue, 19 May 1998 00:00:19 -0700 (PDT) Date: Tue, 19 May 1998 00:00:19 -0700 (PDT) Message-Id: <199805190700.AAA24544@freefall.freebsd.org> To: andy@icc.surw.chel.su, tg@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/6644 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: qtez-0.51a State-Changed-From-To: open-closed State-Changed-By: tg State-Changed-When: Mon May 18 23:59:48 PDT 1998 State-Changed-Why: Imported, with an upgrade to 0.52a. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 19 00:43:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA11020 for freebsd-ports-outgoing; Tue, 19 May 1998 00:43:48 -0700 (PDT) (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 AAA11007 for ; Tue, 19 May 1998 00:43:39 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA24761; Tue, 19 May 1998 00:30:02 -0700 (PDT) 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 AAA08034 for ; Tue, 19 May 1998 00:25:39 -0700 (PDT) (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 NAA00374 for ; Tue, 19 May 1998 13:25:45 +0600 (UDT) Received: (from andy@localhost) by icc.surw.chel.su (8.8.5/8.8.4) id LAA28208; Tue, 19 May 1998 11:30:41 +0400 (MSD) Message-Id: <199805190730.LAA28208@icc.surw.chel.su> Date: Tue, 19 May 1998 11:30:41 +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/6684: New port: xzip-1.7 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6684 >Category: ports >Synopsis: New port: xzip-1.7 >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 May 19 00:30:01 PDT 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 Infocom games interpreter for X Window System. It allows running most of Infocom ZIP story files. # 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: # # xzip-1.7 # xzip-1.7/Makefile # xzip-1.7/files # xzip-1.7/files/md5 # xzip-1.7/pkg # xzip-1.7/pkg/PLIST # xzip-1.7/pkg/COMMENT # xzip-1.7/pkg/DESCR # xzip-1.7/patches # xzip-1.7/patches/patch-aa # echo c - xzip-1.7 mkdir -p xzip-1.7 > /dev/null 2>&1 echo x - xzip-1.7/Makefile sed 's/^X//' >xzip-1.7/Makefile << 'END-of-xzip-1.7/Makefile' X# New ports collection makefile for: xzip X# Version required: 1.7 X# Date created: 17 May 1998 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= xzip170 XPKGNAME= xzip-1.7 XCATEGORIES= games x11 XMASTER_SITES= ftp://ftp.gmd.ed/if-archive/infocom/interpreters/zip/ XEXTRACT_SUFX= .tar.Z X XMAINTAINER= andy@icc.surw.chel.su X XALL_TARGET= XUSE_X11= yes XWRKSRC= ${WRKDIR}/xzip X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKSRC}/xzip ${PREFIX}/bin X.if !defined(NOPORTDOCS) X @ ${MKDIR} ${PREFIX}/share/doc/xzip X @ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xzip X.endif X X.include END-of-xzip-1.7/Makefile echo c - xzip-1.7/files mkdir -p xzip-1.7/files > /dev/null 2>&1 echo x - xzip-1.7/files/md5 sed 's/^X//' >xzip-1.7/files/md5 << 'END-of-xzip-1.7/files/md5' XMD5 (xzip170.tar.Z) = f71c2d96f7a229c1b92b68fdab9e501d END-of-xzip-1.7/files/md5 echo c - xzip-1.7/pkg mkdir -p xzip-1.7/pkg > /dev/null 2>&1 echo x - xzip-1.7/pkg/PLIST sed 's/^X//' >xzip-1.7/pkg/PLIST << 'END-of-xzip-1.7/pkg/PLIST' Xbin/xzip Xshare/doc/xzip/README X@dirrm share/doc/xzip END-of-xzip-1.7/pkg/PLIST echo x - xzip-1.7/pkg/COMMENT sed 's/^X//' >xzip-1.7/pkg/COMMENT << 'END-of-xzip-1.7/pkg/COMMENT' XInfocom games interpreter for X Window System. END-of-xzip-1.7/pkg/COMMENT echo x - xzip-1.7/pkg/DESCR sed 's/^X//' >xzip-1.7/pkg/DESCR << 'END-of-xzip-1.7/pkg/DESCR' XInfocom games interpreter for X Window System. XIt allows running most of Infocom ZIP story files. END-of-xzip-1.7/pkg/DESCR echo c - xzip-1.7/patches mkdir -p xzip-1.7/patches > /dev/null 2>&1 echo x - xzip-1.7/patches/patch-aa sed 's/^X//' >xzip-1.7/patches/patch-aa << 'END-of-xzip-1.7/patches/patch-aa' X--- Makefile Sat Jan 3 18:42:44 1998 X+++ /home/andy/tmp/wrk/Makefile Sat May 16 23:29:55 1998 X@@ -60,21 +60,21 @@ X #SYSTEMFLAGS = -DBIG_END_MODE X X # definitions for some arbitrary little-endian system X-#SYSTEMFLAGS = -DLITTLE_END_MODE X+SYSTEMFLAGS = -DLITTLE_END_MODE X X # -------------------- X X # definitions for where the X lib and include directories are X-XDIR = /usr X-XINCLUDE = $(XDIR)/include/X11 X-XLIB = $(XDIR)/lib/X11 X+XDIR = ${X11BASE} X+XINCLUDE = $(XDIR)/include X+XLIB = $(XDIR)/lib X X # definition for where to install xzip executable and man page X DESTDIR = /usr/local X X # -------------------- X X-CFLAGS = -O $(SYSTEMFLAGS) -I$(XINCLUDE) X+CFLAGS+= $(SYSTEMFLAGS) -I$(XINCLUDE) X LDFLAGS = X LIBS = -L$(XLIB) -lX11 $(SYSTEMLIBS) X END-of-xzip-1.7/patches/patch-aa 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 Tue May 19 02:00:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA25384 for freebsd-ports-outgoing; Tue, 19 May 1998 02:00:55 -0700 (PDT) (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 BAA24852; Tue, 19 May 1998 01:59:05 -0700 (PDT) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA25083; Tue, 19 May 1998 01:54:39 -0700 (PDT) Date: Tue, 19 May 1998 01:54:39 -0700 (PDT) Message-Id: <199805190854.BAA25083@freefall.freebsd.org> To: andy@icc.surw.chel.su, tg@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/6532 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: libEZ-1.38 State-Changed-From-To: open-closed State-Changed-By: tg State-Changed-When: Tue May 19 01:53:08 PDT 1998 State-Changed-Why: Imported, thanks. I left the PKGNAME at EZWGL-1.38, similar to Mesa. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 19 02:45:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA03207 for freebsd-ports-outgoing; Tue, 19 May 1998 02:45:01 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from sun-test.hightek.com ([194.74.141.100]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA03191 for ; Tue, 19 May 1998 02:44:56 -0700 (PDT) (envelope-from andreas@klemm2.hightek.com) Received: from klemm2.hightek.com ([195.90.203.76]) by sun-test.hightek.com (Netscape Mail Server v1.1) with ESMTP id AAA16898; Tue, 19 May 1998 11:44:52 +0200 Received: (from andreas@localhost) by klemm2.hightek.com (8.8.8/8.8.8) id LAA24528; Tue, 19 May 1998 11:44:51 +0200 (CEST) (envelope-from andreas) Message-ID: <19980519114451.00878@hightek.com> Date: Tue, 19 May 1998 11:44:51 +0200 From: Andreas Klemm To: Garrett Wollman Cc: ports@FreeBSD.ORG Subject: Re: cvs commit: ports/net/bb Makefile References: <199805182154.OAA21447@freefall.freebsd.org> <199805190156.VAA17983@khavrinen.lcs.mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <199805190156.VAA17983@khavrinen.lcs.mit.edu>; from Garrett Wollman on Mon, May 18, 1998 at 09:56:18PM -0400 X-Operating-System: FreeBSD 2.2.6-STABLE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, May 18, 1998 at 09:56:18PM -0400, Garrett Wollman wrote: > < said: > > > net/bb Makefile > > Log: > > Add run dependency (kermit), you'll need it for pager functionality. > > Not necessarily. In fact, fitting something like qpage would probably > make it work better, and would not be at all hard. Ah ... good hint ! I'll back it out and add a comment after installation, that kermit and qpage from the ports collection are tools to drive a pager ... Thanks Andreas /// -- B&K Gruppe - Wuppertal phone +49 202 7399 - 170 fax +49 202 7399 - 100 http://www.FreeBSD.ORG/~andreas/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 19 06:04:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA08290 for freebsd-ports-outgoing; Tue, 19 May 1998 06:04:40 -0700 (PDT) (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 GAA08251 for ; Tue, 19 May 1998 06:04:30 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA28196; Tue, 19 May 1998 06:00:03 -0700 (PDT) Received: from oslo3.or.uninett.no (root@oslo3.or.uninett.no [158.36.90.23]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA06981 for ; Tue, 19 May 1998 05:59:59 -0700 (PDT) (envelope-from hanspbie@oslo3.or.uninett.no) Received: (from hanspbie@localhost) by mail.newmedia.no (8.8.8/8.8.8) id SAA15685; Mon, 18 May 1998 18:31:19 +0200 (CEST) (envelope-from hanspbie) Message-Id: <199805181631.SAA15685@newmedia.no> Date: Mon, 18 May 1998 18:31:19 +0200 (CEST) From: hanspb@persbraten.vgs.no Reply-To: hanspb@persbraten.vgs.no To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6687: New port, ktelnet v0.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6687 >Category: ports >Synopsis: New port, ktelnet v0.6 >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 May 19 06:00:03 PDT 1998 >Last-Modified: >Originator: Hans Petter Bieker >Organization: none >Release: FreeBSD 2.2.6-STABLE i386 >Environment: >Description: A Frontend for telnet, rlogin, ssh in K Desktop Environment. >How-To-Repeat: >Fix: # This archive contains: # # ktelnet # ktelnet/files # ktelnet/files/md5 # ktelnet/pkg # ktelnet/pkg/COMMENT # ktelnet/pkg/DESCR # ktelnet/pkg/PLIST # ktelnet/Makefile # echo c - ktelnet mkdir -p ktelnet > /dev/null 2>&1 echo c - ktelnet/files mkdir -p ktelnet/files > /dev/null 2>&1 echo x - ktelnet/files/md5 sed 's/^X//' >ktelnet/files/md5 << 'END-of-ktelnet/files/md5' XMD5 (ktelnet-0.6.tgz) = 75f2d1b2a7ecde929c7c09dbe5e4ef1b END-of-ktelnet/files/md5 echo c - ktelnet/pkg mkdir -p ktelnet/pkg > /dev/null 2>&1 echo x - ktelnet/pkg/COMMENT sed 's/^X//' >ktelnet/pkg/COMMENT << 'END-of-ktelnet/pkg/COMMENT' XA Frontend for telnet, rlogin, ssh in K Desktop Environment. END-of-ktelnet/pkg/COMMENT echo x - ktelnet/pkg/DESCR sed 's/^X//' >ktelnet/pkg/DESCR << 'END-of-ktelnet/pkg/DESCR' XA Frontend for telnet, rlogin, ssh in K Desktop Environment Xon many terminal types: kvt, xterm, color_xterm, rxvt, hpterm.. END-of-ktelnet/pkg/DESCR echo x - ktelnet/pkg/PLIST sed 's/^X//' >ktelnet/pkg/PLIST << 'END-of-ktelnet/pkg/PLIST' Xbin/ktelnet Xshare/doc/HTML/en/ktelnet/index.html Xshare/doc/HTML/de/ktelnet/index.html Xshare/config/ktelnetrc Xshare/apps/ktelnet/toolbar/dec.xpm Xshare/apps/ktelnet/toolbar/next_ws.xpm Xshare/apps/ktelnet/toolbar/panelize.xpm Xshare/apps/ktelnet/toolbar/session1.xpm Xshare/apps/ktelnet/toolbar/sgi.xpm Xshare/apps/ktelnet/toolbar/smalldown.xpm Xshare/apps/ktelnet/toolbar/smalldown_grey.xpm Xshare/apps/ktelnet/toolbar/smallup.xpm Xshare/apps/ktelnet/toolbar/smallup_grey.xpm Xshare/apps/ktelnet/toolbar/sun.xpm Xshare/apps/ktelnet/pics/ktelnet.xpm Xshare/apps/ktelnet/pics/ktname.xpm Xshare/apps/ktelnet/pics/kdelogo.gif Xshare/locale/de/LC_MESSAGES/ktelnet.mo Xshare/locale/fr/LC_MESSAGES/ktelnet.mo Xshare/locale/es/LC_MESSAGES/ktelnet.mo Xshare/locale/it/LC_MESSAGES/ktelnet.mo Xshare/locale/pt/LC_MESSAGES/ktelnet.mo Xshare/locale/no/LC_MESSAGES/ktelnet.mo Xshare/locale/hr/LC_MESSAGES/ktelnet.mo Xshare/locale/sk/LC_MESSAGES/ktelnet.mo Xshare/icons/mini/ktelnet.xpm Xshare/icons/ktelnet.xpm Xshare/applnk/Internet/ktelnet.kdelnk X@dirrm share/apps/ktelnet/pics X@dirrm share/apps/ktelnet/toolbar X@dirrm share/apps/ktelnet X@dirrm share/doc/HTML/en/ktelnet X@dirrm share/doc/HTML/de/ktelnet END-of-ktelnet/pkg/PLIST echo x - ktelnet/Makefile sed 's/^X//' >ktelnet/Makefile << 'END-of-ktelnet/Makefile' X# New ports collection makefile for: ktelnet X# Version required: Beta4 X# Date created: 14 May 1998 X# Whom: Hans Petter Bieker X# X# $Id$ X# X XDISTNAME= ktelnet-0.6 XCATEGORIES= x11 kde XMASTER_SITES= $(MASTER_SITE_KDE) XMASTER_SITE_SUBDIR= /stable/Beta4/apps/network XEXTRACT_SUFX= .tgz X XMAINTAINER= hanspb@persbraten.vgs.no X XBUILD_DEPENDS= moc:${PORTSDIR}/x11/qt XLIB_DEPENDS= qt\\.1\\.3[1-9]:${PORTSDIR}/x11/qt \ X gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \ X jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg \ X kdecore\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs \ X kdeui\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs X XHAS_CONFIGURE= yes XCONFIGURE_ARGS= "--prefix=$(PREFIX)" \ X "--with-extra-includes=$(PREFIX)/include/giflib" X XCONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \ X INSTALL_SCRIPT="install -c -m 555" X X.include END-of-ktelnet/Makefile 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 Tue May 19 06:04:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA08302 for freebsd-ports-outgoing; Tue, 19 May 1998 06:04:43 -0700 (PDT) (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 GAA08268 for ; Tue, 19 May 1998 06:04:35 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA28214; Tue, 19 May 1998 06:00:04 -0700 (PDT) Received: from oslo3.or.uninett.no (root@oslo3.or.uninett.no [158.36.90.23]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA07064 for ; Tue, 19 May 1998 06:00:03 -0700 (PDT) (envelope-from hanspbie@oslo3.or.uninett.no) Received: (from hanspbie@localhost) by mail.newmedia.no (8.8.8/8.8.8) id RAA09254; Mon, 18 May 1998 17:30:04 +0200 (CEST) (envelope-from hanspbie) Message-Id: <199805181530.RAA09254@newmedia.no> Date: Mon, 18 May 1998 17:30:04 +0200 (CEST) From: hanspb@persbraten.vgs.no Reply-To: hanspb@persbraten.vgs.no To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6688: New port: kbiff v0.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6688 >Category: ports >Synopsis: New port: kbiff v0.6 >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 May 19 06:00:04 PDT 1998 >Last-Modified: >Originator: Hans Petter Bieker >Organization: none >Release: FreeBSD 2.2.6-STABLE i386 >Environment: >Description: KBiff - Simple mail notification utility for KDE >How-To-Repeat: >Fix: # This archive contains: # # kbiff # kbiff/files # kbiff/files/md5 # kbiff/pkg # kbiff/pkg/COMMENT # kbiff/pkg/DESCR # kbiff/pkg/PLIST # kbiff/Makefile # echo c - kbiff mkdir -p kbiff > /dev/null 2>&1 echo c - kbiff/files mkdir -p kbiff/files > /dev/null 2>&1 echo x - kbiff/files/md5 sed 's/^X//' >kbiff/files/md5 << 'END-of-kbiff/files/md5' XMD5 (kbiff-0.6.tar.bz2) = 327fac51c86a24c44f247e2175ed98bd END-of-kbiff/files/md5 echo c - kbiff/pkg mkdir -p kbiff/pkg > /dev/null 2>&1 echo x - kbiff/pkg/COMMENT sed 's/^X//' >kbiff/pkg/COMMENT << 'END-of-kbiff/pkg/COMMENT' XKBiff - Simple mail notification utility for KDE END-of-kbiff/pkg/COMMENT echo x - kbiff/pkg/DESCR sed 's/^X//' >kbiff/pkg/DESCR << 'END-of-kbiff/pkg/DESCR' X"xbiff"-like mail notification utility. Has multiple Xpixmaps, session management, and GUI configuration. Can X"dock" into KDE panel. Can display animated gifs, Xplay system sounds, or run arbitrary shell command when Xnew mail arrives. END-of-kbiff/pkg/DESCR echo x - kbiff/pkg/PLIST sed 's/^X//' >kbiff/pkg/PLIST << 'END-of-kbiff/pkg/PLIST' Xbin/kbiff Xshare/doc/HTML/en/kbiff/index.html Xshare/doc/HTML/en/kbiff/index-1.html Xshare/doc/HTML/en/kbiff/index-2.html Xshare/doc/HTML/en/kbiff/index-3.html Xshare/doc/HTML/en/kbiff/index-4.html Xshare/doc/HTML/en/kbiff/index-5.html Xshare/doc/HTML/en/kbiff/index-6.html Xshare/doc/HTML/en/kbiff/logotp3.gif Xshare/apps/kbiff/pics/mini-newmail.xpm Xshare/apps/kbiff/pics/mini-nomail.xpm Xshare/apps/kbiff/pics/mini-oldmail.xpm Xshare/apps/kbiff/pics/newmail.xpm Xshare/apps/kbiff/pics/nomail.xpm Xshare/apps/kbiff/pics/oldmail.xpm Xshare/icons/mini/kbiff.xpm Xshare/icons/kbiff.xpm Xshare/applnk/Internet/kbiff.kdelnk X@dirrm share/apps/kbiff/pics X@dirrm share/apps/kbiff X@dirrm share/doc/HTML/en/kbiff END-of-kbiff/pkg/PLIST echo x - kbiff/Makefile sed 's/^X//' >kbiff/Makefile << 'END-of-kbiff/Makefile' X# New ports collection makefile for: kbiff X# Version required: Beta4 X# Date created: 18 May 1998 X# Whom: Hans Petter Bieker X# X# $Id$ X# X XDISTNAME= kbiff-0.6 XCATEGORIES= x11 kde mail XMASTER_SITES= $(MASTER_SITE_KDE) XMASTER_SITE_SUBDIR= /unstable/apps/utils XEXTRACT_SUFX= .tar.bz2 X XMAINTAINER= hanspb@persbraten.vgs.no X XBUILD_DEPENDS= moc:${PORTSDIR}/x11/qt XLIB_DEPENDS= qt\\.1\\.3[1-9]:${PORTSDIR}/x11/qt \ X jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg \ X kdecore\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs \ X kdeui\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs \ X jscript\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs \ X khtmlw\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs \ X kfm\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs \ X kfile\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs \ X mediatool\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs X XEXTRACT_CMD= bzip2 XEXTRACT_BEFORE_ARGS= -cd XEXTRACT_AFTER_ARGS= | tar -xf - X XHAS_CONFIGURE= yes XCONFIGURE_ARGS= "--prefix=$(PREFIX)" \ X "--with-extra-includes=$(PREFIX)/include/giflib" X XCONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \ X INSTALL_SCRIPT="install -c -m 555" X X.include END-of-kbiff/Makefile 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 Tue May 19 08:45:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA10168 for freebsd-ports-outgoing; Tue, 19 May 1998 08:45:14 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from mail.westbend.net (ns1.westbend.net [207.217.224.194]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA10123 for ; Tue, 19 May 1998 08:45:02 -0700 (PDT) (envelope-from hetzels@westbend.net) Received: from admin (admin.westbend.net [207.217.224.195]) by mail.westbend.net (8.8.8/8.8.8) with SMTP id KAA02684 for ; Tue, 19 May 1998 10:44:59 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <008401bd833d$144127e0$c3e0d9cf@admin.westbend.net> From: "Scot W. Hetzel" To: "FreeBSD-Ports" Subject: Fw: ports/4878: Apache w/FrontPage minor update Date: Tue, 19 May 1998 10:44:58 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I submitted this to GNATS yesterday, but haven't seen any reply from GNATS. But It has been placed in the GNATS database. Could someone take the time to submit this port? Thanks, Scot W. Hetzel -----Original Message----- From: PostMaster To: freebsd-gnats-submit@freebsd.org >Thanks to Poul-Henning Kamp for helping to iron out a few minor problems >with the port: > >Removal of symbolic link check: > >Apache now compiles with -ldescrypt instead of -lcrypt, which allows the >port to compile with out having to create the symbolic links from libcrypt.* >to libdescrypt.*. > >The updated port is now available on: > >http://www.westbend.net/~hetzels/apache-fp >ftp://ftp.freebsd.org/pub/FreeBSD/incoming/4878.apache-fp.126.e.tgz > >Scot > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 19 08:54:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA12488 for freebsd-ports-outgoing; Tue, 19 May 1998 08:54:36 -0700 (PDT) (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 IAA12463 for ; Tue, 19 May 1998 08:54:31 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA00582; Tue, 19 May 1998 08:50:02 -0700 (PDT) Received: from oslo7.or.uninett.no (hanspbie@oslo7.or.uninett.no [158.36.90.27]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA11954 for ; Tue, 19 May 1998 08:51:50 -0700 (PDT) (envelope-from hanspbie@oslo7.or.uninett.no) Received: (from hanspbie@localhost) by oslo7.or.uninett.no (8.8.8/8.8.8) id RAA03692; Tue, 19 May 1998 17:50:40 +0200 (CEST) (envelope-from hanspbie) Message-Id: <199805191550.RAA03692@oslo7.or.uninett.no> Date: Tue, 19 May 1998 17:50:40 +0200 (CEST) From: hanspb@persbraten.vgs.no Reply-To: hanspb@persbraten.vgs.no To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6691: Updated port: kdenetwork beta 4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6691 >Category: ports >Synopsis: Updated port: kdenetwork beta 4 >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 May 19 08:50:01 PDT 1998 >Last-Modified: >Originator: Hans Petter Bieker >Organization: none >Release: FreeBSD 2.2.6-STABLE i386 >Environment: >Description: >How-To-Repeat: >Fix: # This archive contains: # # kdenetwork # kdenetwork/files # kdenetwork/files/md5 # kdenetwork/patches # kdenetwork/patches/patch-ae # kdenetwork/patches/patch-aa # kdenetwork/patches/patch-ab # kdenetwork/patches/patch-ad # kdenetwork/patches/patch-ac # kdenetwork/pkg # kdenetwork/pkg/COMMENT # kdenetwork/pkg/DESCR # kdenetwork/pkg/PLIST # kdenetwork/Makefile # kdenetwork/Makefile~ # echo c - kdenetwork mkdir -p kdenetwork > /dev/null 2>&1 echo c - kdenetwork/files mkdir -p kdenetwork/files > /dev/null 2>&1 echo x - kdenetwork/files/md5 sed 's/^X//' >kdenetwork/files/md5 << 'END-of-kdenetwork/files/md5' XMD5 (kdenetwork-beta4-1.src.tar.bz2) = c44e534e75e4a95f7964e85ec60b6a4e END-of-kdenetwork/files/md5 echo c - kdenetwork/patches mkdir -p kdenetwork/patches > /dev/null 2>&1 echo x - kdenetwork/patches/patch-ae sed 's/^X//' >kdenetwork/patches/patch-ae << 'END-of-kdenetwork/patches/patch-ae' X--- kppp/main.cpp.orig Tue May 19 15:39:31 1998 X+++ kppp/main.cpp Tue May 19 15:40:12 1998 X@@ -31,6 +31,7 @@ X #include X #include X #include X+#include X X #ifdef BSD X #include X--- kppp/Makefile.in.orig Sun Apr 19 01:53:40 1998 X+++ kppp/Makefile.in Tue May 19 16:54:46 1998 X@@ -150,7 +150,7 @@ X SUBDIRS = docs pixmaps icons X X # kppp wants to be installed suid root X-INSTALL_PROGRAM=$(INSTALL) -m 4755 X+INSTALL_PROGRAM=$(INSTALL) -o root -m 4755 X X # This one gets installed X bin_PROGRAMS = kppp X--- kppp/general.cpp.orig Tue May 19 16:56:49 1998 X+++ kppp/general.cpp Tue May 19 16:57:37 1998 X@@ -240,15 +240,10 @@ X tl->addWidget(label1, 1, 1); X X modemdevice = new QComboBox(false,this, "modemdevice"); X- modemdevice->insertItem("/dev/modem"); X- modemdevice->insertItem("/dev/cua0"); X- modemdevice->insertItem("/dev/cua1"); X- modemdevice->insertItem("/dev/cua2"); X- modemdevice->insertItem("/dev/cua3"); X- modemdevice->insertItem("/dev/ttyS0"); X- modemdevice->insertItem("/dev/ttyS1"); X- modemdevice->insertItem("/dev/ttyS2"); X- modemdevice->insertItem("/dev/ttyS3"); X+ modemdevice->insertItem("/dev/cuaa0"); X+ modemdevice->insertItem("/dev/cuaa1"); X+ modemdevice->insertItem("/dev/cuaa2"); X+ modemdevice->insertItem("/dev/cuaa3"); X modemdevice->setMinimumWidth(modemdevice->sizeHint().width()); X modemdevice->setFixedHeight(modemdevice->sizeHint().height()); X tl->addWidget(modemdevice, 1, 2); X--- kppp/kpppconfig.h.orig Wed Feb 25 01:47:10 1998 X+++ kppp/kpppconfig.h Tue May 19 17:00:14 1998 X@@ -79,7 +79,7 @@ X #define MAX_RESOLVCONF_LINES 30 X X // Lock File for the modem device (Needed by mgetty users) X-#define MODEM_LOCK_FILE "/var/lock/LCK..modem" X+#define MODEM_LOCK_FILE "/var/spool/lock/LCK..modem" X X // /proc dir ( only used on linux in connect.cpp ) X #define PROC_DIR "/proc" END-of-kdenetwork/patches/patch-ae echo x - kdenetwork/patches/patch-aa sed 's/^X//' >kdenetwork/patches/patch-aa << 'END-of-kdenetwork/patches/patch-aa' X*** configure~ Sun Oct 26 01:04:56 1997 X--- configure Sat Nov 1 23:03:17 1997 X*************** X*** 1665,1669 **** X X # Always use our own libtool. X! LIBTOOL='$(SHELL) $(top_builddir)/libtool' X X X--- 1665,1669 ---- X X # Always use our own libtool. X! LIBTOOL='$(top_builddir)/libtool' X X X*************** X*** 2039,2043 **** X do X for ac_extension in a so sl; do X! if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then X ac_x_libraries=$ac_dir X break 2 X--- 2039,2043 ---- X do X for ac_extension in a so sl; do X! if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension*; then X ac_x_libraries=$ac_dir X break 2 END-of-kdenetwork/patches/patch-aa echo x - kdenetwork/patches/patch-ab sed 's/^X//' >kdenetwork/patches/patch-ab << 'END-of-kdenetwork/patches/patch-ab' X*** kmail/kmacctlocal.cpp~ Fri Mar 6 19:51:06 1998 X--- kmail/kmacctlocal.cpp Fri Mar 6 19:50:43 1998 X*************** X*** 13,16 **** X--- 13,22 ---- X #include X #include X+ #ifdef __FreeBSD__ X+ #include /* defines _PATH_MAILDIR */ X+ #endif X+ #ifndef _PATH_MAILDIR X+ #define _PATH_MAILDIR "/var/spool/mail" X+ #endif X X X*************** X*** 42,47 **** X void KMAcctLocal::init(void) X { X! mLocation = "/var/spool/mail/"; X mLocation.detach(); X mLocation += getenv("USER"); X } X--- 48,54 ---- X void KMAcctLocal::init(void) X { X! mLocation = _PATH_MAILDIR; X mLocation.detach(); X+ mLocation += "/"; X mLocation += getenv("USER"); X } X*************** X*** 99,103 **** X void KMAcctLocal::readConfig(KConfig& config) X { X! QString defaultPath("/var/spool/mail/"); X defaultPath += getenv("USER"); X X--- 106,111 ---- X void KMAcctLocal::readConfig(KConfig& config) X { X! QString defaultPath(_PATH_MAILDIR); X! defaultPath += "/"; X defaultPath += getenv("USER"); X END-of-kdenetwork/patches/patch-ab echo x - kdenetwork/patches/patch-ad sed 's/^X//' >kdenetwork/patches/patch-ad << 'END-of-kdenetwork/patches/patch-ad' X--- kppp/connect.cpp.orig Fri Apr 17 02:02:06 1998 X+++ kppp/connect.cpp Tue May 19 15:14:07 1998 X@@ -36,6 +36,7 @@ X #include X #include X #include X+#include X X #include X END-of-kdenetwork/patches/patch-ad echo x - kdenetwork/patches/patch-ac sed 's/^X//' >kdenetwork/patches/patch-ac << 'END-of-kdenetwork/patches/patch-ac' X--- krn/Makefile.in.orig Tue May 19 15:56:31 1998 X+++ krn/Makefile.in Tue May 19 15:57:02 1998 X@@ -128,7 +128,7 @@ X X INCLUDES = $(all_includes) X X-LDADD = $(LIBCOMPAT) $(LIBSOCKET) $(all_libraries) -lkfm -lkhtmlw -ljscript -lkdeui -lkdecore -lkfile $(LIBJPEG) -lqt -lXext -lX11 -lmimelib -luulib -lgdbm $(KDE_RPATH) X+LDADD = $(LIBCOMPAT) $(LIBSOCKET) $(all_libraries) -lkfm -lkhtmlw -ljscript -lkdeui -lkdecore -lkfile $(LIBJPEG) -lqt -lXext -lX11 -lmimelib -luu -lgdbm $(KDE_RPATH) X X ICONDIR = $(kde_icondir) X MINIDIR = $(kde_minidir) END-of-kdenetwork/patches/patch-ac echo c - kdenetwork/pkg mkdir -p kdenetwork/pkg > /dev/null 2>&1 echo x - kdenetwork/pkg/COMMENT sed 's/^X//' >kdenetwork/pkg/COMMENT << 'END-of-kdenetwork/pkg/COMMENT' XNetwork modules for the KDE integrated X11 desktop END-of-kdenetwork/pkg/COMMENT echo x - kdenetwork/pkg/DESCR sed 's/^X//' >kdenetwork/pkg/DESCR << 'END-of-kdenetwork/pkg/DESCR' XKDE provides an integrated X11 based environment, much like CDE. END-of-kdenetwork/pkg/DESCR echo x - kdenetwork/pkg/PLIST sed 's/^X//' >kdenetwork/pkg/PLIST << 'END-of-kdenetwork/pkg/PLIST' Xbin/kmail Xbin/knu Xbin/korn Xbin/kppp Xbin/krn Xshare/applnk/Internet/KMail.kdelnk Xshare/applnk/Internet/KOrn.kdelnk Xshare/applnk/Internet/Kppp.kdelnk Xshare/applnk/Internet/Krn.kdelnk Xshare/applnk/Internet/knu.kdelnk Xshare/apps/kmail/pics/attach.xpm Xshare/apps/kmail/pics/checkmail.xpm Xshare/apps/kmail/pics/closed.xpm Xshare/apps/kmail/pics/feather_white.xpm Xshare/apps/kmail/pics/filedel2.xpm Xshare/apps/kmail/pics/fileforward.xpm Xshare/apps/kmail/pics/filereply.xpm Xshare/apps/kmail/pics/filereplyall.xpm Xshare/apps/kmail/pics/green-bullet.xpm Xshare/apps/kmail/pics/kdelogo.xpm Xshare/apps/kmail/pics/kmfldin.xpm Xshare/apps/kmail/pics/kmfldout.xpm Xshare/apps/kmail/pics/kmfldsent.xpm Xshare/apps/kmail/pics/kmfolder.xpm Xshare/apps/kmail/pics/kminsorgmsg.xpm Xshare/apps/kmail/pics/kmmsgdel.xpm Xshare/apps/kmail/pics/kmmsgnew.xpm Xshare/apps/kmail/pics/kmmsgold.xpm Xshare/apps/kmail/pics/kmmsgreplied.xpm Xshare/apps/kmail/pics/kmmsgunseen.xpm Xshare/apps/kmail/pics/kmtrash.xpm Xshare/apps/kmail/pics/pub_key_red.xpm Xshare/apps/kmail/pics/red-bullet.xpm Xshare/apps/kmail/pics/send.xpm Xshare/apps/kmail/pics/stopwatch.xbm Xshare/apps/kmail/pics/stopwatchMask.xbm Xshare/apps/kmail/pics/thumb_up.xpm Xshare/apps/kppp/Rules/Argentina/Argentina_Local.rst Xshare/apps/kppp/Rules/Austria/Business_1/GSM.rst Xshare/apps/kppp/Rules/Austria/Business_1/Local.rst Xshare/apps/kppp/Rules/Austria/Business_1/Long_Distance_1.rst Xshare/apps/kppp/Rules/Austria/Business_1/Long_Distance_2.rst Xshare/apps/kppp/Rules/Austria/Business_1/Online.rst Xshare/apps/kppp/Rules/Austria/Business_2/GSM.rst Xshare/apps/kppp/Rules/Austria/Business_2/Local.rst Xshare/apps/kppp/Rules/Austria/Business_2/Long_Distance_1.rst Xshare/apps/kppp/Rules/Austria/Business_2/Long_Distance_2.rst Xshare/apps/kppp/Rules/Austria/Business_2/Online.rst Xshare/apps/kppp/Rules/Austria/Minimum/GSM.rst Xshare/apps/kppp/Rules/Austria/Minimum/Local.rst Xshare/apps/kppp/Rules/Austria/Minimum/Long_Distance_1.rst Xshare/apps/kppp/Rules/Austria/Minimum/Long_Distance_2.rst Xshare/apps/kppp/Rules/Austria/Minimum/Online.rst Xshare/apps/kppp/Rules/Austria/Standard/GSM.rst Xshare/apps/kppp/Rules/Austria/Standard/Local.rst Xshare/apps/kppp/Rules/Austria/Standard/Long_Distance_1.rst Xshare/apps/kppp/Rules/Austria/Standard/Long_Distance_2.rst Xshare/apps/kppp/Rules/Austria/Standard/Online.rst Xshare/apps/kppp/Rules/Brasil/Brasil.rst Xshare/apps/kppp/Rules/Czechia/Czech_Telecom_City.rst Xshare/apps/kppp/Rules/Czechia/Czech_Telecom_Tarifni_pasmo1.rst Xshare/apps/kppp/Rules/Czechia/Czech_Telecom_Tarifni_pasmo2.rst Xshare/apps/kppp/Rules/Czechia/Czech_Telecom_Tarifni_pasmo3.rst Xshare/apps/kppp/Rules/England/BirminghamCable_Local.rst Xshare/apps/kppp/Rules/England/BirminghamCable_National.rst Xshare/apps/kppp/Rules/England/BirminghamCable_SameTelco.rst Xshare/apps/kppp/Rules/England/BritishTelecom_Local.rst Xshare/apps/kppp/Rules/England/BritishTelecom_National.rst Xshare/apps/kppp/Rules/England/BritishTelecom_Regional.rst Xshare/apps/kppp/Rules/France/Local.rst Xshare/apps/kppp/Rules/Germany/Telekom_200km.rst Xshare/apps/kppp/Rules/Germany/Telekom_50km.rst Xshare/apps/kppp/Rules/Germany/Telekom_City.rst Xshare/apps/kppp/Rules/Germany/Telekom_Ferntarif.rst Xshare/apps/kppp/Rules/Greece/Hellas_local.rst Xshare/apps/kppp/Rules/Hong_Kong/Hong_Kong_Telecom.rst Xshare/apps/kppp/Rules/Hungary/Local.rst Xshare/apps/kppp/Rules/Italy/0-15_Km.rst Xshare/apps/kppp/Rules/Italy/15-30_Km.rst Xshare/apps/kppp/Rules/Italy/30-60_Km.rst Xshare/apps/kppp/Rules/Italy/Above_60Km.rst Xshare/apps/kppp/Rules/Italy/Local.rst Xshare/apps/kppp/Rules/Italy/Local_with_Formula_Urbana.rst Xshare/apps/kppp/Rules/Jamaica/CWJ_InterParish.rst Xshare/apps/kppp/Rules/Jamaica/CWJ_Local.rst Xshare/apps/kppp/Rules/Japan/NTT_Local.rst Xshare/apps/kppp/Rules/Netherlands/BelBasis_Lokaal.rst Xshare/apps/kppp/Rules/Netherlands/BelBudget_Lokaal.rst Xshare/apps/kppp/Rules/Netherlands/BelPlus_Lokaal.rst Xshare/apps/kppp/Rules/Norway/Local_Area.rst Xshare/apps/kppp/Rules/Norway/Long_Distance.rst Xshare/apps/kppp/Rules/Poland/Poland.rst Xshare/apps/kppp/Rules/Poland/Poland_Local.rst Xshare/apps/kppp/Rules/Portugal/Local+Activation_rate.rst Xshare/apps/kppp/Rules/Portugal/Local.rst Xshare/apps/kppp/Rules/Romania/Telecom_Interurban.rst Xshare/apps/kppp/Rules/Romania/Telecom_Local.rst Xshare/apps/kppp/Rules/Slovakia/Slovenske_Telekomunikacie_Mesto.rst Xshare/apps/kppp/Rules/South_Afrika/South_Afrika.rst Xshare/apps/kppp/Rules/Spain/Infovia.rst Xshare/apps/kppp/Rules/Spain/Telefonica_Local.rst Xshare/apps/kppp/Rules/Spain/Telefonica_Nacional.rst Xshare/apps/kppp/Rules/Spain/Telefonica_Provincial.rst Xshare/apps/kppp/Rules/Sweden/Local.rst Xshare/apps/kppp/Rules/Sweden/Long_Distance.rst Xshare/apps/kppp/Rules/Switzerland/Swisscom_Local.rst Xshare/apps/kppp/Rules/Switzerland/Swisscom_Remote.rst Xshare/apps/kppp/Rules/TEMPLATE Xshare/apps/kppp/pics/Terminal.xpm Xshare/apps/kppp/pics/back.xpm Xshare/apps/kppp/pics/dock_both.xpm Xshare/apps/kppp/pics/dock_left.xpm Xshare/apps/kppp/pics/dock_none.xpm Xshare/apps/kppp/pics/dock_right.xpm Xshare/apps/kppp/pics/exit.xpm Xshare/apps/kppp/pics/fileopen.xpm Xshare/apps/kppp/pics/finish.xpm Xshare/apps/kppp/pics/help.xpm Xshare/apps/kppp/pics/kppplogo.xpm Xshare/apps/kppp/pics/modemboth.xpm Xshare/apps/kppp/pics/modemleft.xpm Xshare/apps/kppp/pics/modemnone.xpm Xshare/apps/kppp/pics/modemright.xpm Xshare/apps/kppp/pics/phone.xpm Xshare/apps/kppp/pics/start.xpm Xshare/apps/kppp/pics/terminal_both.xpm Xshare/apps/kppp/pics/terminal_left.xpm Xshare/apps/kppp/pics/terminal_right.xpm Xshare/apps/krn/toolbar/attach.xpm Xshare/apps/krn/toolbar/black-bullet.xpm Xshare/apps/krn/toolbar/catch.xpm Xshare/apps/krn/toolbar/closed.xpm Xshare/apps/krn/toolbar/connected.xpm Xshare/apps/krn/toolbar/deco.xpm Xshare/apps/krn/toolbar/disconnected.xpm Xshare/apps/krn/toolbar/feather_white.xpm Xshare/apps/krn/toolbar/fileforward.xpm Xshare/apps/krn/toolbar/filemail.xpm Xshare/apps/krn/toolbar/fileprint.xpm Xshare/apps/krn/toolbar/find.xpm Xshare/apps/krn/toolbar/followup.xpm Xshare/apps/krn/toolbar/green-bullet.xpm Xshare/apps/krn/toolbar/krnfolder.xpm Xshare/apps/krn/toolbar/left.xpm Xshare/apps/krn/toolbar/locked.xpm Xshare/apps/krn/toolbar/logo.xpm Xshare/apps/krn/toolbar/mailpost.xpm Xshare/apps/krn/toolbar/previous.xpm Xshare/apps/krn/toolbar/pub_key_red.xpm Xshare/apps/krn/toolbar/read.xpm Xshare/apps/krn/toolbar/red-bullet.xpm Xshare/apps/krn/toolbar/reload.xpm Xshare/apps/krn/toolbar/right.xpm Xshare/apps/krn/toolbar/save.xpm Xshare/apps/krn/toolbar/send.xpm Xshare/apps/krn/toolbar/subscr.xpm Xshare/apps/krn/toolbar/tagged.xpm Xshare/apps/krn/toolbar/thumb_up.xpm Xshare/doc/HTML/en/kmail/index-1.html Xshare/doc/HTML/en/kmail/index-2.html Xshare/doc/HTML/en/kmail/index-3.html Xshare/doc/HTML/en/kmail/index-4.html Xshare/doc/HTML/en/kmail/index-5.html Xshare/doc/HTML/en/kmail/index-6.html Xshare/doc/HTML/en/kmail/index-7.html Xshare/doc/HTML/en/kmail/index.html Xshare/doc/HTML/en/kmail/logotp3.gif Xshare/doc/HTML/en/knu/index-1.html Xshare/doc/HTML/en/knu/index-2.html Xshare/doc/HTML/en/knu/index-3.html Xshare/doc/HTML/en/knu/index-4.html Xshare/doc/HTML/en/knu/index-5.html Xshare/doc/HTML/en/knu/index-6.html Xshare/doc/HTML/en/knu/index.html Xshare/doc/HTML/en/knu/knu-config.gif Xshare/doc/HTML/en/knu/knu-host.gif Xshare/doc/HTML/en/knu/knu-ping.gif Xshare/doc/HTML/en/knu/knu-traceroute.gif Xshare/doc/HTML/en/knu/logotp3.gif Xshare/doc/HTML/en/korn/index.html Xshare/doc/HTML/en/kppp/hayes.html Xshare/doc/HTML/en/kppp/kppp-1.html Xshare/doc/HTML/en/kppp/kppp-10.html Xshare/doc/HTML/en/kppp/kppp-2.html Xshare/doc/HTML/en/kppp/kppp-3.html Xshare/doc/HTML/en/kppp/kppp-4.html Xshare/doc/HTML/en/kppp/kppp-5.html Xshare/doc/HTML/en/kppp/kppp-6.html Xshare/doc/HTML/en/kppp/kppp-7.html Xshare/doc/HTML/en/kppp/kppp-8.html Xshare/doc/HTML/en/kppp/kppp-9.html Xshare/doc/HTML/en/kppp/kppp.html Xshare/doc/HTML/en/kppp/logotp3.gif Xshare/doc/HTML/en/krn/articles.html Xshare/doc/HTML/en/krn/groups.html Xshare/doc/HTML/en/krn/index.html Xshare/doc/HTML/en/krn/offline.html Xshare/doc/HTML/en/krn/overview.html Xshare/icons/kmail.xpm Xshare/icons/knu.xpm Xshare/icons/korn.xpm Xshare/icons/kppp.xpm Xshare/icons/krn.xpm Xshare/icons/mini/kmail.xpm Xshare/icons/mini/knu.xpm Xshare/icons/mini/korn.xpm Xshare/icons/mini/kppp.xpm Xshare/icons/mini/krn.xpm Xshare/locale/cr/LC_MESSAGES/kmail.mo Xshare/locale/cr/LC_MESSAGES/knu.mo Xshare/locale/cr/LC_MESSAGES/kppp.mo Xshare/locale/cr/LC_MESSAGES/krn.mo Xshare/locale/cs/LC_MESSAGES/kmail.mo Xshare/locale/cs/LC_MESSAGES/knu.mo Xshare/locale/cs/LC_MESSAGES/kppp.mo Xshare/locale/cs/LC_MESSAGES/krn.mo Xshare/locale/da/LC_MESSAGES/kppp.mo Xshare/locale/de/LC_MESSAGES/kmail.mo Xshare/locale/de/LC_MESSAGES/knu.mo Xshare/locale/de/LC_MESSAGES/kppp.mo Xshare/locale/de/LC_MESSAGES/krn.mo Xshare/locale/el/LC_MESSAGES/kmail.mo Xshare/locale/el/LC_MESSAGES/knu.mo Xshare/locale/el/LC_MESSAGES/kppp.mo Xshare/locale/el/LC_MESSAGES/krn.mo Xshare/locale/es/LC_MESSAGES/kmail.mo Xshare/locale/es/LC_MESSAGES/knu.mo Xshare/locale/es/LC_MESSAGES/kppp.mo Xshare/locale/es/LC_MESSAGES/krn.mo Xshare/locale/fi/LC_MESSAGES/kmail.mo Xshare/locale/fi/LC_MESSAGES/knu.mo Xshare/locale/fi/LC_MESSAGES/kppp.mo Xshare/locale/fi/LC_MESSAGES/krn.mo Xshare/locale/fr/LC_MESSAGES/kmail.mo Xshare/locale/fr/LC_MESSAGES/knu.mo Xshare/locale/fr/LC_MESSAGES/kppp.mo Xshare/locale/fr/LC_MESSAGES/krn.mo Xshare/locale/hu/LC_MESSAGES/kmail.mo Xshare/locale/hu/LC_MESSAGES/knu.mo Xshare/locale/it/LC_MESSAGES/kmail.mo Xshare/locale/it/LC_MESSAGES/knu.mo Xshare/locale/it/LC_MESSAGES/kppp.mo Xshare/locale/it/LC_MESSAGES/krn.mo Xshare/locale/nl/LC_MESSAGES/kmail.mo Xshare/locale/nl/LC_MESSAGES/knu.mo Xshare/locale/nl/LC_MESSAGES/kppp.mo Xshare/locale/nl/LC_MESSAGES/krn.mo Xshare/locale/no/LC_MESSAGES/kmail.mo Xshare/locale/no/LC_MESSAGES/knu.mo Xshare/locale/no/LC_MESSAGES/kppp.mo Xshare/locale/no/LC_MESSAGES/krn.mo Xshare/locale/pl/LC_MESSAGES/kmail.mo Xshare/locale/pl/LC_MESSAGES/knu.mo Xshare/locale/pl/LC_MESSAGES/kppp.mo Xshare/locale/pl/LC_MESSAGES/krn.mo Xshare/locale/pt/LC_MESSAGES/kmail.mo Xshare/locale/pt/LC_MESSAGES/knu.mo Xshare/locale/pt/LC_MESSAGES/kppp.mo Xshare/locale/pt/LC_MESSAGES/krn.mo Xshare/locale/ro/LC_MESSAGES/kmail.mo Xshare/locale/ro/LC_MESSAGES/kppp.mo Xshare/locale/sk/LC_MESSAGES/kmail.mo Xshare/locale/sk/LC_MESSAGES/knu.mo Xshare/locale/sk/LC_MESSAGES/kppp.mo Xshare/locale/sk/LC_MESSAGES/krn.mo X@dirrm share/apps/kmail/pics X@dirrm share/apps/kmail X@dirrm share/apps/kppp/Rules/Argentina X@dirrm share/apps/kppp/Rules/Austria/Business_1 X@dirrm share/apps/kppp/Rules/Austria/Business_2 X@dirrm share/apps/kppp/Rules/Austria/Minimum X@dirrm share/apps/kppp/Rules/Austria/Standard X@dirrm share/apps/kppp/Rules/Austria X@dirrm share/apps/kppp/Rules/Brasil X@dirrm share/apps/kppp/Rules/Czechia X@dirrm share/apps/kppp/Rules/England X@dirrm share/apps/kppp/Rules/France X@dirrm share/apps/kppp/Rules/Germany X@dirrm share/apps/kppp/Rules/Greece X@dirrm share/apps/kppp/Rules/Hong_Kong X@dirrm share/apps/kppp/Rules/Hungary X@dirrm share/apps/kppp/Rules/Italy X@dirrm share/apps/kppp/Rules/Jamaica X@dirrm share/apps/kppp/Rules/Japan X@dirrm share/apps/kppp/Rules/Netherlands X@dirrm share/apps/kppp/Rules/Norway X@dirrm share/apps/kppp/Rules/Poland X@dirrm share/apps/kppp/Rules/Portugal X@dirrm share/apps/kppp/Rules/Romania X@dirrm share/apps/kppp/Rules/Slovakia X@dirrm share/apps/kppp/Rules/South_Afrika X@dirrm share/apps/kppp/Rules/Spain X@dirrm share/apps/kppp/Rules/Sweden X@dirrm share/apps/kppp/Rules/Switzerland X@dirrm share/apps/kppp/Rules X@dirrm share/apps/kppp/pics X@dirrm share/apps/kppp X@dirrm share/apps/krn/toolbar X@dirrm share/apps/krn X@dirrm share/doc/HTML/en/kmail X@dirrm share/doc/HTML/en/knu X@dirrm share/doc/HTML/en/korn X@dirrm share/doc/HTML/en/kppp X@dirrm share/doc/HTML/en/krn END-of-kdenetwork/pkg/PLIST echo x - kdenetwork/Makefile sed 's/^X//' >kdenetwork/Makefile << 'END-of-kdenetwork/Makefile' X# New ports collection makefile for: kdenetwork X# Version required: Beta4 X# Date created: 28 October 1997 X# Whom: Stefan Eßer X# X# $Id: Makefile,v 1.12 1998/05/04 20:23:01 jseger Exp $ X# X XDISTNAME= kdenetwork-beta4-1 XPKGNAME= kdenetwork-4.1b XCATEGORIES= net news kde XMASTER_SITES= $(MASTER_SITE_KDE) XMASTER_SITE_SUBDIR= stable/Beta4/distribution/tgz/source XEXTRACT_SUFX= .src.tar.bz2 X XMAINTAINER= se@freebsd.org X XBUILD_DEPENDS= moc:${PORTSDIR}/x11/qt \ X ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm XLIB_DEPENDS= qt\\.1\\.3[1-9]:${PORTSDIR}/x11/qt \ X gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \ X jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg \ X uu\\.1\\.:${PORTSDIR}/converters/uulib \ X kdecore\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs \ X kdeui\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs \ X jscript\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs \ X khtmlw\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs \ X kfm\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs \ X mediatool\\.0\\.[6-9]:${PORTSDIR}/x11/kdelibs \ X mimelib\\.1\\.[0-9]:${PORTSDIR}/converters/kdesupport X XEXTRACT_CMD= bzip2 XEXTRACT_BEFORE_ARGS= -cd XEXTRACT_AFTER_ARGS= | tar -xf - X XHAS_CONFIGURE= yes XCONFIGURE_ARGS= "--prefix=$(PREFIX)" \ X "--with-extra-includes=$(PREFIX)/include/giflib" X XCONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \ X INSTALL_SCRIPT="install -c -m 555" X XWRKSRC= ${WRKDIR}/kdenetwork X Xpre-configure: X ${LN} -sf $(PREFIX)/include/uu.h $(WRKSRC)/krn/uudeview.h X X.include END-of-kdenetwork/Makefile echo x - kdenetwork/Makefile~ sed 's/^X//' >kdenetwork/Makefile~ << 'END-of-kdenetwork/Makefile~' X# New ports collection makefile for: kdenetwork X# Version required: Beta4 X# Date created: 28 October 1997 X# Whom: Stefan Eßer X# X# $Id: Makefile,v 1.12 1998/05/04 20:23:01 jseger Exp $ X# X XDISTNAME= kdenetwork-beta4-1 XPKGNAME= kdenetwork-4.1b XCATEGORIES= net news kde XMASTER_SITES= $(MASTER_SITE_KDE) XMASTER_SITE_SUBDIR= stable/Beta4/distribution/tgz/source XEXTRACT_SUFX= .src.tar.bz2 X XMAINTAINER= se@freebsd.org X XBUILD_DEPENDS= moc:${PORTSDIR}/x11/qt \ X ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm XLIB_DEPENDS= qt\\.1\\.3[1-9]:${PORTSDIR}/x11/qt \ X gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \ X jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg \ X uu\\.1\\.:${PORTSDIR}/converters/uulib \ X kdecore\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs \ X kdeui\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs \ X jscript\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs \ X khtmlw\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs \ X kfm\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs \ X mediatool\\.0\\.[6-9]:${PORTSDIR}/x11/kdelibs \ X mimelib\\.1\\.[0-9]:${PORTSDIR}/converters/kdesupport X X#BROKEN= upgrade X XEXTRACT_CMD= bzip2 XEXTRACT_BEFORE_ARGS= -cd XEXTRACT_AFTER_ARGS= | tar -xf - X XHAS_CONFIGURE= yes XCONFIGURE_ARGS= "--prefix=$(PREFIX)" \ X "--with-extra-includes=$(PREFIX)/include/giflib" X XCONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \ X INSTALL_SCRIPT="install -c -m 555" X XWRKSRC= ${WRKDIR}/kdenetwork X Xpre-configure: X ${LN} -sf $(PREFIX)/include/uu.h $(WRKSRC)/krn/uudeview.h X X.include END-of-kdenetwork/Makefile~ 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 Tue May 19 09:04:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA14800 for freebsd-ports-outgoing; Tue, 19 May 1998 09:04:34 -0700 (PDT) (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 JAA14784 for ; Tue, 19 May 1998 09:04:30 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA00710; Tue, 19 May 1998 09:00:01 -0700 (PDT) Received: from lambic.lmsal.com (lambic.space.lockheed.com [192.68.162.69]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA12555 for ; Tue, 19 May 1998 08:55:09 -0700 (PDT) (envelope-from handy@lambic.lmsal.com) Received: (from handy@localhost) by lambic.lmsal.com (8.8.8/8.8.7) id IAA26395; Tue, 19 May 1998 08:54:51 -0700 (PDT) (envelope-from handy) Message-Id: <199805191554.IAA26395@lambic.lmsal.com> Date: Tue, 19 May 1998 08:54:51 -0700 (PDT) From: handy@lmsal.com Reply-To: handy@physics.montana.edu To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6692: Upgrade: xosview 1.5.1 --> 1.6.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6692 >Category: ports >Synopsis: Upgrade: xosview 1.5.1 --> 1.6.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: Tue May 19 09:00:01 PDT 1998 >Last-Modified: >Originator: Brian Handy >Organization: MSU - Bozeman >Release: FreeBSD 2.2.6-STABLE i386 >Environment: Harried. >Description: XOSview has been upgraded. More bells and whistles to look at. Change a MASTER_SITE. >How-To-Repeat: >Fix: diff -ur xosview.orig/Makefile xosview/Makefile --- xosview.orig/Makefile Tue May 19 08:48:26 1998 +++ xosview/Makefile Tue May 19 08:52:12 1998 @@ -1,15 +1,15 @@ # New ports collection makefile for: dclock -# Version required: 1.5.1 +# Version required: 1.6.0 # Date created: 19 Nov 1997 # Whom: Brian Handy # # $Id: Makefile,v 1.3 1998/01/26 09:58:35 vanilla Exp $ # -DISTNAME= xosview-1.5.1 +DISTNAME= xosview-1.6.0 CATEGORIES= sysutils x11 MASTER_SITES= http://lore.ece.utexas.edu/~bgrayson/xosview/ \ - http://lambic.space.lockheed.com/xosview/ + http://lambic.lmsal.com/xosview/ MAINTAINER= handy@physics.montana.edu diff -ur xosview.orig/files/md5 xosview/files/md5 --- xosview.orig/files/md5 Tue May 19 08:48:26 1998 +++ xosview/files/md5 Tue May 19 08:49:03 1998 @@ -1 +1 @@ -MD5 (xosview-1.5.1.tar.gz) = 7d5ddc680660cca3e01604b8730b038f +MD5 (xosview-1.6.0.tar.gz) = 08e1380466ecb1ef336f13aedbc4cb3e >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 May 19 12:01:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA19910 for freebsd-ports-outgoing; Tue, 19 May 1998 12:01:47 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from dt050n33.san.rr.com (@dt053nd2.san.rr.com [204.210.34.210]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA19690; Tue, 19 May 1998 12:00:51 -0700 (PDT) (envelope-from Studded@dal.net) Received: from dal.net (Studded@localhost [127.0.0.1]) by dt050n33.san.rr.com (8.8.8/8.8.8) with ESMTP id MAA04354; Tue, 19 May 1998 12:00:31 -0700 (PDT) (envelope-from Studded@dal.net) Message-ID: <3561D6CF.F66BEFB7@dal.net> Date: Tue, 19 May 1998 12:00:31 -0700 From: Studded Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 2.2.6-STABLE-0507 i386) MIME-Version: 1.0 To: FreeBSD-ports@FreeBSD.ORG, matusita@matatabi.or.jp, jseger@FreeBSD.ORG Subject: Re: New port for BIND 8 References: <3560BD20.1E107505@dal.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Studded wrote: Just realized that the patch needs the full relative path like the old one had. If you use this patch to update the port you can just edit the patch before you apply it. :) Or I could shar this and submit a PR. Doug > @@ -1,13 +1,15 @@ > ---- src/port/freebsd/Makefile.set.orig Mon Jun 16 23:30:35 1997 > -+++ src/port/freebsd/Makefile.set Tue Nov 25 18:51:41 1997 > -@@ -1,10 +1,12 @@ Needs changing> +--- src/port/freebsd/Makefile.set.orig Thu Mar 19 11:50:30 1998 Needs changing> ++++ src/port/freebsd/Makefile.set Mon May 18 15:42:02 1998 -- *** Chief Operations Officer, DALnet IRC network *** *** Proud designer and maintainer of the world's largest Internet *** Relay Chat server with 5,328 simultaneous connections. *** Try spider.dal.net on ports 6662-4 (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 Tue May 19 13:34:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA07776 for freebsd-ports-outgoing; Tue, 19 May 1998 13:34:44 -0700 (PDT) (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 NAA07748 for ; Tue, 19 May 1998 13:34:34 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA05837; Tue, 19 May 1998 13:30:03 -0700 (PDT) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA06234; Tue, 19 May 1998 13:24:30 -0700 (PDT) (envelope-from nobody) Message-Id: <199805192024.NAA06234@hub.freebsd.org> Date: Tue, 19 May 1998 13:24:30 -0700 (PDT) From: rpotts@med.osd.mil To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/6697: Some packages not found during CD-ROM Installation Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6697 >Category: ports >Synopsis: Some packages not found during CD-ROM Installation >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue May 19 13:30:02 PDT 1998 >Last-Modified: >Originator: Ross Potts >Organization: EDS - D/SIDDOMS >Release: 2.2.6 >Environment: FreeBSD ae1526.med.osd.mil 2.2.6-RELEASE FreeBSD 2.2.6-RELEASE #0: Wed Mar 25 02:28:49 GMT 1998 jkh@time.cdrom.com:/usr/src/sys/compile/GENERIC i386 >Description: Based on a random load of ports, the following "... is a required package but was not found" by the installation program: pgp-2.6.2,rsaref-2.0, ghostscript-4.03(also 5.10),transfig-3.2,freetype-1.0. Are some of the links broken? >How-To-Repeat: Mark a large amount of packages for installation after the initial setup. >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 Tue May 19 14:10:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA14816 for freebsd-ports-outgoing; Tue, 19 May 1998 14:10:25 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from hwcn.org (ac199@james.hwcn.org [199.212.94.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA14735; Tue, 19 May 1998 14:10:05 -0700 (PDT) (envelope-from hoek@hwcn.org) Received: from localhost (ac199@localhost) by hwcn.org (8.8.8/8.8.8) with SMTP id RAA15598; Tue, 19 May 1998 17:04:37 -0400 (EDT) Date: Tue, 19 May 1998 17:04:37 -0400 (EDT) From: Tim Vanderhoek Reply-To: Tim Vanderhoek To: Peter Hawkins cc: cvs-committers@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: cvs commit: src/share/mk bsd.locale.mk In-Reply-To: <199805191314.GAA28312@freefall.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 [Cc'd to -ports] On Tue, 19 May 1998, Peter Hawkins wrote: > Added files: > share/mk bsd.locale.mk > Log: > PR: misc/6031 > Patch applied as per PR - enables preferential fetch from local mirrors Whoa... :-) I seem to recall from when misc/6031 was submitted that a lot of the sites listed in that file did not contain mirrors of the distfile directory... Also, do we want to set the precedent of simply repeating USA_RESIDENT from /etc/make.conf? I'm also a little uneasy about the name for bsd.locale.mk. If it has any future, it will be used for more than just locale-specific information, eventually... Also, so long as it is specific to ports, perhaps the name should reflect that... -- Outnumbered? Maybe. Outspoken? Never! tIM...HOEk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 19 14:53:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA24774 for freebsd-ports-outgoing; Tue, 19 May 1998 14:53:04 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from mail.scsn.net (scsn.net [206.25.246.12]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA24308; Tue, 19 May 1998 14:51:01 -0700 (PDT) (envelope-from dmaddox@scsn.net) Received: from rhiannon.scsn.net ([208.133.153.129]) by mail.scsn.net (Post.Office MTA v3.1.2 release (PO205-101c) ID# 0-41950U6000L1100S0) with ESMTP id AAA218; Tue, 19 May 1998 17:46:17 -0400 Received: (from root@localhost) by rhiannon.scsn.net (8.8.8/8.8.8) id RAA01837; Tue, 19 May 1998 17:51:23 GMT (envelope-from root) Message-ID: <19980519175123.A1765@scsn.net> Date: Tue, 19 May 1998 17:51:23 +0000 From: dmaddox@scsn.net (Donald J. Maddox) To: "Jordan K. Hubbard" , ports@FreeBSD.ORG Cc: www@FreeBSD.ORG Subject: Re: Say what you like about the java, the appearance is rather nice... Reply-To: dmaddox@scsn.net Mail-Followup-To: "Jordan K. Hubbard" , ports@freebsd.org, www@freebsd.org References: <28101.895512244@time.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <28101.895512244@time.cdrom.com>; from Jordan K. Hubbard on Mon, May 18, 1998 at 10:24:04AM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, May 18, 1998 at 10:24:04AM -0700, Jordan K. Hubbard wrote: > Maybe this is old news, but have folks checked out this Linux reference > site for "ported apps"? > > http://SAL.KachinaTech.COM/ > > Seems to have a pretty nice interface, at least from a usability point > of view. No, it won't do much for you under lynx (and that's what alt > pages are for), but it's nice for the graphical folks. People looking for new ports material should definitely be looking at: http://freshmeat.net/ each and every day :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 19 16:29:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA16050 for freebsd-ports-outgoing; Tue, 19 May 1998 16:29:38 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from iconmail.bellatlantic.net (iconmail.bellatlantic.net [199.173.162.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA16031 for ; Tue, 19 May 1998 16:29:25 -0700 (PDT) (envelope-from dmm125@bellatlantic.net) Received: from bellatlantic.net (client201-122-43.bellatlantic.net [151.201.122.43]) by iconmail.bellatlantic.net (IConNet Sendmail) with ESMTP id TAA12320 for ; Tue, 19 May 1998 19:25:58 -0400 (EDT) Message-ID: <3561DCD4.8A3425E3@bellatlantic.net> Date: Tue, 19 May 1998 19:26:12 +0000 From: Donn Miller X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 2.2.6-RELEASE i386) MIME-Version: 1.0 To: ports@FreeBSD.ORG Subject: [Fwd: patch for xv-3.10a] Content-Type: multipart/mixed; boundary="------------6A47054DCC2EE88DF2891BA1" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. --------------6A47054DCC2EE88DF2891BA1 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I recently sent in a patch for xv-3.10a so that it can handle progressive (new jpegs). If libjeg6b has already been incorporated into the xv port, then please ignore this. Otherwise, here is the patch for those interested. (note: you also have to download jpegsrc.v6b.tar.gz, on ftp.uu.net, and replace the entire jpeg subdir with this). Without this patch, errors to the effect of "unsupported jpeg process" may occur. > I'm enclosing a proposed patch for xv-3.10a so it can handle new > progressive type jpegs. > > Basically, the changes are as follows: > > 1.) Must replace jpeg/ subdir with latest version of jpeglib: > jpegsrc.v6b.tar.gz, on ftp.uu.net. > > 2.) In ./xv.h, I couldn't get it to work, but on line 119, both > NetBSD and FreeBSD are similar, and both need the declaration for > sys_errlist commented out. Something like: > > #if !defined(__NetBSD__) || !defined(__FreeBSD__) . I couldn't get this > to work, so I used > #ifndef __FreeBSD__ > > The problem is that FreeBSD declares sys_errlist as const char *const > sys_errlist[] causing an error. > > 3.) In xvjpeg.c, the METHODDEF's have to be changed to static, > since now METHODDEF (in the new jpeglib source code release) is defined > something like > > #define METHODDEF(type) static type > > which causes syntax errors in line 56 of xvjpeg.c if left unchanged. > > Thanks for your attention. > > Donn > > ------------------------------------------------------------------------ > diff --context xv-3.10a/xv.h xv-3.10a-new/xv.h > *** xv-3.10a/xv.h Mon Jan 23 20:22:23 1995 > --- xv-3.10a-new/xv.h Tue May 19 18:01:14 1998 > *************** > *** 115,121 **** > #ifndef VMS > # include > extern int errno; /* SHOULD be in errno.h, but often isn't */ > ! # ifndef __NetBSD__ > extern char *sys_errlist[]; /* this too... */ > # endif > #endif > --- 115,121 ---- > #ifndef VMS > # include > extern int errno; /* SHOULD be in errno.h, but often isn't */ > ! # ifndef __FreeBSD__ > extern char *sys_errlist[]; /* this too... */ > # endif > #endif > Only in xv-3.10a-new: xv.h.orig > diff --context xv-3.10a/xvjpeg.c xv-3.10a-new/xvjpeg.c > *** xv-3.10a/xvjpeg.c Thu Jan 5 08:17:13 1995 > --- xv-3.10a-new/xvjpeg.c Tue May 19 18:13:18 1998 > *************** > *** 51,61 **** > static void clickJD PARM((int, int)); > static void doCmd PARM((int)); > static void writeJPEG PARM((void)); > ! METHODDEF void xv_error_exit PARM((j_common_ptr)); > ! METHODDEF void xv_error_output PARM((j_common_ptr)); > ! METHODDEF void xv_prog_meter PARM((j_common_ptr)); > static unsigned int j_getc PARM((j_decompress_ptr)); > ! METHODDEF boolean xv_process_comment PARM((j_decompress_ptr)); > static int writeJFIF PARM((FILE *, byte *, int,int,int)); > > > --- 51,61 ---- > static void clickJD PARM((int, int)); > static void doCmd PARM((int)); > static void writeJPEG PARM((void)); > ! static void xv_error_exit PARM((j_common_ptr)); > ! static void xv_error_output PARM((j_common_ptr)); > ! static void xv_prog_meter PARM((j_common_ptr)); > static unsigned int j_getc PARM((j_decompress_ptr)); > ! static boolean xv_process_comment PARM((j_decompress_ptr)); > static int writeJFIF PARM((FILE *, byte *, int,int,int)); > > > *************** > *** 400,406 **** > > > /**************************************************/ > ! METHODDEF void xv_error_exit(cinfo) > j_common_ptr cinfo; > { > my_error_ptr myerr; > --- 400,406 ---- > > > /**************************************************/ > ! static void xv_error_exit(cinfo) > j_common_ptr cinfo; > { > my_error_ptr myerr; > *************** > *** 412,418 **** > > > /**************************************************/ > ! METHODDEF void xv_error_output(cinfo) > j_common_ptr cinfo; > { > my_error_ptr myerr; > --- 412,418 ---- > > > /**************************************************/ > ! static void xv_error_output(cinfo) > j_common_ptr cinfo; > { > my_error_ptr myerr; > *************** > *** 426,432 **** > > > /**************************************************/ > ! METHODDEF void xv_prog_meter(cinfo) > j_common_ptr cinfo; > { > struct jpeg_progress_mgr *prog; > --- 426,432 ---- > > > /**************************************************/ > ! static void xv_prog_meter(cinfo) > j_common_ptr cinfo; > { > struct jpeg_progress_mgr *prog; > *************** > *** 671,677 **** > > > /**************************************************/ > ! METHODDEF boolean xv_process_comment(cinfo) > j_decompress_ptr cinfo; > { > int length, hasnull; > --- 671,677 ---- > > > /**************************************************/ > ! static boolean xv_process_comment(cinfo) > j_decompress_ptr cinfo; > { > int length, hasnull; --------------6A47054DCC2EE88DF2891BA1 Content-Type: message/rfc822 Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-ID: <3561D7F3.E44CCA85@bellatlantic.net> Date: Tue, 19 May 1998 19:05:24 +0000 From: Donn Miller X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 2.2.6-RELEASE i386) MIME-Version: 1.0 To: xvtech@devo.dccs.upenn.edu Subject: patch for xv-3.10a Content-Type: multipart/mixed; boundary="------------3821BAE95CE10AC7D3F9E92E" This is a multi-part message in MIME format. --------------3821BAE95CE10AC7D3F9E92E Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, I'm enclosing a proposed patch for xv-3.10a so it can handle new progressive type jpegs. Basically, the changes are as follows: 1.) Must replace jpeg/ subdir with latest version of jpeglib: jpegsrc.v6b.tar.gz, on ftp.uu.net. 2.) In ./xv.h, I couldn't get it to work, but on line 119, both NetBSD and FreeBSD are similar, and both need the declaration for sys_errlist commented out. Something like: #if !defined(__NetBSD__) || !defined(__FreeBSD__) . I couldn't get this to work, so I used #ifndef __FreeBSD__ The problem is that FreeBSD declares sys_errlist as const char *const sys_errlist[] causing an error. 3.) In xvjpeg.c, the METHODDEF's have to be changed to static, since now METHODDEF (in the new jpeglib source code release) is defined something like #define METHODDEF(type) static type which causes syntax errors in line 56 of xvjpeg.c if left unchanged. Thanks for your attention. Donn --------------3821BAE95CE10AC7D3F9E92E Content-Type: text/plain; charset=us-ascii; name="xv.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="xv.diff" diff --context xv-3.10a/xv.h xv-3.10a-new/xv.h *** xv-3.10a/xv.h Mon Jan 23 20:22:23 1995 --- xv-3.10a-new/xv.h Tue May 19 18:01:14 1998 *************** *** 115,121 **** #ifndef VMS # include extern int errno; /* SHOULD be in errno.h, but often isn't */ ! # ifndef __NetBSD__ extern char *sys_errlist[]; /* this too... */ # endif #endif --- 115,121 ---- #ifndef VMS # include extern int errno; /* SHOULD be in errno.h, but often isn't */ ! # ifndef __FreeBSD__ extern char *sys_errlist[]; /* this too... */ # endif #endif Only in xv-3.10a-new: xv.h.orig diff --context xv-3.10a/xvjpeg.c xv-3.10a-new/xvjpeg.c *** xv-3.10a/xvjpeg.c Thu Jan 5 08:17:13 1995 --- xv-3.10a-new/xvjpeg.c Tue May 19 18:13:18 1998 *************** *** 51,61 **** static void clickJD PARM((int, int)); static void doCmd PARM((int)); static void writeJPEG PARM((void)); ! METHODDEF void xv_error_exit PARM((j_common_ptr)); ! METHODDEF void xv_error_output PARM((j_common_ptr)); ! METHODDEF void xv_prog_meter PARM((j_common_ptr)); static unsigned int j_getc PARM((j_decompress_ptr)); ! METHODDEF boolean xv_process_comment PARM((j_decompress_ptr)); static int writeJFIF PARM((FILE *, byte *, int,int,int)); --- 51,61 ---- static void clickJD PARM((int, int)); static void doCmd PARM((int)); static void writeJPEG PARM((void)); ! static void xv_error_exit PARM((j_common_ptr)); ! static void xv_error_output PARM((j_common_ptr)); ! static void xv_prog_meter PARM((j_common_ptr)); static unsigned int j_getc PARM((j_decompress_ptr)); ! static boolean xv_process_comment PARM((j_decompress_ptr)); static int writeJFIF PARM((FILE *, byte *, int,int,int)); *************** *** 400,406 **** /**************************************************/ ! METHODDEF void xv_error_exit(cinfo) j_common_ptr cinfo; { my_error_ptr myerr; --- 400,406 ---- /**************************************************/ ! static void xv_error_exit(cinfo) j_common_ptr cinfo; { my_error_ptr myerr; *************** *** 412,418 **** /**************************************************/ ! METHODDEF void xv_error_output(cinfo) j_common_ptr cinfo; { my_error_ptr myerr; --- 412,418 ---- /**************************************************/ ! static void xv_error_output(cinfo) j_common_ptr cinfo; { my_error_ptr myerr; *************** *** 426,432 **** /**************************************************/ ! METHODDEF void xv_prog_meter(cinfo) j_common_ptr cinfo; { struct jpeg_progress_mgr *prog; --- 426,432 ---- /**************************************************/ ! static void xv_prog_meter(cinfo) j_common_ptr cinfo; { struct jpeg_progress_mgr *prog; *************** *** 671,677 **** /**************************************************/ ! METHODDEF boolean xv_process_comment(cinfo) j_decompress_ptr cinfo; { int length, hasnull; --- 671,677 ---- /**************************************************/ ! static boolean xv_process_comment(cinfo) j_decompress_ptr cinfo; { int length, hasnull; --------------3821BAE95CE10AC7D3F9E92E-- --------------6A47054DCC2EE88DF2891BA1-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 19 18:12:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA04141 for freebsd-ports-outgoing; Tue, 19 May 1998 18:12:44 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from frmug.org (frmug-gw.frmug.org [193.56.58.252]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA04068 for ; Tue, 19 May 1998 18:12:22 -0700 (PDT) (envelope-from roberto@keltia.freenix.fr) Received: (from uucp@localhost) by frmug.org (8.9.0.Beta7/frmug-2.3/nospam) with UUCP id CAA15486 for freebsd-ports@FreeBSD.ORG; Wed, 20 May 1998 02:39:04 +0200 (CEST) (envelope-from roberto@keltia.freenix.fr) Received: (from roberto@localhost) by keltia.freenix.fr (8.9.0.Beta4/keltia-2.14/nospam) id CAA20987 for freebsd-ports@FreeBSD.ORG; Wed, 20 May 1998 02:24:36 +0200 (CEST) (envelope-from roberto) Message-ID: <19980520022436.A20845@keltia.freenix.fr> Date: Wed, 20 May 1998 02:24:36 +0200 From: Ollivier Robert To: freebsd-ports@FreeBSD.ORG Subject: Re: compiling xdelta-0.18 port Mail-Followup-To: freebsd-ports@FreeBSD.ORG References: <199805181049.MAA13200@wit401310.student.utwente.nl> <19980518153811.06823@paris.CS.Berkeley.EDU> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.92.3i In-Reply-To: <19980518153811.06823@paris.CS.Berkeley.EDU>; from Josh MacDonald on Mon, May 18, 1998 at 03:38:11PM -0700 X-Operating-System: FreeBSD 3.0-CURRENT ctm#4293 AMD-K6 MMX @ 225 MHz Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org According to Josh MacDonald: > I've gotten two of these reports already, today. It can't find > the _access and ___error symbols. I am going to assume its a > problem in current. ___error is a known error. One needs to compile/install libc... _access is new to me. -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 3.0-CURRENT #60: Fri May 15 21:04:22 CEST 1998 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 19 18:33:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA08786 for freebsd-ports-outgoing; Tue, 19 May 1998 18:33:00 -0700 (PDT) (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 SAA08757 for ; Tue, 19 May 1998 18:32:50 -0700 (PDT) (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 TAA00275 for ; Tue, 19 May 1998 19:32:36 -0600 (MDT) (envelope-from brett@peloton.physics.montana.edu) Date: Tue, 19 May 1998 19:32:35 -0600 (MDT) From: Brett Taylor To: ports@FreeBSD.ORG Subject: enlightenment 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 Okay, I tried enlightenment and I get a great big seg fault. I imagine it's as someone earlier suggested - imlib and enlightenment now don't get along. That said I know there is now a beta version (I think still beta) of 0.14 out now (of enlightenment). However I don't use enlightenment, don't wanna start using enlightenment so I sure as heck don't wanna port it. :-) I can't imagine it'd be too hard (evil laugh - saying that almost insures it)! :-) Brett ********************************************************* 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 May 19 18:34:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA09294 for freebsd-ports-outgoing; Tue, 19 May 1998 18:34:40 -0700 (PDT) (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 SAA09272 for ; Tue, 19 May 1998 18:34:34 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA07917; Tue, 19 May 1998 18:30:02 -0700 (PDT) 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 SAA07288 for ; Tue, 19 May 1998 18:26:22 -0700 (PDT) (envelope-from brett@peloton.physics.montana.edu) Received: (from root@localhost) by peloton.physics.montana.edu (8.8.8/8.8.7) id TAA07872; Tue, 19 May 1998 19:06:25 -0600 (MDT) (envelope-from brett) Message-Id: <199805200106.TAA07872@peloton.physics.montana.edu> Date: Tue, 19 May 1998 19:06:25 -0600 (MDT) From: brett@peloton.physics.montana.edu Reply-To: brett@peloton.physics.montana.edu To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6698: imlib Makefile fix Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6698 >Category: ports >Synopsis: fix silly typo in imlib Makefile >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 May 19 18:30:02 PDT 1998 >Last-Modified: >Originator: Brett Taylor >Organization: Montana State University, Bozeman >Release: FreeBSD 2.2.6-STABLE i386 >Environment: >Description: there's a type in the imlib Makefile >How-To-Repeat: look at Makefile, specifically the USE_X11 line >Fix: --- Makefile.old Tue May 19 19:03:12 1998 +++ Makefile Tue May 19 19:03:24 1998 @@ -20,7 +20,7 @@ gtk\\.1\\.:${PORTSDIR}/x11/gtk USE_GMAKE= yes -USE_X11= ues +USE_X11= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \ LIBS=-L${LOCALBASE}/lib \ >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 May 19 19:02:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA16160 for freebsd-ports-outgoing; Tue, 19 May 1998 19:02:11 -0700 (PDT) (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 TAA16074; Tue, 19 May 1998 19:02:02 -0700 (PDT) (envelope-from chuckr@FreeBSD.org) From: Chuck Robey Received: (from chuckr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA08046; Tue, 19 May 1998 18:57:29 -0700 (PDT) Date: Tue, 19 May 1998 18:57:29 -0700 (PDT) Message-Id: <199805200157.SAA08046@freefall.freebsd.org> To: brett@peloton.physics.montana.edu, chuckr@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/6698 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: fix silly typo in imlib Makefile State-Changed-From-To: open-closed State-Changed-By: chuckr State-Changed-When: Tue May 19 18:57:02 PDT 1998 State-Changed-Why: Fixed the little type. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 19 19:10:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA17943 for freebsd-ports-outgoing; Tue, 19 May 1998 19:10:12 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from martini.ics.es.osaka-u.ac.jp (martini.ics.es.osaka-u.ac.jp [133.1.12.88]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA17819; Tue, 19 May 1998 19:10:03 -0700 (PDT) (envelope-from matusita@matatabi.or.jp) Received: from localhost (localhost [127.0.0.1]) by martini.ics.es.osaka-u.ac.jp (8.8.8/3.6W/ICS-2.2.2v7-44BSD) with ESMTP id LAA23235; Wed, 20 May 1998 11:09:36 +0900 (JST) To: Studded@dal.net Cc: FreeBSD-ports@FreeBSD.ORG, matusita@matatabi.or.jp, jseger@FreeBSD.ORG Subject: Re: New port for BIND 8 In-Reply-To: Your message of "Tue, 19 May 1998 12:00:31 -0700" <3561D6CF.F66BEFB7@dal.net> References: <3561D6CF.F66BEFB7@dal.net> X-Mailer: Mew version 1.93b33 on Emacs 19.28 / Mule 2.3 (SUETSUMUHANA) X-FaceAnim: (-O_O-)(O_O- )(_O- )(O- )(- -)( -O)( -O_)( -O_O)(-O_O-) X-Fingerprint: 0C AC 93 FC E3 9D 9E 5B 3D B8 AC 5C 4A 79 D8 A6 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19980520110935A.matusita@matatabi.or.jp> Date: Wed, 20 May 1998 11:09:35 +0900 From: Makoto MATSUSHITA X-Dispatcher: imput version 980506 Lines: 9 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Studded> Just realized that the patch needs the full relative path Studded> like the old one had. If you use this patch to update the Studded> port you can just edit the patch before you apply it. :) And, patches/patch-ad seems bogus for bind-8.1.2. May we remove it ? -- - Makoto `MAR' MATSUSHITA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 19 19:58:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA25536 for freebsd-ports-outgoing; Tue, 19 May 1998 19:58:14 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from dt050n33.san.rr.com (@dt053nd2.san.rr.com [204.210.34.210]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA25492; Tue, 19 May 1998 19:58:09 -0700 (PDT) (envelope-from Studded@dal.net) Received: from dal.net (Studded@localhost [127.0.0.1]) by dt050n33.san.rr.com (8.8.8/8.8.8) with ESMTP id TAA09139; Tue, 19 May 1998 19:57:40 -0700 (PDT) (envelope-from Studded@dal.net) Message-ID: <356246A3.91436838@dal.net> Date: Tue, 19 May 1998 19:57:39 -0700 From: Studded Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 2.2.6-STABLE-0507 i386) MIME-Version: 1.0 To: Makoto MATSUSHITA CC: FreeBSD-ports@FreeBSD.ORG, jseger@FreeBSD.ORG Subject: Re: New port for BIND 8 References: <3561D6CF.F66BEFB7@dal.net> <19980520110935A.matusita@matatabi.or.jp> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Makoto MATSUSHITA wrote: > > Studded> Just realized that the patch needs the full relative path > Studded> like the old one had. If you use this patch to update the > Studded> port you can just edit the patch before you apply it. :) > > And, patches/patch-ad seems bogus for bind-8.1.2. May we remove it ? Well, the port I have of bind8 doesn't have a patch-ad, so I suspect that your ports collection is not up to date. Check the Makefile in the directory where you're applying my patch and make sure it says "version required 8.1.1." Good luck, Doug -- *** Chief Operations Officer, DALnet IRC network *** *** Proud designer and maintainer of the world's largest Internet *** Relay Chat server with 5,328 simultaneous connections. *** Try spider.dal.net on ports 6662-4 (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 Tue May 19 21:00:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA04484 for freebsd-ports-outgoing; Tue, 19 May 1998 21:00:18 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from martini.ics.es.osaka-u.ac.jp (martini.ics.es.osaka-u.ac.jp [133.1.12.88]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA04453; Tue, 19 May 1998 21:00:05 -0700 (PDT) (envelope-from matusita@matatabi.or.jp) Received: from localhost (localhost [127.0.0.1]) by martini.ics.es.osaka-u.ac.jp (8.8.8/3.6W/ICS-2.2.2v7-44BSD) with ESMTP id MAA01373; Wed, 20 May 1998 12:59:40 +0900 (JST) To: Studded@dal.net Cc: matusita@matatabi.or.jp, FreeBSD-ports@FreeBSD.ORG, jseger@FreeBSD.ORG Subject: Re: New port for BIND 8 In-Reply-To: Your message of "Tue, 19 May 1998 19:57:39 -0700" <356246A3.91436838@dal.net> References: <356246A3.91436838@dal.net> X-Mailer: Mew version 1.93b33 on Emacs 19.28 / Mule 2.3 (SUETSUMUHANA) X-FaceAnim: (-O_O-)(O_O- )(_O- )(O- )(- -)( -O)( -O_)( -O_O)(-O_O-) X-Fingerprint: 0C AC 93 FC E3 9D 9E 5B 3D B8 AC 5C 4A 79 D8 A6 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19980520125939Y.matusita@matatabi.or.jp> Date: Wed, 20 May 1998 12:59:39 +0900 From: Makoto MATSUSHITA X-Dispatcher: imput version 980506 Lines: 8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Studded> Well, the port I have of bind8 doesn't have a patch-ad, Ah... sorry this is my mistake... please forgive me. Anyway, I've installed bind 8.1.2 via this ports, and works fine. Thank you. -- - Makoto `MAR' MATSUSHITA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 19 21:03:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA04922 for freebsd-ports-outgoing; Tue, 19 May 1998 21:03:04 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from postal.pfmc.net (postal.pfmc.net [204.254.224.18]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA04912; Tue, 19 May 1998 21:02:51 -0700 (PDT) (envelope-from oleg_ogurok@belltech.com) Received: from belltech.com (ogurok.pfmc.net [204.254.224.103]) by postal.pfmc.net (8.8.7/8.8.7) with ESMTP id AAA02228; Wed, 20 May 1998 00:01:21 -0400 (EDT) Message-ID: <356255EC.845E04F5@belltech.com> Date: Wed, 20 May 1998 00:02:52 -0400 From: Oleg Ogurok Organization: Bell Technology Groop LTD. X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 2.2.6-RELEASE i386) MIME-Version: 1.0 To: dima@FreeBSD.ORG CC: ports@FreeBSD.ORG Subject: Motif Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, All. Could you tell me, where to get Motif ? I have a lot of manual about it, but can't compile any source. ;((( --Oleg. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 19 21:34:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA08586 for freebsd-ports-outgoing; Tue, 19 May 1998 21:34:36 -0700 (PDT) (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 VAA08578 for ; Tue, 19 May 1998 21:34:33 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA08623; Tue, 19 May 1998 21:30:01 -0700 (PDT) Received: from whale.angis.org.au (whale.angis.org.au [129.78.25.117]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA07736 for ; Tue, 19 May 1998 21:24:34 -0700 (PDT) (envelope-from tonym@whale.angis.org.au) Received: (from tonym@localhost) by whale.angis.org.au (8.8.8/8.8.7) id OAA27558; Wed, 20 May 1998 14:24:31 +1000 (EST) (envelope-from tonym) Message-Id: <199805200424.OAA27558@whale.angis.org.au> Date: Wed, 20 May 1998 14:24:31 +1000 (EST) From: tonym@angis.org.au Reply-To: tonym@angis.org.au To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6699: Generic NQS port (new) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6699 >Category: ports >Synopsis: Generic NQS port (new) >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 May 19 21:30:00 PDT 1998 >Last-Modified: >Originator: Tony Maher >Organization: University of Sydney >Release: FreeBSD 2.2.6-STABLE i386 >Environment: >Description: A port of the Generic NQS system. see http://www.shef.ac.uk/uni/projects/nqs/ There is no problem in adding the distfile to CD ROM distributions. see http://www.mailbase.ac.uk/lists/nqs-support/1998-05/0001.html >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: # # Generic-NQS # Generic-NQS/Makefile # Generic-NQS/pkg # Generic-NQS/pkg/PLIST # Generic-NQS/pkg/DESCR # Generic-NQS/pkg/COMMENT # Generic-NQS/files # Generic-NQS/files/i386-unknown-freebsd2.2.6 # Generic-NQS/files/md5 # Generic-NQS/files/nqs.sh # Generic-NQS/files/Makefile # Generic-NQS/patches # Generic-NQS/patches/patch-aa # Generic-NQS/patches/patch-ab # Generic-NQS/patches/patch-ac # Generic-NQS/scripts # Generic-NQS/scripts/syslog-add.sh # Generic-NQS/scripts/create-nqs-rc.sh # Generic-NQS/scripts/create-example-batch-queues # echo c - Generic-NQS mkdir -p Generic-NQS > /dev/null 2>&1 echo x - Generic-NQS/Makefile sed 's/^X//' >Generic-NQS/Makefile << 'END-of-Generic-NQS/Makefile' X# New ports collection makefile for: nqs (Generic NQS) X# Version required: 3.50.4 X# Date created: 01 May 1998 X# Whom: tonym X# X# $Id$ X# X XDISTNAME= Generic-NQS-3.50.4 XCATEGORIES= misc XMASTER_SITES= ftp://ftp.shef.ac.uk/pub/uni/projects/nqs/v3.5x/ X XMAINTAINER= tonym@angis.org.au X XIS_INTERACTIVE= yes XNO_PACKAGE= have to build on site due to the descriptors created in\ X /var/spool/nqs (default location) and the configuration\ X procedure X X# X# NQS gets configured, built and installed via its own SETUP script X# X# can call with --config, --compile or --install (in that order) X# and provided the previous steps have been done and it then goes thru X# everything from the called argument X# X# In order to fit in with the FreeBSD ports, modified SETUP so it has X# 3 new targets --fbconfig, --fbcompile, --fbinstall X# these differ in that they only do the current stage and *not* everything X# from there on in X# X XHOSTNAME= `uname -n` XRELEASE= `uname -r | cut -d'-' -f 1` XHARDWARE= `uname -m` X XHAS_CONFIGURE= yes XCONFIGURE_SCRIPT= SETUP XCONFIGURE_ARGS= --fbconfig X X# X# In the files directory we have: X# X XDUMMYMAKE= Makefile XSTARTUP= nqs.sh XTEMPLATE= i386-unknown-freebsd2.2.6 X X# X# We rename TEMPLATE (which is known to work for 2.2.6) to the release number X# of this machine. It should should work for minor releases. X# I dont know about 3.0 stuff. X# Maybe this is a mistake. NQS will auto generate a file from a similar X# Platorm description file, but you would have to run make twice X# in this case. X# X XPLATFORMDIR= ${WRKSRC}/SETUPDir/Platforms XPLATFORM= ${HARDWARE}-unknown-freebsd${RELEASE} X X# X# NQS configure generates a config file in X# Build-Tree/${PLATFORM}/${HOSTNAME}/SETUP/General.h X# We can use this to extract what was actually configured such as X# where the nqsdaemon resides. We just want the NQS_ROOTDIR X# out of it for the post-install when we put in system startup file. X# X XCONFIGFILE= ${WRKSRC}/Build-Tree/${PLATFORM}/${HOSTNAME}/SETUP/General.h XRCDIR= ${PREFIX}/etc/rc.d XSYSINST= ${SCRIPTDIR}/create-nqs-rc.sh XSYSLOGFIX= ${SCRIPTDIR}/syslog-add.sh XCREATEQ= ${SCRIPTDIR}/create-example-batch-queues X XMAN1= nmapmgr.1m nqs.1 nqsconfig.1 nqsgs.1 nqsrn.1\ X qacct.1 qalter.1 qcat.1 qcmplx.1 qdel.1 qdev.1\ X qhold.1 qjob.1 qlimit.1 qmgr.1m qmsg.1 qpr.1\ X qresume.1 qrls.1 qstat.1 qstatc.1 qsub.1 X# X# Thus ends the definitions X# X X# X# Ok get a working platform description file in there. X# We need a dummy top level Makefile as NQS will put its Makefile X# in Build-Tree/${PLATFORM}/${HOSTNAME} X# Need to have the SETUP scripts executable. X# X Xpre-configure: X @ ${CP} ${FILESDIR}/${TEMPLATE} ${PLATFORMDIR}/${PLATFORM}; \ X ${CP} ${FILESDIR}/${DUMMYMAKE} ${WRKSRC}; \ X chmod 555 ${WRKDIR}/${DISTNAME}/Source-Tree/SETUP/all-systems/* X X# X# Install system boot startup file but need to find out exactly where X# the nqs stuff was installed as this is set in nqs' own install script X# Modify syslog.conf to hqndle nqs X# X Xpost-install: X @ ${SYSINST} ${CONFIGFILE} ${FILESDIR}/${STARTUP} ${RCDIR}/${STARTUP}; \ X ${SYSLOGFIX} ;\ X ${ECHO} "You may want run ${CREATEQ} to actually make some queues"; \ X ${ECHO} "" X X.include END-of-Generic-NQS/Makefile echo c - Generic-NQS/pkg mkdir -p Generic-NQS/pkg > /dev/null 2>&1 echo x - Generic-NQS/pkg/PLIST sed 's/^X//' >Generic-NQS/pkg/PLIST << 'END-of-Generic-NQS/pkg/PLIST' Xetc/rc.d/nqs.sh Xbin/nmapmgr Xbin/qacct Xbin/qalter Xbin/qcat Xbin/qdel Xbin/qdev Xbin/qhold Xbin/qlimit Xbin/qmgr Xbin/qmsg Xbin/qpr Xbin/qresume Xbin/qrls Xbin/qstat Xbin/qsub Xbin/qsuspend Xsbin/finish_autoinst Xsbin/loaddaemon Xsbin/lpserver Xsbin/netclient Xsbin/netdaemon Xsbin/netserver Xsbin/nqsdaemon Xsbin/nqsmkdirs Xsbin/nqsmktrans Xsbin/pipeclient Xsbin/shlexefai Xsbin/OLDloaddaemon Xsbin/OLDnetdaemon Xsbin/OLDnetserver Xsbin/OLDnqsdaemon Xsbin/OLDnqsmkdirs Xsbin/OLDnqsmktrans Xman/man1/list_nqs_queues.man Xman/man1/nmapmgr.1m.gz Xman/man1/nqs.1.gz Xman/man1/nqsconfig.1.gz Xman/man1/nqsgs.1.gz Xman/man1/nqsrn.1.gz Xman/man1/qacct.1.gz Xman/man1/qalter.1.gz Xman/man1/qcat.1.gz Xman/man1/qcat.man Xman/man1/qcmplx.1.gz Xman/man1/qdel.1.gz Xman/man1/qdev.1.gz Xman/man1/qhold.1.gz Xman/man1/qjob.1.gz Xman/man1/qlimit.1.gz Xman/man1/qmgr.1m.gz Xman/man1/qmsg.1.gz Xman/man1/qpr.1.gz Xman/man1/qresume.1.gz Xman/man1/qrls.1.gz Xman/man1/qstat.1.gz Xman/man1/qstatc.1.gz Xman/man1/qsub.1.gz Xlib/nqs/GNQS.VERSION Xlib/nqs/General.conf.def Xlib/nqs/qmgr.hlp Xlib/nqs/nmap/machines X@unexec rm -rf %D/lib/nqs END-of-Generic-NQS/pkg/PLIST echo x - Generic-NQS/pkg/DESCR sed 's/^X//' >Generic-NQS/pkg/DESCR << 'END-of-Generic-NQS/pkg/DESCR' XNQS (or more properly Generic NQS) is a Network Queuing System available Xfor multiple platforms. XIt provides for configurable limits on jobs on a per queue basis as well Xas well as for the total queue system. XAs its name suggests it allows jobs to be submitted on one machine and Xtransferred to run on another machine. It can be configured so jobs are Xautomatically transferred to the least loaded machine in the cluster. END-of-Generic-NQS/pkg/DESCR echo x - Generic-NQS/pkg/COMMENT sed 's/^X//' >Generic-NQS/pkg/COMMENT << 'END-of-Generic-NQS/pkg/COMMENT' XGeneric Network Queuing System END-of-Generic-NQS/pkg/COMMENT echo c - Generic-NQS/files mkdir -p Generic-NQS/files > /dev/null 2>&1 echo x - Generic-NQS/files/i386-unknown-freebsd2.2.6 sed 's/^X//' >Generic-NQS/files/i386-unknown-freebsd2.2.6 << 'END-of-Generic-NQS/files/i386-unknown-freebsd2.2.6' X# -*- sh -*- X# X# PLATFORM DESCRIPTION FILE X XC_COMPILER "cc" XC_COMPILER_FLAGS_OPTIMISE "-O2" XC_COMPILER_FLAGS_DEBUG "" XC_COMPILER_FLAGS_COMMON "" XC_COMPILER_FLAGS_INCLUDE "" X XCONFIG_MACHINE "i386-unknown-freebsd2.2.6" XPREFERED_API "BSD" XPLATFORM_FLAGS "-DBSD4_4 -DHAS_BSD_LIMITS -DHAS_BSD_ZOMBIES -DIS_BSD -DIS_BSD4_4 -DHAS_RLIM_T -DHAS_BSD_PIPE" X XLINKER "cc -s" XAR "ar cr" XRANLIB "ranlib" XMKDIR "bin/mkdir -p" END-of-Generic-NQS/files/i386-unknown-freebsd2.2.6 echo x - Generic-NQS/files/md5 sed 's/^X//' >Generic-NQS/files/md5 << 'END-of-Generic-NQS/files/md5' XMD5 (Generic-NQS-3.50.4.tar.gz) = 2c0bd7a28b976674e71530aa79fa47d1 END-of-Generic-NQS/files/md5 echo x - Generic-NQS/files/nqs.sh sed 's/^X//' >Generic-NQS/files/nqs.sh << 'END-of-Generic-NQS/files/nqs.sh' X#!/bin/sh X Xif [ -x XXXX/sbin/nqsdaemon ] ; then X XXXX/sbin/nqsdaemon > /var/log/nqs.log X echo -n ' nqs' Xfi END-of-Generic-NQS/files/nqs.sh echo x - Generic-NQS/files/Makefile sed 's/^X//' >Generic-NQS/files/Makefile << 'END-of-Generic-NQS/files/Makefile' X# X# X XHOSTNAME= `uname -n` XRELEASE= `uname -r | cut -d'-' -f 1` XHARDWARE= `uname -m` XPLATFORM= ${HARDWARE}-unknown-freebsd${RELEASE} X Xall: X @ cd Build-Tree/${PLATFORM}/${HOSTNAME}; \ X $(MAKE) X Xinstall: X @ cd Build-Tree/${PLATFORM}/${HOSTNAME}; \ X $(MAKE) install END-of-Generic-NQS/files/Makefile echo c - Generic-NQS/patches mkdir -p Generic-NQS/patches > /dev/null 2>&1 echo x - Generic-NQS/patches/patch-aa sed 's/^X//' >Generic-NQS/patches/patch-aa << 'END-of-Generic-NQS/patches/patch-aa' X--- Source-Tree/qmgr/all-systems/mgr_main.c.orig Mon Sep 9 08:24:58 1996 X+++ Source-Tree/qmgr/all-systems/mgr_main.c Sat May 2 11:09:26 1998 X@@ -502,14 +502,14 @@ X * On systems with named pipes, we get a pipe to the local X * daemon automatically the first time we call inter(). X */ X-#if IS_POSIX_1 | IS_SYSVr4 | IS_BSD4_4 X-#else X #if IS_BSD X if (interconn () < 0) { X fprintf (stderr, "%s(FATAL): Unable to get ", Nqsmgr_prefix); X fprintf (stderr, "a pipe to the local daemon.\n"); X exit (16); X } X+#else X+#if IS_POSIX_1 | IS_SYSVr4 | IS_BSD4_4 X #else X BAD SYSTEM TYPE X #endif END-of-Generic-NQS/patches/patch-aa echo x - Generic-NQS/patches/patch-ab sed 's/^X//' >Generic-NQS/patches/patch-ab << 'END-of-Generic-NQS/patches/patch-ab' X--- Source-Tree/nqsdaemon/all-systems/nqs_reqser.c.orig Wed Sep 11 05:32:26 1996 X+++ Source-Tree/nqsdaemon/all-systems/nqs_reqser.c Sat May 2 11:09:26 1998 X@@ -1746,7 +1746,7 @@ X char *cp; X X environment_file = fopen("/etc/environment", "r"); X- if ( environment_file != (FILE *) 0 ) { X+ if ( environment_file > (FILE *) 0 ) { X while ( (fgets (env_line, sizeof(env_line), environment_file ) X != (char *) 0) ) { X if (env_line[0] == '#') continue; X@@ -1758,8 +1758,8 @@ X return (the_path); X } X } X+ fclose ( environment_file ); X } X- fclose ( environment_file ); X /* X * The file was not found, or the path was not in it. X */ END-of-Generic-NQS/patches/patch-ab echo x - Generic-NQS/patches/patch-ac sed 's/^X//' >Generic-NQS/patches/patch-ac << 'END-of-Generic-NQS/patches/patch-ac' X--- SETUPDir/Scripts/SETUP.orig Sat May 2 14:46:05 1998 X+++ SETUPDir/Scripts/SETUP Sat May 2 14:53:14 1998 X@@ -911,6 +911,21 @@ X StepFour X StepFive X ;; X+ --fbconfig) X+ LoadMachineDesc X+ Introduction X+ StepOne X+ StepTwo X+ StepThree X+ ;; X+ --fbcompile) X+ LoadMachineDesc X+ StepFour X+ ;; X+ -fbinstall) X+ LoadMachineDesc X+ StepFive X+ ;; X *) X LoadMachineDesc X Introduction END-of-Generic-NQS/patches/patch-ac echo c - Generic-NQS/scripts mkdir -p Generic-NQS/scripts > /dev/null 2>&1 echo x - Generic-NQS/scripts/syslog-add.sh sed 's/^X//' >Generic-NQS/scripts/syslog-add.sh << 'END-of-Generic-NQS/scripts/syslog-add.sh' X#!/bin/sh X Xif grep -q nqs /etc/syslog.conf Xthen : Xelse X echo "local0.* /var/log/nqs" >> /etc/syslog.conf X echo "" X echo "/etc/syslog modified to support nqs" X echo "" Xfi END-of-Generic-NQS/scripts/syslog-add.sh echo x - Generic-NQS/scripts/create-nqs-rc.sh sed 's/^X//' >Generic-NQS/scripts/create-nqs-rc.sh << 'END-of-Generic-NQS/scripts/create-nqs-rc.sh' X#!/bin/sh X Xme=`basename $0` X Xif [ $# -lt 3 ]; then X echo usage: $me configfile nqs.sh rcdir >&2 X exit 1 Xfi X Xroot=`grep NQS_ROOTDIR $1 | cut -f2 -d\"` Xsed -e"s#XXXX#$root#" $2 > $3 Xchmod 755 $3 Xecho "" Xecho "created $3 startup file" Xecho "" END-of-Generic-NQS/scripts/create-nqs-rc.sh echo x - Generic-NQS/scripts/create-example-batch-queues sed 's/^X//' >Generic-NQS/scripts/create-example-batch-queues << 'END-of-Generic-NQS/scripts/create-example-batch-queues' X#!/bin/sh Xqmgr <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 May 19 21:54:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA10973 for freebsd-ports-outgoing; Tue, 19 May 1998 21:54:23 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from mooseriver.com (dynamic30.pm09.sf3d.best.com [209.24.239.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA10961; Tue, 19 May 1998 21:54:18 -0700 (PDT) (envelope-from jgrosch@mooseriver.com) Received: (from jgrosch@localhost) by mooseriver.com (8.8.8/8.8.5) id VAA29024; Tue, 19 May 1998 21:54:12 -0700 (PDT) Message-ID: <19980519215412.59529@mooseriver.com> Date: Tue, 19 May 1998 21:54:12 -0700 From: Josef Grosch To: Oleg Ogurok Cc: dima@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: Motif Reply-To: jgrosch@superior.mooseriver.com References: <356255EC.845E04F5@belltech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.79 In-Reply-To: <356255EC.845E04F5@belltech.com>; from Oleg Ogurok on Wed, May 20, 1998 at 12:02:52AM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, May 20, 1998 at 12:02:52AM -0400, Oleg Ogurok wrote: > Hi, All. > > Could you tell me, where to get Motif ? > > I have a lot of manual about it, but can't compile any source. ;((( > You can get Motif for FreeBSD from Xi Graphics (www.xig.com). I have had no problems with their Motif. If memory serves me right, they want $150.00 for a copy. Josef -- Josef Grosch | Another day closer to a | FreeBSD 2.2.6 jgrosch@MooseRiver.com | Micro$oft free world | UNIX for the masses To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 19 22:03:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA12384 for freebsd-ports-outgoing; Tue, 19 May 1998 22:03:56 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from burka.rdy.com (dima@burka.rdy.com [205.149.163.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA12370; Tue, 19 May 1998 22:03:48 -0700 (PDT) (envelope-from dima@burka.rdy.com) Received: (from dima@localhost) by burka.rdy.com (8.8.8/RDY&DVV) id WAA14534; Tue, 19 May 1998 22:03:31 -0700 (PDT) Message-Id: <199805200503.WAA14534@burka.rdy.com> Subject: Re: Motif In-Reply-To: <356255EC.845E04F5@belltech.com> from Oleg Ogurok at "May 20, 98 00:02:52 am" To: oleg_ogurok@belltech.com (Oleg Ogurok) Date: Tue, 19 May 1998 22:03:31 -0700 (PDT) Cc: dima@FreeBSD.ORG, ports@FreeBSD.ORG X-Class: Fast Organization: HackerDome Reply-To: dima@best.net From: dima@best.net (Dima Ruban) X-Mailer: ELM [version 2.4ME+ PL40 (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 Oleg Ogurok writes: > Hi, All. > > Could you tell me, where to get Motif ? Certainly. Check out http://www.camb.opengroup.org/tech/desktop/motif/ Also, you might want to check it's free 'implementation' Lesstif (/usr/ports/x11/lesstif). In theory it supposed to be compatible with original OSF motif. > I have a lot of manual about it, but can't compile any source. ;((( > > --Oleg. > -- dima To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 19 22:34:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA16785 for freebsd-ports-outgoing; Tue, 19 May 1998 22:34:39 -0700 (PDT) (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 WAA16775 for ; Tue, 19 May 1998 22:34:36 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA08904; Tue, 19 May 1998 22:30:03 -0700 (PDT) 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 WAA16764 for ; Tue, 19 May 1998 22:34:22 -0700 (PDT) (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 LAA02441 for ; Wed, 20 May 1998 11:34:35 +0600 (UDT) Received: (from andy@localhost) by icc.surw.chel.su (8.8.5/8.8.4) id JAA10850; Wed, 20 May 1998 09:37:50 +0400 (MSD) Message-Id: <199805200537.JAA10850@icc.surw.chel.su> Date: Wed, 20 May 1998 09:37:50 +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/6700: New port: xworm-1.02 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6700 >Category: ports >Synopsis: New port: xworm-1.02 >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 May 19 22:30:01 PDT 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 classic game with apples and hungry worm. In this game you must help wormie - the hungry maggot, to steal apples from bazar the evil. Bazar has put an electric fence around the garden, and he has also been spreading poisionous mushrooms into it. You must guide wormie around this objects, and you must keep him from eating himself. # 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: # # xworm-1.02 # xworm-1.02/Makefile # xworm-1.02/files # xworm-1.02/files/md5 # xworm-1.02/patches # xworm-1.02/patches/patch-aa # xworm-1.02/patches/patch-ab # xworm-1.02/pkg # xworm-1.02/pkg/PLIST # xworm-1.02/pkg/COMMENT # xworm-1.02/pkg/DESCR # echo c - xworm-1.02 mkdir -p xworm-1.02 > /dev/null 2>&1 echo x - xworm-1.02/Makefile sed 's/^X//' >xworm-1.02/Makefile << 'END-of-xworm-1.02/Makefile' X# New ports collection makefile for: xworm X# Version required: 1.02 X# Date created: 18 March 1998 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= xworm102 XPKGNAME= xworm-1.02 XCATEGORIES= games x11 XMASTER_SITES= http://www.ekran.no/archive/x/ X XMAINTAINER= andy@icc.surw.chel.su X XALL_TARGET= freebsd XUSE_X11= yes XWRKSRC= ${WRKDIR}/XWorm X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKSRC}/xworm ${PREFIX}/bin X @ ${MKDIR} ${PREFIX}/share/xworm X.for file in font grid raw X @ ${INSTALL_DATA} ${WRKSRC}/xworm.${file} ${PREFIX}/share/xworm X.endfor X X.include END-of-xworm-1.02/Makefile echo c - xworm-1.02/files mkdir -p xworm-1.02/files > /dev/null 2>&1 echo x - xworm-1.02/files/md5 sed 's/^X//' >xworm-1.02/files/md5 << 'END-of-xworm-1.02/files/md5' XMD5 (xworm102.tar.gz) = 17c7a53c48d4b7489d507fab020e4134 END-of-xworm-1.02/files/md5 echo c - xworm-1.02/patches mkdir -p xworm-1.02/patches > /dev/null 2>&1 echo x - xworm-1.02/patches/patch-aa sed 's/^X//' >xworm-1.02/patches/patch-aa << 'END-of-xworm-1.02/patches/patch-aa' X--- Makefile Wed May 7 16:28:12 1997 X+++ /home/andy/tmp/wrk/Makefile Wed Mar 18 23:40:31 1998 X@@ -6,6 +6,7 @@ X HPFLAGS = -O -D_HPUX_SOURCE X SUNFLAGS = -O X LINUXFLAGS = -O X+FREEBSDFLAGS= -O -DPREFIX=\"/usr/X11R6/share/xworm\" X X INCDIR = -I/usr/include/X11R5 -I/usr/include -I/usr/X11R6/include X X@@ -18,9 +19,10 @@ X @echo " " X @echo "type:" X @echo " " X- @echo " make hp [HP/UX and similar systems]" X- @echo " make sun [Sun-Os/SUN systems]" X- @echo " make linux [linux systems]" X+ @echo " make hp [HP/UX and similar systems]" X+ @echo " make sun [Sun-Os/SUN systems]" X+ @echo " make linux [linux systems]" X+ @echo " make freebsd [FreeBSD systems]" X @echo " " X @echo "xworm.font, xworm.grid and xworm.raw has to be in the same directory as xworm" X @echo "please check the Makefile if you have problems compiling the program" X@@ -33,6 +35,9 @@ X X linux: xworm.c X $(CC) $(LINUXFLAGS) $(INCDIR) xworm.c -o xworm $(LINUXLINK) X+ X+freebsd: xworm.c X+ $(CC) $(FREEBSDFLAGS) $(INCDIR) xworm.c -o xworm $(LINUXLINK) X X clean: X rm -f core xworm END-of-xworm-1.02/patches/patch-aa echo x - xworm-1.02/patches/patch-ab sed 's/^X//' >xworm-1.02/patches/patch-ab << 'END-of-xworm-1.02/patches/patch-ab' X--- xworm.c Wed May 7 16:25:57 1997 X+++ /home/andy/tmp/wrk/xworm.c Wed Mar 18 23:40:39 1998 X@@ -3,13 +3,20 @@ X X #include X #include X+#ifdef __FreeBSD__ X+#include X+#endif X #include X #include X #include X X-#define gridfile "xworm.grid" X-#define fontfile "xworm.font" X-#define logofile "xworm.raw" X+#ifndef PREFIX X+#define PREFIX "." X+#endif X+ X+#define gridfile PREFIX "/xworm.grid" X+#define fontfile PREFIX "/xworm.font" X+#define logofile PREFIX "/xworm.raw" X X #define maxQ 5000 /* max queue */ X #define NCOLORS 15 /* number of colours */ END-of-xworm-1.02/patches/patch-ab echo c - xworm-1.02/pkg mkdir -p xworm-1.02/pkg > /dev/null 2>&1 echo x - xworm-1.02/pkg/PLIST sed 's/^X//' >xworm-1.02/pkg/PLIST << 'END-of-xworm-1.02/pkg/PLIST' Xbin/xworm Xshare/xworm/xworm.font Xshare/xworm/xworm.grid Xshare/xworm/xworm.raw X@dirrm share/xworm END-of-xworm-1.02/pkg/PLIST echo x - xworm-1.02/pkg/COMMENT sed 's/^X//' >xworm-1.02/pkg/COMMENT << 'END-of-xworm-1.02/pkg/COMMENT' XClassic game with apples and hungry worm. END-of-xworm-1.02/pkg/COMMENT echo x - xworm-1.02/pkg/DESCR sed 's/^X//' >xworm-1.02/pkg/DESCR << 'END-of-xworm-1.02/pkg/DESCR' X In this game you must help wormie - the hungry maggot, to steal Xapples from bazar the evil. Bazar has put an electric fence around Xthe garden, and he has also been spreading poisionous mushrooms Xinto it. You must guide wormie around this objects, and you must Xkeep him from eating himself. END-of-xworm-1.02/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 Tue May 19 23:22:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA24488 for freebsd-ports-outgoing; Tue, 19 May 1998 23:22:53 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from critter.freebsd.dk (critter.freebsd.dk [195.8.129.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA24452 for ; Tue, 19 May 1998 23:22:44 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.8.7/8.8.5) with ESMTP id IAA03384 for ; Wed, 20 May 1998 08:21:48 +0200 (CEST) To: ports@FreeBSD.ORG Subject: ports/4878 apache-fp port From: Poul-Henning Kamp Date: Wed, 20 May 1998 08:21:48 +0200 Message-ID: <3382.895645308@critter.freebsd.dk> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Somebody please commit this port, it is an important checkpoint item for us. -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." "ttyv0" -- What UNIX calls a $20K state-of-the-art, 3D, hi-res color terminal To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 19 23:24:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA24739 for freebsd-ports-outgoing; Tue, 19 May 1998 23:24:40 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from tn-apricot-entrance.apricot.astec.co.jp (tn-apricot-entrance.apricot.astec.co.jp [202.239.16.8]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA24730 for ; Tue, 19 May 1998 23:24:35 -0700 (PDT) (envelope-from nakai@apricot.astec.co.jp) Received: from freebsd.apricot.astec.co.jp (freebsd.apricot.astec.co.jp [172.31.1.2]) by tn-apricot-entrance.apricot.astec.co.jp (8.8.8+2.7Wbeta7/3.6W-apricotMX2.3) with ESMTP id PAA20179 for ; Wed, 20 May 1998 15:22:47 +0900 (JST) Received: from twotop.apricot.astec.co.jp (twotop.apricot.astec.co.jp [172.31.1.3]) by freebsd.apricot.astec.co.jp (8.8.8/3.6W) with ESMTP id PAA20252 for ; Wed, 20 May 1998 15:22:50 +0900 (JST) Received: from localhost (localhost.apricot.astec.co.jp [127.0.0.1]) by twotop.apricot.astec.co.jp (8.8.8/3.6W) with ESMTP id PAA04956 for ; Wed, 20 May 1998 15:24:52 +0900 (JST) To: freebsd-ports@FreeBSD.ORG Subject: Re: compiling xdelta-0.18 port In-Reply-To: Your message of "Wed, 20 May 1998 02:24:36 +0200" <19980520022436.A20845@keltia.freenix.fr> References: <19980520022436.A20845@keltia.freenix.fr> X-Mailer: Mew version 1.92.4 on Emacs 19.28 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19980520152451L.nakai@apricot.astec.co.jp> Date: Wed, 20 May 1998 15:24:51 +0900 From: Yukihiro Nakai X-Dispatcher: imput version 971024 Lines: 27 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org roberto> According to Josh MacDonald: roberto> > I've gotten two of these reports already, today. It can't find roberto> > the _access and ___error symbols. I am going to assume its a roberto> > problem in current. roberto> roberto> ___error is a known error. One needs to compile/install libc... _access is roberto> new to me. I write about my work here for your infomation, but please don't mind when you find this useless... On 3.0-980504-SNAP, '___error symbols' error occurs, but I added -lc_r and compiled completely. Also I compiled gimp completely (it depends on xdelta) and used normally. On 3.0-980515-SNAP, '___error symbols' and '_access symbols' errors occur, and I tried -lc_r but '_access symbols' error is left to occur. I think there is something wrong in what changed in -lc but not changed in -lc_r, between 3.0-980504-SNAP and 3.0-980515-SNAP. -------------- Yukihiro Nakai To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 20 01:03:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA12720 for freebsd-ports-outgoing; Wed, 20 May 1998 01:03:44 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from localhost.my.domain (ppp6501.on.bellglobal.com [206.172.208.93]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA12488; Wed, 20 May 1998 01:02:23 -0700 (PDT) (envelope-from ac199@hwcn.org) Received: from localhost (tim@localhost) by localhost.my.domain (8.8.8/8.8.8) with SMTP id DAA00352; Wed, 20 May 1998 03:59:38 -0400 (EDT) (envelope-from ac199@hwcn.org) X-Authentication-Warning: localhost.my.domain: tim owned process doing -bs Date: Wed, 20 May 1998 03:59:37 -0400 (EDT) From: Tim Vanderhoek X-Sender: tim@localhost Reply-To: ac199@hwcn.org To: Matthew Hunt cc: Warner Losh , cvs-committers@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: cvs commit: src/share/mk Makefile In-Reply-To: <19980520025037.A545@mstar.astro.psu.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 [X-posted to -ports, humbly submitting all discussion of this should be on -ports] On Wed, 20 May 1998, Matthew Hunt wrote: > Prior to receiving your mail, I committed a change: > > .if !defined(LOCALE) > LOCALE=USA > .endif > > Which, I beleive, provides the traditional behavior in the case > that LOCALE is not defined. Good enough? Why not move all MASTER_SITES (including MASTER_SITE_[LOCAL|KDE|etc] into bsd.locale.mk. While we're at it, we can also nuke MASTER_SITE_LOCAL. -- This .sig is not innovative, witty, or profund. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 20 01:06:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA13213 for freebsd-ports-outgoing; Wed, 20 May 1998 01:06:15 -0700 (PDT) (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 BAA13080; Wed, 20 May 1998 01:05:15 -0700 (PDT) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA11232; Wed, 20 May 1998 01:00:37 -0700 (PDT) Date: Wed, 20 May 1998 01:00:37 -0700 (PDT) Message-Id: <199805200800.BAA11232@freefall.freebsd.org> To: andy@icc.surw.chel.su, tg@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/6163 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: xpyraminx-5.4.3 State-Changed-From-To: open-closed State-Changed-By: tg State-Changed-When: Wed May 20 01:00:01 PDT 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 May 20 01:06:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA13222 for freebsd-ports-outgoing; Wed, 20 May 1998 01:06:17 -0700 (PDT) (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 BAA13120; Wed, 20 May 1998 01:05:36 -0700 (PDT) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA11257; Wed, 20 May 1998 01:00:59 -0700 (PDT) Date: Wed, 20 May 1998 01:00:59 -0700 (PDT) Message-Id: <199805200800.BAA11257@freefall.freebsd.org> To: andy@icc.surw.chel.su, tg@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/6165 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: xpanex-5.4.3 State-Changed-From-To: open-closed State-Changed-By: tg State-Changed-When: Wed May 20 00:59:57 PDT 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 May 20 01:06:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA13309 for freebsd-ports-outgoing; Wed, 20 May 1998 01:06:35 -0700 (PDT) (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 BAA13182; Wed, 20 May 1998 01:06:03 -0700 (PDT) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA11360; Wed, 20 May 1998 01:01:28 -0700 (PDT) Date: Wed, 20 May 1998 01:01:28 -0700 (PDT) Message-Id: <199805200801.BAA11360@freefall.freebsd.org> To: andy@icc.surw.chel.su, tg@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/6166 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: xoct-5.4.3 State-Changed-From-To: open-closed State-Changed-By: tg State-Changed-When: Wed May 20 01:01:13 PDT 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 May 20 03:06:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA03802 for freebsd-ports-outgoing; Wed, 20 May 1998 03:06:45 -0700 (PDT) (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 DAA03788; Wed, 20 May 1998 03:06:42 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from baloon.mimi.com (sjx-ca126-23.ix.netcom.com [207.92.177.215]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id DAA00818; Wed, 20 May 1998 03:06:24 -0700 (PDT) Received: (from asami@localhost) by baloon.mimi.com (8.8.8/8.8.8) id DAA17270; Wed, 20 May 1998 03:06:20 -0700 (PDT) (envelope-from asami) Date: Wed, 20 May 1998 03:06:20 -0700 (PDT) Message-Id: <199805201006.DAA17270@baloon.mimi.com> To: ac199@hwcn.org CC: mph@pobox.com, imp@village.org, cvs-committers@FreeBSD.ORG, ports@FreeBSD.ORG In-reply-to: (message from Tim Vanderhoek on Wed, 20 May 1998 03:59:37 -0400 (EDT)) Subject: Re: cvs commit: src/share/mk Makefile From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * On Wed, 20 May 1998, Matthew Hunt wrote: * * > Prior to receiving your mail, I committed a change: * > * > .if !defined(LOCALE) * > LOCALE=USA * > .endif * > * > Which, I beleive, provides the traditional behavior in the case * > that LOCALE is not defined. Good enough? * * Why not move all MASTER_SITES (including * MASTER_SITE_[LOCAL|KDE|etc] into bsd.locale.mk. While we're at * it, we can also nuke MASTER_SITE_LOCAL. You're going in the wrong direction. I think the whole bsd.locale.mk thing should be deleted. It doesn't really add any functionality and just complicates the process. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 20 03:43:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA08723 for freebsd-ports-outgoing; Wed, 20 May 1998 03:43:50 -0700 (PDT) (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 DAA08698; Wed, 20 May 1998 03:43:45 -0700 (PDT) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [195.204.143.218]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id KAA07849; Wed, 20 May 1998 10:43:43 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id MAA04830; Wed, 20 May 1998 12:43:42 +0200 (MET DST) Message-ID: <19980520124342.21876@follo.net> Date: Wed, 20 May 1998 12:43:42 +0200 From: Eivind Eklund To: Satoshi Asami Cc: cvs-committers@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: cvs commit: src/share/mk Makefile References: <199805201006.DAA17270@baloon.mimi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <199805201006.DAA17270@baloon.mimi.com>; from Satoshi Asami on Wed, May 20, 1998 at 03:06:20AM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, May 20, 1998 at 03:06:20AM -0700, Satoshi Asami wrote: > You're going in the wrong direction. I think the whole bsd.locale.mk > thing should be deleted. It doesn't really add any functionality and > just complicates the process. If you're talking about the concept of letting the user pick which country/net he is in and then get a set of local mirrors prepended, I disagree. That's a good concept - it makes it easy for a user to get a reasonable setup. I don't believe most users will take the bother of overriding without it - but they will get a more pleasant system with overriding. Good advertising. Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 20 03:51:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA09502 for freebsd-ports-outgoing; Wed, 20 May 1998 03:51:04 -0700 (PDT) (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 DAA09497; Wed, 20 May 1998 03:51:00 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from baloon.mimi.com (sjx-ca124-53.ix.netcom.com [207.223.162.181]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id DAA00901; Wed, 20 May 1998 03:50:58 -0700 (PDT) Received: (from asami@localhost) by baloon.mimi.com (8.8.8/8.8.8) id DAA17387; Wed, 20 May 1998 03:50:54 -0700 (PDT) (envelope-from asami) Date: Wed, 20 May 1998 03:50:54 -0700 (PDT) Message-Id: <199805201050.DAA17387@baloon.mimi.com> To: eivind@yes.no CC: cvs-committers@FreeBSD.ORG, ports@FreeBSD.ORG In-reply-to: <19980520124342.21876@follo.net> (message from Eivind Eklund on Wed, 20 May 1998 12:43:42 +0200) Subject: Re: cvs commit: src/share/mk Makefile From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * If you're talking about the concept of letting the user pick which * country/net he is in and then get a set of local mirrors prepended, I * disagree. That's a good concept - it makes it easy for a user to get * a reasonable setup. I don't believe most users will take the bother * of overriding without it - but they will get a more pleasant system * with overriding. Good advertising. (1) What part of that can't be accomplished by a couple extra sentences in the comment above MASTER_SITE_BACKUP? (2) Many of the mirrors don't carry distfiles, or have incomplete sets. Hiding the list from the user (I'm assuming make.conf is visible and bsd.*.mk are not) is just plain wrong. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 20 07:22:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA09468 for freebsd-ports-outgoing; Wed, 20 May 1998 07:22:03 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from dana.clari.net.au (dana.clari.net.au [203.27.85.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA09450; Wed, 20 May 1998 07:21:57 -0700 (PDT) (envelope-from thepish@freebsd.org) Received: from localhost (thepish@localhost) by dana.clari.net.au (8.8.7/8.8.7) with SMTP id AAA16915; Thu, 21 May 1998 00:20:54 +1000 (EST) (envelope-from thepish@freebsd.org) X-Authentication-Warning: dana.clari.net.au: thepish owned process doing -bs Date: Thu, 21 May 1998 00:20:54 +1000 (EST) From: Peter Hawkins X-Sender: thepish@dana.clari.net.au To: Tim Vanderhoek cc: Matthew Hunt , Warner Losh , cvs-committers@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: cvs commit: src/share/mk Makefile 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 >Why not move all MASTER_SITES (including >MASTER_SITE_[LOCAL|KDE|etc] into bsd.locale.mk. While we're at >it, we can also nuke MASTER_SITE_LOCAL. When I wrote this patch I had it reviewed. I had no /etc/make.conf patch at that time and all settings were in the locale.mk however I was advised that all userland tweeking belonds in /etc/make.conf so I added a locale.mk driver from there. Probably best to leave the MASTER_SITES in make.conf unless we're now going to decide that MASTER_SITE_BACKUP is likely to be the default value and only set it for a release, leaving users to use the new configuration mechanism if they want to change it (assuming the port sticks). I guess it's Satoshi's call if he wishes to keep /etc/make.conf as the main or only place for user configuration. I think it's not a bad idea - in the spirit of rc.conf... Peter Hilink Internet Peter Hawkins 381 Swan St Richmond, Vic, Australia Ph: +61-3-9421 2006 Fax: +61-3-9421 2007 http://www.hilink.com.au Peter@hilink.com.au FreeBSD Project: thepish@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 May 20 07:29:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA10206 for freebsd-ports-outgoing; Wed, 20 May 1998 07:29:56 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from dana.clari.net.au (dana.clari.net.au [203.27.85.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA10195; Wed, 20 May 1998 07:29:51 -0700 (PDT) (envelope-from thepish@freebsd.org) Received: from localhost (thepish@localhost) by dana.clari.net.au (8.8.7/8.8.7) with SMTP id AAA17064; Thu, 21 May 1998 00:29:45 +1000 (EST) (envelope-from thepish@freebsd.org) X-Authentication-Warning: dana.clari.net.au: thepish owned process doing -bs Date: Thu, 21 May 1998 00:29:45 +1000 (EST) From: Peter Hawkins X-Sender: thepish@dana.clari.net.au To: Satoshi Asami cc: eivind@yes.no, cvs-committers@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: cvs commit: src/share/mk Makefile In-Reply-To: <199805201050.DAA17387@baloon.mimi.com> 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 >(2) Many of the mirrors don't carry distfiles, or have incomplete > sets. Hiding the list from the user (I'm assuming make.conf is > visible and bsd.*.mk are not) is just plain wrong. OK - it will try them and then move on as it stands but empty sites could be removed from the list too. Partly empty sites get tried then make moves on. Even so it's faster by FAR for us non-usa makers. Yes I could tweek MASTER_SITE_BACKUP, but how do I get to insert a site to look in *before* it ducks off to sunsite or wherever? Hilink Internet Peter Hawkins 381 Swan St Richmond, Vic, Australia Ph: +61-3-9421 2006 Fax: +61-3-9421 2007 http://www.hilink.com.au Peter@hilink.com.au FreeBSD Project: thepish@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 May 20 08:16:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA15081 for freebsd-ports-outgoing; Wed, 20 May 1998 08:16:25 -0700 (PDT) (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 IAA15065; Wed, 20 May 1998 08:16:10 -0700 (PDT) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [195.204.143.218]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id PAA21952; Wed, 20 May 1998 15:16:06 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id RAA06268; Wed, 20 May 1998 17:16:05 +0200 (MET DST) Message-ID: <19980520171604.42978@follo.net> Date: Wed, 20 May 1998 17:16:04 +0200 From: Eivind Eklund To: Peter Hawkins , Satoshi Asami Cc: cvs-committers@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: cvs commit: src/share/mk Makefile References: <199805201050.DAA17387@baloon.mimi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: ; from Peter Hawkins on Thu, May 21, 1998 at 12:29:45AM +1000 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, May 21, 1998 at 12:29:45AM +1000, Peter Hawkins wrote: > >(2) Many of the mirrors don't carry distfiles, or have incomplete > > sets. Hiding the list from the user (I'm assuming make.conf is > > visible and bsd.*.mk are not) is just plain wrong. > > OK - it will try them and then move on as it stands but empty sites could > be removed from the list too. Partly empty sites get tried then make > moves on. Even so it's faster by FAR for us non-usa makers. Yes I could > tweek MASTER_SITE_BACKUP, but how do I get to insert a site to look in > *before* it ducks off to sunsite or wherever? MASTER_SITE_OVERRIDE It is documented in /etc/make.conf - but I still think that providing good guesses at which sites you'd want in this is a good change. Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 20 09:13:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA22551 for freebsd-ports-outgoing; Wed, 20 May 1998 09:13:55 -0700 (PDT) (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 JAA22545; Wed, 20 May 1998 09:13:50 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA15769; Wed, 20 May 1998 09:09:14 -0700 (PDT) Date: Wed, 20 May 1998 09:09:14 -0700 (PDT) Message-Id: <199805201609.JAA15769@freefall.freebsd.org> To: rpotts@med.osd.mil, jkh@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/6697 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Some packages not found during CD-ROM Installation State-Changed-From-To: open-closed State-Changed-By: jkh State-Changed-When: Wed May 20 09:08:46 PDT 1998 State-Changed-Why: Known limitation of spliting the packages collection. This will be fixed in 2.2.7 by a dependency analysis. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 20 09:18:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA23474 for freebsd-ports-outgoing; Wed, 20 May 1998 09:18:13 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from joshua.enteract.com (joshua.enteract.com [207.229.129.5]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id JAA23463 for ; Wed, 20 May 1998 09:18:08 -0700 (PDT) (envelope-from djhoward@joshua.enteract.com) Received: (qmail 18149 invoked by uid 1032); 20 May 1998 16:18:02 -0000 Message-ID: <19980520111802.C11931@enteract.com> Date: Wed, 20 May 1998 11:18:02 -0500 From: dannyman To: ports@FreeBSD.ORG Subject: audio/mpg123 0.59n should be 0.59k Mail-Followup-To: ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i 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 In talking to the author of mpg123, the latest _stable_ version of mpg123 is 0.59k - the 0.59n in ports has bugs for me. Author says latest development version is 0.59o. 0.59k - stable 0.59n - sucks 0.59o - current I suspect one need merely change the Makefile. :) -dan -- // 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 May 20 10:41:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA09399 for freebsd-ports-outgoing; Wed, 20 May 1998 10:41:15 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from mail.westbend.net (ns1.westbend.net [207.217.224.194]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA09352; Wed, 20 May 1998 10:41:09 -0700 (PDT) (envelope-from hetzels@westbend.net) Received: from admin (admin.westbend.net [207.217.224.195]) by mail.westbend.net (8.8.8/8.8.8) with SMTP id MAA06033; Wed, 20 May 1998 12:41:07 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <000501bd8416$787c4940$c3e0d9cf@admin.westbend.net> From: "Scot W. Hetzel" To: "FreeBSD-Ports" , "FreeBSD-ISP" Subject: Apache v1.3b6 w/FrontPage Module Date: Wed, 20 May 1998 12:41:07 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I just completed porting the FrontPage Module to work on Apache v1.3b6. The only question I have is where do you set SERVER_SUBVERSION. I tried setting it in ../src/main/Makefile.tmpl, but that didn't work. FrontPage Explorer shows "Server Version" as "Apache/1.3b6", and not as "Apache/1.3b6 FrontPage/3.0.4". The port is available only at: http://www.westbend.net/~hetzels/apach-fp/apache-fp.13b6.tgz Scot W. Hetzel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 20 10:55:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA11871 for freebsd-ports-outgoing; Wed, 20 May 1998 10:55:22 -0700 (PDT) (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 KAA11612; Wed, 20 May 1998 10:54:41 -0700 (PDT) (envelope-from andreas@klemm.gtn.com) Received: (from uucp@localhost) by news1.gtn.com (8.8.6/8.8.6) with UUCP id TAA03088; Wed, 20 May 1998 19:45:05 +0200 (MET DST) Received: (from andreas@localhost) by klemm.gtn.com (8.8.8/8.8.8) id TAA09341; Wed, 20 May 1998 19:33:53 +0200 (CEST) (envelope-from andreas) Message-ID: <19980520193353.B1152@klemm.gtn.com> Date: Wed, 20 May 1998 19:33:53 +0200 From: Andreas Klemm To: Satoshi Asami , eivind@yes.no Cc: cvs-committers@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: cvs commit: src/share/mk Makefile References: <19980520124342.21876@follo.net> <199805201050.DAA17387@baloon.mimi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <199805201050.DAA17387@baloon.mimi.com>; from Satoshi Asami on Wed, May 20, 1998 at 03:50:54AM -0700 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 Wed, May 20, 1998 at 03:50:54AM -0700, Satoshi Asami wrote: > (1) What part of that can't be accomplished by a couple extra > sentences in the comment above MASTER_SITE_BACKUP? > > (2) Many of the mirrors don't carry distfiles, or have incomplete > sets. Hiding the list from the user (I'm assuming make.conf is > visible and bsd.*.mk are not) is just plain wrong. And take into consideration, that /etc/make.conf won't get overwritten by "make installword". We should think carefully what is "static" and belongs to /usr/share/mk and what will be overwritten by users or administrators. And it's nice to have a common place for such changes, like stuff under /etc. This is the central point, where I tweak settings, especially in make.conf. I suggest, don't spread that stuff around, if it's not "generic". -- Andreas Klemm http://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 20 10:57:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA12361 for freebsd-ports-outgoing; Wed, 20 May 1998 10:57:17 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.pipeline.ch (intranet.pipeline.ch [195.134.128.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA12356; Wed, 20 May 1998 10:57:14 -0700 (PDT) (envelope-from andre@pipeline.ch) Received: from pipeline.ch ([195.134.128.41]) by freefall.pipeline.ch (Netscape Mail Server v2.02) with ESMTP id AAA112; Wed, 20 May 1998 19:55:10 +0200 Message-ID: <35631936.FAD649B0@pipeline.ch> Date: Wed, 20 May 1998 19:56:06 +0200 From: "IBS / Andre Oppermann" Organization: Internet Business Solutions Ltd. (AG) X-Mailer: Mozilla 4.03 [en] (WinNT; U) MIME-Version: 1.0 To: "Scot W. Hetzel" CC: FreeBSD-Ports , FreeBSD-ISP Subject: Re: Apache v1.3b6 w/FrontPage Module References: <000501bd8416$787c4940$c3e0d9cf@admin.westbend.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Scot W. Hetzel wrote: > > I just completed porting the FrontPage Module to work on Apache v1.3b6. The > only question I have is where do you set SERVER_SUBVERSION. I tried setting > it in ../src/main/Makefile.tmpl, but that didn't work. FrontPage Explorer > shows "Server Version" as "Apache/1.3b6", and not as "Apache/1.3b6 > FrontPage/3.0.4". There has changed somthing in 1.3b6. You might take a look into Apache- week.com. -- Andre Oppermann CEO / Geschaeftsfuehrer Internet Business Solutions Ltd. (AG) Hardstrasse 235, 8005 Zurich, Switzerland Fon +41 1 277 75 75 / Fax +41 1 277 75 77 http://www.pipeline.ch ibs@pipeline.ch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 20 11:05:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA14434 for freebsd-ports-outgoing; Wed, 20 May 1998 11:05:57 -0700 (PDT) (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 LAA14261; Wed, 20 May 1998 11:05:07 -0700 (PDT) (envelope-from andreas@klemm.gtn.com) Received: (from uucp@localhost) by news1.gtn.com (8.8.6/8.8.6) with UUCP id UAA03747; Wed, 20 May 1998 20:00:07 +0200 (MET DST) Received: (from andreas@localhost) by klemm.gtn.com (8.8.8/8.8.8) id TAA10945; Wed, 20 May 1998 19:51:02 +0200 (CEST) (envelope-from andreas) Message-ID: <19980520195102.C1152@klemm.gtn.com> Date: Wed, 20 May 1998 19:51:02 +0200 From: Andreas Klemm To: Peter Hawkins , Tim Vanderhoek Cc: Matthew Hunt , Warner Losh , cvs-committers@FreeBSD.ORG, ports@FreeBSD.ORG Subject: /etc/mail ? ( was: Re: cvs commit: src/share/mk Makefile ) References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary=MGYHOYXEY6WxJCY8 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.91.1i In-Reply-To: ; from Peter Hawkins on Thu, May 21, 1998 at 12:20:54AM +1000 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 --MGYHOYXEY6WxJCY8 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit On Thu, May 21, 1998 at 12:20:54AM +1000, Peter Hawkins wrote: > I guess it's Satoshi's call if he wishes to keep /etc/make.conf as the main > or only place for user configuration. I think it's not a bad idea - in > the spirit of rc.conf... Yeah ! Btw, what about a "central" /etc/mail directory, which contains -rw-r--r-- 1 root wheel 9959 5 Mär 17:40 README lrwxrwxrwx 1 root wheel 10 22 Apr 04:21 aliases -> ../aliases -rw-r--r-- 1 root wheel 85 5 Mär 17:40 genericstable -rw-r--r-- 1 root wheel 16384 5 Mär 17:40 genericstable.db -rw-r--r-- 1 root wheel 8142 5 Mär 17:40 linux.mc -rw-r--r-- 1 root wheel 166 5 Mär 17:40 linux.nullclient.mc -rw-r--r-- 1 root wheel 1460 5 Mär 17:40 mailertable -rw-r--r-- 1 root wheel 16384 5 Mär 17:40 mailertable.db -rw-r--r-- 1 root wheel 0 5 Mär 17:39 sendmail.st -rw-r--r-- 1 root wheel 73 5 Mär 17:40 virtusertable -rw-r--r-- 1 root wheel 16384 5 Mär 17:40 virtusertable.db The linux.mc is a very well documented master configuration file, which contains lot's of nicely documented things. Looks for me like our /etc/rc.conf for the system. Additionally they merged in Claus Aßmann's check rulesets. See http://www.informatik.uni-kiel.de/%7Eca/email/check.html The features of this anto spam package are explained in the linux.mc file and can easily be enabled. Any chance to get this sendmail stuff this way into a /etc/mail /etc/mail/system.mc /usr/share/sendmail/cf/... I'll attach the linux.mc file, so you see what I mean. Perhaps we can copy something interesting from them ? -- Andreas Klemm http://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' --MGYHOYXEY6WxJCY8 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Content-Disposition: attachment; filename=README Copyright (c) 1997 S.u.S.E. GmbH Fuerth, Germany. Author: Florian La Roche simple sendmail configurations: =============================== sendmail is the default mail transfer agent (MTA) for SuSE Linux. It decides what to do with email: transfer it over the network, store it on the local disk or hand it over to other transfer- programs like UUCP. /etc/sendmail.cf is the main sendmail configuration file. If you have a simple setup, you can edit /etc/rc.config and run /sbin/SuSEconfig to have a working /etc/sendmail.cf. Before setting up sendmail, you should make sure that the DNS (domain name system) data is correctly configured. DNS maps hostnames to IP-adresses. For email you should make sure that your wanted email adresse has a valid MX (mail exchanger) record in the DNS data. Just use "host my.host.com" to find out about your DNS data: $ host my.host.com my.host.com address 192.168.0.14 my.host.com mail is handled (pri=10) by my.host.com my.host.com mail is handled (pri=100) by mail-relay.host.com If you don't see anything about mail delivery, please ask your responsible DNS admin. These parameters in /etc/rc.config can be used to configure sendmail: - SENDMAIL_LOCALHOST="localhost host.domain.com www.domain.com" sendmail has to decide what email is delivered locally and what has to be send over the network to another host. Per default only email to the full hostname (FQDN) is stored in local mail-folders. If you need to accept additional email names, just add them here. Example: Your computer is known as "host.domain.com" and is also WWW server for the additional hostname "www.domain.com". Use the following parameters in rc.config: SENDMAIL_TYPE=yes SENDMAIL_LOCALHOST="localhost host.domain.com www.domain.com" - FROM_HEADER="domain.com" If you do not want your outgoing email to have your full hostname as sender address, you can specify any other hostname here. Example: Your machine is called foo.bar.com and you want your email sender address to look like hugo@bar.com, you have the following parameter set in rc.config: FROM_HEADER="bar.com" - SENDMAIL_SMARTHOST="mail-server.provider.com" For all non-local email, sendmail will contact the destination host given by DNS. So it will try to establish connections all over the internet. If you have a dialup-connection or your machine is not running all the time, you should pass all outgoing email to an email- server which tries to deliver your email to the destination host. (This parameter gives a transport method and also the name of the next destination host.) Example 1: You have a dialup-connection and your provider has the host "mail-server.provider.com" as main mail-server. Use the following parameter in rc.config: SENDMAIL_SMARTHOST="smtp:mail-server.provider.com" Example 2: You are a UUCP site and all (non-local) outgoing email should be sent to your UUCP server called "uucp.server.com": SENDMAIL_SMARTHOST="uucp-dom:uucp.server.com" - SENDMAIL_NOCANONIFY=no sendmail will look at all email hostnames and replace them by their full hostnames. If you only have a dialup-connection and you always use full hostnames for sending email, you can disable this "canonification" of the hostname: SENDMAIL_NOCANONIFY=yes - SENDMAIL_EXPENSIVE=no sendmail will immediately try to deliver your email to the next destination host. With SENDMAIL_EXPENSIVE=yes all email that should be sent with smtp to the next host will be kept in your local mail-queue. - SENDMAIL_ARGS="-bd -q30m -om" You normally have sendmail runing with these standard parameters: "-q30m" will look every 30 minutes to re-try sending failed email. "-bd" will start sendmail in daemon mode and sendmail will accept email over the network from other hosts. Dialup-hosts might leave out "-q30m" and run "sendmail -q" e.g. in the evening as cron-job or as part of your dialup scripts. SENDMAIL_ARGS="-bd -q30m -om" (default setting) SENDMAIL_ARGS="-bd -q120m -om" (email delivery every 2 hours) SENDMAIL_ARGS="-bd -om" (no queue runs at all) sendmail.cf supports some more external database files. The default configuration uses /etc/aliases, /etc/mail/mailertable, /etc/mail/genericstable and /etc/mail/virtusertable. These files are normal text files that are converted with "makemap" to the real database files (ending in .db). /sbin/SuSEconfig will automatically call "makemap" if you have changed one of these files.) For all outgoing email, sendmail will use the destination hostname and look into /etc/mail/mailertable to see how this email should be transported to the next destination. Please read that file for some examples on email-routing. If your email is stored locally, then it is normally stored in your mail-folder in /var/spool/mail/. If sendmail cannot imediately deliver email (e.g. because of network problems), it will store it in the queue directory /var/mqueue (this directory is often /var/spool/mqueue on other hosts). Per default sendmail will re-try to deliver the email every 30 minutes. background information about general email things: ================================================== Our sendmail package is configured to use /usr/bin/procmail for local email delivery into /var/spool/mail. So please read "man procmailrc", "man procmailex" and "man procmail" for more infos about this very fine program. The SMTP protocol is used to transfer emails over the network to another host. SMTP exchanges the sender and the recipient of the email and then the complete email with header and body. These sender/recipient addresses are called "envelope from" and "envelope to". sendmail will base all email delivery decisions on the envelope information and not on the information given in the email header. Please note this small difference and also see that the "From:" line in the email header is not used for further email delivery. (If you have a ".forward" file that forwards your email to a new destination, the "From:" line in your email header will remain unchanged, but the envelope information is changed to your new address.) Once the email is stored in your mail-folder in /var/spool/mail, the information about envelope addresses is lost. This is the reason, why you cannot use POP to fetch email for a complete domain as POP reads a normal mail-folder without any envelope information. Here is a simple model about what DNS does. It is not really the truth, but is a quit good model to learn about the difficulties with configuring email. All IP packets are routed by their IP adresses. Whenever you give any program a hostname, this will first be translated by a DNS server or by /etc/hosts into an IP address. DNS uses two translation tables. One is used for normal hostname lookups like e.g. "telnet host.com" and one is used only for email. So "telnet" might open a connection to a different host than sending email to that address. This is the reason you should never configure sendmail to use /etc/hosts for hostname translations. Please take the trouble of setting up a DNS server if you want to deliver email to several machines. If you really don't want to do that, use /etc/mail/mailertable to specify a destination IP address for each host without valid DNS data. Here is a bit more detailed information about DNS tables: - One table is used to give you a mapping from all IP addresses to a hostname. This is called a "reverse mapping" as you normally only want to get an IP address from a hostname. - You have tables that translate a hostname into one or more IP adresses. These are called "a(ddress) records". - You can have entries pointing to other a-records. These are called alias names or "CNAME" by DNS. (The alias names point to the canonical name, CNAME.) background information for more complex sendmail configurations: ================================================================ If you want to create your own /etc/sendmail.cf, you can set SENDMAIL_TYPE=no in /etc/rc.config. /usr/share/sendmail contains m4 macro files that are often used to generate a sendmail.cf file. (This is also done by /sbin/SuSEconfig for the simple configurations with rc.config.) /etc/mail/linux.mc is a sample file with lots of comments about possible configurations. Change it to your local needs and call "m4 /etc/mail/linux.mc > /etc/sendmail.cf". Please look at the available docu files in /usr/share/sendmail and /usr/doc/packages/sendmail. Maybe also look at http://www.sendmail.org/. I really recommend reading the sendmail book by O'Reilly for complex email setups. This readme is much too small to learn you everything about email :-) anti-spam support in this sendmail package: =========================================== Check the following pages for the newest information about anti-spam measures: - http://www.sendmail.org/antispam.html - http://spam.abuse.net/ - http://maps.vix.com/rbl/ - http://www.informatik.uni-kiel.de/%7Eca/email/check.html You can do the following things against email spam: - Stop relaying email for non-local hosts so your site is not mis-used to deliver spam email to other hosts. - Refuse to deliver email to local users from a list of well-known spam-sites. - Refuse email all emails that do not have a valid MX record. Use a "temporary failure, please try again" so that email is not lost if we cannot get the DNS data due to network problems. This sendmail package has anti-spam support from Claus Aßmann that is available from http://www.informatik.uni-kiel.de/%7Eca/email/check.html. The source files are in http://www.informatik.uni-kiel.de/%7Eca/email/ rules/check.tar. The anti-spam support is added to the m4 configuration of sendmail in /usr/share/sendmail/hack. The documentation from the author is in /usr/share/sendmail/README.check. I have added a sample configuration with lots of comments to "linux.mc". --MGYHOYXEY6WxJCY8 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=genericstable # # map outgoing sender addresse from foo to bar@domain.com: # foo bar@domain.com # --MGYHOYXEY6WxJCY8 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="linux.mc" dnl Copyright (c) 1997 S.u.S.E. GmbH Fuerth, Germany. dnl Author: Florian La Roche dnl dnl dnl "dnl" starts a comment until the next newline charcter dnl putting words into `'-pairs disables macro expansion dnl include(`/usr/share/sendmail/m4/cf.m4') VERSIONID(`linux setup for SuSE')dnl OSTYPE(`linux')dnl dnl dnl put some statistics about email into this file (man mailstats) dnl define(`STATUS_FILE', `/etc/mail/sendmail.st')dnl dnl dnl use this user id if we do not use some specific local user dnl (e.g. for delivering error messages) dnl define(`confDEF_USER_ID', `daemon:daemon')dnl dnl dnl we use procmail for all local mail delivery dnl define(`PROCMAIL_MAILER_PATH', `/usr/bin/procmail')dnl dnl dnl store emails in this dir before they are given to the next host dnl define(`QUEUE_DIR', `/var/mqueue')dnl dnl dnl enable this to send all error messages also to this address dnl define(`confCOPY_ERRORS_TO', `Postmaster')dnl dnl dnl do not send MIME error messages dnl dnl define(`confMIME_FORMAT_ERRORS', `False')dnl dnl dnl the default max message size for UUCP is only 100k and too small... dnl define(`UUCP_MAILER_MAX', `2000000')dnl dnl dnl if you have a modem and you use dial on demand, specify the time dnl until you have a working connection. sendmail will then retry to dnl establish a connection. dnl dnl define(`confDIAL_DELAY', `10s')dnl dnl dnl timeout before a warning message is sent to the sender telling them dnl that the message has been deferred dnl dnl define(`confTO_QUEUEWARN', `4h')dnl dnl dnl timeout before a message is returned as undeliverable dnl dnl define(`confTO_QUEUERETURN', `5d')dnl dnl dnl we will accept incoming email until a load of 18 and we will try dnl to deliver email until the load hits 12 dnl define(`confQUEUE_LA', `12')dnl define(`confREFUSE_LA', `18')dnl dnl dnl you probably always want to disable the SMTP expn and verfy commands dnl with "noexpn" and "noverfy". dnl if you have lots of users, you might want to add "restrictmailq" and dnl "restrictrunq", but normally they can be left out. dnl "authwarnings" warns about all people that e.g. use "sendmail -bs" dnl and adds X-Authentication-Warning: headers. pine users might want to dnl disable this. dnl "noreceipts" ignores all Return-Receipt-To: headers. dnl define(`confPRIVACY_FLAGS', `authwarnings,novrfy,noexpn')dnl dnl dnl create the dir /var/mqueue/.hoststat and sendmail will write dnl status information about the destination hosts into it. this should dnl speed up email delivery on big email servers. dnl dnl define(`confHOST_STATUS_DIRECTORY', `.hoststat')dnl dnl dnl enable the userdb lookup (userdb is not recommended, please look at dnl genericstable/virtusertable instead. userdb was never really intended dnl for setting the sender email name. so please don't use it for that.) dnl dnl define(`confUSERDB_SPEC', `/etc/mail/userdb.db')dnl dnl dnl these users are allowed to modify the email sender address. or dnl you can enable reading this list from an external file. dnl define(`confTRUSTED_USERS', `mdom wwwrun')dnl dnl dnl define(`confCT_FILE', `/etc/mail/sendmail.ct')dnl dnl FEATURE(`use_ct_file')dnl dnl dnl you can specify a smarthost either here or in /etc/mail/mailertable dnl dnl define(`SMART_HOST', `smtp:mail.smarthost.de')dnl dnl define(`SMART_HOST', `uucp-dom:otheruucphost')dnl dnl define(`MAIL_HUB', `smtp:host.your.domain')dnl dnl define(`LOCAL_RELAY', `smtp:host.your.domain')dnl dnl dnl enable the following two lines, if you have a dialup connection dnl and want to queue all email until "sendmail -q" is started. dnl dnl define(`confCON_EXPENSIVE', `True')dnl dnl define(`SMTP_MAILER_FLAGS',`e')dnl dnl dnl sendmail will give all hostnames to your DNS server and replace the dnl names with the FQDN ones. as nearly all email-programs use the full dnl hostname and you will probably also just use full hostnames as dnl destination addresses, you could disable this "feature". dnl this is also used for dial-on-demand connections where we don't want dnl to trigger a connection just for a DNS query. dnl dnl FEATURE(`nodns')dnl dnl FEATURE(`nocanonify')dnl dnl dnl if you really have to disable DNS lookups and only want to use /etc/hosts, dnl you have to create the file /etc/service.switch with the two lines dnl "hosts files" and "aliases files" in it. dnl please configure a real DNS server and do not use this mis-feature. dnl you might instead also use /etc/mail/mailertable with IP addresses. dnl dnl define(`confSERVICE_SWITCH_FILE', `/etc/service.switch')dnl dnl define(`confHOSTS_FILE', `/etc/hosts')dnl dnl dnl just add the local domain if the email address doesn't have one dnl FEATURE(`always_add_domain')dnl dnl dnl specify the sender email address for all outgoing mail from the local dnl machine. most people also want to use "masquerade_envelope" to also dnl change the envelope addresses. dnl use "allmasquerade" to also change the recipient addresse. don't use dnl this feature, if you don't have the full /etc/aliases and the full dnl /etc/passwd on your host. dnl dnl MASQUERADE_AS(`newdomain.com')dnl dnl FEATURE(`masquerade_envelope')dnl dnl FEATURE(`allmasquerade')dnl dnl dnl use procmail for local mail delivery. the exact pathname is given above. dnl FEATURE(`local_procmail')dnl dnl dnl this table is used for all outgoing mail. just look at it for examples. dnl FEATURE(`mailertable', `hash -o /etc/mail/mailertable.db')dnl dnl dnl you can use these tables for additional sendmail features dnl (mapping of email names) dnl FEATURE(`genericstable', `hash -o /etc/mail/genericstable.db')dnl FEATURE(`virtusertable', `hash -o /etc/mail/virtusertable.db')dnl dnl dnl these mailers are available. per default only smtp is used. you have dnl to add entries to /etc/mail/mailertable to enable one of the other dnl mailers. dnl MAILER(`local')dnl MAILER(`procmail')dnl MAILER(`smtp')dnl MAILER(`uucp')dnl MAILER(`bsmtp')dnl MAILER(`fido')dnl dnl dnl "use_ip" is a list of IP addresses that are allowed to relay mail. dnl "use_names" is a list of domain names that are allowed to relay mail. dnl If your host accepts non-local email as relay for other sites, use dnl "use_relayto" to specify those sites. dnl To ban unauthorized relay, you have to use one or more of "use_ip", dnl "use_names" and "use_relayto". Always add the line with "check_rcpt4". dnl dnl HACK(`use_ip',`/etc/mail/LocalIP')dnl dnl HACK(`use_names', `/etc/mail/LocalNames')dnl dnl HACK(`use_relayto', `/etc/mail/RelayTo')dnl dnl HACK(`check_rcpt4')dnl dnl dnl "check_rcpt5" can be used instead of "check_rcpt4" to also allow dnl email relay based on the envelope from address. The format of the file dnl is "user@address.domain allow" or "another.domain allow". dnl dnl HACK(`check_rcpt5', `hash -a@ALLOWED /etc/mail/allow.db')dnl dnl dnl ban local email delivery from well-known spam sites. dnl the format of the database file is: dnl junk.domain "Error-Code Error-Text" dnl spammer@address.domain "Error-Code Error-Text" dnl D.X.Y.Z "Error-Code Error-Text" dnl C.X.Y "Error-Code Error-Text" dnl B.X "Error-Code Error-Text" dnl A "Error-Code Error-Text" dnl junk.domain JUNK dnl spammer@address.domain SPAMMER dnl cyberpromo.com "571 Sorry, Spamford, no e-mail from your place." dnl honey@sweeties.com "571 Honey, you're a spammer, go away." dnl If the RHS is JUNK or SPAMMER, a default error text is used. dnl "check_relay3" uses the IP addresses: full address, or class a, b or c. dnl ACCEPT_SOME activates a backdoor: all entries must have the form dnl "user@address OK" or "domain OK". dnl dnl define(`_ACCEPT_SOME_',`hash -o /etc/mail/accept.db')dnl dnl HACK(`check_mail3', `btree -a@JUNK /etc/mail/junk.db')dnl dnl HACK(`check_relay3', `btree -a@JUNK /etc/mail/junk.db')dnl dnl dnl sendmail only accepts emails as local that use the FQDN. if you want dnl to accpect further hostnames as local email, add them here or put dnl them into a sendmail.cw file. dnl dnl define(`confCW_FILE', `/etc/mail/sendmail.cw')dnl dnl FEATURE(use_cw_file)dnl dnl alternate names: dnl Cw localhost www.domain.com --MGYHOYXEY6WxJCY8 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="linux.nullclient.mc" include(`/usr/share/sendmail/m4/cf.m4') VERSIONID(`linux setup for SuSE')dnl OSTYPE(`linux')dnl FEATURE(`nullclient', `mailhub.domain.com')dnl FEATURE(nocanonify)dnl --MGYHOYXEY6WxJCY8 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=mailertable # Copyright (c) 1997 S.u.S.E. GmbH Fuerth, Germany. # Author: Florian La Roche # # sendmail will look for all non-local email into this file to determine # the transport way to the next host. the destination hostname is used # to find an entry in this file. # # all uucp examples will use normal domain addressing for email. # this should be used by nearly everyone today. # # this will send all email via uucp to an attached uucp host. # a uucp server should have an entry for each attached uucp host. #uuhost.domain.com uucp-dom:uuhost # # to configure one uucp host that needs to send all non-local mail # to a uucp-server called "uuserver", we just configure a smarthost entry: #. uucp-dom:uuserver # # hosts sending email should be running all the day. if other hosts # are down, they can try in regular intervals to deliver email. # if you want to work on a machine that is not turned on all the time, # you can fetch email from the main email hub and send all outgoing # email directly to your local email hub for further delivery. # that is called a smarthost-entry: #. smtp:mailhub.domain.com # # send all email for a special host to another host or to a specific IP: #host.sub.org smtp:host.domain.com #host.sub.org smtp:[192.168.0.1] # # send email for all hosts below .sub.org to another host: #.sub.org smtp:host.domain.com # # send all email for a specific host to one local user called "foo": #host.sub.org local:foo # --MGYHOYXEY6WxJCY8 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=virtusertable # # map incoming email from foo@domain.com to bar # foo@domain.com bar # --MGYHOYXEY6WxJCY8-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 20 11:32:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA20995 for freebsd-ports-outgoing; Wed, 20 May 1998 11:32:51 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from mail.westbend.net (ns1.westbend.net [207.217.224.194]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA20892 for ; Wed, 20 May 1998 11:32:27 -0700 (PDT) (envelope-from hetzels@westbend.net) Received: from admin (admin.westbend.net [207.217.224.195]) by mail.westbend.net (8.8.8/8.8.8) with SMTP id NAA06187; Wed, 20 May 1998 13:32:21 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <000e01bd841d$a07b6000$c3e0d9cf@admin.westbend.net> From: "Scot W. Hetzel" To: "IBS / Andre Oppermann" Cc: "FreeBSD-Ports" Subject: Re: Apache v1.3b6 w/FrontPage Module Date: Wed, 20 May 1998 13:32:21 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From: IBS / Andre Oppermann >Scot W. Hetzel wrote: >> >> I just completed porting the FrontPage Module to work on Apache v1.3b6. The >> only question I have is where do you set SERVER_SUBVERSION. I tried setting >> it in ../src/main/Makefile.tmpl, but that didn't work. FrontPage Explorer >> shows "Server Version" as "Apache/1.3b6", and not as "Apache/1.3b6 >> FrontPage/3.0.4". > >There has changed somthing in 1.3b6. You might take a look into Apache- >week.com. > I checked the apacheweek website, but all it had for info was that Apache would be implementing a server version API so modules can have there version info added in the next beta. No info on the name of the API or how to use it. Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 20 11:38:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA22594 for freebsd-ports-outgoing; Wed, 20 May 1998 11:38:09 -0700 (PDT) (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 LAA22459; Wed, 20 May 1998 11:37:37 -0700 (PDT) (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 LAA20981; Wed, 20 May 1998 11:37:25 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Andreas Klemm cc: Satoshi Asami , eivind@yes.no, cvs-committers@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: cvs commit: src/share/mk Makefile In-reply-to: Your message of "Wed, 20 May 1998 19:33:53 +0200." <19980520193353.B1152@klemm.gtn.com> Date: Wed, 20 May 1998 11:37:25 -0700 Message-ID: <20978.895689445@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > And take into consideration, that /etc/make.conf won't get > overwritten by "make installword". We should think carefully Well, can you guys _please_ sort out the bsd.locale.mk problem today sometime so that I can roll this 3.0 SNAP? I don't want to roll one with a temporary file in it if I can help it. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 20 11:51:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA26031 for freebsd-ports-outgoing; Wed, 20 May 1998 11:51:40 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA25868; Wed, 20 May 1998 11:50:54 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id EAA22931; Thu, 21 May 1998 04:45:17 +1000 Date: Thu, 21 May 1998 04:45:17 +1000 From: Bruce Evans Message-Id: <199805201845.EAA22931@godzilla.zeta.org.au> To: ac199@hwcn.org, andreas@klemm.gtn.com, thepish@FreeBSD.ORG Subject: Re: /etc/mail ? ( was: Re: cvs commit: src/share/mk Makefile ) Cc: cvs-committers@FreeBSD.ORG, imp@village.org, mph@pobox.com, ports@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >> I guess it's Satoshi's call if he wishes to keep /etc/make.conf as the main >> or only place for user configuration. I think it's not a bad idea - in >> the spirit of rc.conf... > >Yeah ! It's a bad idea, and not at all like rc.conf. rc.conf is sourced only at system startup. /etc/make.conf is sourced on every invocation of make. Who knows what pollution in it might do to non-FreeBSD makefiles? Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 20 12:03:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA29215 for freebsd-ports-outgoing; Wed, 20 May 1998 12:03:40 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from flarn.dyn.ml.org (mph@usr215.third-wave.com [147.72.122.78]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA29047 for ; Wed, 20 May 1998 12:02:55 -0700 (PDT) (envelope-from mph@flarn.dyn.ml.org) Received: (from mph@localhost) by flarn.dyn.ml.org (8.8.8/8.8.8) id PAA21862; Wed, 20 May 1998 15:01:41 -0400 (EDT) (envelope-from mph) Message-ID: <19980520150140.A21837@flarn.dyn.ml.org> Date: Wed, 20 May 1998 15:01:40 -0400 From: Matthew Hunt To: ports@FreeBSD.ORG Subject: Re: audio/mpg123 0.59n should be 0.59k References: <19980520111802.C11931@enteract.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <19980520111802.C11931@enteract.com>; from dannyman on Wed, May 20, 1998 at 11:18:02AM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, May 20, 1998 at 11:18:02AM -0500, dannyman wrote: > 0.59k - stable > 0.59n - sucks > 0.59o - current > I suspect one need merely change the Makefile. :) You suspect wrong. I'm still waiting for patches to build 0.59o on a 2.2-STABLE machine, and preferably a MAINTAINER. The previous MAINTAINER opted out, because he runs OSS, and cannot devote his resources to supporting stock -STABLE. -- Matthew Hunt * Stay close to the Vorlon. http://mph124.rh.psu.edu/~mph/pgp.key for PGP public key 0x67203349. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 20 13:27:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA18424 for freebsd-ports-outgoing; Wed, 20 May 1998 13:27:11 -0700 (PDT) (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 NAA18315; Wed, 20 May 1998 13:26:31 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from baloon.mimi.com (sjx-ca124-53.ix.netcom.com [207.223.162.181]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id NAA01456; Wed, 20 May 1998 13:25:53 -0700 (PDT) Received: (from asami@localhost) by baloon.mimi.com (8.8.8/8.8.8) id NAA18644; Wed, 20 May 1998 13:25:40 -0700 (PDT) (envelope-from asami) Date: Wed, 20 May 1998 13:25:40 -0700 (PDT) Message-Id: <199805202025.NAA18644@baloon.mimi.com> To: jkh@time.cdrom.com CC: andreas@klemm.gtn.com, eivind@yes.no, cvs-committers@FreeBSD.ORG, ports@FreeBSD.ORG In-reply-to: <20978.895689445@time.cdrom.com> (jkh@time.cdrom.com) Subject: Re: cvs commit: src/share/mk Makefile From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * Well, can you guys _please_ sort out the bsd.locale.mk problem * today sometime so that I can roll this 3.0 SNAP? I don't want * to roll one with a temporary file in it if I can help it. Today? Please back it out then (I don't have time until much later tonight). We can always add it back if we decide it's a good idea *after* a discussion. The relevant revisions (after the commit, so you need to subtract one to back out) are: Revision Changes Path 1.64 +44 -2 src/etc/make.conf 1.12 +6 -1 src/share/mk/bsd.README 1.275 +8 -1 src/share/mk/bsd.port.mk 1.17 +4 -4 src/share/mk/Makefile Also, bsd.locale.mk should be removed. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 20 13:48:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA22469 for freebsd-ports-outgoing; Wed, 20 May 1998 13:48:50 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from localhost.my.domain (ppp1627.on.bellglobal.com [206.172.249.91]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA22154; Wed, 20 May 1998 13:47:14 -0700 (PDT) (envelope-from ac199@hwcn.org) Received: from localhost (tim@localhost) by localhost.my.domain (8.8.8/8.8.8) with SMTP id QAA00692; Wed, 20 May 1998 16:45:11 -0400 (EDT) (envelope-from ac199@hwcn.org) X-Authentication-Warning: localhost.my.domain: tim owned process doing -bs Date: Wed, 20 May 1998 16:45:11 -0400 (EDT) From: Tim Vanderhoek X-Sender: tim@localhost Reply-To: ac199@hwcn.org To: Satoshi Asami cc: ac199@hwcn.org, mph@pobox.com, imp@village.org, cvs-committers@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: cvs commit: src/share/mk Makefile In-Reply-To: <199805201006.DAA17270@baloon.mimi.com> 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 Wed, 20 May 1998, Satoshi Asami wrote: > You're going in the wrong direction. I think the whole bsd.locale.mk > thing should be deleted. It doesn't really add any functionality and > just complicates the process. In short, I agree. :-) I wouldn't mind seeing MASTER_SITE_LOCAL disappear, though. There can't be many ports which actually use it anymore and current practice is to host distfiles hub/HTTP. -- This .sig is not innovative, witty, or profund. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 20 15:39:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA13935 for freebsd-ports-outgoing; Wed, 20 May 1998 15:39:38 -0700 (PDT) (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 PAA13598; Wed, 20 May 1998 15:37:32 -0700 (PDT) (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 PAA22212; Wed, 20 May 1998 15:33:54 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: asami@FreeBSD.ORG (Satoshi Asami) cc: andreas@klemm.gtn.com, eivind@yes.no, cvs-committers@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: cvs commit: src/share/mk Makefile In-reply-to: Your message of "Wed, 20 May 1998 13:25:40 PDT." <199805202025.NAA18644@baloon.mimi.com> Date: Wed, 20 May 1998 15:33:54 -0700 Message-ID: <22208.895703634@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Done, thanks! > * Well, can you guys _please_ sort out the bsd.locale.mk problem > * today sometime so that I can roll this 3.0 SNAP? I don't want > * to roll one with a temporary file in it if I can help it. > > Today? Please back it out then (I don't have time until much later > tonight). We can always add it back if we decide it's a good idea > *after* a discussion. > > The relevant revisions (after the commit, so you need to subtract one > to back out) are: > > Revision Changes Path > 1.64 +44 -2 src/etc/make.conf > 1.12 +6 -1 src/share/mk/bsd.README > 1.275 +8 -1 src/share/mk/bsd.port.mk > 1.17 +4 -4 src/share/mk/Makefile > > Also, bsd.locale.mk should be removed. > > Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 20 18:43:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA16101 for freebsd-ports-outgoing; Wed, 20 May 1998 18:43:53 -0700 (PDT) (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 SAA15965; Wed, 20 May 1998 18:43:11 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from baloon.mimi.com (sjx-ca124-53.ix.netcom.com [207.223.162.181]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id SAA01737; Wed, 20 May 1998 18:42:39 -0700 (PDT) Received: (from asami@localhost) by baloon.mimi.com (8.8.8/8.8.8) id SAA20226; Wed, 20 May 1998 18:41:43 -0700 (PDT) (envelope-from asami) Date: Wed, 20 May 1998 18:41:43 -0700 (PDT) Message-Id: <199805210141.SAA20226@baloon.mimi.com> To: bde@zeta.org.au CC: ac199@hwcn.org, andreas@klemm.gtn.com, thepish@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, imp@village.org, mph@pobox.com, ports@FreeBSD.ORG In-reply-to: <199805201845.EAA22931@godzilla.zeta.org.au> (message from Bruce Evans on Thu, 21 May 1998 04:45:17 +1000) Subject: Re: /etc/mail ? ( was: Re: cvs commit: src/share/mk Makefile ) From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * It's a bad idea, and not at all like rc.conf. rc.conf is sourced only at * system startup. /etc/make.conf is sourced on every invocation of make. * Who knows what pollution in it might do to non-FreeBSD makefiles? So you agree with me, right? What I'm saying is we can just use MASTER_SITE_BACKUP and MASTER_SITE_OVERRIDE variables already in make.conf, instead of adding new variables which (by bsd.port.mk) function by eventually appending something to the above. (Defining generic names like LOCALE in /etc/make.conf is dangerous....) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 20 18:46:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA16596 for freebsd-ports-outgoing; Wed, 20 May 1998 18:46:13 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from jseger@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA16407; Wed, 20 May 1998 18:45:12 -0700 (PDT) (envelope-from jseger) Date: Wed, 20 May 1998 18:45:12 -0700 (PDT) From: "Justin M. Seger" Message-Id: <199805210145.SAA16407@hub.freebsd.org> To: dob@bazzle.com, jseger, freebsd-ports Subject: Re: ports/6540 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Need port of TclX that applies to Tcl8.0 State-Changed-From-To: open-closed State-Changed-By: jseger State-Changed-When: Wed May 20 18:41:01 PDT 1998 State-Changed-Why: Import with some modifications. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 20 22:44:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA28630 for freebsd-ports-outgoing; Wed, 20 May 1998 22:44:47 -0700 (PDT) (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 WAA28618 for ; Wed, 20 May 1998 22:44:42 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA19223; Wed, 20 May 1998 22:40:01 -0700 (PDT) Received: from bradenton.cs.miami.edu (clarkead.packet.net [206.228.135.32]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA28217 for ; Wed, 20 May 1998 22:41:46 -0700 (PDT) (envelope-from marcus@bradenton.cs.miami.edu) Received: (from root@localhost) by bradenton.cs.miami.edu (8.8.8/8.8.8) id BAA06071; Thu, 21 May 1998 01:41:09 -0400 (EDT) (envelope-from marcus) Message-Id: <199805210541.BAA06071@bradenton.cs.miami.edu> Date: Thu, 21 May 1998 01:41:09 -0400 (EDT) From: marcus@miami.edu Reply-To: marcus@miami.edu To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6703: Updated gone port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6703 >Category: ports >Synopsis: Updated gone 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: Wed May 20 22:40:01 PDT 1998 >Last-Modified: >Originator: Joe "Marcus" Clarke >Organization: Cisco Systems >Release: FreeBSD 2.2.6-RELEASE i386 >Environment: New gone port has been tested on 2.2.6-RELEASE, 3.0 SNAP. >Description: Gone has been updated to 1.3.1 after a beta period. Updated file is in incoming named gone-1998052101.tar.gz. >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 Wed May 20 22:51:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA29772 for freebsd-ports-outgoing; Wed, 20 May 1998 22:51:40 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA29749; Wed, 20 May 1998 22:51:27 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id PAA29369; Thu, 21 May 1998 15:50:09 +1000 Date: Thu, 21 May 1998 15:50:09 +1000 From: Bruce Evans Message-Id: <199805210550.PAA29369@godzilla.zeta.org.au> To: asami@FreeBSD.ORG, bde@zeta.org.au Subject: Re: /etc/mail ? ( was: Re: cvs commit: src/share/mk Makefile ) Cc: ac199@hwcn.org, andreas@klemm.gtn.com, cvs-committers@FreeBSD.ORG, imp@village.org, mph@pobox.com, ports@FreeBSD.ORG, thepish@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > * It's a bad idea, and not at all like rc.conf. rc.conf is sourced only at > * system startup. /etc/make.conf is sourced on every invocation of make. > * Who knows what pollution in it might do to non-FreeBSD makefiles? > >So you agree with me, right? What I'm saying is we can just use >MASTER_SITE_BACKUP and MASTER_SITE_OVERRIDE variables already in >make.conf, instead of adding new variables which (by bsd.port.mk) >function by eventually appending something to the above. > >(Defining generic names like LOCALE in /etc/make.conf is dangerous....) MASTER_SITE_* shouldn't be there either. There should be separate configuration files for making /usr/src, ports, and everything else. /etc/make.conf is OK for the latter. The problem is getting the configuration file included early enough. bsd.ports.mk would be too late for macros that are expanded earlier. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 20 23:04:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA01935 for freebsd-ports-outgoing; Wed, 20 May 1998 23:04:54 -0700 (PDT) (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 XAA01910 for ; Wed, 20 May 1998 23:04:47 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA19282; Wed, 20 May 1998 23:00:05 -0700 (PDT) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA01397; Wed, 20 May 1998 23:01:27 -0700 (PDT) (envelope-from nobody) Message-Id: <199805210601.XAA01397@hub.freebsd.org> Date: Wed, 20 May 1998 23:01:27 -0700 (PDT) From: Nakai@technologist.com To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/6704: New port: gtk-- Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6704 >Category: ports >Synopsis: New port: gtk-- >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 May 20 23:00:02 PDT 1998 >Last-Modified: >Originator: Yukihiro Nakai >Organization: Apricot Computer, Japan >Release: 3.0-980515-SNAP >Environment: FreeBSD twotop.apricot.astec.co.jp 3.0-980515-SNAP FreeBSD 3.0-980515-SNAP #0: Fri May 15 10:17:09 GMT 1998 root@make.ican.net:/usr/src/sys/compile/GENERIC i386 >Description: I have made the new port gtk--. Gtk-- is the C++ wrapper for gtk class library. Yukihiro Nakai -------------- begin 644 gtk---0.9.3-980511.tar.gz M'XL(`(?"8S4``^U9;6_;MA;.U^A7'*S9XL2Q+#E^:9PZ<)=XG8'$*>QT+UCO M+6B*EEE+HD923;(B^^TC)2=M+:;%AFM?8.43.!*?PY?#<\A#4@SEHE:K;ZT5 MT/0ZK19L`?B=EJ>?"O?/90+:K4:GTVDHJ&S>H>]M06N]:A7(A$0<8"M!"T0_ MD^]Z3DBT"84VBS#W?[H(US@&_K[_?:_C6_]O`A_\__)\.+E:2QN^Y[6;S4?] MW_0.&RO^;WC>X19X:]%F!5^Y_Z,H)B79%`D#29,RQV[*7"8E,V3-:5,! M/"=X\4BI7*9ZE5%)XK(THJ+<7\PBQH6R(9;45.4GXH"BB(6&3/&4&=A$(IJ0 MLF-PQM^5318@BQ?BA*#MU-Z$Z.T3'/RCI)R$$DY"SD1PF0HC@+*'IG6N>Q1:W&4 M&,8+SR+#Q!,8&>:%P)Q%D4FK0D("-=<"0U04)$7FT"M2FCS2&[60R5UD6<&+02)%&!^FQD#)> M5O>:!B$QT29CKZ;54FB@5"2.RSW,!8F13DO#5[%JH-Z4;*AX$3&M;D2G*F9, M%1O'+OHT&:VD!5M-NY[K.7UR0S#4A5[7HT`I-Z,AU&+X]GNGGR5&X=CI!Y3S M&#[1ROE_[TPL-H$/^_^SP>1TO)8VOK#_!V@U5\]_'7W^M_O_]>.T6H5KCM*4 M<)@Q#FH\'`""&]^'4-%SB@6H&,,1O[41X5^(#_/_]/+B8C!:QQ>`OS__&WZK M8>?_)F#G_]>-CT[D:_L"_`^^_S;]AOW^NPE\[/\X6(_%OQC_.Z7X[[7M_F\C MN#AK024?!#7//7(/764--_QC#WK0])^2HTX#3UMM-&W.VL&L@3MXUFX'Z"F> M^3.['OP+]/M.[G]Q*R2)*]-LMG=<,)S(C"?@J>2= M4]5_]7W0MX$)B@G,LB2_.8(99S%<7(XO?[R<_#B$YPLZIPL&SV+&69\C3-RL M)MGBEKD(NV_3$]BO.U4\5^[>=ZKWU54P2X2$@@8A^1Z\=ZH`']/B8%\>YV2> MY/D[G4%%98=>#T:OSL_W-/>@NA($65KYQOU&]:E:9*^HBHK\NZ^]7?A<@6)B MZ*<^DU5$3XFKZA>11+>Y5_./566]WFY]%[[[#L2)(H]!U&I[H"PE.8W5/T0C MFH2@\HB\Y[K*O&[9$U7_^*%V5?"D]U!!D4]W;E_DNM9WEQ:YYV5-G/A[]PQH MU?,*MW73-:65#U2`OM>E*`*L[-S-\_SYWWIUYT$3C2DG:+'L[IU^\%ZE,/%> MC**(8=V6ZKE?V$2])CB]K?`#]7:0BPH!_RU/_*>G#5LPA56UI^[L/N4S*.+_ M!5H0?0983QM?VO]WO%9I_]^P\7\C>`(C<@WZ%DVHD!6<_)Y13H)N[DI]<%#",R0)8#6GY5*0K^Y^L1[H->`)_#QG\8/H M'K]F.G)S!B/M`WB6/_J2X'G"(A;JFW7,XA/GB:I@9QCLJ!?G;#BY&CV_&/2V M/SJ\.*?/KP8O+L?#P:2W?>/[SL7SR=5@_&8RO-+,3*;=>EW]=T,:IVJ%"^MI M-M777CLTG>^NO7KJ]^W9WW+R_' M5Y.SX?BNKAK7=3K.B]&K-Z>7HQ^&+UZ-E;*W1#BO)H,WO_A^D7!2)F2-JK5& M!;RNL[WS_ORLR'^GK^U4G>/!#\-?[O1%G^.XRRLZ>#85@9O??<:+$QO@+"PL M+"PL+"PL+"PL+"PL+"PL+"PL+"PL+"PL+"PL+"PL+"PLOC[\!0*1@68`4``` ` end >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 Wed May 20 23:14:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA03439 for freebsd-ports-outgoing; Wed, 20 May 1998 23:14:52 -0700 (PDT) (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 XAA03415 for ; Wed, 20 May 1998 23:14:46 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA19298; Wed, 20 May 1998 23:10:04 -0700 (PDT) Date: Wed, 20 May 1998 23:10:04 -0700 (PDT) Message-Id: <199805210610.XAA19298@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: Yukihiro Nakai Subject: Re: ports/6221: New port: mico Reply-To: Yukihiro Nakai Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/6221; it has been noted by GNATS. From: Yukihiro Nakai To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/6221: New port: mico Date: Thu, 21 May 1998 15:08:03 +0900 Mico-port is updated from 2.0.5 to 2.0.6. Use this and ignore previous mail. Yukihiro Nakai -------------- begin 644 mico-2.0.6-980521.tar.gz M'XL(`*'$8S4``^U;^V_;.!+NK]9?06QSV`:N;$E^)6Z]L&N[.6-C)[#3QP$% M#%JB8V[T<$0JCW9[?_L-);_)-&DN=M&N!D@D?1R2(X[F(T<6/6H'^6?;%50T M*J42>H:062D9X@@R/\XN4+ED52H5"S1!S2A8Y6>HM&6[8HD8QR%"SWQ\@>DW M]*XGA+B[,&BWX@G_3R_.M_D,?+__3=.HI/[?A2S\?WK<&9QMIP_3,,K%XIW^ M+YFF)?Q?,"I%LUR!<],R3.L9,K9CSKK\P_T_HGZ>7!&?.YHXI8Z;'+TP.88) M+AX3'8?+9)_TU#MW.3 M=63E.GY8FP%K"X.;$^S[Q&V(MAZD(^Y-K15XWITMB#*I)G:DW`3!5<1J;L85#9B M!_Z8GM^%YL#7:P4.I9NZ#F53S.V)A#-9]=878RGY),&5]I$;FTRE,1W3&^)L M@N?\0APW856K$",J2#(,0*55U.N#'--""ET/3U682C,Y*DJFF(9*4*'+B&P:8"K->+0D M^`I"/Y"[2V!H!@('[G4D_&GEC%PYAV6(!3DS9ZSB.+I1:-L!8PIXH5HG-\1& M>2:6,JZ33'A(]]"_WFCUR%<6]N.&DK41X=$T9[/))@2(AV')A'U3K,C`UO// M*PA,,NO(;$6UAI;B!D,[5UH!#\2"+G>PAL0+LPT,EF4)4G=H&'IH-4AD+':` M]J-7LJD\1A;Y7ZL]:/:WT\<]^1]"%6LE_R^*_+]BE=+\;Q>"49QD(6`T)"9? MXD'2@\6\@JXGU)Z@\P"[B#(T#N'^;Q&^PM3%(Y>D\?Y+R"+^FR?=;KNWE3=` MWQ?_XOV?95:,-/YW(6G\_[-E]B;$)6Q[OP`\XOU_L6"D[_]W(2O^]YPM#?C] M_%_8Y'\XI/R_"^FV2NA%G'HF.2T,!N1]^ZB&1MBTRH?$*)4/BP>C?\ M:_XO%$LI_^]$=%U'#O&"?!=?D/9LXB@+HQ+P4266;6LJE5"YN'A M@9;-9M?U-U4+5>,@4:W7D5ZLO#1+*`N'"JK7-?31-(>M]ND@=GQ-0QJB/CC` M=:N:GME[T6EU^LUN:Q_!:6]P!E?[>2>PY[_B89&@L'Q2V#@^'@H%J,@)XTC_ MC'Y;E@SZS<'^;^COO]$G4$"(7$$:\_LX"!&%+M&&XBOD!#-%),H`3,S8H]]C MRJM9&T[@D]_OL*O9[YR>/="TF:YD78S__P9F,W5B3X+8"V-RB5[D'#(EOO,2 MFKRFKF/CT$$S;']?F[_QG4/I`N`7$!7_CYZXC_O6_^6R*?%_H9+R_RYDP?_Q M1P?!-.9UD0\F\\`'XJ#&%,;'1&:I:E2J9G%C'MBL)U>93QUB/B@8,!%DX7\Q MG@XR*ZP'_#2CNKT7W<:?[7VD-V-^LUV"?4&7Y(9R9+Z*V>N14\?,VJ3&G.7G MIC^B:K_=:'7;#ZWXD+N=W91TOW.R?F+_J^+??N(^'A/_Q?3][TYD$?\A<5QJ M3[X9_Z91+1@;\;]93ZY2M%;BOQ#'?^%'Q?_,VL?$O[+J0^)_6?$GB7_GB?NX M-_\K;^;_D/\5TOC?A:SE?^MQW\6WX`ED6M6B"?.X(O];Q/N:JE59QGO9>@EX M%@Z5'Q+PH,G`/IT@EJ]W.\V3X?MV?]`YZ=4A,YJ=[N?/X[0H\QHMDN!Y%/XA M0;DK$LKTL:GQ;4:8UX!V0@_IXP=T\@"B62<8H3=\-,LL!UNWG>K\'.`?_;RF M\K2BXG_RQ'WA+_>KA6ZWT8MUEXU]HYKX1C+";MRC:&!,-_CR47<)%7^.&W4HX^(6XV]. M\]X%"VT!I5/#SR@J_A\_<1_WY?_%8OK^[T>)X/_DT_0HE"<`RZA:!\#NRPE@ MH;NI=E@US>4,4"F]+*,L_$^6_<]1QZ><8I=^AI5XX!$4`(.%Z`J'5'Q,QG(: M8M'(H2&K::C[]KAQ-*@AP9+)J99MGIXFIWHG'[$P_]$T^^7\_!MTN,I?H&G$!2%CQ"8$)A7HGP@:C,07;]`_MH<>OAD* M>!C7J9G6K[_@C>-_/JMOJ8_[UG^%4EG^_B=]_[<3>8YZY!J)O5<,8MMU2;RG M"'GS5V*PCJF"C^*-'\_1^V3;%`K)941#XH@B%'\X!(4MS`FR0P*'I$!(P10_ M#MN3A!J>HP^3P%L4SN4_T06=T#!`/>$$]#H^U#EDHG[@!N=BXY(=>']HSZ&! MO8ZS!R=:JS,XZS6Z[5IF^?62UFR=,X%- M.)]6\WF'8EC9E].3_MD`EE-?Q:XRP4['G3=SG6PM<\XO M/GW*F?!G2,I0IFD?^G]"\E^#5=L7.(W+8B]HS9/>V\[1NWY[V.@?B:9T_9KR MB7[):WM?@`G?-`;MKQO4",NWS%P/6E`:-RW$JZ_BIV7,$0]MMO.Q^_BCU: IFI:;6_YZ!+7C/8?>Q1^_.IFGDDHJJ:222BJII)+*/?(_QJ<:9@!0``"_ ` end To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 20 23:25:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA04895 for freebsd-ports-outgoing; Wed, 20 May 1998 23:25:25 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from news1.gtn.com (news1.gtn.com [194.77.0.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA04788; Wed, 20 May 1998 23:24:56 -0700 (PDT) (envelope-from andreas@klemm.gtn.com) Received: (from uucp@localhost) by news1.gtn.com (8.8.6/8.8.6) with UUCP id IAA18581; Thu, 21 May 1998 08:15:17 +0200 (MET DST) Received: (from andreas@localhost) by klemm.gtn.com (8.8.8/8.8.8) id IAA01098; Thu, 21 May 1998 08:07:05 +0200 (CEST) (envelope-from andreas) Message-ID: <19980521080705.B627@klemm.gtn.com> Date: Thu, 21 May 1998 08:07:05 +0200 From: Andreas Klemm To: Bruce Evans , asami@FreeBSD.ORG Cc: ac199@hwcn.org, cvs-committers@FreeBSD.ORG, imp@village.org, mph@pobox.com, ports@FreeBSD.ORG, thepish@FreeBSD.ORG Subject: Re: /etc/mail ? ( was: Re: cvs commit: src/share/mk Makefile ) References: <199805210550.PAA29369@godzilla.zeta.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <199805210550.PAA29369@godzilla.zeta.org.au>; from Bruce Evans on Thu, May 21, 1998 at 03:50:09PM +1000 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, May 21, 1998 at 03:50:09PM +1000, Bruce Evans wrote: [SNIP] excuse me ... I made up a new subject ... What about that ? /etc/mail and the well documented system.mc ... ;-) -- Andreas Klemm http://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 20 23:34:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA06021 for freebsd-ports-outgoing; Wed, 20 May 1998 23:34:46 -0700 (PDT) (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 XAA06013 for ; Wed, 20 May 1998 23:34:43 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA19345; Wed, 20 May 1998 23:30:02 -0700 (PDT) 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 XAA05477 for ; Wed, 20 May 1998 23:28:50 -0700 (PDT) (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 MAA06486 for ; Thu, 21 May 1998 12:29:01 +0600 (UDT) Received: (from andy@localhost) by icc.surw.chel.su (8.8.5/8.8.4) id KAA20217; Thu, 21 May 1998 10:32:35 +0400 (MSD) Message-Id: <199805210632.KAA20217@icc.surw.chel.su> Date: Thu, 21 May 1998 10:32:35 +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/6705: New port: glbiff-0.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6705 >Category: ports >Synopsis: New port: glbiff-0.2 >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 May 20 23:30:01 PDT 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 Xbiff-like program with 3D nice output for X Window System. It similar to xbiff, except that it provides somewhat nicer output. The idea comes from the "mailbox" program available on SGI machines, and hence tries to mimic some of the features present in it. # 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: # # glbiff-0.2 # glbiff-0.2/Makefile # glbiff-0.2/files # glbiff-0.2/files/md5 # glbiff-0.2/files/dot.glbiffrc.sample # glbiff-0.2/pkg # glbiff-0.2/pkg/PLIST # glbiff-0.2/pkg/COMMENT # glbiff-0.2/pkg/DESCR # echo c - glbiff-0.2 mkdir -p glbiff-0.2 > /dev/null 2>&1 echo x - glbiff-0.2/Makefile sed 's/^X//' >glbiff-0.2/Makefile << 'END-of-glbiff-0.2/Makefile' X# New ports collection makefile for: glbiff X# Version required: 0.2 X# Date created: 18 May 1998 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= glbiff-0.2 XCATEGORIES= misc x11 XMASTER_SITES= http://www.eecg.utoronto.ca/~mac/projects/ XEXTRACT_SUFX= .tgz X XMAINTAINER= andy@icc.surw.chel.su X XLIB_DEPENDS= MesaGL\\.13\\.:${PORTSDIR}/graphics/Mesa \ X MesaGLU\\.13\\.:${PORTSDIR}/graphics/Mesa \ X Mesatk\\.13\\.:${PORTSDIR}/graphics/Mesa \ X glut\\.3\\.:${PORTSDIR}/graphics/Mesa X XUSE_IMAKE= yes XWRKSRC= ${WRKDIR}/glbiff X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKSRC}/glbiff ${PREFIX}/bin X @ ${MKDIR} ${PREFIX}/share/examples/glbiff X @ ${INSTALL_DATA} ${FILESDIR}/dot.glbiffrc.sample ${PREFIX}/share/examples/glbiff X.if !defined(NOPORTDOCS) X @ ${MKDIR} ${PREFIX}/share/doc/glbiff X.for file in ChangeLog README TODO X @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/glbiff X.endfor X.endif X X.include END-of-glbiff-0.2/Makefile echo c - glbiff-0.2/files mkdir -p glbiff-0.2/files > /dev/null 2>&1 echo x - glbiff-0.2/files/md5 sed 's/^X//' >glbiff-0.2/files/md5 << 'END-of-glbiff-0.2/files/md5' XMD5 (glbiff-0.2.tgz) = 543248bb041cfd0f0a94f8d95a254e4a END-of-glbiff-0.2/files/md5 echo x - glbiff-0.2/files/dot.glbiffrc.sample sed 's/^X//' >glbiff-0.2/files/dot.glbiffrc.sample << 'END-of-glbiff-0.2/files/dot.glbiffrc.sample' Xy /var/mail/linus Xn /home/linus/mail/freebsd-announce Xn /home/linus/mail/freebsd-misc Xn /home/linus/mail/freebsd-hackers END-of-glbiff-0.2/files/dot.glbiffrc.sample echo c - glbiff-0.2/pkg mkdir -p glbiff-0.2/pkg > /dev/null 2>&1 echo x - glbiff-0.2/pkg/PLIST sed 's/^X//' >glbiff-0.2/pkg/PLIST << 'END-of-glbiff-0.2/pkg/PLIST' Xbin/glbiff Xshare/doc/glbiff/ChangeLog Xshare/doc/glbiff/README Xshare/doc/glbiff/TODO Xshare/examples/glbiff/dot.glbiffrc.sample X@dirrm share/doc/glbiff X@dirrm share/examples/glbiff END-of-glbiff-0.2/pkg/PLIST echo x - glbiff-0.2/pkg/COMMENT sed 's/^X//' >glbiff-0.2/pkg/COMMENT << 'END-of-glbiff-0.2/pkg/COMMENT' XXbiff-like program with 3D nice output for X Window System. END-of-glbiff-0.2/pkg/COMMENT echo x - glbiff-0.2/pkg/DESCR sed 's/^X//' >glbiff-0.2/pkg/DESCR << 'END-of-glbiff-0.2/pkg/DESCR' XThis is a program similar to xbiff, except that it provides somewhat Xnicer output. The idea comes from the "mailbox" program available on XSGI machines, and hence tries to mimic some of the features present in Xit. X XHomepage: http://www.eecg.utoronto.ca/~mac/projects/glbiff.html END-of-glbiff-0.2/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 Thu May 21 05:16:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA26563 for freebsd-ports-outgoing; Thu, 21 May 1998 05:16:06 -0700 (PDT) (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 FAA26498; Thu, 21 May 1998 05:15:55 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA20773; Thu, 21 May 1998 05:11:12 -0700 (PDT) Date: Thu, 21 May 1998 05:11:12 -0700 (PDT) Message-Id: <199805211211.FAA20773@freefall.freebsd.org> To: junker@jazz.snu.ac.kr, kuriyama@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, kuriyama@FreeBSD.ORG Subject: Re: ports/6053 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port request: korean/hanIM State-Changed-From-To: open-suspended State-Changed-By: kuriyama State-Changed-When: Thu May 21 05:10:24 PDT 1998 State-Changed-Why: We should fix problem about "ln -s /usr/local/lib/X11 /usr/lib/X11". Responsible-Changed-From-To: freebsd-ports->kuriyama Responsible-Changed-By: kuriyama Responsible-Changed-When: Thu May 21 05:10:24 PDT 1998 Responsible-Changed-Why: I'm talking with submitter. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 21 05:44:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA00660 for freebsd-ports-outgoing; Thu, 21 May 1998 05:44:47 -0700 (PDT) (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 FAA00641 for ; Thu, 21 May 1998 05:44:44 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA21051; Thu, 21 May 1998 05:40:01 -0700 (PDT) Received: from oslo4.or.uninett.no (root@oslo4.or.uninett.no [158.36.90.24]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA00617 for ; Thu, 21 May 1998 05:44:13 -0700 (PDT) (envelope-from hanspbie@oslo4.or.uninett.no) Received: (from hanspbie@localhost) by oslo13.or.uninett.no (8.8.8/8.8.8) id OAA27262; Thu, 21 May 1998 14:38:02 +0200 (CEST) (envelope-from hanspbie) Message-Id: <199805211238.OAA27262@oslo13.or.uninett.no> Date: Thu, 21 May 1998 14:38:02 +0200 (CEST) From: hanspb@persbraten.vgs.no Reply-To: hanspb@persbraten.vgs.no To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6708: New port ksamba Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6708 >Category: ports >Synopsis: New port ksamba >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 May 21 05:40:01 PDT 1998 >Last-Modified: >Originator: Hans Petter Bieker >Organization: none >Release: FreeBSD 2.2.6-STABLE i386 >Environment: >Description: KDE program to setup/configure samba >How-To-Repeat: >Fix: # This archive contains: # # ksamba # ksamba/files # ksamba/files/md5 # ksamba/pkg # ksamba/pkg/COMMENT # ksamba/pkg/DESCR # ksamba/pkg/PLIST # ksamba/Makefile # echo c - ksamba mkdir -p ksamba > /dev/null 2>&1 echo c - ksamba/files mkdir -p ksamba/files > /dev/null 2>&1 echo x - ksamba/files/md5 sed 's/^X//' >ksamba/files/md5 << 'END-of-ksamba/files/md5' XMD5 (ksamba-0.3.3.tar.gz) = b831c0932cf6e88ded6944c9284f80fa END-of-ksamba/files/md5 echo c - ksamba/pkg mkdir -p ksamba/pkg > /dev/null 2>&1 echo x - ksamba/pkg/COMMENT sed 's/^X//' >ksamba/pkg/COMMENT << 'END-of-ksamba/pkg/COMMENT' XKDE/Q program to setup/configure samba END-of-ksamba/pkg/COMMENT echo x - ksamba/pkg/DESCR sed 's/^X//' >ksamba/pkg/DESCR << 'END-of-ksamba/pkg/DESCR' XKDE/Q program to setup/configure samba END-of-ksamba/pkg/DESCR echo x - ksamba/pkg/PLIST sed 's/^X//' >ksamba/pkg/PLIST << 'END-of-ksamba/pkg/PLIST' Xbin/ksamba Xshare/apps/ksamba/pics/pageadd.xpm Xshare/apps/ksamba/pics/pageremove.xpm Xshare/apps/ksamba/pics/folder.xpm Xshare/apps/ksamba/pics/folder_inactive.xpm Xshare/apps/ksamba/pics/printer.xpm Xshare/apps/ksamba/pics/printer_inactive.xpm Xshare/doc/HTML/en/ksamba/index.html Xshare/doc/HTML/de/ksamba/index.html Xshare/locale/de/LC_MESSAGES/ksamba.mo Xshare/icons/ksamba.xpm Xshare/applnk/Network/ksamba.kdelnk X@dirrm share/apps/ksamba/pics X@dirrm share/apps/ksamba X@dirrm share/doc/HTML/en/ksamba X@dirrm share/doc/HTML/de/ksamba END-of-ksamba/pkg/PLIST echo x - ksamba/Makefile sed 's/^X//' >ksamba/Makefile << 'END-of-ksamba/Makefile' X# New ports collection makefile for: ksamba X# Version required: Beta4 X# Date created: 18 May 1998 X# Whom: Hans Petter Bieker X# X# $Id$ X# X XDISTNAME= ksamba-0.3.3 XCATEGORIES= x11 kde net XMASTER_SITES= $(MASTER_SITE_KDE) XMASTER_SITE_SUBDIR= /unstable/apps/network X XMAINTAINER= hanspb@persbraten.vgs.no X XBUILD_DEPENDS= moc:${PORTSDIR}/x11/qt XLIB_DEPENDS= qt\\.1\\.3[1-9]:${PORTSDIR}/x11/qt \ X kdecore\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs \ X kdeui\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs \ X kfm\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs \ X kfile\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs X XHAS_CONFIGURE= yes XUSE_GMAKE= yes XCONFIGURE_ARGS= "--prefix=$(PREFIX)" X XCONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \ X INSTALL_SCRIPT="install -c -m 555" X X.include END-of-ksamba/Makefile 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 Thu May 21 05:44:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA00680 for freebsd-ports-outgoing; Thu, 21 May 1998 05:44:52 -0700 (PDT) (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 FAA00646 for ; Thu, 21 May 1998 05:44:45 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA21060; Thu, 21 May 1998 05:40:02 -0700 (PDT) Received: from oslo4.or.uninett.no (root@oslo4.or.uninett.no [158.36.90.24]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA00618 for ; Thu, 21 May 1998 05:44:15 -0700 (PDT) (envelope-from hanspbie@oslo4.or.uninett.no) Received: (from hanspbie@localhost) by oslo13.or.uninett.no (8.8.8/8.8.8) id OAA28836; Thu, 21 May 1998 14:42:41 +0200 (CEST) (envelope-from hanspbie) Message-Id: <199805211242.OAA28836@oslo13.or.uninett.no> Date: Thu, 21 May 1998 14:42:41 +0200 (CEST) From: hanspb@persbraten.vgs.no Reply-To: hanspb@persbraten.vgs.no To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6709: New port kmessage Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6709 >Category: ports >Synopsis: New port kmessage >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 May 21 05:40:02 PDT 1998 >Last-Modified: >Originator: Hans Petter Bieker >Organization: none >Release: FreeBSD 2.2.6-STABLE i386 >Environment: >Description: Kmessage displays a text and one or more buttons (to answer question). It should be command-line-compatible with xmessage. >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: # # kmessage # kmessage/files # kmessage/files/md5 # kmessage/pkg # kmessage/pkg/COMMENT # kmessage/pkg/DESCR # kmessage/pkg/PLIST # kmessage/Makefile # kmessage/patches # kmessage/patches/patch-aa # echo c - kmessage mkdir -p kmessage > /dev/null 2>&1 echo c - kmessage/files mkdir -p kmessage/files > /dev/null 2>&1 echo x - kmessage/files/md5 sed 's/^X//' >kmessage/files/md5 << 'END-of-kmessage/files/md5' XMD5 (kmessage-0.1.tgz) = 0cc5e26a900d6c2c77ded849ba429139 END-of-kmessage/files/md5 echo c - kmessage/pkg mkdir -p kmessage/pkg > /dev/null 2>&1 echo x - kmessage/pkg/COMMENT sed 's/^X//' >kmessage/pkg/COMMENT << 'END-of-kmessage/pkg/COMMENT' XKDE/Qt command line message box END-of-kmessage/pkg/COMMENT echo x - kmessage/pkg/DESCR sed 's/^X//' >kmessage/pkg/DESCR << 'END-of-kmessage/pkg/DESCR' XKmessage displays a text and one or more buttons (to answer question). It Xshould be command-line-compatible with xmessage. END-of-kmessage/pkg/DESCR echo x - kmessage/pkg/PLIST sed 's/^X//' >kmessage/pkg/PLIST << 'END-of-kmessage/pkg/PLIST' Xbin/kmessage Xshare/doc/HTML/kmessage.html END-of-kmessage/pkg/PLIST echo x - kmessage/Makefile sed 's/^X//' >kmessage/Makefile << 'END-of-kmessage/Makefile' X# New ports collection makefile for: kmessage X# Version required: Beta4 X# Date created: 21 May 1998 X# Whom: Hans Petter Bieker X# X# $Id$ X# X XDISTNAME= kmessage-0.1 XCATEGORIES= x11 kde XMASTER_SITES= $(MASTER_SITE_KDE) XMASTER_SITE_SUBDIR= /unstable/apps/utils XEXTRACT_SUFX= .tgz X XMAINTAINER= hanspb@persbraten.vgs.no X XBUILD_DEPENDS= moc:${PORTSDIR}/x11/qt XLIB_DEPENDS= qt\\.1\\.3[1-9]:${PORTSDIR}/x11/qt \ X kdecore\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs X XHAS_CONFIGURE= yes XUSE_GMAKE= yes XCONFIGURE_ARGS= "--prefix=$(PREFIX)" X XCONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \ X INSTALL_SCRIPT="install -c -m 555" X X.include END-of-kmessage/Makefile echo c - kmessage/patches mkdir -p kmessage/patches > /dev/null 2>&1 echo x - kmessage/patches/patch-aa sed 's/^X//' >kmessage/patches/patch-aa << 'END-of-kmessage/patches/patch-aa' X--- kmessage/Makefile.in.orig Sat Aug 16 17:28:06 1997 X+++ kmessage/Makefile.in Thu May 21 14:09:53 1998 X@@ -26,9 +26,9 @@ X KDEINC = $(prefix)/include X BINDIR = $(prefix)/bin X LIBDIR = $(prefix)/lib X-PICSDIR = $(LIBDIR)/pics X-APPDIR = $(prefix)/apps/Utilities X-HTMLDIR = $(prefix)/doc/HTML X+PICSDIR = $(prefix)/share/pics X+APPDIR = $(prefix)/share/apps/Utilities X+HTMLDIR = $(prefix)/share/doc/HTML X X ########### File Formats ########### X X@@ -45,7 +45,7 @@ X OBJECTS = kmessage.o X SRCMETA = kmessage.moc X TARGET = kmessage X-KDELNK = Kmessage.kdelnk X+KDELNK = X HTML = doc/kmessage.html X X dist_files = Makefile.in \ X@@ -72,7 +72,7 @@ X $(INSTALL_DIR) $(BINDIR) X $(INSTALL) $(TARGET) $(BINDIR) X $(INSTALL_DIR) $(APPDIR) X- $(INSTALL_DATA) $(KDELNK) $(APPDIR) X+# $(INSTALL_DATA) $(KDELNK) $(APPDIR) X $(INSTALL_DIR) $(HTMLDIR) X $(INSTALL_DATA) $(HTML) $(HTMLDIR) X END-of-kmessage/patches/patch-aa 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 Thu May 21 06:02:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA03201 for freebsd-ports-outgoing; Thu, 21 May 1998 06:02:08 -0700 (PDT) (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 GAA03188 for ; Thu, 21 May 1998 06:02:04 -0700 (PDT) (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 GAA09947 for ; Thu, 21 May 1998 06:02:03 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.8.8/8.7.3) id NAA01372; Thu, 21 May 1998 13:02:02 GMT Message-ID: <19980521060201.A1350@nuxi.com> Date: Thu, 21 May 1998 06:02:01 -0700 From: "David O'Brien" To: freebsd-ports@FreeBSD.ORG Subject: linker help needed for a port Reply-To: obrien@NUXI.com Mail-Followup-To: freebsd-ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i 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 For some reason, I'm now getting this error when trying to compile the ncftp3 port: cc -fpic -O2 -W -Wall -Wimplicit -Wstrict-prototypes -Wmissing-prototypes -DSTRNP_ZERO_PAD=0 -DSTRN_ZERO_PAD=1 version.c -c -o version.so /bin/rm -f libStrn.so.1 gcc -shared -Wl,-x -o libStrn.so.1 `lorder Strncpy.so Strncat.so Strntok.so Strnpcpy.so Strnpcat.so strtokc.so version.so | tsort -q` ld: No reference to __DYNAMIC *** Error code 1 What is this reference to "__DYNAMIC"? I can't find any real changes to ``ld'' in -STABLE. Should I use the "-r" option to ``ld''? -- -- 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 Thu May 21 06:39:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA09224 for freebsd-ports-outgoing; Thu, 21 May 1998 06:39:33 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from jazz.snu.ac.kr (jazz.snu.ac.kr [147.46.59.52]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA09190; Thu, 21 May 1998 06:39:11 -0700 (PDT) (envelope-from junker@jazz.snu.ac.kr) Received: (from junker@localhost) by jazz.snu.ac.kr (8.8.8/8.8.8) id WAA02892; Thu, 21 May 1998 22:34:21 +0900 (KST) To: Jun Kuriyama Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/6053 References: <199805211211.FAA20773@freefall.freebsd.org> From: CHOI Junho Date: 21 May 1998 22:34:20 +0900 In-Reply-To: Jun Kuriyama's message of Thu, 21 May 1998 05:11:12 -0700 (PDT) Message-ID: Lines: 17 X-Mailer: Gnus v5.5/Emacs 20.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Jun Kuriyama writes: > Synopsis: new port request: korean/hanIM > > State-Changed-From-To: open-suspended > State-Changed-By: kuriyama > State-Changed-When: Thu May 21 05:10:24 PDT 1998 > State-Changed-Why: > We should fix problem about "ln -s /usr/local/lib/X11 > /usr/lib/X11". It sets 'USE_X11', so ln -s /usr/X11R6/lib/X11 /usr/lib/X11 is correct. -- ----Cool FreeBSD!----MSX Forever!---J.U.N.K.E.R/Beat Snatchers!---- CHOI Junho http://jazz.snu.ac.kr/~junker Distributed Computing System Lab,CS Dept.,Seoul National Univ., ROK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 21 09:56:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA10109 for freebsd-ports-outgoing; Thu, 21 May 1998 09:56:22 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from scanner.worldgate.com (scanner.worldgate.com [198.161.84.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA10100 for ; Thu, 21 May 1998 09:56:20 -0700 (PDT) (envelope-from marcs@znep.com) Received: from znep.com (uucp@localhost) by scanner.worldgate.com (8.8.7/8.8.7) with UUCP id KAA25116; Thu, 21 May 1998 10:56:08 -0600 (MDT) Received: from localhost (marcs@localhost) by alive.znep.com (8.7.5/8.7.3) with SMTP id IAA12665; Thu, 21 May 1998 08:56:02 -0700 (PDT) Date: Thu, 21 May 1998 09:56:01 -0600 (MDT) From: Marc Slemko To: "Scot W. Hetzel" cc: FreeBSD-Ports Subject: Re: Apache v1.3b6 w/FrontPage Module In-Reply-To: <000501bd8416$787c4940$c3e0d9cf@admin.westbend.net> 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 Wed, 20 May 1998, Scot W. Hetzel wrote: > I just completed porting the FrontPage Module to work on Apache v1.3b6. The > only question I have is where do you set SERVER_SUBVERSION. I tried setting > it in ../src/main/Makefile.tmpl, but that didn't work. FrontPage Explorer > shows "Server Version" as "Apache/1.3b6", and not as "Apache/1.3b6 > FrontPage/3.0.4". Wait for b7 and use ap_add_version_component() at runtime if think you really want to tell people the server is running fp. In b6, just set it on the command line with "-DSERVER_SUBVERSION=FrontPage/3.04" or whatever. You should not be editing Makefile.tmpl at all, and especially not in the main subdir. You can set it in EXTRA_CFLAGS in Configure or add a MODULE-DEFINITION section to the mod_frontpage.c file, like mod_auth_dbm uses: /* * Module definition information - the part between the -START and -END * lines below is used by Configure. This could be stored in a separate * instead. * * MODULE-DEFINITION-START * Name: dbm_auth_module * ConfigStart . ./helpers/find-dbm-lib * ConfigEnd * MODULE-DEFINITION-END */ ...except in it you would add to the CFLAGS. I think mod_status has an example of this. But you are probably better off waiting for b7 in a few days. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 21 10:04:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA11805 for freebsd-ports-outgoing; Thu, 21 May 1998 10:04:54 -0700 (PDT) (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 KAA11780 for ; Thu, 21 May 1998 10:04:46 -0700 (PDT) (envelope-from fenner@FreeBSD.org) From: Bill Fenner Received: (from fenner@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA17125 for ports@freebsd.org; Thu, 21 May 1998 10:00:02 -0700 (PDT) Date: Thu, 21 May 1998 10:00:02 -0700 (PDT) Message-Id: <199805211700.KAA17125@freefall.freebsd.org> To: ports@FreeBSD.ORG Subject: Unfetchable distfiles reminder Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dear porters, This is just a reminder to please periodically check the list of unfetchable distfiles at http://www.freebsd.org/~fenner/portsurvey/ . In particular, the list of ports with no MAINTAINER with distfile problems is http://www.freebsd.org/~fenner/portsurvey/ports@freebsd.org.html Since no one is responsible for these ports, the problem won't get fixed unless someone on this list takes the initiative. Thanks for your help! Bill "distfiles" Fenner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 21 10:32:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA18166 for freebsd-ports-outgoing; Thu, 21 May 1998 10:32:12 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from rige.physik.fu-berlin.de (rige.physik.fu-berlin.de [160.45.33.59]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA18055; Thu, 21 May 1998 10:32:00 -0700 (PDT) (envelope-from thimm@rige.physik.fu-berlin.de) Received: (from thimm@localhost) by rige.physik.fu-berlin.de (8.8.8/8.8.8) id TAA13238; Thu, 21 May 1998 19:31:54 +0200 (CEST) (envelope-from thimm) Message-ID: <19980521193153.A12602@physik.fu-berlin.de> Date: Thu, 21 May 1998 19:31:53 +0200 From: Axel Thimm To: "David E. O'Brien" , jmz@FreeBSD.ORG Cc: ports@FreeBSD.ORG Subject: mtools-3.9-0305.diff.gz not available References: <199805070952.CAA14083@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <199805070952.CAA14083@freefall.freebsd.org>; from David E. O'Brien on Thu, May 07, 1998 at 02:52:38AM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, this file is neither on the master site anymore, nor on any freebsd site I checked (including ftp.freebsd.org). Could you place it somewhere, or change the Makefile? Thanks, Axel. -- Axel Thimm Axel.Thimm@physik.fu-berlin.de Axel.Thimm@ifh.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 21 10:55:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA22698 for freebsd-ports-outgoing; Thu, 21 May 1998 10:55:05 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from frmug.org (frmug-gw.frmug.org [193.56.58.252]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA22636 for ; Thu, 21 May 1998 10:54:42 -0700 (PDT) (envelope-from roberto@keltia.freenix.fr) Received: (from uucp@localhost) by frmug.org (8.9.0.Beta7/frmug-2.3/nospam) with UUCP id TAA20083; Thu, 21 May 1998 19:54:33 +0200 (CEST) (envelope-from roberto@keltia.freenix.fr) Received: (from roberto@localhost) by keltia.freenix.fr (8.9.0.Beta4/keltia-2.14/nospam) id TAA14977; Thu, 21 May 1998 19:52:01 +0200 (CEST) (envelope-from roberto) Message-ID: <19980521195200.A14952@keltia.freenix.fr> Date: Thu, 21 May 1998 19:52:00 +0200 From: Ollivier Robert To: freebsd-ports@FreeBSD.ORG Cc: "David O'Brien" Subject: Re: linker help needed for a port Mail-Followup-To: freebsd-ports@freebsd.org, David O'Brien References: <19980521060201.A1350@nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.92.3i In-Reply-To: <19980521060201.A1350@nuxi.com>; from David E . O'Brien on Thu, May 21, 1998 at 06:02:01AM -0700 X-Operating-System: FreeBSD 3.0-CURRENT ctm#4308 AMD-K6 MMX @ 225 MHz Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org According to David E . O'Brien: > Strntok.so Strnpcpy.so Strnpcat.so strtokc.so version.so | tsort -q` > ld: No reference to __DYNAMIC > *** Error code 1 You're trying to compile with an old egcs/pgcc compiler. This error was fixed in the port in January and the fix has been in the main egcs source tree since that time. Or you're trying to use gcc 2.8.x which may need the same fix... -=-=- jkh 1998/01/28 05:25:36 PST Added files: lang/egcs/patches patch-ae Log: Use proper LINK_SPEC handling for FreeBSD shared libs. Submitted by: John Polstra indirectly via Ollivier Robert -=-=- -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 3.0-CURRENT #60: Fri May 15 21:04:22 CEST 1998 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 21 13:03:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA17706 for freebsd-ports-outgoing; Thu, 21 May 1998 13:03:05 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from mail.westbend.net (ns1.westbend.net [207.217.224.194]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA17701 for ; Thu, 21 May 1998 13:03:02 -0700 (PDT) (envelope-from hetzels@westbend.net) Received: from admin (admin.westbend.net [207.217.224.195]) by mail.westbend.net (8.8.8/8.8.8) with SMTP id PAA00356; Thu, 21 May 1998 15:02:45 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <000601bd84f3$6c2dc460$c3e0d9cf@admin.westbend.net> From: "Scot W. Hetzel" To: "Marc Slemko" Cc: "FreeBSD-Ports" Subject: Re: Apache v1.3b6 w/FrontPage Module Date: Thu, 21 May 1998 15:02:45 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From: Marc Slemko >Wait for b7 and use ap_add_version_component() at runtime if think you >really want to tell people the server is running fp. > Some one had already mentioned it, and I will be using it when b7 is available. >In b6, just set it on the command line with >"-DSERVER_SUBVERSION=FrontPage/3.04" or whatever. You should not be >editing Makefile.tmpl at all, and especially not in the main subdir. You >can set it in EXTRA_CFLAGS in Configure or add a MODULE-DEFINITION section >to the mod_frontpage.c file, like mod_auth_dbm uses: > I edited the Configure script for the apache-fp 13b6.b port, by defining SUBVERSION just before the script added -DSERVER_SUBVERSION to the CFLAGS. Anyway, I ended up using the MODULE-DEFINITION section to define SUBVERSION as bellow: /* * MODULE-DEFINITION-START * Name: frontpage_module * ConfigStart SUBVERSION="FrontPage/3.04" * ConfigEnd * MODULE-DEFINITION-END */ The only question I have should it be defined with "+=" or have ${SUBVERSION} inside the quotes. Just in case another module defines SUBVERSION. Thanks for the hint, Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 21 14:31:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA03400 for freebsd-ports-outgoing; Thu, 21 May 1998 14:31:12 -0700 (PDT) (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 OAA03217; Thu, 21 May 1998 14:30:15 -0700 (PDT) (envelope-from se@FreeBSD.org) From: Stefan Esser Received: (from se@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA18456; Thu, 21 May 1998 14:25:26 -0700 (PDT) Date: Thu, 21 May 1998 14:25:26 -0700 (PDT) Message-Id: <199805212125.OAA18456@freefall.freebsd.org> To: hanspb@persbraten.vgs.no, se@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, se@FreeBSD.ORG Subject: Re: ports/6691 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Updated port: kdenetwork beta 4 State-Changed-From-To: open-closed State-Changed-By: se State-Changed-When: Thu May 21 14:21:50 PDT 1998 State-Changed-Why: Patches to KPPP have been commited. The other parts of the upgrade to Beta4 had already existed on my system and I used my versions (which are mostly identical to those that were submitted with the attached SHAR). Responsible-Changed-From-To: freebsd-ports->se Responsible-Changed-By: se Responsible-Changed-When: Thu May 21 14:21:50 PDT 1998 Responsible-Changed-Why: port maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 21 14:35:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA04498 for freebsd-ports-outgoing; Thu, 21 May 1998 14:35:56 -0700 (PDT) (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 OAA04398; Thu, 21 May 1998 14:35:26 -0700 (PDT) (envelope-from mph@FreeBSD.org) From: Matthew Hunt Received: (from mph@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA18764; Thu, 21 May 1998 14:30:37 -0700 (PDT) Date: Thu, 21 May 1998 14:30:37 -0700 (PDT) Message-Id: <199805212130.OAA18764@freefall.freebsd.org> To: brett@peloton.physics.montana.edu, mph@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, mph@FreeBSD.ORG Subject: Re: ports/6672 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: gimp-devel port updated to newest version, 0.99.31 State-Changed-From-To: open-closed State-Changed-By: mph State-Changed-When: Thu May 21 17:29:17 EDT 1998 State-Changed-Why: Patch applied, thanks! Responsible-Changed-From-To: freebsd-ports->mph Responsible-Changed-By: mph Responsible-Changed-When: Thu May 21 17:29:17 EDT 1998 Responsible-Changed-Why: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 21 14:39:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA05260 for freebsd-ports-outgoing; Thu, 21 May 1998 14:39:01 -0700 (PDT) (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 OAA05168; Thu, 21 May 1998 14:38:39 -0700 (PDT) (envelope-from mph@FreeBSD.org) From: Matthew Hunt Received: (from mph@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA18890; Thu, 21 May 1998 14:33:52 -0700 (PDT) Date: Thu, 21 May 1998 14:33:52 -0700 (PDT) Message-Id: <199805212133.OAA18890@freefall.freebsd.org> To: dcarmich@mcs.com, mph@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, mph@FreeBSD.ORG Subject: Re: ports/6665 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: I have updated the fetchmail port to version 4.4.6 State-Changed-From-To: open-feedback State-Changed-By: mph State-Changed-When: Thu May 21 17:31:39 EDT 1998 State-Changed-Why: Have you consulted with the currently listed maintainer (ve@sci.fi) about becoming the new maintainer? Responsible-Changed-From-To: freebsd-ports->mph Responsible-Changed-By: mph Responsible-Changed-When: Thu May 21 17:31:39 EDT 1998 Responsible-Changed-Why: I'll take this one. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 21 14:47:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA07445 for freebsd-ports-outgoing; Thu, 21 May 1998 14:47:50 -0700 (PDT) (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 OAA07377; Thu, 21 May 1998 14:47:25 -0700 (PDT) (envelope-from andreas@klemm.gtn.com) Received: (from uucp@localhost) by news1.gtn.com (8.8.6/8.8.6) with UUCP id XAA10344; Thu, 21 May 1998 23:30:08 +0200 (MET DST) Received: (from andreas@localhost) by klemm.gtn.com (8.8.8/8.8.8) id XAA14056; Thu, 21 May 1998 23:10:00 +0200 (CEST) (envelope-from andreas) Message-ID: <19980521231000.A13613@klemm.gtn.com> Date: Thu, 21 May 1998 23:10:00 +0200 From: Andreas Klemm To: Poul-Henning Kamp Cc: pfig@ip.pt, andreas@FreeBSD.ORG, asami@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: scotty under 2.2.6: thanks! References: <19980521202738.D24078@klemm.gtn.com> <8711.895778145@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <8711.895778145@critter.freebsd.dk>; from Poul-Henning Kamp on Thu, May 21, 1998 at 09:15:45PM +0200 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, May 21, 1998 at 09:15:45PM +0200, Poul-Henning Kamp wrote: > > It sounds to me like the bug is in either of tcl/tk80 or tcl/tk802 and > should be found and fixed there... Any taker ? I'm busy ... among other things I'm writing a FreeBSD 2.2.6 article for C't. [ Cc'd to ports ] -- Andreas Klemm http://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 21 14:56:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA09475 for freebsd-ports-outgoing; Thu, 21 May 1998 14:56:44 -0700 (PDT) (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 OAA09363; Thu, 21 May 1998 14:56:11 -0700 (PDT) (envelope-from mph@FreeBSD.org) From: Matthew Hunt Received: (from mph@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA19628; Thu, 21 May 1998 14:51:24 -0700 (PDT) Date: Thu, 21 May 1998 14:51:24 -0700 (PDT) Message-Id: <199805212151.OAA19628@freefall.freebsd.org> To: andy@icc.surw.chel.su, mph@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, mph@FreeBSD.ORG Subject: Re: ports/6705 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: glbiff-0.2 State-Changed-From-To: open-analyzed State-Changed-By: mph State-Changed-When: Thu May 21 17:50:42 EDT 1998 State-Changed-Why: Responsible-Changed-From-To: freebsd-ports->mph Responsible-Changed-By: mph Responsible-Changed-When: Thu May 21 17:50:42 EDT 1998 Responsible-Changed-Why: I am working on this one, just need to upgrade my Mesa. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 21 15:05:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA11489 for freebsd-ports-outgoing; Thu, 21 May 1998 15:05:36 -0700 (PDT) (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 PAA11335 for ; Thu, 21 May 1998 15:04:57 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA19686; Thu, 21 May 1998 15:00:05 -0700 (PDT) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA10934; Thu, 21 May 1998 15:02:57 -0700 (PDT) (envelope-from nobody) Message-Id: <199805212202.PAA10934@hub.freebsd.org> Date: Thu, 21 May 1998 15:02:57 -0700 (PDT) From: garbanzo@hooked.net To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/6715: ElectricFence fails to work on -current Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6715 >Category: ports >Synopsis: ElectricFence fails to work on -current >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 May 21 15:00:03 PDT 1998 >Last-Modified: >Originator: Alex Zepeda >Organization: >Release: FreeBSD-current >Environment: FreeBSD zippy.dyn.ml.org 3.0-CURRENT FreeBSD 3.0-CURRENT #30: Thu May 21 00:26:12 PDT 1998 root@zippy.dyn.ml.org:/usr/src/sys/compile/ZIPPY i386 >Description: The ElectricFence port (in /ports/devel) is marked as broken because it fails to correcetly work on -current. However I think -current is broken. >How-To-Repeat: Compile the port. >Fix: --- page.c.orig Thu Jan 19 21:01:06 1995 +++ page.c Thu May 21 14:56:16 1998 @@ -30,9 +30,11 @@ static caddr_t startAddr = (caddr_t) 0; #if ( !defined(sgi) && !defined(_AIX) ) +#if ( !defined(BSD) || (BSD < 199103) ) extern int sys_nerr; extern char * sys_errlist[]; #endif +#endif static const char * stringErrorReport(void) @@ -164,7 +166,7 @@ Page_DenyAccess(address, size); } -#if defined(_SC_PAGESIZE) +#if defined(_SC_PAGESIZE) && !defined(__FreeBSD__) size_t Page_Size(void) { >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 May 21 17:32:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA10928 for freebsd-ports-outgoing; Thu, 21 May 1998 17:32:56 -0700 (PDT) (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 RAA10711; Thu, 21 May 1998 17:31:37 -0700 (PDT) (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 RAA20514; Thu, 21 May 1998 17:26:46 -0700 (PDT) Date: Thu, 21 May 1998 17:26:46 -0700 (PDT) Message-Id: <199805220026.RAA20514@freefall.freebsd.org> To: mi@aldan.algebra.com, obrien@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/6380 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: gcc-2.8.1 port does not create shared libs State-Changed-From-To: open-closed State-Changed-By: obrien State-Changed-When: Thu May 21 17:26:07 PDT 1998 State-Changed-Why: Patch commited. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 21 17:35:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA11521 for freebsd-ports-outgoing; Thu, 21 May 1998 17:35:19 -0700 (PDT) (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 RAA11406 for ; Thu, 21 May 1998 17:34:54 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA20551; Thu, 21 May 1998 17:30:04 -0700 (PDT) Received: from forlennh.lcs.mit.edu (24-7-47.dialup.lcs.mit.edu [18.24.7.47]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA10625 for ; Thu, 21 May 1998 17:31:06 -0700 (PDT) (envelope-from wollman@forlennh.lcs.mit.edu) Received: (from wollman@localhost) by forlennh.lcs.mit.edu (8.8.8/8.8.5) id UAA09575; Thu, 21 May 1998 20:30:18 -0400 (EDT) Message-Id: <199805220030.UAA09575@forlennh.lcs.mit.edu> Date: Thu, 21 May 1998 20:30:18 -0400 (EDT) From: wollman@lcs.mit.edu Reply-To: wollman@lcs.mit.edu To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6716: New port: p5-Term-Query Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6716 >Category: ports >Synopsis: New port: p5-Term-Query >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 May 21 17:30:01 PDT 1998 >Last-Modified: >Originator: Garrett A. Wollman >Organization: MIT Laboratory for Computer Science >Release: FreeBSD 3.0-CURRENT i386 >Environment: N/A >Description: I was looking for Perl modules to help me build a user interface to something. Term::Query looks useful and fairly well-documented. Since it was easy, I made a port of it (copying p5-Curses IIRC). NB: I don't volunteer to be maintainer -- I haven't even decided whether I'll actually use it or not. The directories take up more disk space than the port itself. >How-To-Repeat: locate Term::Query.3.gz >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: # # p5-Term-Query # p5-Term-Query/Makefile # p5-Term-Query/files # p5-Term-Query/files/md5 # p5-Term-Query/pkg # p5-Term-Query/pkg/COMMENT # p5-Term-Query/pkg/DESCR # p5-Term-Query/pkg/PLIST # echo c - p5-Term-Query mkdir -p p5-Term-Query > /dev/null 2>&1 echo x - p5-Term-Query/Makefile sed 's/^X//' >p5-Term-Query/Makefile << 'END-of-p5-Term-Query/Makefile' X# New ports collection makefile for: p5-Term-Query X# Version required: 2.0 X# Date created: 21 May 1998 X# Whom: Garrett Wollman X# X# $Id$ X# X XDISTNAME= Term-Query-2.0 XPKGNAME= p5-Term-Query-2.0 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Term X XMAINTAINER= ports@FreeBSD.ORG X XRUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/Array/PrintCols.pm:${PORTSDIR}/misc/p5-Array-PrintCols X XUSE_PERL5= YES X XMANPREFIX= ${PREFIX}/lib/perl5 XMAN3= Term::Query.3 X Xdo-configure: X @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL X X.include END-of-p5-Term-Query/Makefile echo c - p5-Term-Query/files mkdir -p p5-Term-Query/files > /dev/null 2>&1 echo x - p5-Term-Query/files/md5 sed 's/^X//' >p5-Term-Query/files/md5 << 'END-of-p5-Term-Query/files/md5' XMD5 (Term-Query-2.0.tar.gz) = eba5ba66fdf9e98464472dbc89c49dab END-of-p5-Term-Query/files/md5 echo c - p5-Term-Query/pkg mkdir -p p5-Term-Query/pkg > /dev/null 2>&1 echo x - p5-Term-Query/pkg/COMMENT sed 's/^X//' >p5-Term-Query/pkg/COMMENT << 'END-of-p5-Term-Query/pkg/COMMENT' XAn interactive question-response user interface module END-of-p5-Term-Query/pkg/COMMENT echo x - p5-Term-Query/pkg/DESCR sed 's/^X//' >p5-Term-Query/pkg/DESCR << 'END-of-p5-Term-Query/pkg/DESCR' XExcerpted from the README file: X XTerm::Query.pm is a Perl 5 module, which performs generalized queries on Xvarious kinds of values. Validation and normalization of input, based Xon the type, is automated, as is error reporting and re-solicitation of Xinput. X XInput of '?', unless configured otherwise, provides useful, helpful Xinformation, based on the expected input type, even in the absence of a Xprogrammer-supplied help string. END-of-p5-Term-Query/pkg/DESCR echo x - p5-Term-Query/pkg/PLIST sed 's/^X//' >p5-Term-Query/pkg/PLIST << 'END-of-p5-Term-Query/pkg/PLIST' Xlib/perl5/site_perl/Term/Query.pm Xlib/perl5/site_perl/Term/Tester.pm Xlib/perl5/site_perl/Term/Query_Test.pl Xlib/perl5/man/man3/Term::Query.3.gz Xlib/perl5/site_perl/i386-freebsd/auto/Term/Query/.packlist X@dirrm lib/perl5/site_perl/i386-freebsd/auto/Term/Query END-of-p5-Term-Query/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 Thu May 21 19:13:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA01658 for freebsd-ports-outgoing; Thu, 21 May 1998 19:13:25 -0700 (PDT) (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 TAA01623; Thu, 21 May 1998 19:13:15 -0700 (PDT) (envelope-from mph@FreeBSD.org) From: Matthew Hunt Received: (from mph@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA21131; Thu, 21 May 1998 19:08:28 -0700 (PDT) Date: Thu, 21 May 1998 19:08:28 -0700 (PDT) Message-Id: <199805220208.TAA21131@freefall.freebsd.org> To: wollman@lcs.mit.edu, mph@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, mph@FreeBSD.ORG Subject: Re: ports/6716 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: p5-Term-Query State-Changed-From-To: open-closed State-Changed-By: mph State-Changed-When: Thu May 21 22:08:08 EDT 1998 State-Changed-Why: Committed, thanks! Responsible-Changed-From-To: freebsd-ports->mph Responsible-Changed-By: mph Responsible-Changed-When: Thu May 21 22:08:08 EDT 1998 Responsible-Changed-Why: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 21 20:34:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA15611 for freebsd-ports-outgoing; Thu, 21 May 1998 20:34:50 -0700 (PDT) (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 UAA15601 for ; Thu, 21 May 1998 20:34:48 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA21309; Thu, 21 May 1998 20:30:01 -0700 (PDT) Received: from feldman.dyn.ml.org (green@1Cust15.tnt6.tco2.da.uu.net [153.37.3.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA15449 for ; Thu, 21 May 1998 20:33:51 -0700 (PDT) (envelope-from green@feldman.dyn.ml.org) Received: (from green@localhost) by feldman.dyn.ml.org (8.8.8/8.8.8) id XAA14702; Thu, 21 May 1998 23:33:39 -0400 (EDT) (envelope-from green) Message-Id: <199805220333.XAA14702@feldman.dyn.ml.org> Date: Thu, 21 May 1998 23:33:39 -0400 (EDT) From: green@feldman.dyn.ml.org Reply-To: brianfeldman@hotmail.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6717: p5-PerlMagick-1.36 needs -lXext Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6717 >Category: ports >Synopsis: Magick.so has undefined symbol >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: Thu May 21 20:30:00 PDT 1998 >Last-Modified: >Originator: Brian Feldman >Organization: >Release: FreeBSD 3.0-CURRENT i386 >Environment: current ports >Description: Magick.so usage fails with undefined _XShm* symbols; it needs -lXext >How-To-Repeat: install the port p5-PerlMagick-1.36 and try to use it >Fix: put a patch in the port to add -lXext to the final ld >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 May 21 21:02:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA20105 for freebsd-ports-outgoing; Thu, 21 May 1998 21:02:46 -0700 (PDT) (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 VAA20053; Thu, 21 May 1998 21:02:38 -0700 (PDT) (envelope-from ache@FreeBSD.org) From: "Andrey A. Chernov" Received: (from ache@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA21441; Thu, 21 May 1998 20:57:49 -0700 (PDT) Date: Thu, 21 May 1998 20:57:49 -0700 (PDT) Message-Id: <199805220357.UAA21441@freefall.freebsd.org> To: brianfeldman@hotmail.com, ache@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/6717 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Magick.so has undefined symbol State-Changed-From-To: open-closed State-Changed-By: ache State-Changed-When: Thu May 21 20:57:30 PDT 1998 State-Changed-Why: -lXext added To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 21 22:42:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA08921 for freebsd-ports-outgoing; Thu, 21 May 1998 22:42:04 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from ctserv.itfs.nsk.su (ctserv.itfs.nsk.su [193.124.36.37]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA08829 for ; Thu, 21 May 1998 22:41:49 -0700 (PDT) (envelope-from nnd@ctserv.itfs.nsk.su) Received: (from nnd@localhost) by ctserv.itfs.nsk.su (8.8.8/8.8.8) id MAA02390; Fri, 22 May 1998 12:52:21 +0700 (NSS) (envelope-from nnd) Date: Fri, 22 May 1998 12:52:21 +0700 (NSS) From: "Nickolay N. Dudorov" Message-Id: <199805220552.MAA02390@ctserv.itfs.nsk.su> To: ports@FreeBSD.ORG Subject: Re: mtools-3.9-0305.diff.gz not available In-Reply-To: <199805070952.CAA14083@freefall.freebsd.org> <19980521193153.A12602@physik.fu-berlin.de> User-Agent: tin/pre-1.4-980202 (UNIX) (FreeBSD/3.0-CURRENT (i386)) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In article <19980521193153.A12602@physik.fu-berlin.de> you wrote: > this file is neither on the master site anymore, nor on any freebsd site I > checked (including ftp.freebsd.org). > Could you place it somewhere, or change the Makefile? There is already mtools-3.9.1 on the master site. I try to remove md5 from 'files' and "diff" file from Makefile and mtools-3.9.1 successfully builds on FreeBSD-3.0. So this port can/must be upgraded. N.Dudorov To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 21 22:44:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA09514 for freebsd-ports-outgoing; Thu, 21 May 1998 22:44:55 -0700 (PDT) (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 WAA09505 for ; Thu, 21 May 1998 22:44:50 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA21691; Thu, 21 May 1998 22:40:01 -0700 (PDT) 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 WAA08386 for ; Thu, 21 May 1998 22:38:27 -0700 (PDT) (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 LAA08238 for ; Fri, 22 May 1998 11:38:39 +0600 (UDT) Received: (from andy@localhost) by icc.surw.chel.su (8.8.5/8.8.4) id JAA17477; Fri, 22 May 1998 09:41:56 +0400 (MSD) Message-Id: <199805220541.JAA17477@icc.surw.chel.su> Date: Fri, 22 May 1998 09:41:56 +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/6718: New port: boa-0.92 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6718 >Category: ports >Synopsis: New port: boa-0.92 >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 May 21 22:40:01 PDT 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 high performance single-tasking web server. Boa is a single-tasking HTTP server. That means that unlike traditional web servers, it does not fork for each incoming connection, nor does it fork many copies of itself to handle multiple connections. It internally multiplexes all of the ongoing HTTP connections, and forks only for CGI programs (which must be separate processes.) Preliminary tests show boa is about twice as fast as # 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: # # boa-0.92 # boa-0.92/Makefile # boa-0.92/patches # boa-0.92/patches/patch-ab # boa-0.92/patches/patch-aa # boa-0.92/files # boa-0.92/files/md5 # boa-0.92/pkg # boa-0.92/pkg/PLIST # boa-0.92/pkg/COMMENT # boa-0.92/pkg/DESCR # echo c - boa-0.92 mkdir -p boa-0.92 > /dev/null 2>&1 echo x - boa-0.92/Makefile sed 's/^X//' >boa-0.92/Makefile << 'END-of-boa-0.92/Makefile' X# New ports collection makefile for: boa X# Version required: 0.92 X# Date created: 21 May 1998 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= boa-0.92 XCATEGORIES= www XMASTER_SITES= http://www.boa.org/ X XMAINTAINER= andy@icc.surw.chel.su X Xdo-build: X @ cd ${WRKSRC}/src; make X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKSRC}/src/boa ${PREFIX}/sbin X @ ${MKDIR} ${PREFIX}/share/examples/boa X @ ${INSTALL_DATA} ${WRKSRC}/conf/* ${PREFIX}/share/examples/boa X.if !defined(NOPORTDOCS) X @ ${MKDIR} ${PREFIX}/share/doc/boa X @ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/boa X.for file in Changelog Gnu_License biblio.html details.html details.txt logos.html newboa7.gif poweredbyboa.gif readme.html readme.txt todo.txt X @ ${INSTALL_DATA} ${WRKSRC}/docs/${file} ${PREFIX}/share/doc/boa X.endfor X.endif X X.include END-of-boa-0.92/Makefile echo c - boa-0.92/patches mkdir -p boa-0.92/patches > /dev/null 2>&1 echo x - boa-0.92/patches/patch-ab sed 's/^X//' >boa-0.92/patches/patch-ab << 'END-of-boa-0.92/patches/patch-ab' X--- src/defines.h Sun Dec 22 22:20:16 1996 X+++ /home/andy/tmp/wrk/src/defines.h Thu May 21 22:10:31 1998 X@@ -23,7 +23,7 @@ X X /***** Change this, or use -c on the command line to specify it *****/ X X-#define SERVER_ROOT "/usr/local/boa" X+#define SERVER_ROOT "/usr/local/www" X X /***** Various stuff that you may want to tweak, but probably shouldn't *****/ X END-of-boa-0.92/patches/patch-ab echo x - boa-0.92/patches/patch-aa sed 's/^X//' >boa-0.92/patches/patch-aa << 'END-of-boa-0.92/patches/patch-aa' X--- src/Makefile Sat Dec 21 04:45:00 1996 X+++ /home/andy/tmp/wrk/src/Makefile Thu May 21 22:10:24 1998 X@@ -9,13 +9,13 @@ X X # Add -DVERBOSE_CGI_LOGS if you want logs of CGI program start and stop times X X-CMDARGS = -c -O2 X+CMDARGS = -c ${CFLAGS} X X # Change these if necessary X X YACC = bison -y X LEX = flex X-CC = gcc X+#CC = gcc X X all: boa X END-of-boa-0.92/patches/patch-aa echo c - boa-0.92/files mkdir -p boa-0.92/files > /dev/null 2>&1 echo x - boa-0.92/files/md5 sed 's/^X//' >boa-0.92/files/md5 << 'END-of-boa-0.92/files/md5' XMD5 (boa-0.92.tar.gz) = f3a28c2c911727f43eaf3e9e2703ab45 END-of-boa-0.92/files/md5 echo c - boa-0.92/pkg mkdir -p boa-0.92/pkg > /dev/null 2>&1 echo x - boa-0.92/pkg/PLIST sed 's/^X//' >boa-0.92/pkg/PLIST << 'END-of-boa-0.92/pkg/PLIST' Xsbin/boa Xshare/doc/boa/Changelog Xshare/doc/boa/Gnu_License Xshare/doc/boa/README Xshare/doc/boa/biblio.html Xshare/doc/boa/details.html Xshare/doc/boa/details.txt Xshare/doc/boa/logos.html Xshare/doc/boa/newboa7.gif Xshare/doc/boa/poweredbyboa.gif Xshare/doc/boa/readme.html Xshare/doc/boa/readme.txt Xshare/doc/boa/todo.txt Xshare/examples/boa/boa.conf Xshare/examples/boa/mime.types X@dirrm share/doc/boa X@dirrm share/examples/boa END-of-boa-0.92/pkg/PLIST echo x - boa-0.92/pkg/COMMENT sed 's/^X//' >boa-0.92/pkg/COMMENT << 'END-of-boa-0.92/pkg/COMMENT' XHigh performance single-tasking web server. END-of-boa-0.92/pkg/COMMENT echo x - boa-0.92/pkg/DESCR sed 's/^X//' >boa-0.92/pkg/DESCR << 'END-of-boa-0.92/pkg/DESCR' XBoa is a single-tasking HTTP server. That means that unlike Xtraditional web servers, it does not fork for each incoming Xconnection, nor does it fork many copies of itself to handle multiple Xconnections. It internally multiplexes all of the ongoing HTTP Xconnections, and forks only for CGI programs (which must be separate Xprocesses.) Preliminary tests show boa is about twice as fast as XApache, and is capable of handling 50 hits per second on a 66 MHz '486. X XThe primary design goals of Boa are speed and security. Security, in Xthe sense of "can't be subverted by a malicious user", not "fine Xgrained access control and encrypted communications". Boa is not Xintended as a feature-packed server; if you want one of those, check Xout WN from John Franks. Modifications to Boa that improve its speed, Xsecurity, robustness, and portability, are eagerly sought. Other Xfeatures may be added if they can be achieved without hurting the Xprimary goals. X XHomepage: http://www.boa.org END-of-boa-0.92/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 Thu May 21 23:11:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA14959 for freebsd-ports-outgoing; Thu, 21 May 1998 23:11:53 -0700 (PDT) (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 XAA14899; Thu, 21 May 1998 23:11:44 -0700 (PDT) (envelope-from mph@FreeBSD.org) From: Matthew Hunt Received: (from mph@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA21873; Thu, 21 May 1998 23:06:52 -0700 (PDT) Date: Thu, 21 May 1998 23:06:52 -0700 (PDT) Message-Id: <199805220606.XAA21873@freefall.freebsd.org> To: pangolin@rogers.wave.ca, mph@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, mph@FreeBSD.ORG Subject: Re: ports/6446 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: patch to use Karn patchkit for faster DES with ssh-1.2.22 State-Changed-From-To: open-closed State-Changed-By: mph State-Changed-When: Fri May 22 02:06:27 EDT 1998 State-Changed-Why: Patch applied, thanks! Responsible-Changed-From-To: freebsd-ports->mph Responsible-Changed-By: mph Responsible-Changed-When: Fri May 22 02:06:27 EDT 1998 Responsible-Changed-Why: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 21 23:32:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA19509 for freebsd-ports-outgoing; Thu, 21 May 1998 23:32:14 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from nexus.astro.psu.edu (nexus.astro.psu.edu [128.118.147.20]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id XAA19445 for ; Thu, 21 May 1998 23:32:08 -0700 (PDT) (envelope-from mph@astro.psu.edu) Received: from mstar.astro.psu.edu by nexus.astro.psu.edu (4.1/Nexus-1.3) id AA15563; Fri, 22 May 98 02:31:55 EDT Received: by mstar.astro.psu.edu (SMI-8.6/Client-1.3) id CAA07623; Fri, 22 May 1998 02:31:53 -0400 Message-Id: <19980522023153.A7596@mstar.astro.psu.edu> Date: Fri, 22 May 1998 02:31:53 -0400 From: Matthew Hunt To: "Nickolay N. Dudorov" , ports@FreeBSD.ORG Subject: Re: mtools-3.9-0305.diff.gz not available References: <199805070952.CAA14083@freefall.freebsd.org> <199805220552.MAA02390@ctserv.itfs.nsk.su> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <199805220552.MAA02390@ctserv.itfs.nsk.su>; from Nickolay N. Dudorov on Fri, May 22, 1998 at 12:52:21PM +0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, May 22, 1998 at 12:52:21PM +0700, Nickolay N. Dudorov wrote: > There is already mtools-3.9.1 on the master site. > I try to remove md5 from 'files' and "diff" file from Makefile > and mtools-3.9.1 successfully builds on FreeBSD-3.0. I've upgraded it in the way you describe. Matt -- Matthew Hunt * Stay close to the Vorlon. http://mph124.rh.psu.edu/~mph/pgp.key for PGP public key 0x67203349. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 21 23:41:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA21069 for freebsd-ports-outgoing; Thu, 21 May 1998 23:41:36 -0700 (PDT) (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 XAA21017; Thu, 21 May 1998 23:41:22 -0700 (PDT) (envelope-from mph@FreeBSD.org) From: Matthew Hunt Received: (from mph@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA22131; Thu, 21 May 1998 23:36:33 -0700 (PDT) Date: Thu, 21 May 1998 23:36:33 -0700 (PDT) Message-Id: <199805220636.XAA22131@freefall.freebsd.org> To: handy@physics.montana.edu, mph@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, mph@FreeBSD.ORG Subject: Re: ports/6692 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Upgrade: xosview 1.5.1 --> 1.6.0 State-Changed-From-To: open-closed State-Changed-By: mph State-Changed-When: Fri May 22 02:36:14 EDT 1998 State-Changed-Why: Patch applied, thanks! Responsible-Changed-From-To: freebsd-ports->mph Responsible-Changed-By: mph Responsible-Changed-When: Fri May 22 02:36:14 EDT 1998 Responsible-Changed-Why: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 22 06:17:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA17175 for freebsd-ports-outgoing; Fri, 22 May 1998 06:17:07 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from colossus.dyn.ml.org (199-170-160-240.la.inreach.net [199.107.160.240]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA17158; Fri, 22 May 1998 06:17:01 -0700 (PDT) (envelope-from dburr@colossus.dyn.ml.org) Received: (from dburr@localhost) by colossus.dyn.ml.org (8.8.8/8.8.7) id GAA06125; Fri, 22 May 1998 06:16:23 -0700 (PDT) (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: Fri, 22 May 1998 06:16:23 -0700 (PDT) Organization: Computer Help From: Donald Burr To: FreeBSD Ports , freebsd-current@FreeBSD.ORG Subject: building gimp-devel and its requirements under -current? Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org -----BEGIN PGP SIGNED MESSAGE----- Has anyone gotten gimp-devel to compile under -current? I get many link errors when compiling both it and xdelta (which gimp-devel requires). Looks like some recent changes to current w.r.t. errno and other stuff has broken these ports (at least xdelta and gimp-devel will not compile). is there any hope of getting these to work? TIA for any help... - --- 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 iQCVAwUBNWV6pvjpixuAwagxAQG6vgP/WosPLIWUEzLNXpIRFw/O5zeOEsBnGBBt xZXu5IZGhpgjOWr7kEAE1/NYjUnwa72jhoTqU3ropp/OSuLjP3Kl5Mq8O3GF5Ak3 /CYdcg2tcfHMmK0FsLQh3mvbgDBgjXM/5FpoCafVhrnjXREnBUCRMGggWRdXa1RP hy4vpuv4ZAQ= =prMd -----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 Fri May 22 07:51:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA01856 for freebsd-ports-outgoing; Fri, 22 May 1998 07:51:03 -0700 (PDT) (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 HAA01834; Fri, 22 May 1998 07:50:57 -0700 (PDT) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [195.204.143.218]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id OAA21176; Fri, 22 May 1998 14:45:23 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id QAA29757; Fri, 22 May 1998 16:45:20 +0200 (MET DST) Message-ID: <19980522164520.56382@follo.net> Date: Fri, 22 May 1998 16:45:20 +0200 From: Eivind Eklund To: Donald Burr , FreeBSD Ports , freebsd-current@FreeBSD.ORG Subject: Re: building gimp-devel and its requirements under -current? References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: ; from Donald Burr on Fri, May 22, 1998 at 06:16:23AM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Has anyone gotten gimp-devel to compile under -current? I get many link > errors when compiling both it and xdelta (which gimp-devel requires). > > Looks like some recent changes to current w.r.t. errno and other stuff has > broken these ports (at least xdelta and gimp-devel will not compile). > > is there any hope of getting these to work? TIA for any help... Re-build the libraries on which gimp-devel depends. LIB_DEPENDS+= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm LIB_DEPENDS+= aa\\.1\\.:${PORTSDIR}/graphics/aalib LIB_DEPENDS+= jpeg\\.8\\.:${PORTSDIR}/graphics/jpeg LIB_DEPENDS+= gtk\\.1\\.0:${PORTSDIR}/x11/gtk LIB_DEPENDS+= mpeg\\.1\\.2:${PORTSDIR}/graphics/mpeg-lib LIB_DEPENDS+= png\\.2\\.:${PORTSDIR}/graphics/png LIB_DEPENDS+= tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 LIB_DEPENDS+= xdelta\\.0:${PORTSDIR}/misc/xdelta Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 22 10:16:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA28814 for freebsd-ports-outgoing; Fri, 22 May 1998 10:16:37 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from thing.dyn.ml.org (root@dyn1-tnt12-72.detroit.mi.ameritech.net [209.18.31.72]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA28791; Fri, 22 May 1998 10:16:22 -0700 (PDT) (envelope-from mcdougall@ameritech.net) Received: from ameritech.net (user1@bsdx [192.168.1.2]) by thing.dyn.ml.org (8.8.8/8.8.7) with ESMTP id NAA17710; Fri, 22 May 1998 13:10:36 -0400 (EDT) (envelope-from mcdougall@ameritech.net) Message-ID: <3565B18A.BD17AEDF@ameritech.net> Date: Fri, 22 May 1998 13:10:35 -0400 From: Adam McDougall Reply-To: mcdougall@ameritech.net X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 3.0-CURRENT i386) MIME-Version: 1.0 To: Eivind Eklund CC: Donald Burr , FreeBSD Ports , freebsd-current@FreeBSD.ORG Subject: Re: building gimp-devel and its requirements under -current? References: <19980522164520.56382@follo.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Eivind Eklund wrote: > > Has anyone gotten gimp-devel to compile under -current? I get many link > > errors when compiling both it and xdelta (which gimp-devel requires). > > > > Looks like some recent changes to current w.r.t. errno and other stuff has > > broken these ports (at least xdelta and gimp-devel will not compile). > > > > is there any hope of getting these to work? TIA for any help... > > Re-build the libraries on which gimp-devel depends. > > LIB_DEPENDS+= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm > LIB_DEPENDS+= aa\\.1\\.:${PORTSDIR}/graphics/aalib > LIB_DEPENDS+= jpeg\\.8\\.:${PORTSDIR}/graphics/jpeg > LIB_DEPENDS+= gtk\\.1\\.0:${PORTSDIR}/x11/gtk > LIB_DEPENDS+= mpeg\\.1\\.2:${PORTSDIR}/graphics/mpeg-lib > LIB_DEPENDS+= png\\.2\\.:${PORTSDIR}/graphics/png > LIB_DEPENDS+= tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 > LIB_DEPENDS+= xdelta\\.0:${PORTSDIR}/misc/xdelta > > Eivind. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message Been there, done that, ranlib .libs/libxdelta.a creating libxdelta.la (cd .libs && ln -s ../libxdelta.la libxdelta.la) cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -O3 -fomit-frame-pointer -f unroll-loops -Wall -O -pipe -c main.c cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -O3 -fomit-frame-pointer -f unroll-loops -Wall -O -pipe -c getopt.c getopt.c: In function `_getopt_internal': getopt.c:476: warning: `indfound' might be used uninitialized in this function cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -O3 -fomit-frame-pointer -f unroll-loops -Wall -O -pipe -c getopt1.c /bin/sh ./libtool --mode=link cc -O3 -fomit-frame-pointer -funroll-loops -Wall - O -pipe -o xdelta main.o getopt.o getopt1.o libxdelta.la -L/usr/local/lib -lgd bm -lz LD_LIBRARY_PATH=".libs:$LD_LIBRARY_PATH" cc -O3 -fomit-frame-pointer -funroll-lo ops -Wall -O -pipe -o .libs/xdelta main.o getopt.o getopt1.o -R/usr/local/lib -l xdelta -L/usr/local/lib -lgdbm -lz main.o: Undefined symbol `_access' referenced (use -lc ?) main.o: Undefined symbol `___error' referenced (use -lc ?) ld: Spurious undefined symbols: # undefined symbols 2, reported 0 *** 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 Fri May 22 10:29:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA01960 for freebsd-ports-outgoing; Fri, 22 May 1998 10:29:59 -0700 (PDT) (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 KAA01943; Fri, 22 May 1998 10:29:54 -0700 (PDT) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [195.204.143.218]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id RAA25768; Fri, 22 May 1998 17:24:21 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id TAA01063; Fri, 22 May 1998 19:24:18 +0200 (MET DST) Message-ID: <19980522192418.65494@follo.net> Date: Fri, 22 May 1998 19:24:18 +0200 From: Eivind Eklund To: mcdougall@ameritech.net Cc: Donald Burr , FreeBSD Ports , freebsd-current@FreeBSD.ORG Subject: Re: building gimp-devel and its requirements under -current? References: <19980522164520.56382@follo.net> <3565B18A.BD17AEDF@ameritech.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <3565B18A.BD17AEDF@ameritech.net>; from Adam McDougall on Fri, May 22, 1998 at 01:10:35PM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, May 22, 1998 at 01:10:35PM -0400, Adam McDougall wrote: > Eivind Eklund wrote: > > Re-build the libraries on which gimp-devel depends. [...] > > > > Eivind. > > > > Been there, done that, > [...] > /bin/sh ./libtool --mode=link cc -O3 -fomit-frame-pointer -funroll-loops -Wall > - > O -pipe -o xdelta main.o getopt.o getopt1.o libxdelta.la -L/usr/local/lib > -lgd > bm -lz > LD_LIBRARY_PATH=".libs:$LD_LIBRARY_PATH" cc -O3 -fomit-frame-pointer > -funroll-lo > ops -Wall -O -pipe -o .libs/xdelta main.o getopt.o getopt1.o -R/usr/local/lib > -l > xdelta -L/usr/local/lib -lgdbm -lz > main.o: Undefined symbol `_access' referenced (use -lc ?) > main.o: Undefined symbol `___error' referenced (use -lc ?) > ld: Spurious undefined symbols: # undefined symbols 2, reported 0 > *** Error code 1 > > Stop. > Rebuild gdbm. Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 22 10:55:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA07183 for freebsd-ports-outgoing; Fri, 22 May 1998 10:55:16 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from thing.dyn.ml.org (root@dyn1-tnt12-72.detroit.mi.ameritech.net [209.18.31.72]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA07148 for ; Fri, 22 May 1998 10:55:01 -0700 (PDT) (envelope-from mcdougall@ameritech.net) Received: from ameritech.net (user1@bsdx [192.168.1.2]) by thing.dyn.ml.org (8.8.8/8.8.7) with ESMTP id NAA17829 for ; Fri, 22 May 1998 13:54:58 -0400 (EDT) (envelope-from mcdougall@ameritech.net) Message-ID: <3565BBEF.CF075463@ameritech.net> Date: Fri, 22 May 1998 13:54:55 -0400 From: Adam McDougall Reply-To: mcdougall@ameritech.net X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 3.0-CURRENT i386) MIME-Version: 1.0 To: ports@FreeBSD.ORG Subject: Re: building gimp-devel and its requirements under -current? References: <19980522164520.56382@follo.net> <3565B18A.BD17AEDF@ameritech.net> <19980522192418.65494@follo.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Eivind Eklund wrote: > On Fri, May 22, 1998 at 01:10:35PM -0400, Adam McDougall wrote: > > Eivind Eklund wrote: > > > Re-build the libraries on which gimp-devel depends. > > [...] > > > > > > Eivind. > > > > > > > Been there, done that, > > > [...] > > /bin/sh ./libtool --mode=link cc -O3 -fomit-frame-pointer -funroll-loops -Wall > > - > > O -pipe -o xdelta main.o getopt.o getopt1.o libxdelta.la -L/usr/local/lib > > -lgd > > bm -lz > > LD_LIBRARY_PATH=".libs:$LD_LIBRARY_PATH" cc -O3 -fomit-frame-pointer > > -funroll-lo > > ops -Wall -O -pipe -o .libs/xdelta main.o getopt.o getopt1.o -R/usr/local/lib > > -l > > xdelta -L/usr/local/lib -lgdbm -lz > > main.o: Undefined symbol `_access' referenced (use -lc ?) > > main.o: Undefined symbol `___error' referenced (use -lc ?) > > ld: Spurious undefined symbols: # undefined symbols 2, reported 0 > > *** Error code 1 > > > > Stop. > > > > Rebuild gdbm. > > Eivind. I have. I deleted and reinstalled every listed dependancy of the gimp-devel port. Should I go for rm -rf /usr/local or is there a real problem? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 22 11:02:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA08398 for freebsd-ports-outgoing; Fri, 22 May 1998 11:02:57 -0700 (PDT) (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 LAA08391 for ; Fri, 22 May 1998 11:02:52 -0700 (PDT) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [195.204.143.218]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id SAA26735; Fri, 22 May 1998 18:02:39 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id UAA01319; Fri, 22 May 1998 20:02:35 +0200 (MET DST) Message-ID: <19980522200232.23818@follo.net> Date: Fri, 22 May 1998 20:02:32 +0200 From: Eivind Eklund To: mcdougall@ameritech.net, ports@FreeBSD.ORG Subject: Re: building gimp-devel and its requirements under -current? References: <19980522164520.56382@follo.net> <3565B18A.BD17AEDF@ameritech.net> <19980522192418.65494@follo.net> <3565BBEF.CF075463@ameritech.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <3565BBEF.CF075463@ameritech.net>; from Adam McDougall on Fri, May 22, 1998 at 01:54:55PM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, May 22, 1998 at 01:54:55PM -0400, Adam McDougall wrote: > I have. I deleted and reinstalled every listed dependancy of the > gimp-devel port. > Should I go for rm -rf /usr/local or is there a real problem? rm -rf /usr/local shouldn't be necessary. You've not upgraded your includes without doing a 'make world' (or at least rebuilding libc), have you? BTW: I can reply faster if you include me in the To: line - there is an awful lag through FreeBSD.ORG. Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 22 11:14:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA10919 for freebsd-ports-outgoing; Fri, 22 May 1998 11:14:58 -0700 (PDT) (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 LAA10906 for ; Fri, 22 May 1998 11:14:54 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA19924; Fri, 22 May 1998 11:10:02 -0700 (PDT) Received: from matrix.42.org (root@[194.246.248.129]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA08960 for ; Fri, 22 May 1998 11:07:16 -0700 (PDT) (envelope-from sec@btl.42.org) Received: from btl.42.org (btl.42.org [194.246.248.141]) by matrix.42.org (8.8.8/8.8.6) with ESMTP id UAA03035 for (sender ); Fri, 22 May 1998 20:07:08 +0200 (CEST) Received: (from sec@localhost) by btl.42.org (8.8.8/8.8.8) id UAA18580; Fri, 22 May 1998 20:07:07 +0200 (CEST) (envelope-from sec) Message-Id: <199805221807.UAA18580@btl.42.org> Date: Fri, 22 May 1998 20:07:07 +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/6723: sendfile-port update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6723 >Category: ports >Synopsis: sendfile-port update >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: Fri May 22 11:10:01 PDT 1998 >Last-Modified: >Originator: Stefan `Sec` Zehl >Organization: >Release: FreeBSD 2.2.6-STABLE i386 >Environment: >Description: I updated the sendfile port to the most recent version. >How-To-Repeat: >Fix: Apply this diff. diff -burN /usr/ports/net/sendfile/Makefile sendfile/Makefile --- /usr/ports/net/sendfile/Makefile Tue Apr 21 17:18:47 1998 +++ sendfile/Makefile Fri May 22 20:06:18 1998 @@ -6,7 +6,7 @@ # $Id: Makefile,v 1.3 1998/04/19 03:36:55 itojun Exp $ # -DISTNAME= sendfile-19980316 +DISTNAME= sendfile-19980510 PKGNAME= sendfile-2.1 CATEGORIES= net MASTER_SITES= ftp://ftp.uni-stuttgart.de/pub/unix/comm/sendfile/current/ diff -burN /usr/ports/net/sendfile/files/md5 sendfile/files/md5 --- /usr/ports/net/sendfile/files/md5 Tue Apr 21 17:18:47 1998 +++ sendfile/files/md5 Fri May 22 19:26:34 1998 @@ -1 +1 @@ -MD5 (sendfile-19980316.tar.gz) = 0f540ff6c451440c909ee1e11e95c869 +MD5 (sendfile-19980510.tar.gz) = 4ebb2be4277ca74324d413fca39b8902 diff -burN /usr/ports/net/sendfile/patches/patch-ab sendfile/patches/patch-ab --- /usr/ports/net/sendfile/patches/patch-ab Tue Apr 21 17:18:47 1998 +++ sendfile/patches/patch-ab Fri May 22 19:51:31 1998 @@ -1,39 +1,9 @@ ---- 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 +--- develop/install.orig Fri Apr 17 13:47:44 1998 ++++ develop/install Fri May 22 19:51:13 1998 +@@ -162,13 +162,6 @@ EOD --echo 'If you are satisfied with these defaults, then type "ok" now:' + echo 'If you are satisfied with these defaults, then type "ok" now:' -read answer -if [ "$answer" != ok ]; then - echo @@ -44,16 +14,7 @@ umask 022 -@@ -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 && 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 -@@ -259,7 +243,6 @@ +@@ -259,7 +252,6 @@ echo "saft 487/tcp # simple asynchronous file transfer" | niload services . else echo "configuring $SERVICES" @@ -61,7 +22,7 @@ echo "saft 487/tcp # simple asynchronous file transfer" >>$SERVICES fi fi -@@ -272,8 +255,6 @@ +@@ -272,8 +264,6 @@ fi RESTART=true echo "configuring $INETDCONF" @@ -70,7 +31,7 @@ echo "saft stream tcp nowait root $SFD" >>$INETDCONF fi -@@ -337,15 +318,10 @@ +@@ -337,15 +327,11 @@ EOD fi @@ -87,6 +48,7 @@ - echo - echo "please restart now your inetd ( or simply reboot :-) )" - echo -+ kill -HUP `ps auxw|awk '$11 == "inetd" { print $2 } '` ++ kill -HUP `cat /var/run/inetd.pid` + [ -f $SERVERDIR/sendfiled.old ] && rm -f $SERVERDIR/sendfiled.old fi ++echo done. diff -burN /usr/ports/net/sendfile/patches/patch-ac sendfile/patches/patch-ac --- /usr/ports/net/sendfile/patches/patch-ac Thu Jan 1 01:00:00 1970 +++ sendfile/patches/patch-ac Fri May 22 19:48:47 1998 @@ -0,0 +1,11 @@ +--- develop/makefile.src.orig Fri May 22 19:48:03 1998 ++++ develop/makefile.src Fri May 22 19:48:18 1998 +@@ -53,6 +53,8 @@ + ln -s utf7encode utf7decode + + wlock: wlock.o ++ $(LINK) $(LDFLAGS) wlock.o -o wlock $(LIBS) ++ + + clean: + rm -rf core *.o *~ a.out .deps \ diff -burN /usr/ports/net/sendfile/patches/patch-ad sendfile/patches/patch-ad --- /usr/ports/net/sendfile/patches/patch-ad Thu Jan 1 01:00:00 1970 +++ sendfile/patches/patch-ad Fri May 22 19:56:05 1998 @@ -0,0 +1,11 @@ +--- makeconfig.orig Fri May 22 19:55:37 1998 ++++ makeconfig Fri May 22 19:55:49 1998 +@@ -43,7 +43,7 @@ + export TAR GZIP BZIP2 PGP RECODE METAMAIL SENDMAIL + + topmake() { +- sed "s/!SYSTEM/ok/g ++ sed "s/!SYSTEM/$SYSTEM/g + s/!VERSION/$VERSION/g + " develop/makefile.top > Makefile + } >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 May 22 12:30:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA27297 for freebsd-ports-outgoing; Fri, 22 May 1998 12:30:11 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from ncr-sd.SanDiegoCA.NCR.COM (h153-64-251-18.NCR.COM [153.64.251.18]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA27142; Fri, 22 May 1998 12:29:57 -0700 (PDT) (envelope-from Bill.Houle@SanDiegoCA.NCR.COM) Received: from jabberwocky (jabberwocky.SanDiegoCA.NCR.COM [153.64.69.123]) by ncr-sd.SanDiegoCA.NCR.COM (8.8.5/8.7.3) with SMTP id MAA00898; Fri, 22 May 1998 12:29:04 -0700 (PDT) Message-Id: <199805221929.MAA00898@ncr-sd.SanDiegoCA.NCR.COM> X-Sender: bhoule@www.sandiegoca.ncr.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0.1 Date: Fri, 22 May 1998 12:23:15 -0700 To: andreas@FreeBSD.ORG From: Bill Houle Subject: FreeBSD Port: majorcool-1.2.0 Cc: ports@FreeBSD.ORG Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm still getting a lot of 1.2 installation notices even though 1.3 has been released for a couple months. I think this is due to the FreeBSD ports containing the older copy. You may want to refresh... --bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 22 17:21:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA25681 for freebsd-ports-outgoing; Fri, 22 May 1998 17:21:46 -0700 (PDT) (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 RAA25669; Fri, 22 May 1998 17:21:42 -0700 (PDT) (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 RAA04098; Fri, 22 May 1998 17:21:28 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.8.8/8.7.3) id AAA22002; Sat, 23 May 1998 00:21:27 GMT Message-ID: <19980522172126.A21849@nuxi.com> Date: Fri, 22 May 1998 17:21:26 -0700 From: "David O'Brien" To: Axel Thimm , jmz@FreeBSD.ORG Cc: ports@FreeBSD.ORG Subject: Re: mtools-3.9-0305.diff.gz not available Reply-To: obrien@NUXI.com Mail-Followup-To: Axel Thimm , jmz@FreeBSD.ORG, ports@FreeBSD.ORG References: <199805070952.CAA14083@freefall.freebsd.org> <19980521193153.A12602@physik.fu-berlin.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <19980521193153.A12602@physik.fu-berlin.de>; from Axel Thimm on Thu, May 21, 1998 at 07:31:53PM +0200 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 > this file is neither on the master site anymore, nor on any freebsd site I > checked (including ftp.freebsd.org). Appears the solution is to upgrade to 3.9.1. -- -- 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 Sat May 23 00:45:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA14584 for freebsd-ports-outgoing; Sat, 23 May 1998 00:45:41 -0700 (PDT) (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 AAA14578; Sat, 23 May 1998 00:45:37 -0700 (PDT) (envelope-from dburr@FreeBSD.org) From: Donald Burr Received: (from dburr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA21745; Sat, 23 May 1998 00:40:40 -0700 (PDT) Date: Sat, 23 May 1998 00:40:40 -0700 (PDT) Message-Id: <199805230740.AAA21745@freefall.freebsd.org> To: dburr@POBoxes.com, dburr@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, dburr@FreeBSD.ORG Subject: Re: ports/4986 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: NEW PORT: comms/atp - ATP 1.50, a BBS QWK packet reader State-Changed-From-To: open-closed State-Changed-By: dburr State-Changed-When: Sat May 23 00:38:15 PDT 1998 State-Changed-Why: Imported with changes to make portlint (and ports team) happy. Responsible-Changed-From-To: freebsd-ports->dburr Responsible-Changed-By: dburr Responsible-Changed-When: Sat May 23 00:38:15 PDT 1998 Responsible-Changed-Why: I am the maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 23 00:49:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA15005 for freebsd-ports-outgoing; Sat, 23 May 1998 00:49:15 -0700 (PDT) (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 AAA14982; Sat, 23 May 1998 00:49:09 -0700 (PDT) (envelope-from dburr@FreeBSD.org) From: Donald Burr Received: (from dburr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA21956; Sat, 23 May 1998 00:44:13 -0700 (PDT) Date: Sat, 23 May 1998 00:44:13 -0700 (PDT) Message-Id: <199805230744.AAA21956@freefall.freebsd.org> To: dburr@POBoxes.com, dburr@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, dburr@FreeBSD.ORG Subject: Re: ports/5175 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: NEW PORT: news/xmitBin, a binary files auto-poster State-Changed-From-To: open-closed State-Changed-By: dburr State-Changed-When: Sat May 23 00:42:16 PDT 1998 State-Changed-Why: Imported with changes to make portlint and ports-team happy. Responsible-Changed-From-To: freebsd-ports->dburr Responsible-Changed-By: dburr Responsible-Changed-When: Sat May 23 00:42:16 PDT 1998 Responsible-Changed-Why: I am the maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 23 00:51:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA15375 for freebsd-ports-outgoing; Sat, 23 May 1998 00:51:26 -0700 (PDT) (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 AAA15370; Sat, 23 May 1998 00:51:23 -0700 (PDT) (envelope-from dburr@FreeBSD.org) From: Donald Burr Received: (from dburr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA22178; Sat, 23 May 1998 00:46:26 -0700 (PDT) Date: Sat, 23 May 1998 00:46:26 -0700 (PDT) Message-Id: <199805230746.AAA22178@freefall.freebsd.org> To: dburr@POBoxes.com, dburr@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, dburr@FreeBSD.ORG Subject: Re: ports/6139 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: NEW PORT: x11/sharefonts, Shareware ATM fonts for X11 State-Changed-From-To: open-closed State-Changed-By: dburr State-Changed-When: Sat May 23 00:44:33 PDT 1998 State-Changed-Why: Imported with changes to make portlint and ports team happy. Responsible-Changed-From-To: freebsd-ports->dburr Responsible-Changed-By: dburr Responsible-Changed-When: Sat May 23 00:44:33 PDT 1998 Responsible-Changed-Why: I am the maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 23 04:44:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA13338 for freebsd-ports-outgoing; Sat, 23 May 1998 04:44:13 -0700 (PDT) (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 EAA13330 for ; Sat, 23 May 1998 04:44:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA24910; Sat, 23 May 1998 04:30:01 -0700 (PDT) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA11740; Sat, 23 May 1998 04:34:41 -0700 (PDT) (envelope-from nobody) Message-Id: <199805231134.EAA11740@hub.freebsd.org> Date: Sat, 23 May 1998 04:34:41 -0700 (PDT) From: schweikh@noc.dfn.de To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/6724: ghostscript 5 port device selection messed up Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6724 >Category: ports >Synopsis: ghostscript 5 port device selection messed up >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat May 23 04:30:01 PDT 1998 >Last-Modified: >Originator: Jens Schweikhardt >Organization: DFN >Release: 2.2.6R freshly off of the CD >Environment: >Description: For the device selection there pops up a colorful tool by someone named -andreas. (The funky thing when make says '===> configuring'). First, the left column is empty except for the last line, bj10e. Second, one line reads 'press space to toggle an option ON/ON ?' Third, when I move the cursor with the arrow keys up and down, the output is messed so that parts of 2 consecutive lines are highlighted. The device name and the corresponding description are off by one line. echo $TERM says cons25 so it shouldn't be a termcap problem. >How-To-Repeat: cd /usr/ports/print/ghostscript5 make >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 May 23 06:15:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA23377 for freebsd-ports-outgoing; Sat, 23 May 1998 06:15:01 -0700 (PDT) (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 GAA23369 for ; Sat, 23 May 1998 06:14:59 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA27257; Sat, 23 May 1998 06:10:01 -0700 (PDT) Date: Sat, 23 May 1998 06:10:01 -0700 (PDT) Message-Id: <199805231310.GAA27257@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: zach@gaffaneys.com Subject: Re: ports/6724: ghostscript5 port device selection messed up Reply-To: zach@gaffaneys.com Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/6724; it has been noted by GNATS. From: zach@gaffaneys.com To: freebsd-gnats-submit@freebsd.org, schweikh@noc.dfn.de Cc: Subject: Re: ports/6724: ghostscript5 port device selection messed up Date: Sat, 23 May 1998 08:15:23 -0500 (CDT) The reason for this is some of the lines in scripts/configure are too long. If you delete a bit off the longer lines, it works correctly. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 23 06:45:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA27203 for freebsd-ports-outgoing; Sat, 23 May 1998 06:45:03 -0700 (PDT) (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 GAA27196 for ; Sat, 23 May 1998 06:45:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA18201; Sat, 23 May 1998 06:40:02 -0700 (PDT) Received: from oslo17.or.uninett.no (hanspbie@oslo17.or.uninett.no [158.36.90.37]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA26540 for ; Sat, 23 May 1998 06:37:37 -0700 (PDT) (envelope-from hanspbie@oslo17.or.uninett.no) Received: (from hanspbie@localhost) by oslo17.or.uninett.no (8.8.8/8.8.8) id PAA17195; Sat, 23 May 1998 15:37:13 +0200 (CEST) (envelope-from hanspbie) Message-Id: <199805231337.PAA17195@oslo17.or.uninett.no> Date: Sat, 23 May 1998 15:37:13 +0200 (CEST) From: zerium@webindex.no Reply-To: zerium@webindex.no To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6725: New port kwatch Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6725 >Category: ports >Synopsis: New port kwatch >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 May 23 06:40:02 PDT 1998 >Last-Modified: >Originator: Hans Petter Bieker >Organization: none >Release: FreeBSD 2.2.6-STABLE i386 >Environment: >Description: KDE/Qt log file viewer >How-To-Repeat: >Fix: # This archive contains: # # kwatch # kwatch/files # kwatch/files/md5 # kwatch/pkg # kwatch/pkg/COMMENT # kwatch/pkg/DESCR # kwatch/pkg/PLIST # kwatch/Makefile # echo c - kwatch mkdir -p kwatch > /dev/null 2>&1 echo c - kwatch/files mkdir -p kwatch/files > /dev/null 2>&1 echo x - kwatch/files/md5 sed 's/^X//' >kwatch/files/md5 << 'END-of-kwatch/files/md5' XMD5 (kwatch-0.3.tar.gz) = 7f2511c88962b9007e5aaee4e4118f5c END-of-kwatch/files/md5 echo c - kwatch/pkg mkdir -p kwatch/pkg > /dev/null 2>&1 echo x - kwatch/pkg/COMMENT sed 's/^X//' >kwatch/pkg/COMMENT << 'END-of-kwatch/pkg/COMMENT' XKDE/Qt log file viewer END-of-kwatch/pkg/COMMENT echo x - kwatch/pkg/DESCR sed 's/^X//' >kwatch/pkg/DESCR << 'END-of-kwatch/pkg/DESCR' XKDE/Qt log file viewer END-of-kwatch/pkg/DESCR echo x - kwatch/pkg/PLIST sed 's/^X//' >kwatch/pkg/PLIST << 'END-of-kwatch/pkg/PLIST' Xbin/kwatch Xshare/doc/HTML/en/kwatch/index.html Xshare/doc/HTML/en/kwatch/index-1.html Xshare/doc/HTML/en/kwatch/index-2.html Xshare/doc/HTML/en/kwatch/index-3.html Xshare/doc/HTML/en/kwatch/logotp3.gif Xshare/locale/de/LC_MESSAGES/kwatch.mo Xshare/applnk/Utilities/kwatch.kdelnk X@dirrm share/doc/HTML/en/kwatch END-of-kwatch/pkg/PLIST echo x - kwatch/Makefile sed 's/^X//' >kwatch/Makefile << 'END-of-kwatch/Makefile' X# New ports collection makefile for: kwatch X# Version required: Beta4 X# Date created: 23 May 1998 X# Whom: Hans Petter Bieker X# X# $Id$ X# X XDISTNAME= kwatch-0.3 XCATEGORIES= x11 kde XMASTER_SITES= $(MASTER_SITE_KDE) XMASTER_SITE_SUBDIR= /stable/Beta4/apps/utils X XMAINTAINER= hanspb@persbraten.vgs.no X XBUILD_DEPENDS= moc:${PORTSDIR}/x11/qt XLIB_DEPENDS= qt\\.1\\.3[1-9]:${PORTSDIR}/x11/qt \ X jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg \ X kdecore\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs \ X kdeui\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs X XHAS_CONFIGURE= yes XUSE_GMAKE= yes XCONFIGURE_ARGS= "--prefix=$(PREFIX)" X XCONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \ X INSTALL_SCRIPT="install -c -m 555" X X.include END-of-kwatch/Makefile 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 May 23 08:15:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA28498 for freebsd-ports-outgoing; Sat, 23 May 1998 08:15:01 -0700 (PDT) (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 IAA28485 for ; Sat, 23 May 1998 08:14:59 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA22933; Sat, 23 May 1998 08:10:01 -0700 (PDT) Received: from mail.vlsi.fi (9Ty2rWetMIoF7tiJpdfFhKyWdtUtxg3s@mail.vlsi.fi [195.74.10.147]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA26816 for ; Sat, 23 May 1998 08:07:51 -0700 (PDT) (envelope-from ville@vehome.pp.sci.fi) Received: (from smap@localhost) by mail.vlsi.fi (8.8.8/8.8.8) id SAA16391 for ; Sat, 23 May 1998 18:07:43 +0300 (EET DST) (envelope-from ville@vehome.pp.sci.fi) Received: from vebsd.vlsi.fi(10.0.2.2) by mail.vlsi.fi via smap (V1.3) id sma016364; Sat May 23 18:07:17 1998 Received: (from ville@localhost) by vebsd.vlsi.fi (8.8.8/8.7.3) id SAA03350; Sat, 23 May 1998 18:07:15 +0300 (EEST) Message-Id: <199805231507.SAA03350@vebsd.vlsi.fi> Date: Sat, 23 May 1998 18:07:15 +0300 (EEST) From: Ville Eerola Reply-To: Ville Eerola To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6726: Update of fetchmail port to version 4.4.7 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6726 >Category: ports >Synopsis: Update of fetchmail port to version 4.4.7 >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 May 23 08:10:00 PDT 1998 >Last-Modified: >Originator: Ville Eerola >Organization: >Release: FreeBSD 2.2.6-STABLE i386 >Environment: Current FreeBSD ports as of May 23, 1998 >Description: Fetchmail has been updated since our port has been updated last time. We have version 4.4.6, and the official release is at 4.4.7 >How-To-Repeat: % cd /usr/ports/mail/fetchmail % make Notice that it builds the old version ;-) >Fix: Commit the patches below: Index: Makefile =================================================================== RCS file: /disk4/FreeBSD/cvs/ports/mail/fetchmail/Makefile,v retrieving revision 1.60 diff -U2 -r1.60 Makefile --- Makefile 1998/05/22 01:34:17 1.60 +++ Makefile 1998/05/23 14:00:07 @@ -1,4 +1,4 @@ # New ports collection makefile for: fetchmail -# Version required: 4.4.6 +# Version required: 4.4.7 # Date created: 26 Oct 1996 # Whom: Ville Eerola @@ -7,5 +7,5 @@ # -DISTNAME= fetchmail-4.4.6 +DISTNAME= fetchmail-4.4.7 CATEGORIES= mail MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ Index: files/md5 =================================================================== RCS file: /disk4/FreeBSD/cvs/ports/mail/fetchmail/files/md5,v retrieving revision 1.54 diff -U2 -r1.54 md5 --- md5 1998/05/22 01:34:18 1.54 +++ md5 1998/05/23 14:53:13 @@ -1 +1 @@ -MD5 (fetchmail-4.4.6.tar.gz) = e9e931d9f2a269b6814510015b75ac61 +MD5 (fetchmail-4.4.7.tar.gz) = 13825a3d01dbcce0e34e17ec17894f85 >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 May 23 08:45:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA01977 for freebsd-ports-outgoing; Sat, 23 May 1998 08:45:05 -0700 (PDT) (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 IAA01962 for ; Sat, 23 May 1998 08:45:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA23046; Sat, 23 May 1998 08:40:01 -0700 (PDT) Received: from oslo2.or.uninett.no (root@oslo2.or.uninett.no [158.36.90.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA01939 for ; Sat, 23 May 1998 08:44:53 -0700 (PDT) (envelope-from hanspbie@oslo2.or.uninett.no) Received: (from hanspbie@localhost) by oslo17.or.uninett.no (8.8.8/8.8.8) id QAA29112; Sat, 23 May 1998 16:15:53 +0200 (CEST) (envelope-from hanspbie) Message-Id: <199805231415.QAA29112@oslo17.or.uninett.no> Date: Sat, 23 May 1998 16:15:53 +0200 (CEST) From: zerium@webindex.no Reply-To: zerium@webindex.no To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6728: New port ktranslator Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6728 >Category: ports >Synopsis: New port ktranslator >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 May 23 08:40:01 PDT 1998 >Last-Modified: >Originator: Hans Petter Bieker >Organization: none >Release: FreeBSD 2.2.6-STABLE i386 >Environment: >Description: KTranslator is a very very very very very very very powerful utlity for KDE translators. You can read a .pot file and, using old translated files, you can easly translate it. [.. from the README FILE ..] >How-To-Repeat: >Fix: # This archive contains: # # ktranslator # ktranslator/files # ktranslator/files/md5 # ktranslator/pkg # ktranslator/pkg/COMMENT # ktranslator/pkg/DESCR # ktranslator/pkg/PLIST # ktranslator/Makefile # echo c - ktranslator mkdir -p ktranslator > /dev/null 2>&1 echo c - ktranslator/files mkdir -p ktranslator/files > /dev/null 2>&1 echo x - ktranslator/files/md5 sed 's/^X//' >ktranslator/files/md5 << 'END-of-ktranslator/files/md5' XMD5 (ktranslator-0.1.9.tar.gz) = 33238b019925f8754fa3b56bc269cf55 END-of-ktranslator/files/md5 echo c - ktranslator/pkg mkdir -p ktranslator/pkg > /dev/null 2>&1 echo x - ktranslator/pkg/COMMENT sed 's/^X//' >ktranslator/pkg/COMMENT << 'END-of-ktranslator/pkg/COMMENT' XA powerful utility for kde translators END-of-ktranslator/pkg/COMMENT echo x - ktranslator/pkg/DESCR sed 's/^X//' >ktranslator/pkg/DESCR << 'END-of-ktranslator/pkg/DESCR' XKTranslator is a very very very very very very very powerful utlity for XKDE translators. X XYou can read a .pot file and, using old translated files, you can easly Xtranslat it. END-of-ktranslator/pkg/DESCR echo x - ktranslator/pkg/PLIST sed 's/^X//' >ktranslator/pkg/PLIST << 'END-of-ktranslator/pkg/PLIST' Xbin/ktranslator Xshare/applnk/Utilities/ktranslator.kdelnk END-of-ktranslator/pkg/PLIST echo x - ktranslator/Makefile sed 's/^X//' >ktranslator/Makefile << 'END-of-ktranslator/Makefile' X# New ports collection makefile for: ktranslator X# Version required: Beta4 X# Date created: 23 May 1998 X# Whom: Hans Petter Bieker X# X# $Id$ X# X XDISTNAME= ktranslator-0.1.9 XCATEGORIES= x11 kde XMASTER_SITES= $(MASTER_SITE_KDE) XMASTER_SITE_SUBDIR= /unstable/apps/utils X XMAINTAINER= hanspb@persbraten.vgs.no X XBUILD_DEPENDS= moc:${PORTSDIR}/x11/qt XLIB_DEPENDS= qt\\.1\\.3[1-9]:${PORTSDIR}/x11/qt \ X jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg \ X kdecore\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs \ X kdeui\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs \ X kfm\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs X XHAS_CONFIGURE= yes XUSE_GMAKE= yes XCONFIGURE_ARGS= "--prefix=$(PREFIX)" X XCONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \ X INSTALL_SCRIPT="install -c -m 555" X XWRKSRC= ${WRKDIR}/ktran X Xpre-configure: X ${RM} -rf -- $(WRKSRC)/ktranslator/.deps $(WRKSRC)/config.cache X X.include END-of-ktranslator/Makefile 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 May 23 09:05:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA04095 for freebsd-ports-outgoing; Sat, 23 May 1998 09:05:04 -0700 (PDT) (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 JAA04080 for ; Sat, 23 May 1998 09:05:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA23099; Sat, 23 May 1998 09:00:02 -0700 (PDT) Received: from home.dragondata.com (toasty@home.dragondata.com [204.137.237.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA04000 for ; Sat, 23 May 1998 09:04:22 -0700 (PDT) (envelope-from toasty@home.dragondata.com) Received: (from toasty@localhost) by home.dragondata.com (8.8.8/8.8.5) id LAA05232; Sat, 23 May 1998 11:04:22 -0500 (CDT) Message-Id: <199805231604.LAA05232@home.dragondata.com> Date: Sat, 23 May 1998 11:04:22 -0500 (CDT) From: toasty@dragondata.com Reply-To: toasty@dragondata.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6729: ports: net/bb depends on apache Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6729 >Category: ports >Synopsis: ports: net/bb depends on apache >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: Sat May 23 09:00:01 PDT 1998 >Last-Modified: >Originator: Kevin Day >Organization: DragonData Internet Services >Release: FreeBSD 2.2.5-STABLE i386 >Environment: Any recent FreeBSD system >Description: installing net/bb without having apache installed results in the following error: install: /usr/local/www/cgi-bin/bb-pager.sh: No such file or directory >How-To-Repeat: cd /usr/ports/net/bb make install >Fix: Add apache to bb's depend's line. Or, make the makefile smart enough to create that directory if it doesn't already exist. >Audit-Trail: >Unformatted: Kevin Day To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 23 09:55:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA17398 for freebsd-ports-outgoing; Sat, 23 May 1998 09:55:07 -0700 (PDT) (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 JAA17347 for ; Sat, 23 May 1998 09:55:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA23247; Sat, 23 May 1998 09:50:03 -0700 (PDT) Received: from oslo8.or.uninett.no (hanspbie@oslo8.or.uninett.no [158.36.90.28]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA14060 for ; Sat, 23 May 1998 09:45:10 -0700 (PDT) (envelope-from hanspbie@oslo8.or.uninett.no) Received: (from hanspbie@localhost) by oslo8.or.uninett.no (8.8.8/8.8.8) id SAA26905; Sat, 23 May 1998 18:44:44 +0200 (CEST) (envelope-from hanspbie) Message-Id: <199805231644.SAA26905@oslo8.or.uninett.no> Date: Sat, 23 May 1998 18:44:44 +0200 (CEST) From: zerium@webindex.no Reply-To: zerium@webindex.no To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6730: New port: korganizer Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6730 >Category: ports >Synopsis: New port: korganizer >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 May 23 09:50:02 PDT 1998 >Last-Modified: >Originator: Hans Petter Bieker >Organization: none >Release: FreeBSD 2.2.6-STABLE i386 >Environment: >Description: KOrganizer is a several things. It is a calendar. It is a program to keep track of your appointments. It is a prioritized todo list. It coordinates scheduling between different people or groups. In short, it is a program which tries to help you keep your life organized, hence the simple, yet appropriate name. You may have encountered similar programs for both UNIX and Windows such as plan, Netscape Calendar, Microsoft Outlook, and Ecco Pro. All of these programs fall under the same general category of "PIM," or Personal Information Manager, and they all more or less try to do the same things, though often with different angles of approach. KOrganizer is the first free PIM for Unix which implements the vCalendar protocol for personal data interchange. This vendor-independent, open standard allows different programs and devices to share/synchronize appointment and calendar information without proprietary standards. The data is stored in ASCII and is easily human-readable. While some Windows programs have implemented a limited import/export ability for their native formats to vCalendar, KOrganizer's native file format on disk is vCalendar, so it bypasses this middle-step entirely. It also allows you to easily access your data without the program itself, in the spirit of other UNIX programs. >How-To-Repeat: >Fix: # This archive contains: # # korganizer # korganizer/files # korganizer/files/md5 # korganizer/pkg # korganizer/pkg/COMMENT # korganizer/pkg/DESCR # korganizer/pkg/PLIST # korganizer/Makefile # korganizer/patches # korganizer/patches/patch-aa # echo c - korganizer mkdir -p korganizer > /dev/null 2>&1 echo c - korganizer/files mkdir -p korganizer/files > /dev/null 2>&1 echo x - korganizer/files/md5 sed 's/^X//' >korganizer/files/md5 << 'END-of-korganizer/files/md5' XMD5 (korganizer-0.9.tar.gz) = e361788b550aa50d5894b5b6c603a57e END-of-korganizer/files/md5 echo c - korganizer/pkg mkdir -p korganizer/pkg > /dev/null 2>&1 echo x - korganizer/pkg/COMMENT sed 's/^X//' >korganizer/pkg/COMMENT << 'END-of-korganizer/pkg/COMMENT' XA Calendar / Scheduling tool (PIM) for KDE END-of-korganizer/pkg/COMMENT echo x - korganizer/pkg/DESCR sed 's/^X//' >korganizer/pkg/DESCR << 'END-of-korganizer/pkg/DESCR' XKOrganizer is a several things. It is a calendar. It is a program to Xkeep track of your appointments. It is a prioritized todo list. It Xcoordinates scheduling between different people or groups. In short, Xit is a program which tries to help you keep your life organized, Xhence the simple, yet appropriate name. You may have encountered Xsimilar programs for both UNIX and Windows such as plan, Netscape XCalendar, Microsoft Outlook, and Ecco Pro. All of these programs fall Xunder the same general category of "PIM," or Personal Information XManager, and they all more or less try to do the same things, though Xoften with different angles of approach. X XKOrganizer is the first free PIM for Unix which implements the XvCalendar protocol for personal data interchange. This Xvendor-independent, open standard allows different programs and Xdevices to share/synchronize appointment and calendar information Xwithout proprietary standards. The data is stored in ASCII and is Xeasily human-readable. While some Windows programs have implemented a Xlimited import/export ability for their native formats to vCalendar, XKOrganizer's native file format on disk is vCalendar, so it bypasses Xthis middle-step entirely. It also allows you to easily access your Xdata without the program itself, in the spirit of other UNIX programs. END-of-korganizer/pkg/DESCR echo x - korganizer/pkg/PLIST sed 's/^X//' >korganizer/pkg/PLIST << 'END-of-korganizer/pkg/PLIST' Xbin/korganizer Xshare/applnk/Applications/korganizer.kdelnk Xshare/apps/korganizer/pics/1downarrow.xpm Xshare/apps/korganizer/pics/1leftarrow.xpm Xshare/apps/korganizer/pics/1rightarrow.xpm Xshare/apps/korganizer/pics/1uparrow.xpm Xshare/apps/korganizer/pics/2downarrow.xpm Xshare/apps/korganizer/pics/2leftarrow.xpm Xshare/apps/korganizer/pics/2rightarrow.xpm Xshare/apps/korganizer/pics/2uparrow.xpm Xshare/apps/korganizer/pics/3downarrow.xpm Xshare/apps/korganizer/pics/3uparrow.xpm Xshare/apps/korganizer/pics/bell.xpm Xshare/apps/korganizer/pics/checkedbox.xpm Xshare/apps/korganizer/pics/checkmark.xpm Xshare/apps/korganizer/pics/emptybox.xpm Xshare/apps/korganizer/pics/recur.xpm Xshare/apps/korganizer/pics/smallcal.xpm Xshare/apps/korganizer/toolbar/dayicon.xpm Xshare/apps/korganizer/toolbar/monthicon.xpm Xshare/apps/korganizer/toolbar/newevent.xpm Xshare/apps/korganizer/toolbar/newrecurevent.xpm Xshare/apps/korganizer/toolbar/todayicon.xpm Xshare/apps/korganizer/toolbar/weekicon.xpm Xshare/doc/HTML/en/korganizer/korganizer-1.html Xshare/doc/HTML/en/korganizer/korganizer-2.html Xshare/doc/HTML/en/korganizer/korganizer-3.html Xshare/doc/HTML/en/korganizer/korganizer-4.html Xshare/doc/HTML/en/korganizer/korganizer-5.html Xshare/doc/HTML/en/korganizer/korganizer-6.html Xshare/doc/HTML/en/korganizer/korganizer.html Xshare/doc/HTML/en/korganizer/logotp3.gif Xshare/icons/korganizer.xpm Xshare/icons/mini/korganizer.xpm Xshare/mimelnk/text/x-vcalendar.kdelnk X@dirrm share/apps/korganizer/pics X@dirrm share/apps/korganizer/toolbar X@dirrm share/doc/HTML/en/korganizer X@dirrm share/apps/korganizer END-of-korganizer/pkg/PLIST echo x - korganizer/Makefile sed 's/^X//' >korganizer/Makefile << 'END-of-korganizer/Makefile' X# New ports collection makefile for: korganizer X# Version required: Beta4 X# Date created: 23 May 1998 X# Whom: Hans Petter Bieker X# X# $Id$ X# X XDISTNAME= korganizer-0.9 XCATEGORIES= x11 kde XMASTER_SITES= $(MASTER_SITE_KDE) XMASTER_SITE_SUBDIR= /unstable/apps/office X XMAINTAINER= hanspb@persbraten.vgs.no X XBUILD_DEPENDS= moc:${PORTSDIR}/x11/qt XLIB_DEPENDS= qt\\.1\\.3[1-9]:${PORTSDIR}/x11/qt \ X gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \ X jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg \ X kdecore\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs \ X kdeui\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs X XHAS_CONFIGURE= yes XUSE_GMAKE= yes XCONFIGURE_ARGS= "--prefix=$(PREFIX)" \ X "--with-extra-includes=$(PREFIX)/include/giflib" X XCONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \ X INSTALL_SCRIPT="install -c -m 555" X XWRKSRC= ${WRKDIR}/korganizer X Xpre-configure: X ${RM} -rf -- $(WRKSRC)/src/.deps $(WRKSRC)/config.cache X X.include END-of-korganizer/Makefile echo c - korganizer/patches mkdir -p korganizer/patches > /dev/null 2>&1 echo x - korganizer/patches/patch-aa sed 's/^X//' >korganizer/patches/patch-aa << 'END-of-korganizer/patches/patch-aa' X--- src/Makefile.in.orig Sat May 23 18:08:36 1998 X+++ src/Makefile.in Sat May 23 18:08:51 1998 X@@ -160,7 +160,7 @@ X X # the library search path. X #korganizer_LDFLAGS = $(all_libraries) $(KDE_RPATH) X-korganizer_LDFLAGS = $(all_libraries) -Wl,-rpath -Wl,$(KDEDIR)/lib X+korganizer_LDFLAGS = $(all_libraries) X X # the libraries to link against. Be aware of the order. First the libraries, X # that depend on the following ones. END-of-korganizer/patches/patch-aa 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 May 23 10:25:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA24480 for freebsd-ports-outgoing; Sat, 23 May 1998 10:25:07 -0700 (PDT) (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 KAA24453 for ; Sat, 23 May 1998 10:25:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA23359; Sat, 23 May 1998 10:20:01 -0700 (PDT) Received: from news.IAEhv.nl (root@news.IAEhv.nl [194.151.64.4]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id KAA24007; Sat, 23 May 1998 10:21:31 -0700 (PDT) (envelope-from volf@oasis.IAEhv.nl) Received: from oasis.IAEhv.nl (uucp@localhost) by news.IAEhv.nl (8.6.13/1.63) with IAEhv.nl; pid 830 on Sat, 23 May 1998 17:21:30 GMT; id RAA00830 efrom: volf@oasis.IAEhv.nl; eto: UNKNOWN Received: from LOCAL (volf@localhost) by oasis.IAEhv.nl (8.8.8/1.63); pid 7515 on Sat, 23 May 1998 17:19:05 GMT; id RAA07515 efrom: volf; eto: UNKNOWN Message-Id: <199805231719.RAA07515@oasis.IAEhv.nl> Date: Sat, 23 May 1998 17:19:05 GMT From: volf@oasis.IAEhv.nl (Frank Volf) Reply-To: volf@oasis.IAEhv.nl To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: volf@oasis.IAEhv.nl, jseger@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6731: ImageMagick-4.0.5 does not compile in FreeBSD-stable Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6731 >Category: ports >Synopsis: ImageMagick-4.0.5 does not compile in FreeBSD-stable >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat May 23 10:20:01 PDT 1998 >Last-Modified: >Originator: Frank Volf >Organization: Frank Volf's private UUCP site, Eindhoven, the Netherlands >Release: FreeBSD 2.2.6-STABLE i386 >Environment: FreeBSD oasis.IAEhv.nl 2.2.6-STABLE FreeBSD 2.2.6-STABLE #2: Wed May 20 20:42:41 MEST 1998 volf@oasis.IAEhv.nl:/usr/src/sys/compile/OASIS i386 >Description: The ImageMagick V4.0.5 port does not compile on FreeBSD 2.2.6. I'm using the userland binaries from the 2.2.6 CDROM with a stable kernel. The transcript is as follows: .... Making all in xlib cc -DHAVE_CONFIG_H -I. -I. -I./magick -I./magick -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -O -c animate.c /bin/sh ./libtool --mode=link cc -O -o animate animate.o magick/libMagick.la -L/usr/local/lib -L/usr/X11R6/lib -lX11 -lXext -lXt -ljbig -ljpeg -lmpeg -lpng -ltiff34 -lttf -lz -lm mkdir .libs LD_LIBRARY_PATH="magick/.libs:$LD_LIBRARY_PATH" cc -O -o .libs/animate animate.o -R/usr/local/lib -lMagick -L/usr/local/lib -L/usr/X11R6/lib -lX11 -lXext -lXt -ljbig -ljpeg -lmpeg -lpng -ltiff34 -lttf -lz -lm -L/usr/local/lib -L/usr/X11R6/lib -lX11 -lXext -lXt -ljbig -ljpeg -lmpeg -lpng -ltiff34 -lttf -lz -lm animate.o: Undefined symbol SetClientName' referenced from text segment animate.o: Undefined symbol XGetScreenDensity' referenced from text segment *** Error code 1 >How-To-Repeat: cd /usr/ports/graphics/ImageMagick make >Fix: Unknown. >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 May 23 10:48:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA00953 for freebsd-ports-outgoing; Sat, 23 May 1998 10:48:38 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from dqc.org (codeine@dqc.org [12.7.96.251]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA00936 for ; Sat, 23 May 1998 10:48:37 -0700 (PDT) (envelope-from codeine@dqc.org) Received: (from codeine@localhost) by dqc.org (8.8.8/Starchild and The Mothership Connection) id KAA23080 for freebsd-ports@freebsd.org; Sat, 23 May 1998 10:51:27 -0700 (PDT) Date: Sat, 23 May 1998 10:51:27 -0700 (PDT) From: Mr Codeine 48 48 48 48 Message-Id: <199805231751.KAA23080@dqc.org> To: freebsd-ports@FreeBSD.ORG Subject: getting files with passive ftp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I am only able to use passive ftp and i hate downloading ports by myself - is there anyway to setup ports to use passive ftp to fetch? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 23 12:15:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA07445 for freebsd-ports-outgoing; Sat, 23 May 1998 12:15:06 -0700 (PDT) (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 MAA07411 for ; Sat, 23 May 1998 12:15:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA24132; Sat, 23 May 1998 12:10:03 -0700 (PDT) Date: Sat, 23 May 1998 12:10:03 -0700 (PDT) Message-Id: <199805231910.MAA24132@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: Tim Vanderhoek Subject: Re: ports/6728: New port ktranslator Reply-To: Tim Vanderhoek Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/6728; it has been noted by GNATS. From: Tim Vanderhoek To: zerium@webindex.no Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/6728: New port ktranslator Date: Sat, 23 May 1998 15:05:14 -0400 (EDT) On Sat, 23 May 1998 zerium@webindex.no wrote: > sed 's/^X//' >ktranslator/pkg/DESCR << 'END-of-ktranslator/pkg/DESCR' > XKTranslator is a very very very very very very very powerful utlity for > XKDE translators. Gee, not to cramp anyone's style, but can we please just say "extremely" or "exceeding" instead... [from pkg/DESCR] > Xtranslat it. "translate", probably. > XHAS_CONFIGURE= yes > XUSE_GMAKE= yes > XCONFIGURE_ARGS= "--prefix=$(PREFIX)" This isn't GNU_CONFIGURE by any chance, is it? Actually, Satoshi's in favour of using GNU_CONFIGURE for anything accepting --prefix, regardless of whether it really is GNU_CONFIGURE or not. Satoshi's wrong, but he is the portsmeister... :) > XCONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \ > X INSTALL_SCRIPT="install -c -m 555" Should probably be INSTALL_SCRIPT="$INSTALL_SCRIPT". -- Outnumbered? Maybe. Outspoken? Never! tIM...HOEk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 23 12:25:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA10441 for freebsd-ports-outgoing; Sat, 23 May 1998 12:25:03 -0700 (PDT) (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 MAA10420 for ; Sat, 23 May 1998 12:25:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA24160; Sat, 23 May 1998 12:20:01 -0700 (PDT) Date: Sat, 23 May 1998 12:20:01 -0700 (PDT) Message-Id: <199805231920.MAA24160@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: Hans Petter Bieker Subject: Re: ports/6728: New port ktranslator Reply-To: Hans Petter Bieker Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/6728; it has been noted by GNATS. From: Hans Petter Bieker To: Tim Vanderhoek Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/6728: New port ktranslator Date: Sat, 23 May 1998 21:21:18 +0200 (CEST) On Sat, 23 May 1998, Tim Vanderhoek wrote: > Gee, not to cramp anyone's style, but can we please just say > "extremely" or "exceeding" instead... i know, but why are you bashing me? > This isn't GNU_CONFIGURE by any chance, is it? Actually, > Satoshi's in favour of using GNU_CONFIGURE for anything accepting > --prefix, regardless of whether it really is GNU_CONFIGURE or > not. Satoshi's wrong, but he is the portsmeister... :) > Should probably be INSTALL_SCRIPT="$INSTALL_SCRIPT". maybe. i just used ports/x11/kdebase as a template. [.. configure..] # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. [..] -bieker- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 23 12:35:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA13711 for freebsd-ports-outgoing; Sat, 23 May 1998 12:35:12 -0700 (PDT) (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 MAA13683 for ; Sat, 23 May 1998 12:35:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA24181; Sat, 23 May 1998 12:30:06 -0700 (PDT) Date: Sat, 23 May 1998 12:30:06 -0700 (PDT) Message-Id: <199805231930.MAA24181@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: Tim Vanderhoek Subject: Re: ports/6728: New port ktranslator Reply-To: Tim Vanderhoek Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/6728; it has been noted by GNATS. From: Tim Vanderhoek To: Hans Petter Bieker Cc: Tim Vanderhoek , FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/6728: New port ktranslator Date: Sat, 23 May 1998 15:27:29 -0400 (EDT) On Sat, 23 May 1998, Hans Petter Bieker wrote: > > Gee, not to cramp anyone's style, but can we please just say > > "extremely" or "exceeding" instead... > > i know, but why are you bashing me? I'm not. I know you copied it from the README, but when I hit the [R]reply key, your email address somehow appeared in the To: header. :-) FWIW, I'd consider it fine style for a README that is read only by hackers, anyways. > [.. configure..] > # This configure script is free software; the Free Software Foundation > # gives unlimited permission to copy, distribute and modify it. > [..] That smells like GNU_CONFIGURE. I suspect you don't even need the CONFIGURE_ENV=INSTALL_SCRIPT="${INSTALL_SCRIPT}" line at all. -- Outnumbered? Maybe. Outspoken? Never! tIM...HOEk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 23 12:55:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA21210 for freebsd-ports-outgoing; Sat, 23 May 1998 12:55:05 -0700 (PDT) (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 MAA21179 for ; Sat, 23 May 1998 12:55:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA24219; Sat, 23 May 1998 12:50:01 -0700 (PDT) Received: from oslo5.or.uninett.no (hanspbie@oslo5.or.uninett.no [158.36.90.25]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA17403 for ; Sat, 23 May 1998 12:45:35 -0700 (PDT) (envelope-from hanspbie@oslo5.or.uninett.no) Received: (from hanspbie@localhost) by oslo5.or.uninett.no (8.8.8/8.8.8) id VAA22087; Sat, 23 May 1998 21:45:22 +0200 (CEST) (envelope-from hanspbie) Message-Id: <199805231945.VAA22087@oslo5.or.uninett.no> Date: Sat, 23 May 1998 21:45:22 +0200 (CEST) From: zerium@webindex.no Reply-To: zerium@webindex.no To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6733: New port: kproject Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6733 >Category: ports >Synopsis: New port: kproject >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 May 23 12:50:01 PDT 1998 >Last-Modified: >Originator: Hans Petter Bieker >Organization: none >Release: FreeBSD 2.2.6-STABLE i386 >Environment: >Description: This is a preview version of kproject, a simple project planner. At the moment this is not more than a Q&D hack, but it does some basic functions, e. g. - read a project list in the form ::: where and represents the dependencies of each process. You can edit this in the programm, but I think, it is much easier to edit a file with your favourite editor and load it. Two sample files are included in this package (see /samples). - calculate buffer times. A "C" indicates, that this process is critical (total buffer time is zero) - show the project as a GANTT diagram >How-To-Repeat: >Fix: # This archive contains: # # kproject # kproject/files # kproject/files/md5 # kproject/pkg # kproject/pkg/COMMENT # kproject/pkg/DESCR # kproject/pkg/PLIST # kproject/Makefile # kproject/patches # kproject/patches/patch-aa # echo c - kproject mkdir -p kproject > /dev/null 2>&1 echo c - kproject/files mkdir -p kproject/files > /dev/null 2>&1 echo x - kproject/files/md5 sed 's/^X//' >kproject/files/md5 << 'END-of-kproject/files/md5' XMD5 (kproject-0.1.tgz) = fe2c29aab53c28a4e096b02f04298097 END-of-kproject/files/md5 echo c - kproject/pkg mkdir -p kproject/pkg > /dev/null 2>&1 echo x - kproject/pkg/COMMENT sed 's/^X//' >kproject/pkg/COMMENT << 'END-of-kproject/pkg/COMMENT' XA preview version of kproject. KDE/Q based. END-of-kproject/pkg/COMMENT echo x - kproject/pkg/DESCR sed 's/^X//' >kproject/pkg/DESCR << 'END-of-kproject/pkg/DESCR' XThis is a preview version of kproject, a simple project planner. X XAt the moment this is not more than a Q&D hack, but it does some Xbasic functions, e. g. X X- read a project list in the form X ::: X X where and represents the dependencies of each X process. You can edit this in the programm, but I think, it is X much easier to edit a file with your favourite editor and load it. X X Two sample files are included in this package (see /samples). X X- calculate buffer times. A "C" indicates, that this process is critical X (total buffer time is zero) X X- show the project as a GANTT diagram END-of-kproject/pkg/DESCR echo x - kproject/pkg/PLIST sed 's/^X//' >kproject/pkg/PLIST << 'END-of-kproject/pkg/PLIST' Xbin/kproject END-of-kproject/pkg/PLIST echo x - kproject/Makefile sed 's/^X//' >kproject/Makefile << 'END-of-kproject/Makefile' X# New ports collection makefile for: kproject X# Version required: Beta4 X# Date created: 23 May 1998 X# Whom: Hans Petter Bieker X# X# $Id$ X# X XDISTNAME= kproject-0.1 XCATEGORIES= x11 kde XMASTER_SITES= $(MASTER_SITE_KDE) XMASTER_SITE_SUBDIR= /unstable/apps/office XEXTRACT_SUFX= .tgz X XMAINTAINER= hanspb@persbraten.vgs.no X XBUILD_DEPENDS= moc:${PORTSDIR}/x11/qt \ X libtool:${PORTSDIR}/devel/libtool XLIB_DEPENDS= qt\\.1\\.3[1-9]:${PORTSDIR}/x11/qt \ X kdecore\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs \ X kdeui\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs X XWRKSRC= ${WRKDIR}/kproject X X.include END-of-kproject/Makefile echo c - kproject/patches mkdir -p kproject/patches > /dev/null 2>&1 echo x - kproject/patches/patch-aa sed 's/^X//' >kproject/patches/patch-aa << 'END-of-kproject/patches/patch-aa' X--- Makefile.orig Thu Dec 18 13:52:15 1997 X+++ Makefile Sat May 23 21:08:52 1998 X@@ -1,28 +1,28 @@ X X-kde_libraries = /opt/kde/lib X-qt_libraries = /usr/lib X+kde_libraries = ${LOCALBASE}/lib X+qt_libraries = ${X11BASE}/lib X top_builddir = .. X-LIBTOOL = $(SHELL) $(top_builddir)/libtool X+LIBTOOL = libtool X KDE_RPATH = -rpath $(kde_libraries) -rpath $(qt_libraries) X X ############ Autoconf-generated variables ################### X-CXXFLAGS= -O2 -Wall -I/opt/kde/include -I/usr/lib/qt/include -I.. X-LDFLAGS = -s -L/opt/kde/lib -L/usr/lib -L/usr/X11/lib -lkdecore -lkdeui -lqt -lXext -lX11 X+CXXFLAGS= -O2 -Wall -I$(LOCALBASE)/include -I$(X11BASE)/include -I$(X11BASE)/include/X11/qt -I.. X+LDFLAGS = -s -L$(kde_libraries) -L$(qt_libraries) -lkdecore -lkdeui -lqt -lXext -lX11 X CXX = c++ X-MOC = /usr/bin/moc X+MOC = $(X11BASE)/bin/moc X X install = /usr/bin/install -c X-INSTALL = $(install) -m 0755 X+INSTALL = $(install) -m 0555 X INSTALL_DATA = $(install) -m 0644 X INSTALL_DIR = $(install) -d -m 0755 X INSTALL_DIR_PRIVATE = $(install) -d -m 0700 X X-prefix = /opt/kde X+prefix = /usr/local X KDEINC = $(prefix)/include X BINDIR = $(prefix)/bin X LIBDIR = $(prefix)/lib X-PICSDIR = $(LIBDIR)/pics X-APPSDIR = $(prefix)/apps X+PICSDIR = $(prefix)/share/pics X+APPSDIR = $(prefix)/share/apps X X ########### Implicit Rules ########### X X@@ -73,10 +73,10 @@ X install: all X $(INSTALL_DIR) $(BINDIR) X $(INSTALL) $(TARGET) $(BINDIR) X- $(INSTALL_DIR) $(prefix)/share/doc/HTML/en/karm X- $(INSTALL_DATA) $(DOCFILES) $(prefix)/share/doc/HTML/en/karm X- $(INSTALL_DIR) $(prefix)/share/applnk/Utilities X- $(INSTALL_DATA) support/KArm.kdelnk $(prefix)/share/applnk/Utilities X+# $(INSTALL_DIR) $(prefix)/share/doc/HTML/en/karm X+# $(INSTALL_DATA) $(DOCFILES) $(prefix)/share/doc/HTML/en/karm X+# $(INSTALL_DIR) $(prefix)/share/applnk/Utilities X+# $(INSTALL_DATA) support/KArm.kdelnk $(prefix)/share/applnk/Utilities X X dist: $(SRCFILES) $(HDRFILES) Makefile X cd .. END-of-kproject/patches/patch-aa 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 May 23 13:35:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA27810 for freebsd-ports-outgoing; Sat, 23 May 1998 13:35:09 -0700 (PDT) (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 NAA27803 for ; Sat, 23 May 1998 13:35:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA24388; Sat, 23 May 1998 13:30:02 -0700 (PDT) Received: from oslo5.or.uninett.no (root@oslo5.or.uninett.no [158.36.90.25]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA27669 for ; Sat, 23 May 1998 13:33:36 -0700 (PDT) (envelope-from hanspbie@oslo5.or.uninett.no) Received: (from hanspbie@localhost) by oslo5.or.uninett.no (8.8.8/8.8.8) id WAA25362; Sat, 23 May 1998 22:06:39 +0200 (CEST) (envelope-from hanspbie) Message-Id: <199805232006.WAA25362@oslo5.or.uninett.no> Date: Sat, 23 May 1998 22:06:39 +0200 (CEST) From: zerium@webindex.no Reply-To: zerium@webindex.no To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6734: New port: klyx Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6734 >Category: ports >Synopsis: New port: klyx >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 May 23 13:30:01 PDT 1998 >Last-Modified: >Originator: Hans Petter Bieker >Organization: none >Release: FreeBSD 2.2.6-STABLE i386 >Environment: >Description: KLyX is a modern approach of writing documents with a computer which breaks with the tradition of the obsolete typewriter concept. It is designed for people who want a professional output with a minimum of time effort, without becoming specialists in typesetting. Compared to common word processors KLyX will increase the productivity a lot, since most of the type- setting will be done by the computer, not the author. With KLyX the author can concentrate on the contents of his writing, since the computer will take care of the look. KLyX uses the professional typesetting system LaTeX as backend. This means that it is very suitable for scientific work and guarantees first class output in a quality only known from books. In fact KLyX includes the best available formula editor used by thousands of mathematicians all over the world. The formula editor is seamlessly integrated and allows editing of equations inside the document. KLyX is also highly optimized and much faster than usual wordprocessors. It is also able to handle documents with several hundred pages, lots of pictures, tables and formulas included without becoming slow or instable. But of course you can also use this incredible and powerful tool for something trivial like writing a simple letter ;-) >How-To-Repeat: >Fix: # This archive contains: # # klyx # klyx/files # klyx/files/md5 # klyx/pkg # klyx/pkg/COMMENT # klyx/pkg/DESCR # klyx/pkg/PLIST # klyx/Makefile # echo c - klyx mkdir -p klyx > /dev/null 2>&1 echo c - klyx/files mkdir -p klyx/files > /dev/null 2>&1 echo x - klyx/files/md5 sed 's/^X//' >klyx/files/md5 << 'END-of-klyx/files/md5' XMD5 (klyx-0.9.3.tar.gz) = 8ec199d2514b3372a5bba85e7fae1dd9 END-of-klyx/files/md5 echo c - klyx/pkg mkdir -p klyx/pkg > /dev/null 2>&1 echo x - klyx/pkg/COMMENT sed 's/^X//' >klyx/pkg/COMMENT << 'END-of-klyx/pkg/COMMENT' XThe KDE/Q document processor klyx-0.9.3 END-of-klyx/pkg/COMMENT echo x - klyx/pkg/DESCR sed 's/^X//' >klyx/pkg/DESCR << 'END-of-klyx/pkg/DESCR' XKLyX is a modern approach of writing documents with a computer which breaks Xwith the tradition of the obsolete typewriter concept. It is designed for Xpeople who want a professional output with a minimum of time effort, without Xbecoming specialists in typesetting. Compared to common word processors KLyX Xwill increase the productivity a lot, since most of the type- setting will be Xdone by the computer, not the author. With KLyX the author can concentrate on Xthe contents of his writing, since the computer will take care of the look. X XKLyX uses the professional typesetting system LaTeX as backend. This means Xthat it is very suitable for scientific work and guarantees first class Xoutput in a quality only known from books. In fact KLyX includes the best Xavailable formula editor used by thousands of mathematicians all over the Xworld. The formula editor is seamlessly integrated and allows editing of Xequations inside the document. KLyX is also highly optimized and much faster Xthan usual wordprocessors. It is also able to handle documents with several Xhundred pages, lots of pictures, tables and formulas included without Xbecoming slow or instable. But of course you can also use this incredible and Xpowerful tool for something trivial like writing a simple letter ;-) END-of-klyx/pkg/DESCR echo x - klyx/pkg/PLIST sed 's/^X//' >klyx/pkg/PLIST << 'END-of-klyx/pkg/PLIST' Xbin/klyx Xshare/apps/klyx/CREDITS Xshare/apps/klyx/bind Xshare/apps/klyx/bind/cua.bind Xshare/apps/klyx/bind/emacs.bind Xshare/apps/klyx/bind/math.bind Xshare/apps/klyx/bind/menus.bind Xshare/apps/klyx/chkconfig.ltx Xshare/apps/klyx/clipart/platypus.eps Xshare/apps/klyx/configure Xshare/apps/klyx/doc/BUGS.lyx Xshare/apps/klyx/doc/Customization.lyx Xshare/apps/klyx/doc/HowDoI-.lyx Xshare/apps/klyx/doc/Intro.lyx Xshare/apps/klyx/doc/LaTeXConfig.lyx Xshare/apps/klyx/doc/LaTeXConfig.lyx.in Xshare/apps/klyx/doc/Reference.lyx Xshare/apps/klyx/doc/SpecialTools.lyx Xshare/apps/klyx/doc/Tutorial.lyx Xshare/apps/klyx/doc/UserGuide.lyx Xshare/apps/klyx/doc/escher-lsd.eps Xshare/apps/klyx/doc/mobius.eps Xshare/apps/klyx/doc/platypus.eps Xshare/apps/klyx/examples/Bibliography.lyx Xshare/apps/klyx/examples/Delimiters.lyx Xshare/apps/klyx/examples/Foils.lyx Xshare/apps/klyx/examples/ItemizeBullets.lyx Xshare/apps/klyx/examples/Maketitle.lyx Xshare/apps/klyx/examples/MathLabeling.lyx Xshare/apps/klyx/examples/Math_macros.lyx Xshare/apps/klyx/examples/TableExamples.lyx Xshare/apps/klyx/examples/ams-test.lyx Xshare/apps/klyx/examples/amsbook-test.lyx Xshare/apps/klyx/examples/example_lyxified.lyx Xshare/apps/klyx/examples/example_raw.lyx Xshare/apps/klyx/images/amssymb.xbm Xshare/apps/klyx/images/amssymb.xpm Xshare/apps/klyx/images/psnfss1.xbm Xshare/apps/klyx/images/psnfss1.xpm Xshare/apps/klyx/images/psnfss2.xbm Xshare/apps/klyx/images/psnfss2.xpm Xshare/apps/klyx/images/psnfss3.xbm Xshare/apps/klyx/images/psnfss3.xpm Xshare/apps/klyx/images/psnfss4.xbm Xshare/apps/klyx/images/psnfss4.xpm Xshare/apps/klyx/images/standard.xbm Xshare/apps/klyx/images/standard.xpm Xshare/apps/klyx/kbd/american-2.kmap Xshare/apps/klyx/kbd/american.kmap Xshare/apps/klyx/kbd/czech.kmap Xshare/apps/klyx/kbd/francais.kmap Xshare/apps/klyx/kbd/french.kmap Xshare/apps/klyx/kbd/german-2.kmap Xshare/apps/klyx/kbd/german.kmap Xshare/apps/klyx/kbd/greek.kmap Xshare/apps/klyx/kbd/iso8859-1.cdef Xshare/apps/klyx/kbd/iso8859-2.cdef Xshare/apps/klyx/kbd/iso8859-7.cdef Xshare/apps/klyx/kbd/magyar-2.kmap Xshare/apps/klyx/kbd/magyar.kmap Xshare/apps/klyx/kbd/polish.kmap Xshare/apps/klyx/kbd/portuges.kmap Xshare/apps/klyx/kbd/romanian.kmap Xshare/apps/klyx/kbd/slovak.kmap Xshare/apps/klyx/kbd/slovene.kmap Xshare/apps/klyx/kbd/transilvanian.kmap Xshare/apps/klyx/kbd/turkish-f.kmap Xshare/apps/klyx/kbd/turkish.kmap Xshare/apps/klyx/layouts/amsart-plain.layout Xshare/apps/klyx/layouts/amsart-seq.layout Xshare/apps/klyx/layouts/amsart.layout Xshare/apps/klyx/layouts/amsbook.layout Xshare/apps/klyx/layouts/amsdefs.inc Xshare/apps/klyx/layouts/amsmaths-plain.inc Xshare/apps/klyx/layouts/amsmaths-seq.inc Xshare/apps/klyx/layouts/amsmaths.inc Xshare/apps/klyx/layouts/article.layout Xshare/apps/klyx/layouts/book.layout Xshare/apps/klyx/layouts/dinbrief.layout Xshare/apps/klyx/layouts/foils.layout Xshare/apps/klyx/layouts/iletter.layout Xshare/apps/klyx/layouts/letter.layout Xshare/apps/klyx/layouts/linuxdoc.layout Xshare/apps/klyx/layouts/lyxmacros.inc Xshare/apps/klyx/layouts/obsolete.inc Xshare/apps/klyx/layouts/paper.layout Xshare/apps/klyx/layouts/report.layout Xshare/apps/klyx/layouts/revtex.layout Xshare/apps/klyx/layouts/slides.layout Xshare/apps/klyx/layouts/stdclass.inc Xshare/apps/klyx/layouts/stdlayouts.inc Xshare/apps/klyx/layouts/stdletter.inc Xshare/apps/klyx/layouts/stdlists.inc Xshare/apps/klyx/layouts/stdsections.inc Xshare/apps/klyx/layouts/stdstarsections.inc Xshare/apps/klyx/layouts/stdstruct.inc Xshare/apps/klyx/lyxrc Xshare/apps/klyx/lyxrc.defaults Xshare/apps/klyx/packages.lst Xshare/apps/klyx/pics/Downarrow.xbm Xshare/apps/klyx/pics/Uparrow.xbm Xshare/apps/klyx/pics/Updownarrow.xbm Xshare/apps/klyx/pics/addcolumn.xpm Xshare/apps/klyx/pics/addrow.xpm Xshare/apps/klyx/pics/aligncenter.xpm Xshare/apps/klyx/pics/alignleft.xpm Xshare/apps/klyx/pics/alignright.xpm Xshare/apps/klyx/pics/amssymb.xbm Xshare/apps/klyx/pics/amssymb.xpm Xshare/apps/klyx/pics/amssymb0.xpm Xshare/apps/klyx/pics/amssymb1.xpm Xshare/apps/klyx/pics/amssymb10.xpm Xshare/apps/klyx/pics/amssymb11.xpm Xshare/apps/klyx/pics/amssymb12.xpm Xshare/apps/klyx/pics/amssymb13.xpm Xshare/apps/klyx/pics/amssymb14.xpm Xshare/apps/klyx/pics/amssymb15.xpm Xshare/apps/klyx/pics/amssymb16.xpm Xshare/apps/klyx/pics/amssymb17.xpm Xshare/apps/klyx/pics/amssymb18.xpm Xshare/apps/klyx/pics/amssymb19.xpm Xshare/apps/klyx/pics/amssymb2.xpm Xshare/apps/klyx/pics/amssymb20.xpm Xshare/apps/klyx/pics/amssymb21.xpm Xshare/apps/klyx/pics/amssymb22.xpm Xshare/apps/klyx/pics/amssymb23.xpm Xshare/apps/klyx/pics/amssymb24.xpm Xshare/apps/klyx/pics/amssymb25.xpm Xshare/apps/klyx/pics/amssymb26.xpm Xshare/apps/klyx/pics/amssymb27.xpm Xshare/apps/klyx/pics/amssymb28.xpm Xshare/apps/klyx/pics/amssymb29.xpm Xshare/apps/klyx/pics/amssymb3.xpm Xshare/apps/klyx/pics/amssymb30.xpm Xshare/apps/klyx/pics/amssymb31.xpm Xshare/apps/klyx/pics/amssymb32.xpm Xshare/apps/klyx/pics/amssymb33.xpm Xshare/apps/klyx/pics/amssymb34.xpm Xshare/apps/klyx/pics/amssymb35.xpm Xshare/apps/klyx/pics/amssymb4.xpm Xshare/apps/klyx/pics/amssymb5.xpm Xshare/apps/klyx/pics/amssymb6.xpm Xshare/apps/klyx/pics/amssymb7.xpm Xshare/apps/klyx/pics/amssymb8.xpm Xshare/apps/klyx/pics/amssymb9.xpm Xshare/apps/klyx/pics/arrows.xbm Xshare/apps/klyx/pics/arrowsDownarrow.xbm Xshare/apps/klyx/pics/arrowsLeftarrow.xbm Xshare/apps/klyx/pics/arrowsLeftrightarrow.xbm Xshare/apps/klyx/pics/arrowsRightarrow.xbm Xshare/apps/klyx/pics/arrowsUparrow.xbm Xshare/apps/klyx/pics/arrowsUpdownarrow.xbm Xshare/apps/klyx/pics/arrowsdownarrow.xbm Xshare/apps/klyx/pics/arrowshookleftarrow.xbm Xshare/apps/klyx/pics/arrowshookrightarrow.xbm Xshare/apps/klyx/pics/arrowsleftarrow.xbm Xshare/apps/klyx/pics/arrowsleftharpoondown.xbm Xshare/apps/klyx/pics/arrowsleftharpoonup.xbm Xshare/apps/klyx/pics/arrowsleftrightarrow.xbm Xshare/apps/klyx/pics/arrowsmapsto.xbm Xshare/apps/klyx/pics/arrowsrightarrow.xbm Xshare/apps/klyx/pics/arrowsrightharpoondown.xbm Xshare/apps/klyx/pics/arrowsrightharpoonup.xbm Xshare/apps/klyx/pics/arrowsrightleftharpoons.xbm Xshare/apps/klyx/pics/arrowsuparrow.xbm Xshare/apps/klyx/pics/arrowsupdownarrow.xbm Xshare/apps/klyx/pics/banner.xpm Xshare/apps/klyx/pics/banner_bw.xbm Xshare/apps/klyx/pics/blank.xbm Xshare/apps/klyx/pics/bold_bw.xpm Xshare/apps/klyx/pics/bop.xbm Xshare/apps/klyx/pics/bopamalg.xbm Xshare/apps/klyx/pics/bopbigcirc.xbm Xshare/apps/klyx/pics/bopbigtriangledown.xbm Xshare/apps/klyx/pics/bopbigtriangleup.xbm Xshare/apps/klyx/pics/bopbullet.xbm Xshare/apps/klyx/pics/bopcap.xbm Xshare/apps/klyx/pics/bopcdot.xbm Xshare/apps/klyx/pics/bopcirc.xbm Xshare/apps/klyx/pics/bopcup.xbm Xshare/apps/klyx/pics/bopdagger.xbm Xshare/apps/klyx/pics/bopddagger.xbm Xshare/apps/klyx/pics/bopdiamond.xbm Xshare/apps/klyx/pics/bopdiv.xbm Xshare/apps/klyx/pics/bopmp.xbm Xshare/apps/klyx/pics/bopodot.xbm Xshare/apps/klyx/pics/bopominus.xbm Xshare/apps/klyx/pics/bopoplus.xbm Xshare/apps/klyx/pics/boposlash.xbm Xshare/apps/klyx/pics/bopotimes.xbm Xshare/apps/klyx/pics/boppm.xbm Xshare/apps/klyx/pics/bopsetminus.xbm Xshare/apps/klyx/pics/bopsqcap.xbm Xshare/apps/klyx/pics/bopsqcup.xbm Xshare/apps/klyx/pics/bopstar.xbm Xshare/apps/klyx/pics/boptimes.xbm Xshare/apps/klyx/pics/boptriangleleft.xbm Xshare/apps/klyx/pics/boptriangleright.xbm Xshare/apps/klyx/pics/bopuplus.xbm Xshare/apps/klyx/pics/bopvee.xbm Xshare/apps/klyx/pics/bopwedge.xbm Xshare/apps/klyx/pics/bopwr.xbm Xshare/apps/klyx/pics/borderbottom.xpm Xshare/apps/klyx/pics/borderleft.xpm Xshare/apps/klyx/pics/borderright.xpm Xshare/apps/klyx/pics/bordertop.xpm Xshare/apps/klyx/pics/brel.xbm Xshare/apps/klyx/pics/brelapprox.xbm Xshare/apps/klyx/pics/brelasymp.xbm Xshare/apps/klyx/pics/brelbowtie.xbm Xshare/apps/klyx/pics/brelcong.xbm Xshare/apps/klyx/pics/breldashv.xbm Xshare/apps/klyx/pics/breldoteq.xbm Xshare/apps/klyx/pics/brelequiv.xbm Xshare/apps/klyx/pics/brelgeq.xbm Xshare/apps/klyx/pics/brelgg.xbm Xshare/apps/klyx/pics/brelin.xbm Xshare/apps/klyx/pics/brelleq.xbm Xshare/apps/klyx/pics/brelll.xbm Xshare/apps/klyx/pics/brelmid.xbm Xshare/apps/klyx/pics/brelmodels.xbm Xshare/apps/klyx/pics/brelneq.xbm Xshare/apps/klyx/pics/brelni.xbm Xshare/apps/klyx/pics/brelnotin.xbm Xshare/apps/klyx/pics/brelparallel.xbm Xshare/apps/klyx/pics/brelperp.xbm Xshare/apps/klyx/pics/brelpreceq.xbm Xshare/apps/klyx/pics/brelpreq.xbm Xshare/apps/klyx/pics/brelpropto.xbm Xshare/apps/klyx/pics/brelrown.xbm Xshare/apps/klyx/pics/brelsim.xbm Xshare/apps/klyx/pics/brelsimeq.xbm Xshare/apps/klyx/pics/brelsmile.xbm Xshare/apps/klyx/pics/brelsqsubseteq.xbm Xshare/apps/klyx/pics/brelsqsupseteq.xbm Xshare/apps/klyx/pics/brelsubset.xbm Xshare/apps/klyx/pics/brelsubseteq.xbm Xshare/apps/klyx/pics/brelsucc.xbm Xshare/apps/klyx/pics/brelsucceq.xbm Xshare/apps/klyx/pics/brelsupset.xbm Xshare/apps/klyx/pics/brelsupseteq.xbm Xshare/apps/klyx/pics/brelvdash.xbm Xshare/apps/klyx/pics/bsol.xbm Xshare/apps/klyx/pics/close.xpm Xshare/apps/klyx/pics/copy.xpm Xshare/apps/klyx/pics/cut.xpm Xshare/apps/klyx/pics/deco.xbm Xshare/apps/klyx/pics/deco.xpm Xshare/apps/klyx/pics/decohat.xbm Xshare/apps/klyx/pics/decoleftarrow.xbm Xshare/apps/klyx/pics/decooverbrace.xbm Xshare/apps/klyx/pics/decooverline.xbm Xshare/apps/klyx/pics/decorightarrow.xbm Xshare/apps/klyx/pics/decotilde.xbm Xshare/apps/klyx/pics/decounderbrace.xbm Xshare/apps/klyx/pics/decounderline.xbm Xshare/apps/klyx/pics/deletecolumn.xpm Xshare/apps/klyx/pics/deleterow.xpm Xshare/apps/klyx/pics/deletetable.xpm Xshare/apps/klyx/pics/delim.xbm Xshare/apps/klyx/pics/delim.xpm Xshare/apps/klyx/pics/delim0.xpm Xshare/apps/klyx/pics/depth.xpm Xshare/apps/klyx/pics/dots.xbm Xshare/apps/klyx/pics/down.xpm Xshare/apps/klyx/pics/downarrow.xbm Xshare/apps/klyx/pics/dverbar.xbm Xshare/apps/klyx/pics/emph.xpm Xshare/apps/klyx/pics/equation.xpm Xshare/apps/klyx/pics/exponent.xpm Xshare/apps/klyx/pics/extra.xpm Xshare/apps/klyx/pics/fig.xpm Xshare/apps/klyx/pics/foot.xpm Xshare/apps/klyx/pics/form.xpm Xshare/apps/klyx/pics/frac.xpm Xshare/apps/klyx/pics/free.xpm Xshare/apps/klyx/pics/greek.xbm Xshare/apps/klyx/pics/greekDelta.xbm Xshare/apps/klyx/pics/greekGamma.xbm Xshare/apps/klyx/pics/greekLambda.xbm Xshare/apps/klyx/pics/greekOmega.xbm Xshare/apps/klyx/pics/greekPhi.xbm Xshare/apps/klyx/pics/greekPi.xbm Xshare/apps/klyx/pics/greekPsi.xbm Xshare/apps/klyx/pics/greekSigma.xbm Xshare/apps/klyx/pics/greekTheta.xbm Xshare/apps/klyx/pics/greekUpsilon.xbm Xshare/apps/klyx/pics/greekXi.xbm Xshare/apps/klyx/pics/greek_small.xbm Xshare/apps/klyx/pics/greekalpha.xbm Xshare/apps/klyx/pics/greekbeta.xbm Xshare/apps/klyx/pics/greekchi.xbm Xshare/apps/klyx/pics/greekdelta.xbm Xshare/apps/klyx/pics/greekepsilon.xbm Xshare/apps/klyx/pics/greeketa.xbm Xshare/apps/klyx/pics/greekgamma.xbm Xshare/apps/klyx/pics/greekiota.xbm Xshare/apps/klyx/pics/greekkappa.xbm Xshare/apps/klyx/pics/greeklambda.xbm Xshare/apps/klyx/pics/greekmu.xbm Xshare/apps/klyx/pics/greeknu.xbm Xshare/apps/klyx/pics/greekomega.xbm Xshare/apps/klyx/pics/greekphi.xbm Xshare/apps/klyx/pics/greekpi.xbm Xshare/apps/klyx/pics/greekpsi.xbm Xshare/apps/klyx/pics/greekrho.xbm Xshare/apps/klyx/pics/greeksigma.xbm Xshare/apps/klyx/pics/greektau.xbm Xshare/apps/klyx/pics/greektheta.xbm Xshare/apps/klyx/pics/greekupsilon.xbm Xshare/apps/klyx/pics/greekvarepsilon.xbm Xshare/apps/klyx/pics/greekvarphi.xbm Xshare/apps/klyx/pics/greekvarpi.xbm Xshare/apps/klyx/pics/greekvarsigma.xbm Xshare/apps/klyx/pics/greekvartheta.xbm Xshare/apps/klyx/pics/greekxi.xbm Xshare/apps/klyx/pics/greekzeta.xbm Xshare/apps/klyx/pics/index.xpm Xshare/apps/klyx/pics/integral.xpm Xshare/apps/klyx/pics/langle.xbm Xshare/apps/klyx/pics/lceil.xbm Xshare/apps/klyx/pics/lcub.xbm Xshare/apps/klyx/pics/left.xpm Xshare/apps/klyx/pics/lfloor.xbm Xshare/apps/klyx/pics/lparen.xbm Xshare/apps/klyx/pics/lsqb.xbm Xshare/apps/klyx/pics/lyx.xpm Xshare/apps/klyx/pics/make_ascii_bw.xpm Xshare/apps/klyx/pics/make_latex_bw.xpm Xshare/apps/klyx/pics/margin.xpm Xshare/apps/klyx/pics/math.xpm Xshare/apps/klyx/pics/matrix.xpm Xshare/apps/klyx/pics/melt.xpm Xshare/apps/klyx/pics/misc.xbm Xshare/apps/klyx/pics/miscIm.xbm Xshare/apps/klyx/pics/miscRe.xbm Xshare/apps/klyx/pics/miscaleph.xbm Xshare/apps/klyx/pics/miscangle.xbm Xshare/apps/klyx/pics/miscbot.xbm Xshare/apps/klyx/pics/miscclubsuit.xbm Xshare/apps/klyx/pics/miscdiamondsuit.xbm Xshare/apps/klyx/pics/miscell.xbm Xshare/apps/klyx/pics/miscemptyset.xbm Xshare/apps/klyx/pics/miscexists.xbm Xshare/apps/klyx/pics/miscflat.xbm Xshare/apps/klyx/pics/miscforall.xbm Xshare/apps/klyx/pics/mischbar.xbm Xshare/apps/klyx/pics/mischeartsuit.xbm Xshare/apps/klyx/pics/miscimath.xbm Xshare/apps/klyx/pics/miscinfty.xbm Xshare/apps/klyx/pics/miscjmath.xbm Xshare/apps/klyx/pics/miscnabla.xbm Xshare/apps/klyx/pics/miscnatural.xbm Xshare/apps/klyx/pics/miscneg.xbm Xshare/apps/klyx/pics/miscpartial.xbm Xshare/apps/klyx/pics/miscprime.xbm Xshare/apps/klyx/pics/miscsharp.xbm Xshare/apps/klyx/pics/miscspadesuit.xbm Xshare/apps/klyx/pics/miscsurd.xbm Xshare/apps/klyx/pics/misctop.xbm Xshare/apps/klyx/pics/misctriangle.xbm Xshare/apps/klyx/pics/miscverbar.xbm Xshare/apps/klyx/pics/miscwp.xbm Xshare/apps/klyx/pics/multicolumn.xpm Xshare/apps/klyx/pics/noun.xpm Xshare/apps/klyx/pics/open.xpm Xshare/apps/klyx/pics/paste.xpm Xshare/apps/klyx/pics/print1.xpm Xshare/apps/klyx/pics/psnfss1-0.xpm Xshare/apps/klyx/pics/psnfss1-1.xpm Xshare/apps/klyx/pics/psnfss1-10.xpm Xshare/apps/klyx/pics/psnfss1-11.xpm Xshare/apps/klyx/pics/psnfss1-12.xpm Xshare/apps/klyx/pics/psnfss1-13.xpm Xshare/apps/klyx/pics/psnfss1-14.xpm Xshare/apps/klyx/pics/psnfss1-15.xpm Xshare/apps/klyx/pics/psnfss1-16.xpm Xshare/apps/klyx/pics/psnfss1-17.xpm Xshare/apps/klyx/pics/psnfss1-18.xpm Xshare/apps/klyx/pics/psnfss1-19.xpm Xshare/apps/klyx/pics/psnfss1-2.xpm Xshare/apps/klyx/pics/psnfss1-20.xpm Xshare/apps/klyx/pics/psnfss1-21.xpm Xshare/apps/klyx/pics/psnfss1-22.xpm Xshare/apps/klyx/pics/psnfss1-23.xpm Xshare/apps/klyx/pics/psnfss1-24.xpm Xshare/apps/klyx/pics/psnfss1-25.xpm Xshare/apps/klyx/pics/psnfss1-26.xpm Xshare/apps/klyx/pics/psnfss1-27.xpm Xshare/apps/klyx/pics/psnfss1-28.xpm Xshare/apps/klyx/pics/psnfss1-29.xpm Xshare/apps/klyx/pics/psnfss1-3.xpm Xshare/apps/klyx/pics/psnfss1-30.xpm Xshare/apps/klyx/pics/psnfss1-31.xpm Xshare/apps/klyx/pics/psnfss1-32.xpm Xshare/apps/klyx/pics/psnfss1-33.xpm Xshare/apps/klyx/pics/psnfss1-34.xpm Xshare/apps/klyx/pics/psnfss1-35.xpm Xshare/apps/klyx/pics/psnfss1-4.xpm Xshare/apps/klyx/pics/psnfss1-5.xpm Xshare/apps/klyx/pics/psnfss1-6.xpm Xshare/apps/klyx/pics/psnfss1-7.xpm Xshare/apps/klyx/pics/psnfss1-8.xpm Xshare/apps/klyx/pics/psnfss1-9.xpm Xshare/apps/klyx/pics/psnfss1.xbm Xshare/apps/klyx/pics/psnfss1.xpm Xshare/apps/klyx/pics/psnfss2-0.xpm Xshare/apps/klyx/pics/psnfss2-1.xpm Xshare/apps/klyx/pics/psnfss2-10.xpm Xshare/apps/klyx/pics/psnfss2-11.xpm Xshare/apps/klyx/pics/psnfss2-12.xpm Xshare/apps/klyx/pics/psnfss2-13.xpm Xshare/apps/klyx/pics/psnfss2-14.xpm Xshare/apps/klyx/pics/psnfss2-15.xpm Xshare/apps/klyx/pics/psnfss2-16.xpm Xshare/apps/klyx/pics/psnfss2-17.xpm Xshare/apps/klyx/pics/psnfss2-18.xpm Xshare/apps/klyx/pics/psnfss2-19.xpm Xshare/apps/klyx/pics/psnfss2-2.xpm Xshare/apps/klyx/pics/psnfss2-20.xpm Xshare/apps/klyx/pics/psnfss2-21.xpm Xshare/apps/klyx/pics/psnfss2-22.xpm Xshare/apps/klyx/pics/psnfss2-23.xpm Xshare/apps/klyx/pics/psnfss2-24.xpm Xshare/apps/klyx/pics/psnfss2-25.xpm Xshare/apps/klyx/pics/psnfss2-26.xpm Xshare/apps/klyx/pics/psnfss2-27.xpm Xshare/apps/klyx/pics/psnfss2-28.xpm Xshare/apps/klyx/pics/psnfss2-29.xpm Xshare/apps/klyx/pics/psnfss2-3.xpm Xshare/apps/klyx/pics/psnfss2-30.xpm Xshare/apps/klyx/pics/psnfss2-31.xpm Xshare/apps/klyx/pics/psnfss2-32.xpm Xshare/apps/klyx/pics/psnfss2-33.xpm Xshare/apps/klyx/pics/psnfss2-34.xpm Xshare/apps/klyx/pics/psnfss2-35.xpm Xshare/apps/klyx/pics/psnfss2-4.xpm Xshare/apps/klyx/pics/psnfss2-5.xpm Xshare/apps/klyx/pics/psnfss2-6.xpm Xshare/apps/klyx/pics/psnfss2-7.xpm Xshare/apps/klyx/pics/psnfss2-8.xpm Xshare/apps/klyx/pics/psnfss2-9.xpm Xshare/apps/klyx/pics/psnfss2.xbm Xshare/apps/klyx/pics/psnfss2.xpm Xshare/apps/klyx/pics/psnfss3-0.xpm Xshare/apps/klyx/pics/psnfss3-1.xpm Xshare/apps/klyx/pics/psnfss3-10.xpm Xshare/apps/klyx/pics/psnfss3-11.xpm Xshare/apps/klyx/pics/psnfss3-12.xpm Xshare/apps/klyx/pics/psnfss3-13.xpm Xshare/apps/klyx/pics/psnfss3-14.xpm Xshare/apps/klyx/pics/psnfss3-15.xpm Xshare/apps/klyx/pics/psnfss3-16.xpm Xshare/apps/klyx/pics/psnfss3-17.xpm Xshare/apps/klyx/pics/psnfss3-18.xpm Xshare/apps/klyx/pics/psnfss3-19.xpm Xshare/apps/klyx/pics/psnfss3-2.xpm Xshare/apps/klyx/pics/psnfss3-20.xpm Xshare/apps/klyx/pics/psnfss3-21.xpm Xshare/apps/klyx/pics/psnfss3-22.xpm Xshare/apps/klyx/pics/psnfss3-23.xpm Xshare/apps/klyx/pics/psnfss3-24.xpm Xshare/apps/klyx/pics/psnfss3-25.xpm Xshare/apps/klyx/pics/psnfss3-26.xpm Xshare/apps/klyx/pics/psnfss3-27.xpm Xshare/apps/klyx/pics/psnfss3-28.xpm Xshare/apps/klyx/pics/psnfss3-29.xpm Xshare/apps/klyx/pics/psnfss3-3.xpm Xshare/apps/klyx/pics/psnfss3-30.xpm Xshare/apps/klyx/pics/psnfss3-31.xpm Xshare/apps/klyx/pics/psnfss3-32.xpm Xshare/apps/klyx/pics/psnfss3-33.xpm Xshare/apps/klyx/pics/psnfss3-34.xpm Xshare/apps/klyx/pics/psnfss3-35.xpm Xshare/apps/klyx/pics/psnfss3-4.xpm Xshare/apps/klyx/pics/psnfss3-5.xpm Xshare/apps/klyx/pics/psnfss3-6.xpm Xshare/apps/klyx/pics/psnfss3-7.xpm Xshare/apps/klyx/pics/psnfss3-8.xpm Xshare/apps/klyx/pics/psnfss3-9.xpm Xshare/apps/klyx/pics/psnfss3.xbm Xshare/apps/klyx/pics/psnfss3.xpm Xshare/apps/klyx/pics/psnfss4-0.xpm Xshare/apps/klyx/pics/psnfss4-1.xpm Xshare/apps/klyx/pics/psnfss4-10.xpm Xshare/apps/klyx/pics/psnfss4-11.xpm Xshare/apps/klyx/pics/psnfss4-12.xpm Xshare/apps/klyx/pics/psnfss4-13.xpm Xshare/apps/klyx/pics/psnfss4-14.xpm Xshare/apps/klyx/pics/psnfss4-15.xpm Xshare/apps/klyx/pics/psnfss4-16.xpm Xshare/apps/klyx/pics/psnfss4-17.xpm Xshare/apps/klyx/pics/psnfss4-18.xpm Xshare/apps/klyx/pics/psnfss4-19.xpm Xshare/apps/klyx/pics/psnfss4-2.xpm Xshare/apps/klyx/pics/psnfss4-20.xpm Xshare/apps/klyx/pics/psnfss4-21.xpm Xshare/apps/klyx/pics/psnfss4-22.xpm Xshare/apps/klyx/pics/psnfss4-23.xpm Xshare/apps/klyx/pics/psnfss4-24.xpm Xshare/apps/klyx/pics/psnfss4-25.xpm Xshare/apps/klyx/pics/psnfss4-26.xpm Xshare/apps/klyx/pics/psnfss4-27.xpm Xshare/apps/klyx/pics/psnfss4-28.xpm Xshare/apps/klyx/pics/psnfss4-29.xpm Xshare/apps/klyx/pics/psnfss4-3.xpm Xshare/apps/klyx/pics/psnfss4-30.xpm Xshare/apps/klyx/pics/psnfss4-31.xpm Xshare/apps/klyx/pics/psnfss4-32.xpm Xshare/apps/klyx/pics/psnfss4-33.xpm Xshare/apps/klyx/pics/psnfss4-34.xpm Xshare/apps/klyx/pics/psnfss4-35.xpm Xshare/apps/klyx/pics/psnfss4-4.xpm Xshare/apps/klyx/pics/psnfss4-5.xpm Xshare/apps/klyx/pics/psnfss4-6.xpm Xshare/apps/klyx/pics/psnfss4-7.xpm Xshare/apps/klyx/pics/psnfss4-8.xpm Xshare/apps/klyx/pics/psnfss4-9.xpm Xshare/apps/klyx/pics/psnfss4.xbm Xshare/apps/klyx/pics/psnfss4.xpm Xshare/apps/klyx/pics/quit.xpm Xshare/apps/klyx/pics/rangle.xbm Xshare/apps/klyx/pics/rceil.xbm Xshare/apps/klyx/pics/rcub.xbm Xshare/apps/klyx/pics/rfloor.xbm Xshare/apps/klyx/pics/right.xpm Xshare/apps/klyx/pics/rotatecell.xpm Xshare/apps/klyx/pics/rparen.xbm Xshare/apps/klyx/pics/rsqb.xbm Xshare/apps/klyx/pics/run_latex_bw.xpm Xshare/apps/klyx/pics/sans_bw.xpm Xshare/apps/klyx/pics/save.xpm Xshare/apps/klyx/pics/smallcaps.xpm Xshare/apps/klyx/pics/sol.xbm Xshare/apps/klyx/pics/space.xpm Xshare/apps/klyx/pics/sqrt.xpm Xshare/apps/klyx/pics/standard.xbm Xshare/apps/klyx/pics/standard.xpm Xshare/apps/klyx/pics/standard0.xpm Xshare/apps/klyx/pics/standard1.xpm Xshare/apps/klyx/pics/standard10.xpm Xshare/apps/klyx/pics/standard11.xpm Xshare/apps/klyx/pics/standard12.xpm Xshare/apps/klyx/pics/standard13.xpm Xshare/apps/klyx/pics/standard14.xpm Xshare/apps/klyx/pics/standard15.xpm Xshare/apps/klyx/pics/standard16.xpm Xshare/apps/klyx/pics/standard17.xpm Xshare/apps/klyx/pics/standard18.xpm Xshare/apps/klyx/pics/standard19.xpm Xshare/apps/klyx/pics/standard2.xpm Xshare/apps/klyx/pics/standard20.xpm Xshare/apps/klyx/pics/standard21.xpm Xshare/apps/klyx/pics/standard22.xpm Xshare/apps/klyx/pics/standard23.xpm Xshare/apps/klyx/pics/standard24.xpm Xshare/apps/klyx/pics/standard25.xpm Xshare/apps/klyx/pics/standard26.xpm Xshare/apps/klyx/pics/standard27.xpm Xshare/apps/klyx/pics/standard28.xpm Xshare/apps/klyx/pics/standard29.xpm Xshare/apps/klyx/pics/standard3.xpm Xshare/apps/klyx/pics/standard30.xpm Xshare/apps/klyx/pics/standard31.xpm Xshare/apps/klyx/pics/standard32.xpm Xshare/apps/klyx/pics/standard33.xpm Xshare/apps/klyx/pics/standard34.xpm Xshare/apps/klyx/pics/standard35.xpm Xshare/apps/klyx/pics/standard4.xpm Xshare/apps/klyx/pics/standard5.xpm Xshare/apps/klyx/pics/standard6.xpm Xshare/apps/klyx/pics/standard7.xpm Xshare/apps/klyx/pics/standard8.xpm Xshare/apps/klyx/pics/standard9.xpm Xshare/apps/klyx/pics/sum.xpm Xshare/apps/klyx/pics/tab.xpm Xshare/apps/klyx/pics/tex.xpm Xshare/apps/klyx/pics/toolbar_arrows.xpm Xshare/apps/klyx/pics/toolbar_boperators.xpm Xshare/apps/klyx/pics/toolbar_brelations.xpm Xshare/apps/klyx/pics/toolbar_function.xpm Xshare/apps/klyx/pics/toolbar_greek.xpm Xshare/apps/klyx/pics/toolbar_misc.xpm Xshare/apps/klyx/pics/toolbar_varsize.xpm Xshare/apps/klyx/pics/unknown.xpm Xshare/apps/klyx/pics/up.xpm Xshare/apps/klyx/pics/uparrow.xbm Xshare/apps/klyx/pics/updownarrow.xbm Xshare/apps/klyx/pics/varsz.xbm Xshare/apps/klyx/pics/varszbigcap.xbm Xshare/apps/klyx/pics/varszbigcup.xbm Xshare/apps/klyx/pics/varszbigodot.xbm Xshare/apps/klyx/pics/varszbigoplus.xbm Xshare/apps/klyx/pics/varszbigotimes.xbm Xshare/apps/klyx/pics/varszbigsqcup.xbm Xshare/apps/klyx/pics/varszbiguplus.xbm Xshare/apps/klyx/pics/varszbigvee.xbm Xshare/apps/klyx/pics/varszbigwedge.xbm Xshare/apps/klyx/pics/varszcoprod.xbm Xshare/apps/klyx/pics/varszint.xbm Xshare/apps/klyx/pics/varszoint.xbm Xshare/apps/klyx/pics/varszprod.xbm Xshare/apps/klyx/pics/varszsum.xbm Xshare/apps/klyx/pics/verbar.xbm Xshare/apps/klyx/pics/view_dvi_bw.xpm Xshare/apps/klyx/pics/view_ps_bw.xpm Xshare/apps/klyx/pics/widthofcolumn.xpm Xshare/apps/klyx/templates/dinbrief.lyx Xshare/apps/klyx/templates/iletter.lyx Xshare/apps/klyx/templates/latex_letter.lyx Xshare/apps/klyx/templates/linuxdoctemplate.lyx Xshare/apps/klyx/templates/revtex.lyx Xshare/apps/klyx/templates/slides.lyx Xshare/apps/klyx/tex/iletter.cls Xshare/apps/klyx/tex/revtex.cls Xshare/apps/klyx/textclass.lst Xshare/icons/koffice-intro.gif Xshare/locale/da/LC_MESSAGES/klyx.mo Xshare/locale/de/LC_MESSAGES/klyx.mo Xshare/locale/es/LC_MESSAGES/klyx.mo Xshare/locale/fi/LC_MESSAGES/klyx.mo Xshare/locale/fr/LC_MESSAGES/klyx.mo Xshare/locale/nl/LC_MESSAGES/klyx.mo Xshare/locale/no/LC_MESSAGES/klyx.mo Xshare/locale/sv/LC_MESSAGES/klyx.mo Xshare/locale/tr/LC_MESSAGES/klyx.mo X@dirrm share/apps/klyx X@dirrm share/apps/klyx/clipart X@dirrm share/apps/klyx/doc X@dirrm share/apps/klyx/examples X@dirrm share/apps/klyx/images X@dirrm share/apps/klyx/kbd X@dirrm share/apps/klyx/layouts X@dirrm share/apps/klyx/pics X@dirrm share/apps/klyx/templates X@dirrm share/apps/klyx/tex END-of-klyx/pkg/PLIST echo x - klyx/Makefile sed 's/^X//' >klyx/Makefile << 'END-of-klyx/Makefile' X# New ports collection makefile for: klyx X# Version required: Beta4 X# Date created: 23 May 1998 X# Whom: Hans Petter Bieker X# X# $Id$ X# X XDISTNAME= klyx-0.9.3 XCATEGORIES= x11 kde XMASTER_SITES= $(MASTER_SITE_KDE) XMASTER_SITE_SUBDIR= /unstable/apps/office X XMAINTAINER= hanspb@persbraten.vgs.no X XBUILD_DEPENDS= moc:${PORTSDIR}/x11/qt XLIB_DEPENDS= qt\\.1\\.3[1-9]:${PORTSDIR}/x11/qt \ X kdecore\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs \ X kdeui\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs \ X kfm\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs \ X kfile\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs X XHAS_CONFIGURE= yes XUSE_GMAKE= yes XCONFIGURE_ARGS= "--prefix=$(PREFIX)" X XCONFIGURE_ENV= CXXFLAGS="$(CXXFLAGS)" \ X INSTALL_SCRIPT="$(INSTALL_SCRIPT)" X X.include END-of-klyx/Makefile 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 May 23 15:14:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA10316 for freebsd-ports-outgoing; Sat, 23 May 1998 15:14:03 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from usc.usc.unal.edu.co ([200.21.26.65]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id PAA10267 for ; Sat, 23 May 1998 15:13:56 -0700 (PDT) (envelope-from giffunip@asme.org) Received: from unalmodem01.usc.unal.edu.co by usc.usc.unal.edu.co (AIX 4.1/UCB 5.64/4.03) id AA22494; Sat, 23 May 1998 17:00:45 -0400 Message-Id: <35673CB4.41C67EA6@asme.org> Date: Sat, 23 May 1998 16:16:36 -0500 From: "Ing. Pedro F. Giffuni" Organization: Progen Ltda. X-Mailer: Mozilla 3.01Gold (X11; I; FreeBSD 2.2.5-RELEASE i386) Mime-Version: 1.0 To: ports@FreeBSD.ORG Subject: New lesstif version available Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Would be good to update it ;-). It's also a nice oportunity to mention that Alliance is now GPL'd, I've tried make a port out of it, but I my new modem acts strange when I download big files. Perhaps the kind soul that built the binary the distribute will didn't know about the new license? ( BTW, If someone knows how to fix this weird sio1: 352 more tty-level buffer overflows (total 73848) .... messages on 2.2.5-R please drop me a line privately OK? ) cheers, Pedro. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 23 15:15:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA10488 for freebsd-ports-outgoing; Sat, 23 May 1998 15:15:12 -0700 (PDT) (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 PAA10464 for ; Sat, 23 May 1998 15:15:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA24590; Sat, 23 May 1998 15:10:04 -0700 (PDT) Received: from lorax.ubergeeks.com (lorax.ubergeeks.com [206.205.41.241]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA09692 for ; Sat, 23 May 1998 15:10:10 -0700 (PDT) (envelope-from adrian@lorax.ubergeeks.com) Received: (from adrian@localhost) by lorax.ubergeeks.com (8.8.8/8.8.8) id SAA00838; Sat, 23 May 1998 18:09:52 -0400 (EDT) (envelope-from adrian) Message-Id: <199805232209.SAA00838@lorax.ubergeeks.com> Date: Sat, 23 May 1998 18:09:52 -0400 (EDT) From: adrian@ubergeeks.com Reply-To: adrian@ubergeeks.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6735: install target collision in ports Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6735 >Category: ports >Synopsis: install collision between teTeX and mp. >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 23 15:10:00 PDT 1998 >Last-Modified: >Originator: Adrian Filipi-Martin >Organization: Ubergeeks Consulting >Release: FreeBSD 2.2.6-RELEASE i386 >Environment: >Description: Simply put both the print/teTeX (teTeX-src-0.4) and the print/mp (mp-3.0.1) ports install binaries to the target "/usr/local/bin/mp". >How-To-Repeat: Install one port and then the other. >Fix: Probably rename one of the targets. I vote for renaming the teTeX version of mp, since I had never heard of it before. Perhaps it could have its name expanded to 'metapost'. >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 May 23 15:55:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA16214 for freebsd-ports-outgoing; Sat, 23 May 1998 15:55:04 -0700 (PDT) (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 PAA16209 for ; Sat, 23 May 1998 15:55:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA24958; Sat, 23 May 1998 15:50:01 -0700 (PDT) Date: Sat, 23 May 1998 15:50:01 -0700 (PDT) Message-Id: <199805232250.PAA24958@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: Dave Chapeskie Subject: Re: ports/6724: ghostscript 5 port device selection messed up Reply-To: Dave Chapeskie Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/6724; it has been noted by GNATS. From: Dave Chapeskie To: schweikh@noc.dfn.de, freebsd-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/6724: ghostscript 5 port device selection messed up Date: Sat, 23 May 1998 18:49:58 -0400 On Sat, May 23, 1998 at 04:34:41AM -0700, schweikh@noc.dfn.de wrote: > For the device selection there pops up a colorful tool by someone > named -andreas. (The funky thing when make says '===> configuring'). > > First, the left column is empty except for the last line, bj10e. > Second, one line reads 'press space to toggle an option ON/ON ?' > Third, when I move the cursor with the arrow keys up and down, > the output is messed so that parts of 2 consecutive lines are > highlighted. The device name and the corresponding description are off > by one line. This is all caused by the descriptions being too long. As a work around until someone fixes it (either by shortening the descriptions or fixing libdialog to check the COLUMNS environment variable) you can run it in a xterm window wider than 80 characters. -- Dave Chapeskie , DDM Consulting To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 23 16:05:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA18204 for freebsd-ports-outgoing; Sat, 23 May 1998 16:05:07 -0700 (PDT) (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 QAA18197 for ; Sat, 23 May 1998 16:05:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA24985; Sat, 23 May 1998 16:00:02 -0700 (PDT) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA16916; Sat, 23 May 1998 15:58:21 -0700 (PDT) (envelope-from nobody) Message-Id: <199805232258.PAA16916@hub.freebsd.org> Date: Sat, 23 May 1998 15:58:21 -0700 (PDT) From: giffunip@asme.org To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/6736: Please remove linuxgdb port (devel) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6736 >Category: ports >Synopsis: Please remove linuxgdb port (devel) >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: Sat May 23 16:00:01 PDT 1998 >Last-Modified: >Originator: Pedro F. Giffuni >Organization: U. Nacional de Colombia >Release: 2.2.5 Release >Environment: >Description: Reading Bill Fenner's report I discovered that we still carry linuxgdb as a port. Please nuke it, it is obsolete ! >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 May 23 16:09:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA19011 for freebsd-ports-outgoing; Sat, 23 May 1998 16:09:12 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from ymris.ddm.on.ca (p46a.neon.sentex.ca [207.245.212.239]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA18952 for ; Sat, 23 May 1998 16:08:50 -0700 (PDT) (envelope-from dchapes@ddm.on.ca) Received: from squigy.ddm.on.ca (squigy.ddm.on.ca [209.47.139.138]) by ymris.ddm.on.ca (8.8.8/8.8.8) with ESMTP id TAA28933; Sat, 23 May 1998 19:08:21 -0400 (EDT) (envelope-from dchapes@ymris.ddm.on.ca) From: Dave Chapeskie Received: (from dchapes@localhost) by squigy.ddm.on.ca (8.8.8/8.8.7) id TAA11560; Sat, 23 May 1998 19:08:19 -0400 (EDT) Message-ID: <19980523190819.41778@ddm.on.ca> Date: Sat, 23 May 1998 19:08:19 -0400 To: codeine@dqc.org Cc: freebsd-ports@FreeBSD.ORG Subject: Re: getting files with passive ftp Mail-Followup-To: codeine@dqc.org, freebsd-ports@FreeBSD.ORG References: <199805231751.KAA23080@dqc.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i In-Reply-To: <199805231751.KAA23080@dqc.org>; from Mr Codeine 48 48 48 48 on Sat, May 23, 1998 at 10:51:27AM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, May 23, 1998 at 10:51:27AM -0700, Mr Codeine 48 48 48 48 wrote: > I am only able to use passive ftp and i hate downloading ports by > myself - is there anyway to setup ports to use passive ftp to fetch? The fetch(1) programs looks for an environment variable FTP_PASSIVE_MODE. (ie if you use csh or tcsh add "setenv FTP_PASSIVE_MODE" to /etc/csh.login) As an alternative you could put something like: FETCH_BEFORE_ARGS+= -P in /etc/make.conf but the first option is better. -- Dave Chapeskie , DDM Consulting To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 23 17:54:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA29617 for freebsd-ports-outgoing; Sat, 23 May 1998 17:54:30 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from sag.lmsal.com (sag.space.lockheed.com [192.68.162.134]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id RAA29603 for ; Sat, 23 May 1998 17:54:22 -0700 (PDT) (envelope-from handy@sag.lmsal.com) Received: from localhost by sag.lmsal.com; (5.65v3.2/1.1.8.2/19May98-0849AM) id AA13692; Sat, 23 May 1998 16:58:02 -0700 Date: Sat, 23 May 1998 16:58:02 -0700 (PDT) From: Brian Handy To: ports@FreeBSD.ORG Subject: Expect tarball changed? Message-Id: X-Files: The truth is out there Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hey folks, Has anyone else had problems getting expect to compile recently? I'm getting a checksum mismatch and the patches no longer apply. I'd file a PR, but I don't have time to think about this right now...and there may already be one in the database. If I have time later to look, I will, but for the moment I'm just wondering if I'm on dope. Thanks, Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 23 20:03:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA21222 for freebsd-ports-outgoing; Sat, 23 May 1998 20:03:44 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from steve@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA21174; Sat, 23 May 1998 20:03:39 -0700 (PDT) (envelope-from steve) Date: Sat, 23 May 1998 20:03:39 -0700 (PDT) From: Steve Price Message-Id: <199805240303.UAA21174@hub.freebsd.org> To: steve, freebsd-ports, andreas Subject: Re: ports/6724 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ghostscript 5 port device selection messed up Responsible-Changed-From-To: freebsd-ports->andreas Responsible-Changed-By: steve Responsible-Changed-When: Sat May 23 20:03:05 PDT 1998 Responsible-Changed-Why: Shuffle over to this port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 23 20:04:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA21535 for freebsd-ports-outgoing; Sat, 23 May 1998 20:04:17 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from steve@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA21481; Sat, 23 May 1998 20:04:12 -0700 (PDT) (envelope-from steve) Date: Sat, 23 May 1998 20:04:12 -0700 (PDT) From: Steve Price Message-Id: <199805240304.UAA21481@hub.freebsd.org> To: steve, freebsd-ports, andreas Subject: Re: ports/6729 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ports: net/bb depends on apache Responsible-Changed-From-To: freebsd-ports->andreas Responsible-Changed-By: steve Responsible-Changed-When: Sat May 23 20:03:50 PDT 1998 Responsible-Changed-Why: Shuffle over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 23 20:10:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA22893 for freebsd-ports-outgoing; Sat, 23 May 1998 20:10:32 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from steve@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA22754; Sat, 23 May 1998 20:09:51 -0700 (PDT) (envelope-from steve) Date: Sat, 23 May 1998 20:09:51 -0700 (PDT) From: Steve Price Message-Id: <199805240309.UAA22754@hub.freebsd.org> To: ru@ucb.crimea.ua, steve, freebsd-ports Subject: Re: ports/6632 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: isc-dhcp2 port installs not stripped files State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sat May 23 20:08:02 PDT 1998 State-Changed-Why: Suggested patch applied, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 23 20:14:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA23631 for freebsd-ports-outgoing; Sat, 23 May 1998 20:14:34 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from steve@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA23601; Sat, 23 May 1998 20:14:30 -0700 (PDT) (envelope-from steve) Date: Sat, 23 May 1998 20:14:30 -0700 (PDT) From: Steve Price Message-Id: <199805240314.UAA23601@hub.freebsd.org> To: sada@e-mail.ne.jp, steve, freebsd-ports Subject: Re: ports/6667 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sat May 23 20:13:19 PDT 1998 State-Changed-Why: Suggested patch applied, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 23 20:20:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA24775 for freebsd-ports-outgoing; Sat, 23 May 1998 20:20:51 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from steve@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA24729; Sat, 23 May 1998 20:20:40 -0700 (PDT) (envelope-from steve) Date: Sat, 23 May 1998 20:20:40 -0700 (PDT) From: Steve Price Message-Id: <199805240320.UAA24729@hub.freebsd.org> To: ve@sci.fi, steve, freebsd-ports Subject: Re: ports/6726 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update of fetchmail port to version 4.4.7 State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sat May 23 20:20:24 PDT 1998 State-Changed-Why: Update 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 May 23 20:24:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA25309 for freebsd-ports-outgoing; Sat, 23 May 1998 20:24:42 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from steve@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA25284; Sat, 23 May 1998 20:24:39 -0700 (PDT) (envelope-from steve) Date: Sat, 23 May 1998 20:24:39 -0700 (PDT) From: Steve Price Message-Id: <199805240324.UAA25284@hub.freebsd.org> To: marcus@miami.edu, steve, freebsd-ports Subject: Re: ports/6703 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Updated gone port State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sat May 23 20:24:22 PDT 1998 State-Changed-Why: Update 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 May 23 20:27:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA25714 for freebsd-ports-outgoing; Sat, 23 May 1998 20:27:28 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from steve@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA25667; Sat, 23 May 1998 20:27:16 -0700 (PDT) (envelope-from steve) Date: Sat, 23 May 1998 20:27:16 -0700 (PDT) From: Steve Price Message-Id: <199805240327.UAA25667@hub.freebsd.org> To: sec@42.org, steve, freebsd-ports Subject: Re: ports/6723 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: sendfile-port update State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sat May 23 20:26:40 PDT 1998 State-Changed-Why: Update 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 May 23 20:45:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA29170 for freebsd-ports-outgoing; Sat, 23 May 1998 20:45:09 -0700 (PDT) (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 UAA29153 for ; Sat, 23 May 1998 20:45:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA26781; Sat, 23 May 1998 20:40:01 -0700 (PDT) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA28438; Sat, 23 May 1998 20:41:44 -0700 (PDT) (envelope-from nobody) Message-Id: <199805240341.UAA28438@hub.freebsd.org> Date: Sat, 23 May 1998 20:41:44 -0700 (PDT) From: nordwick@xcf.berkeley.edu To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/6737: xboard not have gnuchess as run dependency Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6737 >Category: ports >Synopsis: xboard not have gnuchess as run dependency >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 May 23 20:40:00 PDT 1998 >Last-Modified: >Originator: Jason Nordwick >Organization: >Release: current >Environment: FreeBSD foo.citycom.com 3.0-CURRENT FreeBSD 3.0-CURRENT #2: Mon May 18 18:47:32 PDT 1998 nordwick@myname.my.domain:/usr/src/sys/compile/FOO i386 >Description: xboard needs gnuchess to run. >How-To-Repeat: cd /usr/ports/games/xboard make install xboard Then watch how it complains. >Fix: add this line to Makefile: RUN_DEPENDS= gnuchessx:${PORTSDIR}/games/gnuchess >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 May 23 20:51:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA00142 for freebsd-ports-outgoing; Sat, 23 May 1998 20:51:09 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from steve@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA00102; Sat, 23 May 1998 20:51:02 -0700 (PDT) (envelope-from steve) Date: Sat, 23 May 1998 20:51:02 -0700 (PDT) From: Steve Price Message-Id: <199805240351.UAA00102@hub.freebsd.org> To: mita@jp.FreeBSD.org, steve, freebsd-ports Subject: Re: ports/6620 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: An URL had been changed State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sat May 23 20:50:34 PDT 1998 State-Changed-Why: Patch 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 May 23 20:55:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA00505 for freebsd-ports-outgoing; Sat, 23 May 1998 20:55:18 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from steve@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA00486; Sat, 23 May 1998 20:55:15 -0700 (PDT) (envelope-from steve) Date: Sat, 23 May 1998 20:55:15 -0700 (PDT) From: Steve Price Message-Id: <199805240355.UAA00486@hub.freebsd.org> To: Nakai@technologist.com, steve, freebsd-ports Subject: Re: ports/6581 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: steve State-Changed-When: Sat May 23 20:54:51 PDT 1998 State-Changed-Why: Duplicate of PR# 6580. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 23 21:10:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA02334 for freebsd-ports-outgoing; Sat, 23 May 1998 21:10:18 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from steve@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA02058; Sat, 23 May 1998 21:09:52 -0700 (PDT) (envelope-from steve) Date: Sat, 23 May 1998 21:09:52 -0700 (PDT) From: Steve Price Message-Id: <199805240409.VAA02058@hub.freebsd.org> To: frankch@waru.life.nthu.edu.tw, steve, freebsd-ports Subject: Re: ports/6673 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port biology/rasmol State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sat May 23 21:08:35 PDT 1998 State-Changed-Why: Update committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message