From owner-freebsd-ports Sun Aug 1 3: 3:37 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2021115053 for ; Sun, 1 Aug 1999 03:03:28 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA78702; Sun, 1 Aug 1999 03:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from lotl.clari.net.au (proxy.clari.net.au [203.2.144.250]) by hub.freebsd.org (Postfix) with ESMTP id 5731C15027 for ; Sun, 1 Aug 1999 02:58:03 -0700 (PDT) (envelope-from maurice@atum.castro.aus.net) Received: (from uucp@localhost) by lotl.clari.net.au (8.9.3/8.9.1) with UUCP id TAA86585 for FreeBSD-gnats-submit@freebsd.org; Sun, 1 Aug 1999 19:58:01 +1000 (EST) (envelope-from maurice@atum.castro.aus.net) Received: from atum.castro.aus.net (atum.castro.aus.net [203.8.14.82]) by horus.castro.aus.net (8.8.5/8.8.5) with ESMTP id UAA09121 for ; Sun, 1 Aug 1999 20:18:29 +1000 (EST) Received: (from root@localhost) by atum.castro.aus.net (8.9.3/8.9.3) id TAA26615; Sun, 1 Aug 1999 19:55:21 +1000 (EST) (envelope-from maurice) Message-Id: <199908010955.TAA26615@atum.castro.aus.net> Date: Sun, 1 Aug 1999 19:55:21 +1000 (EST) From: Maurice Castro Reply-To: maurice@atum.castro.aus.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12909: New port: dc20pack Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12909 >Category: ports >Synopsis: New port: dc20pack >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 Aug 1 03:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Maurice Castro >Release: FreeBSD 3.2-RELEASE i386 >Organization: Software Engineering Research Centre >Environment: All versions >Description: port of another DC20 / 25 camera download program. It appears to work better than dc20ctrl for me >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: # # dc20pack # dc20pack/files # dc20pack/files/md5 # dc20pack/patches # dc20pack/patches/patch-aa # dc20pack/pkg # dc20pack/pkg/COMMENT # dc20pack/pkg/DESCR # dc20pack/pkg/PLIST # dc20pack/Makefile # echo c - dc20pack mkdir -p dc20pack > /dev/null 2>&1 echo c - dc20pack/files mkdir -p dc20pack/files > /dev/null 2>&1 echo x - dc20pack/files/md5 sed 's/^X//' >dc20pack/files/md5 << 'END-of-dc20pack/files/md5' XMD5 (dc20pack-1.0.tgz) = 1d11684987fbb82c046105173e8a5709 END-of-dc20pack/files/md5 echo c - dc20pack/patches mkdir -p dc20pack/patches > /dev/null 2>&1 echo x - dc20pack/patches/patch-aa sed 's/^X//' >dc20pack/patches/patch-aa << 'END-of-dc20pack/patches/patch-aa' X*** dc20_hif.c.orig Sun Aug 1 13:55:41 1999 X--- dc20_hif.c Sun Aug 1 13:57:21 1999 X*************** X*** 15,21 **** X unsigned char sts_res= 0, sts_bat= 0; X unsigned char sts_pic_cnt= 0, sts_pic_rem= 0; X unsigned char dc_type= 0x25; X! unsigned char com_dev[128]= "/dev/ttyS0"; X X X /* LOCAL VARIABLES ****************************************/ X--- 15,21 ---- X unsigned char sts_res= 0, sts_bat= 0; X unsigned char sts_pic_cnt= 0, sts_pic_rem= 0; X unsigned char dc_type= 0x25; X! unsigned char com_dev[128]= "/dev/cuaa0"; X X X /* LOCAL VARIABLES ****************************************/ X*************** X*** 146,156 **** X { X switch (com_nr) X { X! case 1: strcpy(com_dev, "/dev/ttyS0") ; break; X! case 2: strcpy(com_dev, "/dev/ttyS1") ; break; X! case 3: strcpy(com_dev, "/dev/ttyS2") ; break; X! case 4: strcpy(com_dev, "/dev/ttyS3") ; break; X! default: strcpy(com_dev, "/dev/ttyS0") ; break; X } X X if ((com_hdl = open(com_dev, O_RDWR)) == -1) X--- 146,156 ---- X { X switch (com_nr) X { X! case 1: strcpy(com_dev, "/dev/cuaa0") ; break; X! case 2: strcpy(com_dev, "/dev/cuaa1") ; break; X! case 3: strcpy(com_dev, "/dev/cuaa2") ; break; X! case 4: strcpy(com_dev, "/dev/cuaa3") ; break; X! default: strcpy(com_dev, "/dev/cuaa0") ; break; X } X X if ((com_hdl = open(com_dev, O_RDWR)) == -1) END-of-dc20pack/patches/patch-aa echo c - dc20pack/pkg mkdir -p dc20pack/pkg > /dev/null 2>&1 echo x - dc20pack/pkg/COMMENT sed 's/^X//' >dc20pack/pkg/COMMENT << 'END-of-dc20pack/pkg/COMMENT' XDigital camera control and download tool for Kodak DC20/25 camera END-of-dc20pack/pkg/COMMENT echo x - dc20pack/pkg/DESCR sed 's/^X//' >dc20pack/pkg/DESCR << 'END-of-dc20pack/pkg/DESCR' Xdc20pack can control your Kodak DC20/25 digital camera via the embedded serial Xport. Pictures are initially downloaded in the camera's native format but Xcan be converted to targa format. END-of-dc20pack/pkg/DESCR echo x - dc20pack/pkg/PLIST sed 's/^X//' >dc20pack/pkg/PLIST << 'END-of-dc20pack/pkg/PLIST' Xbin/dc20term Xbin/dc20dump Xbin/dc2totga END-of-dc20pack/pkg/PLIST echo x - dc20pack/Makefile sed 's/^X//' >dc20pack/Makefile << 'END-of-dc20pack/Makefile' X# New ports collection makefile for: dc20pack X# Version required: 1.0 X# Date created: Jul 31 1999 X# Whom: Maurice Castro X# X# $Id$ X# X XDISTNAME= dc20pack-1.0 XCATEGORIES= graphics XMASTER_SITES= ${MASTER_SITE_SUNSITE} XMASTER_SITE_SUBDIR= apps/graphics/capture XEXTRACT_SUFX= .tgz X XMAINTAINER= maurice@serc.rmit.edu.au X XWRKSRC= ${WRKDIR} X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/dc20dump ${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/dc20term ${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/dc2totga ${PREFIX}/bin X X.include END-of-dc20pack/Makefile exit >Release-Note: >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 Aug 1 4:16:14 1999 Delivered-To: freebsd-ports@freebsd.org Received: from prioris.im.pw.edu.pl (prioris.im.pw.edu.pl [148.81.80.7]) by hub.freebsd.org (Postfix) with ESMTP id DF38814D8C; Sun, 1 Aug 1999 04:16:03 -0700 (PDT) (envelope-from zaks@prioris.im.pw.edu.pl) Received: from pd92.warszawa.ppp.tpnet.pl ([212.160.55.92]:4868 "EHLO localhost") by prioris.im.pw.edu.pl with ESMTP id ; Sun, 1 Aug 1999 13:15:13 +0200 Received: from zaks by localhost with local (Exim 2.05 #1 (Debian)) id 11AI5O-00003i-00; Fri, 30 Jul 1999 21:12:54 +0200 To: "Andy V. Oleynik" Cc: freebsd-ports@FreeBSD.ORG, freebsd-security@FreeBSD.ORG Subject: Re: Extracted files' permissions References: <19990729161457.A727@prioris.im.pw.edu.pl> <37A16CEF.657AE236@prime.net.ua> From: Slawek Zak Date: 30 Jul 1999 21:12:54 +0200 In-Reply-To: "Andy V. Oleynik"'s message of "Fri, 30 Jul 1999 12:14:23 +0300" Message-ID: <87btcut0i1.fsf@prioris.im.pw.edu.pl> Lines: 12 Organization: Kamikaze leming squadron User-Agent: Gnus/5.070095 (Pterodactyl Gnus v0.95) XEmacs/21.1 (Arches) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ** "Andy V. Oleynik" wrote: Andy> It's not seldom situation when creator creates package under Andy> its own uid/gid which may not exist on other systems. Dont Andy> worry about it. Just write perl script which read package Andy> list and chown 0:0 all the stuff :) Slawek Zak wrote: Yes, but don't forget about suid/sgid/world-writeable files right ? :) -- * Suavek Zak (Systems Administrator) * email: zaks@im.pw.edu.pl voice: +48 (0) 22 674 66 79 * PGP v2.6: 2048/9A7CBF71, finger://zaks@prioris.im.pw.edu.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 1 9: 4:30 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3482214D72; Sun, 1 Aug 1999 09:04:24 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA42483; Sun, 1 Aug 1999 09:02:26 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 1 Aug 1999 09:02:26 -0700 (PDT) From: Message-Id: <199908011602.JAA42483@freefall.freebsd.org> To: domi@saargate.de, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12822: new port: rand-1.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: rand-1.5 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Aug 1 09:01:17 PDT 1999 State-Changed-Why: cpiazza committed this port last night or really early this morning depending on where you live. :) Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 1 9: 5:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F6B014D80; Sun, 1 Aug 1999 09:05:28 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA42697; Sun, 1 Aug 1999 09:05:06 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 1 Aug 1999 09:05:06 -0700 (PDT) From: Message-Id: <199908011605.JAA42697@freefall.freebsd.org> To: dima@Chg.RU, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12732: devel/glib12 build fails Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: devel/glib12 build fails State-Changed-From-To: feedback->closed State-Changed-By: steve State-Changed-When: Sun Aug 1 09:03:09 PDT 1999 State-Changed-Why: Closed at originator's request. He was able to get this to work on -stable. It seems the problem was related to USE_LIBTOOL not adding a dependency on libtool because of an old bsd.port.mk file. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 1 11:41:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C52014D46; Sun, 1 Aug 1999 11:41:36 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA50297; Sun, 1 Aug 1999 11:41:14 -0700 (PDT) (envelope-from billf@FreeBSD.org) Date: Sun, 1 Aug 1999 11:41:14 -0700 (PDT) From: Message-Id: <199908011841.LAA50297@freefall.freebsd.org> To: billf@FreeBSD.org, freebsd-ports@FreeBSD.org, billf@FreeBSD.org Subject: Re: ports/12752: Update for math/gnuplot+ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update for math/gnuplot+ Responsible-Changed-From-To: freebsd-ports->billf Responsible-Changed-By: billf Responsible-Changed-When: Sun Aug 1 11:40:53 PDT 1999 Responsible-Changed-Why: Steve asked me to look into this one. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 1 12: 1:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mailc.telia.com (mailc.telia.com [194.22.190.4]) by hub.freebsd.org (Postfix) with ESMTP id 1635A14E41 for ; Sun, 1 Aug 1999 12:01:12 -0700 (PDT) (envelope-from girgen@partitur.se) Received: from stordatan.telia.com (t4o62p14.telia.com [195.198.198.194]) by mailc.telia.com (8.8.8/8.8.8) with ESMTP id VAA21535; Sun, 1 Aug 1999 21:00:56 +0200 (CEST) Received: from partitur.se (localhost [127.0.0.1]) by stordatan.telia.com (8.9.3/8.9.1) with ESMTP id VAA08930; Sun, 1 Aug 1999 21:00:39 +0200 (CEST) (envelope-from girgen@partitur.se) Message-ID: <37A49957.FCCBC81E@partitur.se> Date: Sun, 01 Aug 1999 21:00:39 +0200 From: Palle Girgensohn Organization: Partitur X-Mailer: Mozilla 4.61 [en] (X11; U; FreeBSD 3.2-STABLE i386) X-Accept-Language: sv, en MIME-Version: 1.0 To: Julian Stacey Cc: freebsd-ports@freebsd.org Subject: Re: ODBC support ? References: <199907291624.QAA03955@jhs.muc.de> Content-Type: text/plain; charset=gb2312 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Julian Stacey wrote: > > Request for info on ODBC, (skip this article if you don't know ODBC) > I assume you want an ODBC *client* for FreeBSD? You might want to check out the FreeODBC "project" (check http://www.freeodbc.org/). Also, there's OpenLinks softwares ODBC client and server (http://www.iodbc.org/). This used to be commercioal, but now it seems they released it as GPL. It's a middleware (connects to the RDBMS of your choice one one end, and serves this connection as an OBDC connection to clients), and it works fine. I used a previous version up 'til about a year ago. If what you really want is an ODBC compliant database server, check PostgreSQL (http://www.postgresql.org/; there's a port in /usr/ports/databases/postgresql). On their website, you can fetch a postgresODBC plugin for windows' ODBC manager, so you can connect Win programs to you FreeBSD database. This also works fine. And as stated in another reply, ODBC is supposed to be a standardized interface for clients accessing database servers. Hope this helps. /Palle To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 1 12: 3: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 797311519A; Sun, 1 Aug 1999 12:03:03 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA51813; Sun, 1 Aug 1999 12:03:03 -0700 (PDT) (envelope-from billf@FreeBSD.org) Date: Sun, 1 Aug 1999 12:03:03 -0700 (PDT) From: Message-Id: <199908011903.MAA51813@freefall.freebsd.org> To: billf@FreeBSD.org, freebsd-ports@FreeBSD.org, billf@FreeBSD.org Subject: Re: ports/12569: A recursive descent parsing framework for Perl Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: A recursive descent parsing framework for Perl Responsible-Changed-From-To: freebsd-ports->billf Responsible-Changed-By: billf Responsible-Changed-When: Sun Aug 1 12:01:36 PDT 1999 Responsible-Changed-Why: I'll look into this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 1 13:37: 2 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F06314CC0; Sun, 1 Aug 1999 13:36:59 -0700 (PDT) (envelope-from gj@FreeBSD.org) Received: (from gj@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA56364; Sun, 1 Aug 1999 13:36:08 -0700 (PDT) (envelope-from gj@FreeBSD.org) Date: Sun, 1 Aug 1999 13:36:08 -0700 (PDT) From: Message-Id: <199908012036.NAA56364@freefall.freebsd.org> To: Davec@unforgettable.com, gj@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12901: New Port (slightly revised): Code Crusader and Code Medic Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New Port (slightly revised): Code Crusader and Code Medic State-Changed-From-To: open->analyzed State-Changed-By: gj State-Changed-When: Sun Aug 1 13:29:44 PDT 1999 State-Changed-Why: I took a look at this and it has numerous problems: 1) it does not pass portlint 2) one of the files (JX_source-1.5.2.tar.gz, I think it was) has a different checksum now 3) patch-aa and patch-ac did not apply correctly 4) patch-aa has /usr/local hard coded into it, should be $PREFIX after correcting these problems locally jcc core dumps. I also noticed that a $PREFIX/bin/ctags gets installed. This conflicts with the standard /usr/bin/ctags. Please try to correct these problems and resubmit the port. Thanks for your effort ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 1 14: 4:45 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CD62314DB3; Sun, 1 Aug 1999 14:04:45 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA57490; Sun, 1 Aug 1999 14:04:04 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 1 Aug 1999 14:04:04 -0700 (PDT) From: Message-Id: <199908012104.OAA57490@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, steve@FreeBSD.org Subject: Re: ports/12781: GNOME port updates Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: GNOME port updates Responsible-Changed-From-To: freebsd-ports->steve Responsible-Changed-By: steve Responsible-Changed-When: Sun Aug 1 14:00:27 PDT 1999 Responsible-Changed-Why: Almost have this one finished. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 1 17:20:14 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9682014E66 for ; Sun, 1 Aug 1999 17:20:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA64535; Sun, 1 Aug 1999 17:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail-green.research.att.com (H-135-207-30-103.research.att.com [135.207.30.103]) by hub.freebsd.org (Postfix) with ESMTP id 7E74914C81 for ; Sun, 1 Aug 1999 17:10:19 -0700 (PDT) (envelope-from ji@tla.org) Received: from amontillado.research.att.com (amontillado.research.att.com [135.207.24.32]) by mail-green.research.att.com (Postfix) with ESMTP id 9F6711E003 for ; Sun, 1 Aug 1999 20:10:14 -0400 (EDT) Received: from tla.org ([199.97.241.131]) by amontillado.research.att.com (8.8.7/8.8.7) with ESMTP id UAA28296 for ; Sun, 1 Aug 1999 20:10:13 -0400 (EDT) Received: (from ji@localhost) by tla.org (8.9.3/8.9.3) id EAA06737; Sun, 1 Aug 1999 04:03:43 -0400 (EDT) (envelope-from ji) Message-Id: <199908010803.EAA06737@tla.org> Date: Sun, 1 Aug 1999 04:03:43 -0400 (EDT) From: ji@research.att.com Reply-To: ji@research.att.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12914: ports/graphics/gd has bad checksum Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12914 >Category: ports >Synopsis: ports/graphics/gd has bad checksum >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Aug 1 17:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: John "Heldenprogrammer" Ioannidis >Release: FreeBSD 3.2-STABLE i386 >Organization: AT&T Labs - Research >Environment: freshly cvsup'ed 3.2-STABLE >Description: The checksum of the gd-1.6.2 distribution in the distfiles (both the distfile on ftp.freebsd.org:/pub/FreeBSD/ports/distfiles/gd-1.6.2.tar.gz and the file from the distribution site) does not match the md5 sum listed in the ports tree: # pwd /usr/ports/graphics/gd/files # cat md5 MD5 (gd-1.6.2.tar.gz) = 672bf9bbdfb6d94cf506db2dac2b6fc4 # md5 /usr/ports/distfiles/gd-1.6.2.tar.gz MD5 (/usr/ports/distfiles/gd-1.6.2.tar.gz) = 4c4e248ea99d1ad7b8578f6bce6c5aa9 >How-To-Repeat: # pwd /usr/ports/graphics/gd # make ===> Extracting for gd-1.6.2 >Fix: Make sure the version on server has not been tampered with maliciously, then fix the checksum in the ports tree. >Release-Note: >Audit-Trail: >Unformatted: >> Checksum mismatch for gd-1.6.2.tar.gz. Make sure the Makefile and md5 file (/usr/ports/graphics/gd/files/md5) are up to date. If you want to override this check, type "make NO_CHECKSUM=yes [other args]". *** 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 Sun Aug 1 17:20:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from smtp13.bellglobal.com (smtp13.bellglobal.com [204.101.251.52]) by hub.freebsd.org (Postfix) with ESMTP id 1291614ECC; Sun, 1 Aug 1999 17:20:17 -0700 (PDT) (envelope-from vanderh@ecf.toronto.edu) Received: from localhost.nowhere (ppp18365.on.bellglobal.com [206.172.130.45]) by smtp13.bellglobal.com (8.8.5/8.8.5) with ESMTP id UAA28292; Sun, 1 Aug 1999 20:21:46 -0400 (EDT) Received: (from tim@localhost) by localhost.nowhere (8.9.3/8.9.1) id UAA09964; Sun, 1 Aug 1999 20:20:38 -0400 (EDT) (envelope-from tim) Date: Sun, 1 Aug 1999 20:20:37 -0400 From: Tim Vanderhoek To: gj@FreeBSD.org Cc: Davec@unforgettable.com, freebsd-ports@FreeBSD.org Subject: Re: ports/12901: New Port (slightly revised): Code Crusader and Code Medic Message-ID: <19990801202037.A9900@mad> References: <199908012036.NAA56364@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <199908012036.NAA56364@freefall.freebsd.org>; from gj@FreeBSD.org on Sun, Aug 01, 1999 at 01:36:08PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Aug 01, 1999 at 01:36:08PM -0700, gj@FreeBSD.org wrote: > > after correcting these problems locally jcc core dumps. I also noticed > that a $PREFIX/bin/ctags gets installed. This conflicts with the > standard /usr/bin/ctags. Not to mention /usr/local/bin/ctags (Exuberant Ctags). -- This is my .signature which gets appended to the end of my messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 1 17:43:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from kmu.kookmin.ac.kr (kmu.kookmin.ac.kr [210.123.32.13]) by hub.freebsd.org (Postfix) with SMTP id 65CDA14BE7 for ; Sun, 1 Aug 1999 17:42:37 -0700 (PDT) (envelope-from i1004@i1004.net) Received: from ------ ([210.97.179.200]) by kmu.kookmin.ac.kr (8.6.9H1/8.6.9) with SMTP id JAA22624 for ; Sat, 31 Jul 1999 09:36:29 +0900 Message-Id: <199907310036.JAA22624@kmu.kookmin.ac.kr> From: =?EUC-KR?B?vsbAzMO1u+c=?= To: ports@FreeBSD.org Subject: [ports]=?EUC-KR?B?tNQ=?= =?EUC-KR?B?vsbAzMO1u+fA1LTPtNk=?= Date: Sat, 31 Jul 99 07:51:18 =?EUC-KR?B?x9GxuQ==?= =?EUC-KR?B?x6XB2L3D?= MIME-Version: 1.0 Content-Type: multipart/mixed; boundary=AD_2000_PART_BOUNDARY_19990606 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. --AD_2000_PART_BOUNDARY_19990606 Content-Type: text/plain Content-Transfer-Encoding: 7Bit $)C [ports]4T>H3gGO<F@LC5;g ?n?5@Z@T4O4Y A$:80K;vA_?! [ports]4T@G AVF@LC5;g (http://i1004.net ) 8& Message-Id: <199908020051.RAA66037@freefall.freebsd.org> To: ji@research.att.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12914: ports/graphics/gd has bad checksum Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ports/graphics/gd has bad checksum State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Aug 1 17:50:30 PDT 1999 State-Changed-Why: The author of this software changed a configure script and re-rolled the distfile without bumping the version number. billf@freebsd.org fixed the port earlier today and the correct distfile should show up on the FreeBSD ftp site as soon as Satoshi finishes building a new set of distfiles. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 1 18:10: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 87D6F14CAF for ; Sun, 1 Aug 1999 18:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA66766; Sun, 1 Aug 1999 18:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from celery.dragondata.com (celery.dragondata.com [205.253.12.6]) by hub.freebsd.org (Postfix) with ESMTP id EC01D14C40 for ; Sun, 1 Aug 1999 18:04:11 -0700 (PDT) (envelope-from toasty@celery.dragondata.com) Received: (from toasty@localhost) by celery.dragondata.com (8.9.3/8.9.3) id UAA45063; Sun, 1 Aug 1999 20:04:10 -0500 (CDT) (envelope-from toasty) Message-Id: <199908020104.UAA45063@celery.dragondata.com> Date: Sun, 1 Aug 1999 20:04:10 -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/12915: Add elm 2.5 to ports Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12915 >Category: ports >Synopsis: Add elm 2.5 to ports >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 Aug 1 18:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Kevin Day >Release: FreeBSD 3.2-RELEASE i386 >Organization: DragonData Internet Services >Environment: >Description: Elm 2.5 has been released, and is highly different from the 2.4 release in ports. I tried making a simple ports template for 2.5, but having never done this before, ended up over my head, after changes to elm's configure became necessary. Elm 2.5 is available at ftp://ftp.virginia.edu/pub/elm/ The only problems it seems to have are: It assumes -lintl is requred, which doesn't exist. It tries using 'builtin++' as the pager, which fails in configure. After changing those two, elm built sucessfully. Any ports geeks feel bored? :) >How-To-Repeat: >Fix: >Release-Note: >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 Aug 1 19:40:15 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DF19914C8F for ; Sun, 1 Aug 1999 19:40:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA70920; Sun, 1 Aug 1999 19:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from ernie.wmht.org (ernie.wmht.org [12.29.249.9]) by hub.freebsd.org (Postfix) with ESMTP id 1DAA114C25 for ; Sun, 1 Aug 1999 19:38:24 -0700 (PDT) (envelope-from bruth@ernie.wmht.org) Received: (from root@localhost) by ernie.wmht.org (8.9.3/8.9.3) id WAA15754; Sun, 1 Aug 1999 22:38:02 -0400 (EDT) (envelope-from bruth) Message-Id: <199908020238.WAA15754@ernie.wmht.org> Date: Sun, 1 Aug 1999 22:38:02 -0400 (EDT) From: bruth@wmht.org Reply-To: bruth@wmht.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12916: Update Checkbot to 1.56 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12916 >Category: ports >Synopsis: Update Checkbot to 1.56 >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 Aug 1 19:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Brian Ruth >Release: FreeBSD 3.2-STABLE i386 >Organization: WMHT Educational Telecommunications >Environment: FreeBSD ernie.wmht.org 3.2-STABLE FreeBSD 3.2-STABLE #0: Thu Jul 29 15:47:20 EDT 1999 >Description: >How-To-Repeat: >Fix: ernie# diff -Nur checkbot/Makefile ~bruth/checkbot/Makefile --- checkbot/Makefile Mon Jun 7 06:57:46 1999 +++ /users/bruth/checkbot/Makefile Sun Aug 1 21:43:29 1999 @@ -6,7 +6,7 @@ # $Id: Makefile,v 1.10 1999/06/07 10:57:46 simokawa Exp $ # -DISTNAME= checkbot-1.54 +DISTNAME= checkbot-1.56 CATEGORIES= www perl5 MASTER_SITES= http://www.xs4all.nl/~graaff/checkbot/ \ http://www.freebsd.org/~wosch/src/ ernie# diff -Nur checkbot/files/md5 ~bruth/checkbot/files/md5 --- checkbot/files/md5 Sat Apr 17 14:13:41 1999 +++ /users/bruth/checkbot/files/md5 Sun Aug 1 21:56:44 1999 @@ -1 +1 @@ -MD5 (checkbot-1.54.tar.gz) = e0956eb3f885d2e2f20f5bec9dceaa02 +MD5 (checkbot-1.56.tar.gz) = 7cd788995aa5ed97c89c11f1aad2c0d3 >Release-Note: >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 Aug 1 19:42:50 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7DA0014D11; Sun, 1 Aug 1999 19:42:48 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA71109; Sun, 1 Aug 1999 19:42:15 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 1 Aug 1999 19:42:15 -0700 (PDT) From: Message-Id: <199908020242.TAA71109@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, wosch@FreeBSD.org Subject: Re: ports/12916: Update Checkbot to 1.56 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update Checkbot to 1.56 Responsible-Changed-From-To: freebsd-ports->wosch Responsible-Changed-By: steve Responsible-Changed-When: Sun Aug 1 19:41:53 PDT 1999 Responsible-Changed-Why: Over to maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 1 20:16:45 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4467214C03; Sun, 1 Aug 1999 20:16:38 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA75563; Sun, 1 Aug 1999 20:15:18 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sun, 1 Aug 1999 20:15:18 -0700 (PDT) From: Message-Id: <199908020315.UAA75563@freefall.freebsd.org> To: ks@itp.ac.ru, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12718: new port: net/tund Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: net/tund State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sun Aug 1 20:15:09 PDT 1999 State-Changed-Why: New port committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 1 20:34:31 1999 Delivered-To: freebsd-ports@freebsd.org Received: from fly.lglobus.ru (fly.lglobus.ru [195.34.224.130]) by hub.freebsd.org (Postfix) with ESMTP id 51D8414C12 for ; Sun, 1 Aug 1999 20:33:42 -0700 (PDT) (envelope-from rover@fly.lglobus.ru) Received: (from rover@localhost) by fly.lglobus.ru (8.9.3/8.9.2) id HAA39962 for freebsd-ports@freebsd.org; Mon, 2 Aug 1999 07:36:10 +0400 (MSD) (envelope-from rover) Date: Mon, 2 Aug 1999 07:36:10 +0400 From: "Oleg V. Volkov" To: freebsd-ports@freebsd.org Subject: PRs that should be closed Message-ID: <19990802073610.A39852@fly.lglobus.ru> Reply-To: fp_rover@lglobus.ru Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i Organization: -=/ SR 13 /=- Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org PRs that should be closed: ports/10164: XFree was recently updated to 3.3.4 ports/12338: lynx was recently updated to 2.8.3dev5 -- Oleg V. Volkov aka Rover E-mail: rover@lglobus.ru E-mail redirector: sr-13@mail.ru (always up) -=/ SR 13 /=- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 1 20:34:49 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ED61514D11; Sun, 1 Aug 1999 20:34:47 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA77161; Sun, 1 Aug 1999 20:34:01 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sun, 1 Aug 1999 20:34:01 -0700 (PDT) From: Message-Id: <199908020334.UAA77161@freefall.freebsd.org> To: kbyanc@alcnet.com, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12841: New port of Rael's Binary Grabber (bgrab-1.1) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port of Rael's Binary Grabber (bgrab-1.1) State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sun Aug 1 20:33:52 PDT 1999 State-Changed-Why: New port committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 1 20:40:31 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F34BD14E5B for ; Sun, 1 Aug 1999 20:40:29 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA78038; Sun, 1 Aug 1999 20:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 1A77914E5B; Sun, 1 Aug 1999 20:39:00 -0700 (PDT) Message-Id: <19990802033900.1A77914E5B@hub.freebsd.org> Date: Sun, 1 Aug 1999 20:39:00 -0700 (PDT) From: dlombardo@excite.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/12918: linux_base build fails on kernels built with COMPAT_LINUX Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12918 >Category: ports >Synopsis: linux_base build fails on kernels built with COMPAT_LINUX >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Aug 1 20:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dean Lombardo >Release: 4.0-current >Organization: >Environment: FreeBSD xtsw12c.ukc.ac.uk 4.0-CURRENT FreeBSD 4.0-CURRENT #1: Sat Jul 31 11:31:42 GMT 1999 root@xtsw12c.ukc.ac.uk:/usr/src/sys/compile/AMSTECH i386 >Description: make install fails in /usr/ports/emulators/linux_base when the kernel is built with the COMPAT_LINUX option. This is because the Makefile assumes that the linux.ko kernel module must be loaded to enable Linux emulation. >How-To-Repeat: Compile Linux compatibility support into the kernel by including the option COMPAT_LINUX in the config file, then try installing linux_base in ports. >Fix: Replace the following line in the Makefile @if [ -z "`kldstat | ${GREP} linux.ko | ${AWK} '{print $1}'`" ]; then \ with some other means of detecting the presence of Linux support in the kernel, e.g. check to see whether the length of nm `sysctl kern.bootfile | ${AWK} '{print $2}'` | ${GREP} linux_ioctl is non-zero. There must be a better way, though. ;-) >Release-Note: >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 Aug 1 22:20:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A02D14EC6 for ; Sun, 1 Aug 1999 22:20:25 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA84200; Sun, 1 Aug 1999 22:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 718C714D11; Sun, 1 Aug 1999 22:15:59 -0700 (PDT) Message-Id: <19990802051559.718C714D11@hub.freebsd.org> Date: Sun, 1 Aug 1999 22:15:59 -0700 (PDT) From: nacai@iname.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/12919: New port: gnomeusersguide Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12919 >Category: ports >Synopsis: New port: gnomeusersguide >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 Aug 1 22:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Yukihiro Nakai >Release: 3.2-RELEASE >Organization: InternetSolutions, Inc. >Environment: 3.2-RELEASE with latest /usr/ports >Description: I have made the GNOME usersguide port for the right usage of GNOME help-browser. Yukihiro Nakai -------------- begin 644 gnomeusersguide.tar.gz M'XL( (2"I#< ^U;;6_C-A+.U_A7$-A\:)&38\DO2H*FB.MX V/73F G;0XX MP* I6B8LBCY*VC17]+_?D')V'7=W,RR\/O2J!]BU7IY'HCC#X8RHQ*F2O,BX MSN)"1/SDX!N M!IANTT."/'#=L/\ IY_USND$[9]O^$W A]H0;O=.B#M;]&8 M;1193C4A!RE=4O$5WN."\V0?#=HOXBW[KY;QSGW P?Z-,&P#K=FL[+\??,[^ MM^\'D[L=W@/,VFFUOF1_'\9Z\,G^0"1^J^D'!Z2QPS9\$7]S^V<+JOF)]8*3 M!4]6)]87O-(9>B=TIHJ\B.N+7":UU[BK5<+SC$HX["*0THFM4A=ZRG,7>I&+ M!,5GON_CB#2!:RN1XMH!](SGQ0I+QO8U4^D\3M2,(A\/Z"N:.1\Z<)_XE3C^9&C"5BBF$-SX&&U2CS&TYP[M&I52"X]UZ;!#*ND]T'P1[0F M$G9XKF_E:/R78KQ,TT>'SHBT^,"A97SNT#*C0;/YVP<\=T;9THLUC038U%$F M)(T=FF4UZH-#7Y623"4"'X>LQH6=">9 YPOJ8@H[::'92_Z$=PJ>+[C$-V4N M$NXV'N9%DJ#),6->QK-,0)KEH(&Q%O&YBR(2-%&QBX)' N_9P)>1<*(+!RO$ MIC'.$V69@'DF71*QYQAP7HH36J0,/V%MB5TZ_H729%A_5BHR_ !](<6K),-G M(4">2N40!$!@!Y[3+:P"G^H\*YK.BA9>8H:OJ(Z(Y5)7UU=0:UX M.GT4#E6,'92VT_ 2+4S)\.<2\W\7@BT=)RY=S&9#.0\1]$+@F!+9 MOY(QM7K"8F**H)(;9^P9!MW#0Q"D]>(9W2LLOW%6BZ M+530;*R)[81L9R\47?,,YGR7< %Y/+I;7*X+T1AZ+Z+Y:\1'R18TC=?=<1D) MK25!3#DX*H95^U^O\'T=MM&VN>4SF?7?J_ZD-][A/;Z^_@L(UNN_ 1 ;@5G_ M]L!8/2+>(H;^)?W9V!JQ?%DI^//N,?Q9+L1!:D9$Q"/EA1!D5E\)6 MQ$S)'VMO0'DTB(Y@HW8UF-R-NL/^Q>%&QNV5K;A]=UV>VFK[^G2O>]>_OAD/ M^I.+0[,T53YB;=B=W/7'T\G@SIPX^FUC?VICY>^;E.GD_J>KP?CB,%.%9CQ[ MD?@#<3"Z@W]](*0O'Z-6NY_TIP_3VW'_[>#AXO")9_;(];#[KE_N7H_NI[V; MT=O!]?UX?>CC[K0[OH;F>5ZBS =CN>EGH2^.?BNO]_O)1D5"_E4[!"842_0U MCGE[[-D#0'OP_9^Z$WC>6EVD+"DB3GZ895'=^$I=+G^L)HK_!VS'?S/HLQU_ M 8[^_AOROT;8,=]_=\)&]?WW/O!Y^\MHEWW_6O[O-X(-^]O\O]D*J_E_'QA> MM1YYH?\ORZTB(^'$)=!Z4:(0$4;>?^Z7GKM*S9CH^/-]G;Q+/S1J,D M7EX2KQ/^(R3']O_+RQJY[?;>=:_[,*5!/;&V7H6RZ2L#3V[ ME&7W/RUYDD]+4:3;>W_3Z[Z?#EOVCG!FFFEF;TJ9K=3JLE7-EQ4J5*A0H4*% 9"A4J5*A0H4*%"A4J5-@3_@OV;2$L % &EF end >How-To-Repeat: >Fix: >Release-Note: >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 Aug 2 0:52:56 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id 6741C14FDB; Mon, 2 Aug 1999 00:52:51 -0700 (PDT) (envelope-from van.woerkom@netcologne.de) Received: from oranje.my.domain (dial4-119.netcologne.de [195.14.233.119]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id JAA05578; Mon, 2 Aug 1999 09:52:37 +0200 (MET DST) Received: (from marc@localhost) by oranje.my.domain (8.9.3/8.9.3) id JAA10101; Mon, 2 Aug 1999 09:50:53 +0200 (CEST) (envelope-from van.woerkom@netcologne.de) Date: Mon, 2 Aug 1999 09:50:53 +0200 (CEST) Message-Id: <199908020750.JAA10101@oranje.my.domain> X-Authentication-Warning: oranje.my.domain: marc set sender to van.woerkom@netcologne.de using -f From: Marc van Woerkom To: freebsd-multimedia@freebsd.org, freebsd-ports@freebsd.org Subject: XFree86 3.3.4 and RIVA 3d acceleration Reply-To: van.woerkom@netcologne.de Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have put a port on http://www.netcologne.de/~nc-vanwoma/opengl that enables 3d hardware acceleration under XFree86 3.3.4 for RIVA chip based cards. Feel free to test it! And report problems please. G200 users: I have had no time yet to change some bits for use with Matrox cards. However it might work if you delete that "-with-chipset=tnt" expression. Regards, Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 2 2:51: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freeamp.org (209.249.146.48.has.no.reverse [209.249.146.48]) by hub.freebsd.org (Postfix) with ESMTP id 24D1C15038 for ; Mon, 2 Aug 1999 02:51:04 -0700 (PDT) (envelope-from marc@freeamp.org) Received: (from marc@localhost) by freeamp.org (8.8.7/8.8.7) id DAA25246; Mon, 2 Aug 1999 03:21:51 -0700 Date: Mon, 2 Aug 1999 03:21:51 -0700 Message-Id: <199908021021.DAA25246@freeamp.org> From: To: freebsd-ports@freebsd.org Subject: using cvs in ports Reply-To: van.woerkom@netcologne.de, marc@freeamp.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I am getting low on web space lately, and I would like to add a glx port that makes use of MesaCVS. So my question is: What about using cvs to take in code instead of fetching a tarball? Regards, Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 2 3:23:58 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freeamp.org (209.249.146.48.has.no.reverse [209.249.146.48]) by hub.freebsd.org (Postfix) with ESMTP id 0D46914E9D for ; Mon, 2 Aug 1999 03:23:56 -0700 (PDT) (envelope-from marc@freeamp.org) Received: (from marc@localhost) by freeamp.org (8.8.7/8.8.7) id DAA25890; Mon, 2 Aug 1999 03:53:18 -0700 Date: Mon, 2 Aug 1999 03:53:18 -0700 Message-Id: <199908021053.DAA25890@freeamp.org> From: To: freebsd-ports@freebsd.org Subject: 2nd level patching Reply-To: van.woerkom@netcologne.de, marc@freeamp.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org For that glx stuff I needed to do a 2nd level patching, meaning I had to apply patches to such a tree cd /usr/ports/Mesa3 make patch cd work/Mesa-3.0 patch ; Mon, 2 Aug 1999 03:40:32 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA17496; Mon, 2 Aug 1999 03:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from nothing-going-on.demon.co.uk (nothing-going-on.demon.co.uk [193.237.89.66]) by hub.freebsd.org (Postfix) with ESMTP id CF8F214BEC for ; Mon, 2 Aug 1999 03:34:43 -0700 (PDT) (envelope-from nik@nothing-going-on.demon.co.uk) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.9.3/8.9.3) id XAA58189; Sun, 1 Aug 1999 23:13:18 +0100 (BST) (envelope-from nik) Message-Id: <199908012213.XAA58189@nothing-going-on.demon.co.uk> Date: Sun, 1 Aug 1999 23:13:18 +0100 (BST) From: Nik Clayton Reply-To: nik@nothing-going-on.demon.co.uk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12921: [PATCH] palm/xcopilot contains odd markup in man page Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12921 >Category: ports >Synopsis: [PATCH] palm/xcopilot contains odd markup in man page >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Mon Aug 2 03:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Nik Clayton >Release: FreeBSD 3.2-STABLE i386 >Organization: C.R.F. Consulting ltd. >Environment: 3.2-STABLE >Description: It looks as though the xcopilot man page (xcopilot.1) is generated from source marked up in LinuxDoc, and then shipped with the distribution. The conversion from LinuxDoc isn't great, and the manpage that's installed by default looks like this; [...] SYNOPSIS xcopilot [lsqb ]-uU[rsqb ] [lsqb ]-debug [lsqb ]args[rsqb ][rsqb ] [lsqb ]-gdebug [lsqb ]args[rsqb ][rsqb ] [lsqb ]-bg color[rsqb ] [lsqb ]-bbg color[rsqb ] [lsqb ]-noxshm[rsqb ] [lsqb ]-serial pty- name[rsqb ] [lsqb ]-ramsize size[rsqb ] [lsqb ]-mag- factor factor[rsqb ] [lsqb ]-double[rsqb ] [lsqb ]-private[rsqb ] [lsqb ]-memversion version[rsqb ] [lsqb ]-reset[rsqb ] [...] Notice all the [lsqb ] and [rsqb ]. These are markup for 'left square bracket' and 'right square bracket' respectively. I'm not entirely sure whether or not man(1) is supposed to understand these or not. It doesn't on my system. Attached is a patch that replaces these codes with the literal characters. I've fixed; [lsqb ] -> [ [rsqb ] -> ] [tilde ] -> ~ [lt ] -> < [rt ] -> > This patch can be dropped in as patch-ab. If the maintainer could check this out and commit it I'd be grateful (or confirm that it works, and I'll commit it on their behalf if necessary). >How-To-Repeat: "man xcopilot" >Fix: Drop this in as ports/palm/xcopilot/patches/patch-ab. --- xcopilot.1.org Sun Aug 1 22:59:25 1999 +++ xcopilot.1 Sun Aug 1 23:03:41 1999 @@ -36,19 +36,19 @@ .SH SYNOPSIS .Pp -xcopilot [lsqb ]-uU[rsqb ] -[lsqb ]-debug [lsqb ]args[rsqb ][rsqb ] -[lsqb ]-gdebug [lsqb ]args[rsqb ][rsqb ] -[lsqb ]-bg \fIcolor\fP[rsqb ] -[lsqb ]-bbg \fIcolor\fP[rsqb ] -[lsqb ]-noxshm[rsqb ] -[lsqb ]-serial \fIptyname\fP[rsqb ] -[lsqb ]-ramsize \fIsize\fP[rsqb ] -[lsqb ]-magfactor \fIfactor\fP[rsqb ] -[lsqb ]-double[rsqb ] -[lsqb ]-private[rsqb ] -[lsqb ]-memversion \fIversion\fP[rsqb ] -[lsqb ]-reset[rsqb ] +xcopilot [-uU] +[-debug [args]] +[-gdebug [args]] +[-bg \fIcolor\fP] +[-bbg \fIcolor\fP] +[-noxshm] +[-serial \fIptyname\fP] +[-ramsize \fIsize\fP] +[-magfactor \fIfactor\fP] +[-double] +[-private] +[-memversion \fIversion\fP] +[-reset] .Pp .SH DESCRIPTION @@ -71,11 +71,11 @@ .nr bi 1 .Pp Display usage information -.IP "-debug [lsqb ]args[rsqb ]" +.IP "-debug [args]" .nr bi 1 .Pp Enter debug mode. No current arguments are supported. -.IP "-gdebug [lsqb ]args[rsqb ]" +.IP "-gdebug [args]" .nr bi 1 .Pp Enter gdb debug mode, where the optional argument is the TCP port or tty @@ -134,7 +134,7 @@ .Pp Directory where files generated/used by XCopilot are created or looked for if the corresponding environment varialbes don't specify a full -path. Default is [tilde ]/.xcopilot/ +path. Default is ~/.xcopilot/ .IP "XCOPILOTROM" .nr bi 1 .Pp @@ -164,7 +164,7 @@ .nr ll +1 .nr t\n(ll 2 .if \n(ll>1 .RS -.IP "[tilde ]/.xcopilot/" +.IP "~/.xcopilot/" .nr bi 1 .Pp Default directory for location of Pilot memory files (ROM/RAM/SCRATCH) @@ -203,7 +203,7 @@ .Pp \fBGetting Started\fP .Pp -Simplest way to get started is to create a directory [tilde ]/.xcopilot and +Simplest way to get started is to create a directory ~/.xcopilot and copy your pilot.rom file to that directory. Then, run xcopilot. You should see a shaped window resembling the Pilot appear on your X display. You should briefly see the ``Welcome to Pilot'' or similar @@ -260,11 +260,11 @@ .sp .ft RR .nf -linux:[tilde ] [gt ] telnet localhost 2000 +linux:~ > telnet localhost 2000 Trying 127.0.0.1... Connected to localhost. Escape character is ''. -command [gt ] +command > .DE .fi .ec @@ -311,7 +311,7 @@ .sp .ft RR .nf -xcopilot -serial [lsqb ]/dev/ptyqe[rsqb ] -gdebug [lsqb ]/dev/ptyqf[rsqb ] +xcopilot -serial [/dev/ptyqe] -gdebug [/dev/ptyqf] .DE .fi .ec @@ -391,7 +391,7 @@ .Pp XCopilot Home Page: http://xcopilot.cuspy.com/ .Pp -Unix Amiga Emulator: http://www.freiburg.linux.de/[tilde ]uae/ +Unix Amiga Emulator: http://www.freiburg.linux.de/~uae/ .Pp .SH DEVELOPMENT @@ -400,7 +400,7 @@ Copyright (C) 1995 Bernd Schmidt .Pp Original Copilot for Microsoft Windows 95 -Copyright (C) 1996 Greg Hewgill [lt ]greg@hewgill.com[gt ] +Copyright (C) 1996 Greg Hewgill .Pp http://www.hewgill.com/pilot/copilot/index.html .Pp @@ -408,7 +408,7 @@ http://palmpilot.3com.com/devzone/pose/seed.html .Pp The Original port of Copilot to X -Copyright (C) 1997 Ivan A. Curtis [lt ]icurtis@radlogic.com.au[gt ] +Copyright (C) 1997 Ivan A. Curtis .Pp Colormap support is Copyright (C) 1998 Cuspy Solutions, Inc. @@ -417,8 +417,8 @@ Long, C. Chan-Nui, Eric Howe and Gene McCulley. .Pp The current maintainer of XCopilot is Gene McCulley -[lt ]mcculley@cuspy.com[gt ] + .Pp -Bug Reports to [lt ]xcopilot@cuspy.com[gt ] +Bug Reports to .Pp .Pp >Release-Note: >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 Aug 2 4:21:39 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix5.ix.netcom.com (dfw-ix5.ix.netcom.com [206.214.98.5]) by hub.freebsd.org (Postfix) with ESMTP id 183D614F31 for ; Mon, 2 Aug 1999 04:21:35 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix5.ix.netcom.com (8.8.4/8.8.4) id GAA23987 for ; Mon, 2 Aug 1999 06:20:49 -0500 (CDT) Received: from sji-ca3-136.ix.netcom.com(209.109.233.136) by dfw-ix5.ix.netcom.com via smap (V1.3) id rma023980; Mon Aug 2 06:20:29 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id EAA80268; Mon, 2 Aug 1999 04:20:21 -0700 (PDT) Date: Mon, 2 Aug 1999 04:20:21 -0700 (PDT) Message-Id: <199908021120.EAA80268@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: ports@freebsd.org In-reply-to: <199908021112.EAA88079@freefall.freebsd.org> (message from Satoshi Asami on Mon, 2 Aug 1999 04:12:53 -0700 (PDT)) Subject: Re: cvs commit: ports/ftp/gtm Makefile From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) References: <199908021112.EAA88079@freefall.freebsd.org> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * asami 1999/08/02 04:12:53 PDT * * Modified files: * ftp/gtm Makefile * Log: * Adjust dependency, net/wget -> ftp/wget. This was the only dependency to ports moved from "net" to "ftp" that I could find. Maybe I'm sleepy, or this is some kind of record. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 2 4:54:34 1999 Delivered-To: freebsd-ports@freebsd.org Received: from norn.ca.eu.org (cr965240-b.abtsfd1.bc.wave.home.com [24.113.19.137]) by hub.freebsd.org (Postfix) with ESMTP id 44AC514C3C; Mon, 2 Aug 1999 04:54:32 -0700 (PDT) (envelope-from cpiazza@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1002) id 84BE376; Mon, 2 Aug 1999 04:52:32 -0700 (PDT) Date: Mon, 2 Aug 1999 04:52:32 -0700 From: Chris Piazza To: Satoshi - Ports Wraith - Asami Cc: ports@FreeBSD.ORG Subject: Re: cvs commit: ports/ftp/gtm Makefile Message-ID: <19990802045232.C406@norn.ca.eu.org> References: <199908021112.EAA88079@freefall.freebsd.org> <199908021120.EAA80268@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <199908021120.EAA80268@silvia.hip.berkeley.edu>; from Satoshi - Ports Wraith - Asami on Mon, Aug 02, 1999 at 04:20:21AM -0700 X-Operating-System: FreeBSD 4.0-CURRENT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Aug 02, 1999 at 04:20:21AM -0700, Satoshi - Ports Wraith - Asami wrote: > * asami 1999/08/02 04:12:53 PDT > * > * Modified files: > * ftp/gtm Makefile > * Log: > * Adjust dependency, net/wget -> ftp/wget. > > This was the only dependency to ports moved from "net" to "ftp" that I > could find. Maybe I'm sleepy, or this is some kind of record. Even that could be removed with a fairly simple patch, I bet. Usually if a program requires wget I just change it all to use fetch. It's not like there's many shared libraries in an ftp category, anyway :-). speaking of sleepy.... -Chris -- cpiazza@home.net cpiazza@FreeBSD.org "I don't like principles. I prefer prejudices." -Oscar Wilde To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 2 5: 0:52 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix1.ix.netcom.com (dfw-ix1.ix.netcom.com [206.214.98.1]) by hub.freebsd.org (Postfix) with ESMTP id 1BC6E14D2D for ; Mon, 2 Aug 1999 05:00:49 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix1.ix.netcom.com (8.8.4/8.8.4) id GAA25999; Mon, 2 Aug 1999 06:58:31 -0500 (CDT) Received: from sji-ca3-136.ix.netcom.com(209.109.233.136) by dfw-ix1.ix.netcom.com via smap (V1.3) id rma025984; Mon Aug 2 06:58:22 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id EAA80432; Mon, 2 Aug 1999 04:58:17 -0700 (PDT) Date: Mon, 2 Aug 1999 04:58:17 -0700 (PDT) Message-Id: <199908021158.EAA80432@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: cpiazza@home.net Cc: ports@FreeBSD.ORG In-reply-to: <19990802045232.C406@norn.ca.eu.org> (message from Chris Piazza on Mon, 2 Aug 1999 04:52:32 -0700) Subject: Re: cvs commit: ports/ftp/gtm Makefile From: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) References: <199908021112.EAA88079@freefall.freebsd.org> <199908021120.EAA80268@silvia.hip.berkeley.edu> <19990802045232.C406@norn.ca.eu.org> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Chris Piazza * Even that could be removed with a fairly simple patch, I bet. Usually * if a program requires wget I just change it all to use fetch. It's Sounds like a great idea! :) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 2 5:13: 0 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 03B391507F for ; Mon, 2 Aug 1999 05:12:58 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA25879; Mon, 2 Aug 1999 05:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from raditex.se (gandalf.raditex.se [192.5.36.18]) by hub.freebsd.org (Postfix) with ESMTP id 9883214D2D for ; Mon, 2 Aug 1999 05:02:37 -0700 (PDT) (envelope-from kaj@raditex.se) Received: (from kaj@localhost) by raditex.se (8.9.3/8.9.3) id OAA29698; Mon, 2 Aug 1999 14:01:57 +0200 (CEST) (envelope-from kaj) Message-Id: <199908021201.OAA29698@raditex.se> Date: Mon, 2 Aug 1999 14:01:57 +0200 (CEST) From: kaj@Raditex.se Reply-To: kaj@Raditex.se To: FreeBSD-gnats-submit@freebsd.org Cc: Ruslan@Shevchenko.Kiev.UA X-Send-Pr-Version: 3.2 Subject: ports/12922: New MASTER_SITE for doc++ 3.3.13 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12922 >Category: ports >Synopsis: New MASTER_SITE for doc++ 3.3.13 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Aug 2 05:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Rasmus Kaj >Release: FreeBSD 3.2-STABLE i386 >Organization: Raditex AB >Environment: The ports tree, devel/doc++/Makefile 1.3 >Description: The master site for doc++-3.3.13 don't respond (only one is given). An archie search for it revealed that sunsite has it, so why not reduce waiting and bandwidth-waste and use MASTER_SITE_SUNSITE? I havn't contacted the maintainer per se, but Cc this PR to him. >How-To-Repeat: cd where-you-keep/ports/devel/doc++ && make fetch >Fix: Apply the following patch. I assume imaginator.com responds sometimes, so keep it as falback mastersite after sunsite. --- Makefile 1999/08/01 02:36:33 1.3 +++ Makefile 1999/08/02 11:52:27 @@ -8,7 +8,9 @@ DISTNAME= doc++-3.3.13 CATEGORIES= devel -MASTER_SITES= http://www.imaginator.com/doc++/ +MASTER_SITES= ${MASTER_SITE_SUNSITE} \ + http://www.imaginator.com/doc++/ +MASTER_SITE_SUBDIR=apps/doctools MAINTAINER= Ruslan@Shevchenko.Kiev.UA >Release-Note: >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 Aug 2 5:15: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from norn.ca.eu.org (cr965240-b.abtsfd1.bc.wave.home.com [24.113.19.137]) by hub.freebsd.org (Postfix) with ESMTP id 6186B14D2D; Mon, 2 Aug 1999 05:15:05 -0700 (PDT) (envelope-from cpiazza@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1002) id DC879748; Mon, 2 Aug 1999 05:14:45 -0700 (PDT) Date: Mon, 2 Aug 1999 05:14:45 -0700 From: Chris Piazza To: Satoshi - Ports Wraith - Asami Cc: ports@FreeBSD.ORG Subject: Re: cvs commit: ports/ftp/gtm Makefile Message-ID: <19990802051445.D406@norn.ca.eu.org> References: <199908021112.EAA88079@freefall.freebsd.org> <199908021120.EAA80268@silvia.hip.berkeley.edu> <19990802045232.C406@norn.ca.eu.org> <199908021158.EAA80432@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <199908021158.EAA80432@silvia.hip.berkeley.edu>; from Satoshi - Ports Wraith - Asami on Mon, Aug 02, 1999 at 04:58:17AM -0700 X-Operating-System: FreeBSD 4.0-CURRENT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Aug 02, 1999 at 04:58:17AM -0700, Satoshi - Ports Wraith - Asami wrote: > * From: Chris Piazza > > * Even that could be removed with a fairly simple patch, I bet. Usually > * if a program requires wget I just change it all to use fetch. It's > > Sounds like a great idea! :) On closer inspection this program has whole functiosn built just to process the output of wget. IOW, it's going to continue to depend on it ;) -Chris -- cpiazza@home.net cpiazza@FreeBSD.org "I don't like principles. I prefer prejudices." -Oscar Wilde To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 2 5:20: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix13.ix.netcom.com (dfw-ix13.ix.netcom.com [206.214.98.13]) by hub.freebsd.org (Postfix) with ESMTP id 257DE14F06 for ; Mon, 2 Aug 1999 05:19:58 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix13.ix.netcom.com (8.8.4/8.8.4) id HAA01105; Mon, 2 Aug 1999 07:17:27 -0500 (CDT) Received: from sji-ca3-136.ix.netcom.com(209.109.233.136) by dfw-ix13.ix.netcom.com via smap (V1.3) id rma001096; Mon Aug 2 07:17:23 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id FAA80698; Mon, 2 Aug 1999 05:17:19 -0700 (PDT) Date: Mon, 2 Aug 1999 05:17:19 -0700 (PDT) Message-Id: <199908021217.FAA80698@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: cpiazza@home.net Cc: ports@FreeBSD.ORG In-reply-to: <19990802051445.D406@norn.ca.eu.org> (message from Chris Piazza on Mon, 2 Aug 1999 05:14:45 -0700) Subject: Re: cvs commit: ports/ftp/gtm Makefile From: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) References: <199908021112.EAA88079@freefall.freebsd.org> <199908021120.EAA80268@silvia.hip.berkeley.edu> <19990802045232.C406@norn.ca.eu.org> <199908021158.EAA80432@silvia.hip.berkeley.edu> <19990802051445.D406@norn.ca.eu.org> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Chris Piazza * On closer inspection this program has whole functiosn built just to * process the output of wget. IOW, it's going to continue to depend * on it ;) That's too bad. Thanks for looking into it though! Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 2 6:30:42 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A9FB1511C for ; Mon, 2 Aug 1999 06:30:37 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA30447; Mon, 2 Aug 1999 06:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from blaubaer.kn-bremen.de (blaubaer.kn-bremen.de [195.37.179.254]) by hub.freebsd.org (Postfix) with ESMTP id 346AD14C8B for ; Mon, 2 Aug 1999 06:27:53 -0700 (PDT) (envelope-from nox@saturn.kn-bremen.de) Received: from saturn.kn-bremen.de (uucp@localhost) by blaubaer.kn-bremen.de (8.9.1/8.9.1) with UUCP id CAA19028 for FreeBSD-gnats-submit@freebsd.org; Fri, 30 Jul 1999 02:28:06 +0200 Received: (from nox@localhost) by saturn.kn-bremen.de (8.9.3/8.8.5) id SAA01625 for FreeBSD-gnats-submit@freebsd.org; Thu, 29 Jul 1999 18:49:11 +0200 (MET DST) Message-Id: <19990729184910.A771@saturn.kn-bremen.de> Date: Thu, 29 Jul 1999 18:49:10 +0200 From: Juergen Lock Reply-To: nox@jelal.kn-bremen.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12925: port of olirc-0.0.35, a small irc client using GTK+ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12925 >Category: ports >Synopsis: port of olirc-0.0.35, a small irc client using 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: Mon Aug 2 06:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Juergen Lock >Release: FreeBSD 3.2-STABLE i386 >Organization: me? organized? >Environment: FreeBSD 3.2-STABLE i386 >Description: port of olirc-0.0.35, a small irc client using GTK+ >How-To-Repeat: As usual, unshar in an empty dir, make install >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: # # Makefile # files/ # files/md5 # pkg/ # pkg/COMMENT # pkg/DESCR # pkg/PLIST # echo x - Makefile sed 's/^X//' >Makefile << 'END-of-Makefile' X# New ports collection makefile for: olirc X# Version required: 0.0.35 X# Date created: Sat Jul 24 03:04:46 MET DST 1999 X# Whom: Juergen Lock X# X# $Id: $ X# X XDISTNAME= olirc-0.0.35 XCATEGORIES= irc XMASTER_SITES= http://altern.org/olirc/sources/ X XMAINTAINER= nox@jelal.kn-bremen.de X XLIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 X XUSE_BZIP2= yes XGNU_CONFIGURE= yes XUSE_X_PREFIX= yes XCONFIGURE_ENV= GTK_CONFIG=${PREFIX}/bin/gtk12-config X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/olirc ${PREFIX}/bin X X.include END-of-Makefile echo c - files/ mkdir -p files/ > /dev/null 2>&1 echo x - files/md5 sed 's/^X//' >files/md5 << 'END-of-files/md5' XMD5 (olirc-0.0.35.tar.bz2) = f1ed60b1a11073481a4dc38d3f4114e0 END-of-files/md5 echo c - pkg/ mkdir -p pkg/ > /dev/null 2>&1 echo x - pkg/COMMENT sed 's/^X//' >pkg/COMMENT << 'END-of-pkg/COMMENT' XA small irc client using GTK+ END-of-pkg/COMMENT echo x - pkg/DESCR sed 's/^X//' >pkg/DESCR << 'END-of-pkg/DESCR' XA small irc client using GTK+ X XStill work in progress, no (english) docs yet... X XWWW: http://altern.org/olirc/ END-of-pkg/DESCR echo x - pkg/PLIST sed 's/^X//' >pkg/PLIST << 'END-of-pkg/PLIST' Xbin/olirc END-of-pkg/PLIST exit -- Juergen Lock (remove dot foo from address to reply) >Release-Note: >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 Aug 2 6:30:44 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 849A3150F0 for ; Mon, 2 Aug 1999 06:30:37 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA30438; Mon, 2 Aug 1999 06:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from blaubaer.kn-bremen.de (blaubaer.kn-bremen.de [195.37.179.254]) by hub.freebsd.org (Postfix) with ESMTP id 11A7514C8B for ; Mon, 2 Aug 1999 06:27:53 -0700 (PDT) (envelope-from nox@saturn.kn-bremen.de) Received: from saturn.kn-bremen.de (uucp@localhost) by blaubaer.kn-bremen.de (8.9.1/8.9.1) with UUCP id WAA22659 for FreeBSD-gnats-submit@freebsd.org; Sun, 1 Aug 1999 22:12:56 +0200 Received: (from nox@localhost) by saturn.kn-bremen.de (8.9.3/8.8.5) id WAA01922; Sun, 1 Aug 1999 22:14:33 +0200 (MET DST) Message-Id: <199908012014.WAA01922@saturn.kn-bremen.de> Date: Sun, 1 Aug 1999 22:14:33 +0200 (MET DST) From: Juergen Lock Reply-To: nox@jelal.kn-bremen.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12924: port of GRacer, a 3D motor sports simulator Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12924 >Category: ports >Synopsis: port of GRacer, a 3D motor sports simulator >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 Aug 2 06:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Juergen Lock >Release: FreeBSD 3.2-STABLE i386 >Organization: me? organized? >Environment: FreeBSD 3.2-STABLE i386 >Description: I just did something i haven't done for years... I ported a game :) >How-To-Repeat: As usual, unshar in an empty dir, make install, enjoy. >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: # # Makefile # files/ # files/md5 # pkg/ # pkg/COMMENT # pkg/DESCR # pkg/PLIST # patches/ # patches/patch-aa # echo x - Makefile sed 's/^X//' >Makefile << 'END-of-Makefile' X# New ports collection makefile for: gracer X# Version required: 0.1.0 X# Date created: Fri Jul 30 20:50:16 MET DST 1999 X# Whom: nox@jelal.kn-bremen.de X# X# $Id: $ X# X XDISTNAME= gracer-0.1.0 XCATEGORIES= games XMASTER_SITES= http://arch.comp.kyutech.ac.jp/~matsu/my_products/gtk/race/ X XMAINTAINER= nox@jelal.kn-bremen.de X XLIB_DEPENDS= MesaGL.14:${PORTSDIR}/graphics/Mesa3 \ X gif.3:${PORTSDIR}/graphics/giflib \ X jpeg.9:${PORTSDIR}/graphics/jpeg \ X tcl80.1:${PORTSDIR}/lang/tcl80 X X# doesn't work, program still looks for its files in /usr/local X#USE_X_PREFIX= yes XUSE_AUTOCONF= yes XGNU_CONFIGURE= yes XCFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib XCONFIGURE_ENV+= "CPP=cc -E -I${LOCALBASE}/include" XUSE_GMAKE= yes X X.include END-of-Makefile echo c - files/ mkdir -p files/ > /dev/null 2>&1 echo x - files/md5 sed 's/^X//' >files/md5 << 'END-of-files/md5' XMD5 (gracer-0.1.0.tar.gz) = b0850bc93488e0fcb4517a9bb1b41e0f END-of-files/md5 echo c - pkg/ mkdir -p pkg/ > /dev/null 2>&1 echo x - pkg/COMMENT sed 's/^X//' >pkg/COMMENT << 'END-of-pkg/COMMENT' XA 3D motor sports simulator END-of-pkg/COMMENT echo x - pkg/DESCR sed 's/^X//' >pkg/DESCR << 'END-of-pkg/DESCR' XGRacer is a 3D motor sports simulator. It's state of the art physical Xsimulation engine creates realistic behavior including drift, wheel Xspin, and even accel turn. X XThis release includes 2 type of vehicles: Formula Car (FR) and XRally Car (4WD). It will support GP500 motorcycle near future. X XCurrent Feature X--------------- X - 2 vehicles and one course X - game is playable, but never finish X X ( network play is not implemented in this release ) X Xdeveloped by Takashi Matsuda X X XWWW: http://arch.comp.kyutech.ac.jp/~matsu/my_products/gtk/race/ END-of-pkg/DESCR echo x - pkg/PLIST sed 's/^X//' >pkg/PLIST << 'END-of-pkg/PLIST' Xbin/gracer Xshare/gracer/courses/course1.grc Xshare/gracer/courses/course1.grs Xshare/gracer/courses/grass.jpg Xshare/gracer/courses/road.jpg Xshare/gracer/license Xshare/gracer/scenes/font.grs Xshare/gracer/scenes/panel.grs Xshare/gracer/scenes/sky.grs Xshare/gracer/scenes/sky.jpg Xshare/gracer/scripts/cache.tcl Xshare/gracer/scripts/glut.tcl Xshare/gracer/scripts/gr.tcl Xshare/gracer/scripts/init.tcl Xshare/gracer/scripts/init.tcl.in Xshare/gracer/scripts/ui.tcl Xshare/gracer/scripts/ui.tcl.in Xshare/gracer/vehicles/formula.grv Xshare/gracer/vehicles/formula/engine.dat Xshare/gracer/vehicles/formula/fbmu.dat Xshare/gracer/vehicles/formula/formula.grs Xshare/gracer/vehicles/formula/ftire.dat Xshare/gracer/vehicles/formula/rtire.dat Xshare/gracer/vehicles/road.grv Xshare/gracer/vehicles/road/engine.dat Xshare/gracer/vehicles/road/fbmu.dat Xshare/gracer/vehicles/road/ftire.dat Xshare/gracer/vehicles/road/road.grs Xshare/gracer/vehicles/road/rtire.dat Xshare/gracer/vehicles/road/sbmu.dat X@dirrm share/gracer/courses X@dirrm share/gracer/scenes X@dirrm share/gracer/scripts X@dirrm share/gracer/vehicles/formula X@dirrm share/gracer/vehicles/road X@dirrm share/gracer/vehicles X@dirrm share/gracer END-of-pkg/PLIST echo c - patches/ mkdir -p patches/ > /dev/null 2>&1 echo x - patches/patch-aa sed 's/^X//' >patches/patch-aa << 'END-of-patches/patch-aa' XIndex: configure.in X@@ -209,8 +209,8 @@ X tcl_prefix=$with_tcl) X X for tcl_prefix in $tcl_prefix $exec_prefix /usr/local /usr NONE; do X- if test -r $tcl_prefix/lib/tclConfig.sh; then X- AC_MSG_RESULT([use tclConfig.sh in $tcl_prefix/lib]) X+ if test -r $tcl_prefix/lib/tcl8.0/tclConfig.sh; then X+ AC_MSG_RESULT([use tclConfig.sh in $tcl_prefix/lib/tcl8.0]) X break; X fi X done X@@ -219,29 +219,31 @@ X AC_MSG_ERROR([could't find tclConfig.sh]) X fi X X-file=${tcl_prefix}/lib/tclConfig.sh X+file=${tcl_prefix}/lib/tcl8.0/tclConfig.sh X if test ! -r ${file}; then X AC_MSG_ERROR(tclConfig.sh doesn't exist) X fi X-AC_MSG_RESULT([use tclConfig.sh in $tcl_prefix/lib]) X+AC_MSG_RESULT([use tclConfig.sh in $tcl_prefix/lib/tcl8.0]) X . $file X X-TCL_CFLAGS="-I$tcl_prefix/include" X+TCL_CFLAGS="-I$tcl_prefix/include/tcl8.0" X TCL_LDFLAGS="$TCL_LIB_SPEC $TCL_LIBS" X AC_SUBST(TCL_CFLAGS) X AC_SUBST(TCL_LDFLAGS) X X ####################################################### Check Graphics library X X+x_suffix="$X_LIBS $X_PRE_LIBS -lX11 -lXi -lXext -lXmu $X_EXTRA_LIBS -lm" X+ X AC_SUBST(GIF_LIBS) X AC_CHECK_HEADER(gif_lib.h, X AC_CHECK_LIB(ungif, DGifOpenFileHandle, X- GIF_LIBS="-lungif" X+ GIF_LIBS="-lungif", X AC_CHECK_LIB(gif, DGifOpenFileHandle, X GIF_LIBS="-lgif", X AC_MSG_ERROR([GIF library file not found]), X- $GX_LIBS), X- $GX_LIBS), X+ $x_suffix), X+ $x_suffix), X AC_MSG_ERROR([GIF header not found])) X X AC_SUBST(JPEG_LIBS) END-of-patches/patch-aa exit >Release-Note: >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 Aug 2 7: 1:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3269C15035 for ; Mon, 2 Aug 1999 07:01:15 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA32479; Mon, 2 Aug 1999 07:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 2 Aug 1999 07:00:03 -0700 (PDT) Message-Id: <199908021400.HAA32479@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Rasmus Kaj Subject: Re: ports/12924: port of GRacer, a 3D motor sports simulator Reply-To: Rasmus Kaj Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12924; it has been noted by GNATS. From: Rasmus Kaj To: freebsd-gnats-submit@freebsd.org, nox@jelal.kn-bremen.de Cc: Rasmus Kaj Subject: Re: ports/12924: port of GRacer, a 3D motor sports simulator Date: Mon, 02 Aug 1999 15:56:00 +0200 I thought I'd try this one out, but failed to fetch it. I can't even resolve arch.comp.kyutech.ac.jp, which is the ftp server name of the (single) master site. Might there be more master sites for this port? -- Rasmus Kaj ---------------- rasmus@kaj.a.se - http://www.e.kth.se/~kaj/ \ All science is either physics or stamp collecting. -E. Rutherford \--------------------------------------------- http://www.Raditex.se/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 2 8:40:13 1999 Delivered-To: freebsd-ports@freebsd.org Received: from voyager.fisicc-ufm.edu (ip-46-094.guate.net [200.12.46.94]) by hub.freebsd.org (Postfix) with ESMTP id AEC2614BEB for ; Mon, 2 Aug 1999 08:39:52 -0700 (PDT) (envelope-from obonilla@voyager.fisicc-ufm.edu) Received: (from obonilla@localhost) by voyager.fisicc-ufm.edu (8.9.3/8.9.3) id JAA07973; Mon, 2 Aug 1999 09:37:50 -0600 (CST) (envelope-from obonilla) Date: Mon, 2 Aug 1999 09:37:49 -0600 From: Oscar Bonilla To: Kenneth Legg Cc: ports@FreeBSD.ORG Subject: Re: rpm-2.5.5 Message-ID: <19990802093749.D7856@fisicc-ufm.edu> References: <37A281C2.263D5075@mail.wvnet.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <37A281C2.263D5075@mail.wvnet.edu>; from Kenneth Legg on Sat, Jul 31, 1999 at 12:55:30AM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, Jul 31, 1999 at 12:55:30AM -0400, Kenneth Legg wrote: > What is the procedure to installing rpm-2.2.5? > cd /usr/ports/misc/rpm make install regards -Oscar -- For PGP Public Key: finger obonilla@fisicc-ufm.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 2 8:43:56 1999 Delivered-To: freebsd-ports@freebsd.org Received: from smtp11.bellglobal.com (smtp11.bellglobal.com [204.101.251.53]) by hub.freebsd.org (Postfix) with ESMTP id 452E214BEB for ; Mon, 2 Aug 1999 08:43:51 -0700 (PDT) (envelope-from vanderh@ecf.toronto.edu) Received: from localhost.nowhere (ppp18364.on.bellglobal.com [206.172.130.44]) by smtp11.bellglobal.com (8.8.5/8.8.5) with ESMTP id LAA29068; Mon, 2 Aug 1999 11:46:40 -0400 (EDT) Received: (from tim@localhost) by localhost.nowhere (8.9.3/8.9.1) id LAA15068; Mon, 2 Aug 1999 11:43:53 -0400 (EDT) (envelope-from tim) Date: Mon, 2 Aug 1999 11:43:53 -0400 From: Tim Vanderhoek To: van.woerkom@netcologne.de, marc@freeamp.org Cc: freebsd-ports@freebsd.org Subject: Re: 2nd level patching Message-ID: <19990802114353.D14922@mad> References: <199908021053.DAA25890@freeamp.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <199908021053.DAA25890@freeamp.org>; from marc@freeamp.org on Mon, Aug 02, 1999 at 03:53:18AM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Aug 02, 1999 at 03:53:18AM -0700, marc@freeamp.org wrote: > > I had to apply patches to such a tree > > cd /usr/ports/Mesa3 > make patch > cd work/Mesa-3.0 > patch ; Mon, 2 Aug 1999 09:20:42 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA42693; Mon, 2 Aug 1999 09:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from Terry.Dorm10.NCTU.edu.tw (Terry.Dorm10.NCTU.edu.tw [140.113.123.99]) by hub.freebsd.org (Postfix) with ESMTP id 322DC14EB4 for ; Mon, 2 Aug 1999 09:16:29 -0700 (PDT) (envelope-from ijliao@Terry.Dorm10.NCTU.edu.tw) Received: (from ijliao@localhost) by Terry.Dorm10.NCTU.edu.tw (8.9.3/8.9.3) id AAA70874; Tue, 3 Aug 1999 00:15:53 +0800 (CST) (envelope-from ijliao) Message-Id: <199908021615.AAA70874@Terry.Dorm10.NCTU.edu.tw> Date: Tue, 3 Aug 1999 00:15:53 +0800 (CST) From: Ying-Chieh Liao Reply-To: ijliao@Terry.Dorm10.NCTU.edu.tw To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12926: update ports : games/bnetd Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12926 >Category: ports >Synopsis: update ports : games/bnetd >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 Aug 2 09:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Liao >Release: FreeBSD 4.0-CURRENT i386 >Organization: NCTU CSIE >Environment: FreeBSD Terry.Dorm10.NCTU.edu.tw 4.0-CURRENT FreeBSD 4.0-CURRENT #2: Wed Jul 28 03:22:57 CST 1999 root@Terry.Dorm10.NCTU.edu.tw:/usr/src/sys/compile/TERRY i386 >Description: update bnetd to 0.4.15.1 >How-To-Repeat: >Fix: diff -ruN /usr/ports/games/bnetd/Makefile bnetd/Makefile --- /usr/ports/games/bnetd/Makefile Thu Jul 15 14:16:49 1999 +++ bnetd/Makefile Tue Aug 3 00:12:22 1999 @@ -6,7 +6,7 @@ # $Id: Makefile,v 1.4 1999/07/09 00:49:29 cpiazza Exp $ # -DISTNAME= bnetd-0.4.9 +DISTNAME= bnetd-0.4.15.1 CATEGORIES= games net MASTER_SITES= http://www.bnetd.org/files/ @@ -16,14 +16,14 @@ MAN4= bnetd.conf.4 bntext.4 MLINKS= bntext.4 bnmotd.txt.4 bntext.4 bnnews.txt.4 -do-build: - @(cd ${WRKSRC}/src; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS}) +WRKSRC= ${WRKDIR}/${DISTNAME}/src +HAS_CONFIGURE= yes do-install: - cd ${WRKSRC}/bin; ${INSTALL_PROGRAM} bnchat bnftp bnpass ${PREFIX}/bin - cd ${WRKSRC}/sbin; ${INSTALL_PROGRAM} bnetd ${PREFIX}/sbin - cd ${WRKSRC}/man; ${INSTALL_MAN} ${MAN1} ${MAN1PREFIX}/man/man1; ${INSTALL_MAN} ${MAN4} ${MAN4PREFIX}/man/man4 - ${MKDIR} ${PREFIX}/bnetd; ${CP} -R ${WRKSRC}/files ${WRKSRC}/users ${WRKSRC}/conf ${PREFIX}/bnetd + cd ${WRKSRC}/../bin; ${INSTALL_PROGRAM} * ${PREFIX}/bin + cd ${WRKSRC}/../sbin; ${INSTALL_PROGRAM} * ${PREFIX}/sbin + cd ${WRKSRC}/../man; ${INSTALL_MAN} ${MAN1} ${MAN1PREFIX}/man/man1; ${INSTALL_MAN} ${MAN4} ${MAN4PREFIX}/man/man4 + ${MKDIR} ${PREFIX}/bnetd; ${CP} -R ${WRKSRC}/../files ${WRKSRC}/../users ${WRKSRC}/../conf ${PREFIX}/bnetd post-install: @if [ ! -f ${PREFIX}/etc/rc.d/bnetd.sh ]; then \ diff -ruN /usr/ports/games/bnetd/files/md5 bnetd/files/md5 --- /usr/ports/games/bnetd/files/md5 Thu Jul 15 14:16:49 1999 +++ bnetd/files/md5 Mon Aug 2 23:58:00 1999 @@ -1 +1 @@ -MD5 (bnetd-0.4.9.tar.gz) = 399a5f0f0e4ad77e3f276a73c2a44429 +MD5 (bnetd-0.4.15.1.tar.gz) = ff4049200e236f80e231e8c48afc7651 diff -ruN /usr/ports/games/bnetd/patches/patch-aa bnetd/patches/patch-aa --- /usr/ports/games/bnetd/patches/patch-aa Fri Jul 9 08:50:09 1999 +++ bnetd/patches/patch-aa Thu Jan 1 08:00:00 1970 @@ -1,11 +0,0 @@ ---- src/Makefile.orig Fri Jul 9 17:41:52 1999 -+++ src/Makefile Fri Jul 9 17:42:17 1999 -@@ -23,7 +23,7 @@ - - # GCC - #CC = gcc -pipe -s -O2 --CC = gcc -pipe -g -O2 -+CC += ${CFLAGS} - #CC = gcc -pipe -pg -g -O0 - #CC = gcc -pipe -g -O0 -Wall -Wshadow -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wnested-externs - #CC = gcc -pipe -g -O2 -Wall -Wshadow -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wnested-externs diff -ruN /usr/ports/games/bnetd/patches/patch-ab bnetd/patches/patch-ab --- /usr/ports/games/bnetd/patches/patch-ab Fri Jul 9 08:50:10 1999 +++ bnetd/patches/patch-ab Thu Jan 1 08:00:00 1970 @@ -1,12 +0,0 @@ ---- src/command.c.orig Fri Jul 9 17:44:02 1999 -+++ src/command.c Fri Jul 9 17:44:29 1999 -@@ -17,6 +17,9 @@ - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - */ -+ -+#include -+ - #include "setup.h" - #include - #include diff -ruN /usr/ports/games/bnetd/pkg/PLIST bnetd/pkg/PLIST --- /usr/ports/games/bnetd/pkg/PLIST Thu Jul 15 14:16:49 1999 +++ bnetd/pkg/PLIST Tue Aug 3 00:05:15 1999 @@ -1,6 +1,9 @@ +bin/bnbot bin/bnchat bin/bnftp bin/bnpass +bin/bnstat sbin/bnetd +sbin/bnproxy etc/rc.d/bnetd.sh @unexec rm -rf %D/bnetd 2>/dev/null || true >Release-Note: >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 Aug 2 10: 1: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BCA5F1529D for ; Mon, 2 Aug 1999 10:00:55 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA45507; Mon, 2 Aug 1999 10:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id B83E01508E; Mon, 2 Aug 1999 09:50:33 -0700 (PDT) Message-Id: <19990802165033.B83E01508E@hub.freebsd.org> Date: Mon, 2 Aug 1999 09:50:33 -0700 (PDT) From: anders@sanyusan.se To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/12928: update ports: misc/less Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12928 >Category: ports >Synopsis: update ports: misc/less >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 Aug 2 10:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Anders Andersson >Release: FreeBSD 3.2-STABLE >Organization: Sanyusan International AB >Environment: FreeBSD enterprise.sanyusan.se 3.2-STABLE FreeBSD 3.2-STABLE #0: Mon Aug 2 16:07:31 CEST 1999 root@enterprise.sanyusan.se:/data/src/sys/compile/SNS i386 >Description: update less to less-340 >How-To-Repeat: >Fix: diff -ruN /usr/ports/misc/less/Makefile less/Makefile --- /usr/ports/misc/less/Makefile Thu Apr 15 21:23:19 1999 +++ less/Makefile Mon Aug 2 18:29:03 1999 @@ -6,7 +6,7 @@ # $Id: Makefile,v 1.19 1999/04/15 19:23:19 ache Exp $ # -DISTNAME= less-337 +DISTNAME= less-340 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= less diff -ruN /usr/ports/misc/less/files/md5 less/files/md5 --- /usr/ports/misc/less/files/md5 Thu Apr 15 21:23:23 1999 +++ less/files/md5 Mon Aug 2 18:31:26 1999 @@ -1 +1 @@ -MD5 (less-337.tar.gz) = 125c500faaa318624d7d773d418dd2c7 +MD5 (less-340.tar.gz) = 1653b6b40b911103a67538a2b2d509a2 >Release-Note: >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 Aug 2 10: 1:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8EE83152B7 for ; Mon, 2 Aug 1999 10:00:56 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA45516; Mon, 2 Aug 1999 10:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail.delanet.com (hermes.delanet.com [208.9.136.62]) by hub.freebsd.org (Postfix) with SMTP id CB5F014DD8 for ; Mon, 2 Aug 1999 09:57:09 -0700 (PDT) (envelope-from bmc@WillsCreek.COM) Received: (qmail 49542 invoked from network); 2 Aug 1999 16:57:25 -0000 Received: from unknown (HELO footbridge.willscreek.com) (209.186.57.141) by mail.delanet.com with SMTP; 2 Aug 1999 16:57:25 -0000 Received: from current.willscreek.com (current.willscreek.com [172.16.87.1]) by footbridge.willscreek.com (8.9.2/8.9.1) with ESMTP id MAA12790; Mon, 2 Aug 1999 12:54:24 -0400 (EDT) Received: (from bmc@localhost) by current.willscreek.com (8.9.2/8.8.5) id MAA06795; Mon, 2 Aug 1999 12:54:23 -0400 (EDT) Message-Id: <199908021654.MAA06795@current.willscreek.com> Date: Mon, 2 Aug 1999 12:54:23 -0400 (EDT) From: Brian Clapper Reply-To: bmc@WillsCreek.COM To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12929: [UPDATE] tgif port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12929 >Category: ports >Synopsis: Update of TGIF 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: Mon Aug 2 10:00:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Brian Clapper >Release: FreeBSD 3.1-RELEASE i386 >Organization: WillsCreek.COM >Environment: Tested on 3.1-RELEASE with XFree86 version 3.3.3.1. Should work on other releases, as well. >Description: Patches from Mita Yoshio to (a) enable TGIF internationalization in TGIF, in preparation for his Japanese port of TGIF; (b) install TGIF documentation. >How-To-Repeat: >Fix: Enclosed is "diff -uNr" output necessary to update current port to include Mita Yoshio's diffs. diff -uNr tgif/Makefile tgif.new/Makefile --- tgif/Makefile Sat Jun 19 18:31:55 1999 +++ tgif.new/Makefile Mon Aug 2 12:20:33 1999 @@ -17,10 +17,20 @@ USE_IMAKE= yes MAN1= tgif.1 +TGIFDOC= ${PREFIX}/share/doc/tgif +DEMO_FILES= an-sr-flip-flop.obj launch-demo-1.obj \ + fonts.obj launch-demo.obj keys.obj slide-demo.obj example.tex +READMES= Copyright HISTORY README post-extract: ${RM} -f ${WRKDIR}/${DISTNAME}/Tgif.tmpl ${CP} ${WRKDIR}/${DISTNAME}/Tgif.tmpl-freebsd \ ${WRKDIR}/${DISTNAME}/Tgif.tmpl +post-install: + ${MKDIR} ${TGIFDOC} + (cd ${WRKSRC} ;\ + ${INSTALL_DATA} ${DEMO_FILES} ${TGIFDOC} ;\ + ${INSTALL_DATA} ${READMES} ${TGIFDOC} ;\ + ) .include diff -uNr tgif/patches/patch-ab tgif.new/patches/patch-ab --- tgif/patches/patch-ab Wed Dec 31 19:00:00 1969 +++ tgif.new/patches/patch-ab Mon Aug 2 12:20:33 1999 @@ -0,0 +1,11 @@ +--- Tgif.tmpl.orig Thu Jul 15 15:59:27 1999 ++++ Tgif.tmpl Thu Jul 15 16:02:44 1999 +@@ -57,7 +57,7 @@ + -DXBM_FILE_EXT=\"xbm\" -DXPM_FILE_EXT=\"xpm\" \@@\ + -DOBJ_FILE_EXT=\"obj\" -DSYM_FILE_EXT=\"sym\" \@@\ + -DTEXT_FILE_EXT=\"txt\" -DPIN_FILE_EXT=\"pin\" +-MISCDEFINES = -D_BACKGROUND_DONT_FORK -D_USE_XDRAWPOINT_TO_PUT_A_POINT ++MISCDEFINES = -D_BACKGROUND_DONT_FORK -D_USE_XDRAWPOINT_TO_PUT_A_POINT -DUSE_XAPPLRESDIR -DXAPPLOADDIR_DEF=\"$(LIBDIR)/app-defaults\" + MOREDEFINES = + + XCOMM ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ diff -uNr tgif/pkg/PLIST tgif.new/pkg/PLIST --- tgif/pkg/PLIST Sat Jun 19 18:31:55 1999 +++ tgif.new/pkg/PLIST Mon Aug 2 12:20:33 1999 @@ -10,4 +10,15 @@ lib/X11/tgif/tgificon.xpm lib/X11/tgif/tangram.sym lib/X11/tgif/keys.obj +share/doc/tgif/Copyright +share/doc/tgif/HISTORY +share/doc/tgif/README +share/doc/tgif/an-sr-flip-flop.obj +share/doc/tgif/example.tex +share/doc/tgif/fonts.obj +share/doc/tgif/launch-demo-1.obj +share/doc/tgif/launch-demo.obj +share/doc/tgif/keys.obj +share/doc/tgif/slide-demo.obj +@dirrm share/doc/tgif @dirrm lib/X11/tgif >Release-Note: >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 Aug 2 10:10:46 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 674AB1508E for ; Mon, 2 Aug 1999 10:10:44 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA46638; Mon, 2 Aug 1999 10:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail.dinoex.sub.org (mail.dinoex.sub.de [195.243.29.14]) by hub.freebsd.org (Postfix) with ESMTP id 87DF214D49 for ; Mon, 2 Aug 1999 09:59:51 -0700 (PDT) (envelope-from dm@home.dinoex.sub.org) Received: (from uucp@localhost) by mail.dinoex.sub.org (8.9.3/8.9.3) with UUCP id SAA12436 for FreeBSD-gnats-submit@freebsd.org; Mon, 2 Aug 1999 18:23:32 +0200 (CEST) Received: (from uucp@localhost) by net2.dinoex.sub.org (8.9.3/8.9.3) with UUCP id KAA06358 for FreeBSD-gnats-submit@freebsd.org; Mon, 2 Aug 1999 10:29:05 +0200 (CEST) Received: (from dm@localhost) by home.dinoex.sub.org (8.9.3/8.9.3) id JAA53222; Mon, 2 Aug 1999 09:37:29 +0200 (CEST) Message-Id: <199908020737.JAA53222@home.dinoex.sub.org> Date: Mon, 2 Aug 1999 09:37:29 +0200 (CEST) From: dirk.meyer@dinoex.sub.org Reply-To: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12930: libtool create defuct makefiles if PREFIX is used Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12930 >Category: ports >Synopsis: libtool create defuct makefiles if PREFIX is used >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Aug 2 10:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 3.2-RELEASE i386 >Organization: privat >Environment: PREFIX=/usr/extra >Description: Building any package using libtool graphics/gd devel/gettext .... >How-To-Repeat: >Fix: none found yet >Release-Note: >Audit-Trail: >Unformatted: >How-To-Repea: ports try to call /usr/local/bin/libtool despite it was build under /usr/extra too. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 2 10:13:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from nyexch01.starmedia.net (nyexch01.starmedia.net [208.133.204.11]) by hub.freebsd.org (Postfix) with ESMTP id 3EDC814D49 for ; Mon, 2 Aug 1999 10:13:12 -0700 (PDT) (envelope-from ken@starmedia.net) Received: by NYEXCH01 with Internet Mail Service (5.5.2448.0) id ; Mon, 2 Aug 1999 13:09:48 -0400 Message-ID: <8010ABD57ACCD211942B0008C7A457B9595B04@NYEXCH01> From: Ken Kurpiewski To: "'freebsd-ports@freebsd.org'" Subject: tacacs Date: Mon, 2 Aug 1999 13:09:44 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01BEDD09.D2E2B1CE" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01BEDD09.D2E2B1CE Content-Type: text/plain; charset="iso-8859-1" is there a port for xtacacsd? ------_=_NextPart_001_01BEDD09.D2E2B1CE Content-Type: text/html; charset="iso-8859-1" tacacs

is there a port for xtacacsd?

------_=_NextPart_001_01BEDD09.D2E2B1CE-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 2 10:22:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B418314DD8 for ; Mon, 2 Aug 1999 10:22:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA47169; Mon, 2 Aug 1999 10:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 2 Aug 1999 10:20:02 -0700 (PDT) Message-Id: <199908021720.KAA47169@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Bill Fumerola Subject: Re: ports/12930: libtool create defuct makefiles if PREFIX is used Reply-To: Bill Fumerola Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12930; it has been noted by GNATS. From: Bill Fumerola To: dirk.meyer@dinoex.sub.org Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/12930: libtool create defuct makefiles if PREFIX is used Date: Mon, 2 Aug 1999 12:15:54 -0400 (EDT) On Mon, 2 Aug 1999 dirk.meyer@dinoex.sub.org wrote: > ports try to call /usr/local/bin/libtool despite it was > build under /usr/extra too. libtool uses ${LOCALBASE}, not ${PREFIX}, you should probably set both. -- - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 2 10:22:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 94A2F14D49 for ; Mon, 2 Aug 1999 10:22:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA47160; Mon, 2 Aug 1999 10:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 2233514F2D; Mon, 2 Aug 1999 10:11:21 -0700 (PDT) Message-Id: <19990802171121.2233514F2D@hub.freebsd.org> Date: Mon, 2 Aug 1999 10:11:21 -0700 (PDT) From: jaeger16@yahoo.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/12931: new port: gtkglarea - an OpenGL widget for GTK+ like gtkGL Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12931 >Category: ports >Synopsis: new port: gtkglarea - an OpenGL widget for GTK+ like gtkGL >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 Aug 2 10:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Michael Sardo >Release: 3.2-RELEASE >Organization: N/A >Environment: >Description: ------------------- port starts here --------------------- # 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: # # gtkglarea # gtkglarea/files # gtkglarea/files/md5 # gtkglarea/pkg # gtkglarea/pkg/COMMENT # gtkglarea/pkg/DESCR # gtkglarea/pkg/PLIST # gtkglarea/Makefile # gtkglarea/patches # echo c - gtkglarea mkdir -p gtkglarea > /dev/null 2>&1 echo c - gtkglarea/files mkdir -p gtkglarea/files > /dev/null 2>&1 echo x - gtkglarea/files/md5 sed 's/^X//' >gtkglarea/files/md5 << 'END-of-gtkglarea/files/md5' XMD5 (gtkglarea-1.2.1.tar.gz) = 14ef36ec3b027775cc41db0717ef6270 END-of-gtkglarea/files/md5 echo c - gtkglarea/pkg mkdir -p gtkglarea/pkg > /dev/null 2>&1 echo x - gtkglarea/pkg/COMMENT sed 's/^X//' >gtkglarea/pkg/COMMENT << 'END-of-gtkglarea/pkg/COMMENT' XGtkGLArea is an OpenGL widget for the GTK+ GUI toolkit. END-of-gtkglarea/pkg/COMMENT echo x - gtkglarea/pkg/DESCR sed 's/^X//' >gtkglarea/pkg/DESCR << 'END-of-gtkglarea/pkg/DESCR' XJust as GTK+ is build on top of GDK, GtkGLArea is built on top of gdkgl Xwhich is basically wrapper around GLX functions. The widget itself is Xderived from GtkDrawinigArea widget and adds only few extra functions. XLower level gdkgl functions make it easy to render on any widget that has XOpenGL capable visual, rendering to off-screen pixmaps is also supported. X XRelated project which may iterest those who use GTK-- is GtkGLArea--. It is a XC++ wrapper for gtkglarea written by Karl Nelson . END-of-gtkglarea/pkg/DESCR echo x - gtkglarea/pkg/PLIST sed 's/^X//' >gtkglarea/pkg/PLIST << 'END-of-gtkglarea/pkg/PLIST' Xinclude/gtkgl/gdkgl.h Xinclude/gtkgl/gtkglarea.h Xlib/libgtkgl.a Xlib/libgtkgl.la Xlib/libgtkgl.so Xlib/libgtkgl.so.4 X@exec /sbin/ldconfig -m %D/lib X@dirrm include/gtkgl END-of-gtkglarea/pkg/PLIST echo x - gtkglarea/Makefile sed 's/^X//' >gtkglarea/Makefile << 'END-of-gtkglarea/Makefile' X# New ports collection makefile for: gtkglarea X# Version required: 1.2.1 X# Date created: 1 August 1999 X# Whom: Michael Sardo X# X# $Id$ X# X XDISTNAME= gtkglarea-1.2.1 XCATEGORIES= x11-toolkits XMASTER_SITES= http://www.student.oulu.fi/~jlof/gtkglarea/download/ X XMAINTAINER= jaeger16@yahoo.com X XLIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \ X MesaGL.14:${PORTSDIR}/graphics/Mesa3 X XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --with-lib-MesaGL XCONFIGURE_ENV= LOCALBASE=${LOCALBASE} X X X.include END-of-gtkglarea/Makefile echo c - gtkglarea/patches mkdir -p gtkglarea/patches > /dev/null 2>&1 exit ------------------------- end --------------------------- >How-To-Repeat: >Fix: >Release-Note: >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 Aug 2 10:40:57 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9490C151F1 for ; Mon, 2 Aug 1999 10:40:51 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA48950; Mon, 2 Aug 1999 10:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 2 Aug 1999 10:40:03 -0700 (PDT) Message-Id: <199908021740.KAA48950@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Steve Price Subject: Re: ports/12930: libtool create defuct makefiles if PREFIX is used Reply-To: Steve Price Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12930; it has been noted by GNATS. From: Steve Price To: dirk.meyer@dinoex.sub.org Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/12930: libtool create defuct makefiles if PREFIX is used Date: Mon, 2 Aug 1999 12:38:18 -0500 (CDT) On Mon, 2 Aug 1999 dirk.meyer@dinoex.sub.org wrote: # >Environment: # # PREFIX=/usr/extra # # >Description: # # Building any package using libtool # graphics/gd devel/gettext .... # # >How-To-Repeat: # >Fix: # # none found yet # # # >Release-Note: # >Audit-Trail: # >Unformatted: # >How-To-Repea: # # ports try to call /usr/local/bin/libtool despite it was # build under /usr/extra too. One solution is to use the following patch. I use it all the time with no ill-effects. I proposed it when the libtool changes were last made but it was shot down. Just make sure that libtool can be found in your PATH and it should work for you as well. -steve Index: bsd.port.mk =================================================================== RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v retrieving revision 1.315 diff -u -r1.315 bsd.port.mk --- bsd.port.mk 1999/07/23 09:36:54 1.315 +++ bsd.port.mk 1999/08/01 16:20:22 @@ -666,7 +666,7 @@ # Miscellaneous overridable commands: GMAKE?= gmake AUTOCONF?= autoconf -LIBTOOL?= ${LOCALBASE}/bin/libtool +LIBTOOL?= `which libtool || echo ${LOCALBASE}/bin/libtool` XMKMF?= xmkmf -a .if exists(/sbin/md5) MD5?= /sbin/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 2 11: 2:54 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BCB4614F8D for ; Mon, 2 Aug 1999 11:02:49 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA51289 for freebsd-ports@freebsd.org; Mon, 2 Aug 1999 11:01:41 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 2 Aug 1999 11:01:41 -0700 (PDT) Message-Id: <199908021801.LAA51289@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 Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [1998/09/19] ports/7987 ports Can't post news with TRN + NNTPCACHE o [1999/03/18] ports/10665ports ports/graphics/sane needs access to /dev/ f [1999/04/07] ports/11003ports wmcdplay is not capable of playing an AUD o [1999/05/03] ports/11465ports The port chipmunk will not run. o [1999/05/29] ports/11935ports ports/audio/dap: -DBIGENDIAN is wrong on o [1999/06/01] ports/11977ports Eterm port is unable to access .Xauthorit o [1999/06/11] ports/12131ports knewmail port o [1999/06/15] ports/12224ports DDD (version 3.1.5) port fails to build o [1999/06/15] ports/12234ports imlib-1.9.4/gdk_imlib/rend.c has syntax e o [1999/06/29] ports/12446ports ssh port doesn't build o [1999/07/06] ports/12541ports gtk installs itself where it can't be fou o [1999/07/14] ports/12637ports ports o [1999/07/20] ports/12714ports dylan port doesn't compile o [1999/07/27] ports/12839ports japanese/vfghostscript55 also wants to be o [1999/07/31] ports/12905ports Graphical setup utility won't always inst o [1999/08/02] ports/12926ports update ports : games/bnetd o [1999/08/02] ports/12930ports libtool create defuct makefiles if PREFIX 17 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1998/08/03] ports/7485 ports New port: Xterminal-0.2 o [1998/09/19] ports/7992 ports New port: xemacs20-stepwise (XEmacs20 hac a [1998/11/25] ports/8864 ports useradd - system V compatible implementat a [1999/01/24] ports/9657 ports Progressive Networks' RealAudio proxy por o [1999/01/31] ports/9851 ports Port update: update R to 0.63.2 o [1999/02/07] ports/9954 ports new port devel/ACE o [1999/02/10] ports/10007ports Port of the mercury compiler version 0.8 o [1999/02/16] ports/10124ports UNIX|STAT pr submission failed to include o [1999/03/07] ports/10477ports The fakemail in lib-src fails to link (ne o [1999/03/10] ports/10532ports Port of GNU Pascal o [1999/03/16] ports/10634ports Update the hylafax port to do a client in o [1999/03/26] ports/10813ports crossgo32 brokeness f [1999/03/28] ports/10844ports New port: adagdb o [1999/04/02] ports/10916ports new port biology/molmol again o [1999/04/08] ports/11029ports Configure scripts for non ported applicat o [1999/04/08] ports/11034ports New ports of crazywwwboardle o [1999/05/08] ports/11587ports inappropriate internet time calculation o [1999/05/11] ports/11652ports New port (net/dictd) o [1999/05/17] ports/11742ports Problems with japanese/dvipsk* support. o [1999/05/24] ports/11879ports dclock's "-miltime" option and "*miltime" o [1999/05/31] ports/11963ports should update the ocaml-tk module and ins o [1999/06/02] ports/12001ports wmcdplay 1.0Beta1 05/09/1998 sometimes sk o [1999/06/08] ports/12077ports NEW PORT: ko-bitchx o [1999/06/09] ports/12096ports new port: korean/ko-eterm-0.8.9 o [1999/06/10] ports/12123ports New port: databases/ruby-postgres o [1999/06/10] ports/12124ports New port: devel/ruby-readline o [1999/06/11] ports/12130ports Update: japanese/ndtpd, japanese/eb o [1999/06/11] ports/12134ports Update: korean/hanterm o [1999/06/11] ports/12145ports New port: korean/ami o [1999/06/11] ports/12146ports New port: korean/byeoroo o [1999/06/12] ports/12150ports New Ports: audio/timidity++ o [1999/06/12] ports/12151ports New Ports: audio/timidity++-emacs o [1999/06/12] ports/12152ports New Ports: audio/timidity++-gtk o [1999/06/12] ports/12154ports New Ports: audio/timidity++-slang o [1999/06/12] ports/12155ports New Ports: audio/timidity++-motif o [1999/06/12] ports/12156ports New Ports: audio/timidity++-tcltk o [1999/06/12] ports/12157ports New Ports: audio/timidity++-xaw o [1999/06/12] ports/12158ports New Ports: audio/timidity++-xskin o [1999/06/12] ports/12160ports New Ports: japanese/timidity++-slang o [1999/06/12] ports/12161ports New Ports: japanese/timidity++-tcltk o [1999/06/13] ports/12188ports new port: pbs-2.1.11 (misc/PBS) a batch s o [1999/06/13] ports/12195ports submission of new port pgpenvelope o [1999/06/14] ports/12199ports [PATCH] mail/qmail references perl instea o [1999/06/14] ports/12200ports [PATCH] port net/rwhois references /usr/l o [1999/06/14] ports/12204ports Update port: graphics/EZWGL o [1999/06/14] ports/12213ports [PATCH] benchmarks/netperf installs into o [1999/06/15] ports/12229ports Update: korean/netscape4* o [1999/06/16] ports/12245ports port of irc core dumps on current o [1999/06/18] ports/12271ports fix pkg_add with error message and add ne o [1999/06/18] ports/12291ports ports/japanese/ptex-common requires fixes o [1999/06/19] ports/12300ports port update: lang/tya o [1999/06/22] ports/12341ports New port tclreadline o [1999/06/23] ports/12368ports Pilot-link installs to ${PREFIX} = ${LOCA o [1999/06/26] ports/12403ports ssh port has undocumented X11 dependency o [1999/06/26] ports/12406ports New port for the LAM implementation of th o [1999/06/28] ports/12430ports New port: japanese/vfxdvik o [1999/06/29] ports/12447ports new port : x11-toolkit/pike-Gtk o [1999/06/29] ports/12451ports New port: japanese/mutt o [1999/07/02] ports/12490ports package xmine exits 1 with XawAsciiSource o [1999/07/02] ports/12492ports port misc/diction should be moved to text o [1999/07/03] ports/12503ports New Port: Willows toolkit (developers rel o [1999/07/04] ports/12513ports New ports: japanese/dbskkd-cdb o [1999/07/05] ports/12518ports new port: ifmail-os-2.14.7 o [1999/07/05] ports/12522ports New port: cos o [1999/07/05] ports/12523ports New port: jdbcpool o [1999/07/06] ports/12535ports Submission of RAT for ports collection o [1999/07/06] ports/12536ports New port: lang/cu-prolog o [1999/07/07] ports/12549ports imap-uw port doesn't use pw_expire to che o [1999/07/09] ports/12571ports Xfig port doesn't have Ghostscript suppor o [1999/07/09] ports/12582ports /usr/ports/www/roxen (Roxen Challenger) i o [1999/07/11] ports/12600ports gdevnpdl-1.6 driver has been added o [1999/07/12] ports/12605ports gdevnpdl-1.6 is imported to Aladdin gs 5. o [1999/07/13] ports/12624ports New version of mxv which also works with o [1999/07/14] ports/12642ports audio/cdrdao: port doesn't build xcdrdao o [1999/07/15] ports/12647ports [Port updated] korean/engdic o [1999/07/15] ports/12656ports new port - gnujsp o [1999/07/16] ports/12661ports new port: riva-glx (3d hardware accelerat o [1999/07/16] ports/12666ports New port: kcd-4.7.10 o [1999/07/18] ports/12690ports New port: gperiodic-1.2.1 o [1999/07/18] ports/12692ports new port: gnome-vnc-0.1 o [1999/07/18] ports/12696ports new port: gmessage-0.2 o [1999/07/18] ports/12698ports new port: grun-0.8.1 o [1999/07/18] ports/12699ports new port: gnofin-0.5.10 o [1999/07/19] ports/12708ports New port: www/bacon o [1999/07/20] ports/12717ports New port - net/rrdtool o [1999/07/20] ports/12722ports new port: AT&T's DjVu library for scanned o [1999/07/21] ports/12735ports New ports: lang/ghc o [1999/07/21] ports/12739ports port for the AT&T's DjVu Netscape plug-in o [1999/07/24] ports/12796ports Update of asmem port to version 1.3 o [1999/07/27] ports/12835ports New port: libcgic-1.06 o [1999/07/30] ports/12894ports new port: gyroscope-1.0 o [1999/07/31] ports/12895ports new port: erwin-0.3.1 o [1999/07/31] ports/12897ports java/jdk-docs port does not set user:grou o [1999/07/31] ports/12899ports New port: wmnet-new a [1999/07/31] ports/12901ports New Port (slightly revised): Code Crusad o [1999/07/31] ports/12903ports new ports/database/p5-* o [1999/07/31] ports/12904ports new ports/devel/gperf o [1999/08/01] ports/12909ports New port: dc20pack o [1999/08/01] ports/12915ports Add elm 2.5 to ports o [1999/08/01] ports/12918ports linux_base build fails on kernels built w o [1999/08/01] ports/12919ports New port: gnomeusersguide o [1999/08/02] ports/12921ports [PATCH] palm/xcopilot contains odd markup o [1999/08/02] ports/12922ports New MASTER_SITE for doc++ 3.3.13 o [1999/08/02] ports/12924ports port of GRacer, a 3D motor sports simulat o [1999/08/02] ports/12925ports port of olirc-0.0.35, a small irc client o [1999/08/02] ports/12928ports update ports: misc/less o [1999/08/02] ports/12929ports Update of TGIF port o [1999/08/02] ports/12931ports new port: gtkglarea - an OpenGL widget fo 108 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 Aug 2 12:13:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dnvrpop1.dnvr.uswest.net (dnvrpop1.dnvr.uswest.net [206.196.128.3]) by hub.freebsd.org (Postfix) with SMTP id E553F14E08 for ; Mon, 2 Aug 1999 12:13:13 -0700 (PDT) (envelope-from davec@unforgettable.com) Received: (qmail 6270 invoked by alias); 2 Aug 1999 19:12:37 -0000 Delivered-To: fixup-freebsd-ports@FreeBSD.org@fixme Received: (qmail 6248 invoked by uid 0); 2 Aug 1999 19:12:36 -0000 Received: from odsl228.dnvr.uswest.net (HELO Amber.XtremeDev.com) (209.181.79.228) by dnvrpop1.dnvr.uswest.net with SMTP; 2 Aug 1999 19:12:36 -0000 From: Dave Reply-To: davec@unforgettable.com To: gj@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12901: New Port (slightly revised): Code Crusader and Code Medic Date: Mon, 2 Aug 1999 00:43:58 -0600 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain References: <199908012036.NAA56364@freefall.freebsd.org> MIME-Version: 1.0 Message-Id: <99080201013500.75091@Amber.XtremeDev.com> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I took a look at this and it has numerous problems: > 1) it does not pass portlint Yeah it gave me warnings and no fatal errors. I corrected as many as I could, but was left with two warnings which I could not resolve, and didn't think possible to resolve. WARN: "MASTER_SITES" has to appear earlier in Makefile. WARN: "DISTFILES" has to appear earlier in Makefile. These were refering to the MASTER_SITES += and DISTFILES += within the if statement for Code Medic. Should the user choose not to compile the gdb frontend with Code Crusader, these two lines would not be executed. Unless there's a better method? > 2) one of the files (JX_source-1.5.2.tar.gz, I think it was) has a > different checksum now This was a new change after I had submitted the port. I had done a make distclean and make reinstall before I submitted the port. It's corrected now, and the checksum is updated. Sorry about that. > 3) patch-aa and patch-ac did not apply correctly patch-aa has been updated and works now. However I did not touch patch-ac, and it applied successfully without problems here after a make distclean; make patch. > 4) patch-aa has /usr/local hard coded into it, should be $PREFIX > after correcting these problems locally jcc core dumps. I also noticed > that a $PREFIX/bin/ctags gets installed. This conflicts with the > standard /usr/bin/ctags. Hmm. I had not realize ctags came install with FreeBSD. I've now taken it out of the Code Crusader compile. And is submitting another send-pr. I haven't had jcc core dumped on me yet, and I've been using it since April on 4.0-CURRENT. Could you try the new shar archive and let me know what happens? > Please try to correct these problems and resubmit the port. > > Thanks for your effort ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 2 12:20:56 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5954E14F13 for ; Mon, 2 Aug 1999 12:20:50 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA64106; Mon, 2 Aug 1999 12:20:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 1366014CCD; Mon, 2 Aug 1999 12:16:28 -0700 (PDT) Message-Id: <19990802191628.1366014CCD@hub.freebsd.org> Date: Mon, 2 Aug 1999 12:16:28 -0700 (PDT) From: Davec@unforgettable.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/12932: New Port (Second try): Code Crusader and Code Medic Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12932 >Category: ports >Synopsis: New Port (Second try): Code Crusader and Code Medic >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Aug 2 12:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Davec >Release: 4.0-CURRENT >Organization: >Environment: >Description: Code Crusader is a complete code development environment inspired by MetroWerks CodeWarrior. >How-To-Repeat: The shar archive is attached below. >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: # # codecrusader # codecrusader/Makefile # codecrusader/files # codecrusader/files/md5 # codecrusader/pkg # codecrusader/pkg/COMMENT # codecrusader/pkg/DESCR # codecrusader/pkg/PLIST # codecrusader/patches # codecrusader/patches/patch-aa # codecrusader/patches/patch-ab # codecrusader/patches/patch-ac # echo c - codecrusader mkdir -p codecrusader > /dev/null 2>&1 echo x - codecrusader/Makefile sed 's/^X//' >codecrusader/Makefile << 'END-of-codecrusader/Makefile' X# New ports collection makefile for: Code Crusader X# Version required: 2.1.3 X# Date created: 30 July 1999 X# Whom: Davec X# X# $Id$ X# X XDISTNAME= CodeCrusader-2.1.3 XPKGNAME= code_crusader-2.1.3 XCATEGORIES= devel XMASTER_SITES= ftp://ftp.its.caltech.edu/pub/jafl/programs/jcc/source/ \ X ftp://ftp.its.caltech.edu/pub/jafl/jx/source-1.5.2/ XDISTFILES= code_crusader_source-2.1.3.tar.gz \ X JTree_source-1.1.5.tar.gz \ X JX_source-1.5.2.tar.gz \ X JToolBar_source-0.5.3.tar.gz X XMAINTAINER= davec@unforgettable.com X XLIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm X XWRKSRC= ${WRKDIR}/JX-1.5.2 X XUSE_XLIB= yes XPLIST_SUB+= "LIBACE=${LIBACE}" \ X "LIBJTOOL=${LIBJTOOL}" \ X "LIBJSEARCH=${LIBJSEARCH}" \ X "LIBJTREE=${LIBJTREE}" \ X "LIBJX=${LIBJX}" XUSE_GMAKE= yes XMAKE_ENV= JX_INSTALL_ROOT=${PREFIX}/bin \ X JX_LIB_ROOT=${PREFIX}/lib X X.if !defined(CODEMEDIC) || (${CODEMEDIC} != no && ${CODEMEDIC} != NO) Xpre-fetch: X @ ${ECHO_MSG} X @ ${ECHO_MSG} Code Medic is a gdb frontend to complement X @ ${ECHO_MSG} Code Crusader. It is compiled in this port X @ ${ECHO_MSG} with Code Crusader by default. X @ ${ECHO_MSG} If you would prefer not compiling it in X @ ${ECHO_MSG} then set the variable CODEMEDIC=no. X @ ${ECHO_MSG} X @ ${ECHO_MSG} Compiling Code Crusader with Code Medic. X @ ${ECHO_MSG} Installing into ${PREFIX} X @ ${ECHO_MSG} XMASTER_SITES+= ftp://ftp.cco.caltech.edu/pub/glenn/Medic/source/ \ X ftp://ftp.cco.caltech.edu/pub/glenn/Arrow/source/ XDISTFILES+= Code_Medic_source-1.0.3.tar.gz \ X JSearch_source-0.5.6.tar.gz X.endif X X.include X.if ${OSREL} >= 3 XALL_TARGET= freebsd3.x XLIBACE= 4 XLIBJTOOL= 0 XLIBJSEARCH= 0 XLIBJTREE= 1 XLIBJX= 1 X.else XALL_TARGET= freebsd2.x XLIBACE= 4.6 XLIBJTOOL= 0.5 XLIBJSEARCH= 0.5 XLIBJTREE= 1.1 XLIBJX= 1.5 X.endif X Xdo-install: X @ ${LN} -sf ${PREFIX}/lib/libACE-4_6.so \ X ${PREFIX}/lib/libACE-4_6.so.${LIBACE}; X @ ${LN} -sf ${PREFIX}/lib/libjcore-1_5_2.so \ X ${PREFIX}/lib/libjcore-1_5_2.so.${LIBJX}; X @ ${LN} -sf ${PREFIX}/lib/libjtoolbar-0_5_3.so \ X ${PREFIX}/lib/libjtoolbar-0_5_3.so.${LIBJTOOL}; X @ ${LN} -sf ${PREFIX}/lib/libjtree-1_1_5.so \ X ${PREFIX}/lib/libjtree-1_1_5.so.${LIBJTREE}; X @ ${LN} -sf ${PREFIX}/lib/libjx-1_5_2.so \ X ${PREFIX}/lib/libjx-1_5_2.so.${LIBJX}; X.if !defined(CODEMEDIC) || (${CODEMEDIC} != no && ${CODEMEDIC} != NO) X @ ${LN} -sf ${PREFIX}/lib/libjsearch-0_5_6.so \ X ${PREFIX}/lib/libjsearch-0_5_6.so.${LIBJSEARCH}; X.endif X Xpost-install: X @ ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib X X.include END-of-codecrusader/Makefile echo c - codecrusader/files mkdir -p codecrusader/files > /dev/null 2>&1 echo x - codecrusader/files/md5 sed 's/^X//' >codecrusader/files/md5 << 'END-of-codecrusader/files/md5' XMD5 (code_crusader_source-2.1.3.tar.gz) = 14e9ed8895e19855b94b371d0e835cf9 XMD5 (JTree_source-1.1.5.tar.gz) = b144fd6b9b29ab564f3156ab58bac951 XMD5 (JX_source-1.5.2.tar.gz) = b41be047d3d83cf5cd3b534f0b96ebda XMD5 (JToolBar_source-0.5.3.tar.gz) = 9e43ddde396b1c23b21c24f84bf0faf6 XMD5 (Code_Medic_source-1.0.3.tar.gz) = be96f49099ce00e3a5aeda6e907a0df4 XMD5 (JSearch_source-0.5.6.tar.gz) = b76d0fd94634da71a6a0e5b72609a53b END-of-codecrusader/files/md5 echo c - codecrusader/pkg mkdir -p codecrusader/pkg > /dev/null 2>&1 echo x - codecrusader/pkg/COMMENT sed 's/^X//' >codecrusader/pkg/COMMENT << 'END-of-codecrusader/pkg/COMMENT' XCode Crusader is a complete code development environment (IDE) for X. END-of-codecrusader/pkg/COMMENT echo x - codecrusader/pkg/DESCR sed 's/^X//' >codecrusader/pkg/DESCR << 'END-of-codecrusader/pkg/DESCR' XCode Crusader is a complete code development environment Xinspired by MetroWerks CodeWarrior. X XSome of the features include: X Project window automatically builds Makefile. X Integrates with Code Medic to provide rapid, efficient X develop-debug cycle. X Integrated support for make X Parses error messages from: X Absoft FORTRAN, bison, cc, CC, flex, gcc, c++, g77, X KAI C++(kcc), make X Hypertext-like interface to UNIX man pages X Graphical display of C++ inheritance hierarchy X Option to use other text editor if you don't like the built-in one. X Configurable button toolbars. X Hypertext on-line help X Support for scrolling via wheel mice. X API's for extending Code Crusader X XWWW: http://www.cco.caltech.edu/~jafl/jcc/ X X X-Davec Xdavec@unforgettable.com END-of-codecrusader/pkg/DESCR echo x - codecrusader/pkg/PLIST sed 's/^X//' >codecrusader/pkg/PLIST << 'END-of-codecrusader/pkg/PLIST' Xbin/class_map Xbin/jcc Xbin/jfdesign Xbin/jxlayout Xbin/makecheck Xbin/makemake Xbin/maketouch Xbin/need_font_list Xbin/option_map Xbin/medic Xlib/libACE-4_6.so Xlib/libACE-4_6.so.%%LIBACE%% Xlib/libjcore-1_5_2.a Xlib/libjcore-1_5_2.so Xlib/libjcore-1_5_2.so.%%LIBJX%% Xlib/libjtoolbar-0_5_3.a Xlib/libjtoolbar-0_5_3.so Xlib/libjtoolbar-0_5_3.so.%%LIBJTOOL%% Xlib/libjtree-1_1_5.a Xlib/libjtree-1_1_5.so Xlib/libjtree-1_1_5.so.%%LIBJTREE%% Xlib/libjx-1_5_2.a Xlib/libjx-1_5_2.so Xlib/libjx-1_5_2.so.%%LIBJX%% Xlib/libjsearch-0_5_6.a Xlib/libjsearch-0_5_6.so Xlib/libjsearch-0_5_6.so.%%LIBJSEARCH%% X@exec /sbin/ldconfig -m %D/lib X@unexec /sbin/ldconfig -R END-of-codecrusader/pkg/PLIST echo c - codecrusader/patches mkdir -p codecrusader/patches > /dev/null 2>&1 echo x - codecrusader/patches/patch-aa sed 's/^X//' >codecrusader/patches/patch-aa << 'END-of-codecrusader/patches/patch-aa' X--- libjsearch/Make.header.orig Sat Jul 31 09:08:06 1999 X+++ libjsearch/Make.header Sat Jul 31 09:08:25 1999 X@@ -7,11 +7,12 @@ X X # Directories to search for header files X X-SEARCHDIRS := -I- \ X- -I${JSEARCHDIR} \ X- -I${JCOREDIR} \ X- -I${MENUIMGDIR} \ X- -I${JXDIR} X+SEARCHDIRS = -I- \ X+ -I${JSEARCHDIR} \ X+ -I${JCOREDIR} \ X+ -I${MENUIMGDIR} \ X+ -I${JXDIR} \ X+ ${J_X11_INCLUDE_DIR} X X # makemake variables X END-of-codecrusader/patches/patch-aa echo x - codecrusader/patches/patch-ab sed 's/^X//' >codecrusader/patches/patch-ab << 'END-of-codecrusader/patches/patch-ab' X--- programs/code_medic/Make.header.orig Sat Jul 31 03:41:21 1999 X+++ programs/code_medic/Make.header Sat Jul 31 03:43:40 1999 X@@ -24,22 +24,23 @@ X X # Directories to search for header files X X-SEARCHDIRS := -I- \ X- -I${CODEDIR} \ X- -I${TREEDIR} \ X- -I${VARTREEDIR} \ X- -I${FILELISTDIR} \ X- -I${PAGEDIR} \ X- -I${ASMDIR} \ X- -I${SDTDIR} \ X- -I${CSHDIR} \ X- -I${MEMDIR} \ X- -I${LOCALSDIR} \ X- -I${STACKDIR} \ X- -I${JSEARCHDIR} \ X- -I${JCOREDIR}\ X- -I${JXDIR}\ X- -I${ACE_ROOT} X+SEARCHDIRS = -I- \ X+ -I${CODEDIR} \ X+ -I${TREEDIR} \ X+ -I${VARTREEDIR} \ X+ -I${FILELISTDIR} \ X+ -I${PAGEDIR} \ X+ -I${ASMDIR} \ X+ -I${SDTDIR} \ X+ -I${CSHDIR} \ X+ -I${MEMDIR} \ X+ -I${LOCALSDIR} \ X+ -I${STACKDIR} \ X+ -I${JSEARCHDIR} \ X+ -I${JCOREDIR}\ X+ -I${JXDIR}\ X+ -I${ACE_ROOT}\ X+ ${J_X11_INCLUDE_DIR} X X # other constants X END-of-codecrusader/patches/patch-ab echo x - codecrusader/patches/patch-ac sed 's/^X//' >codecrusader/patches/patch-ac << 'END-of-codecrusader/patches/patch-ac' X--- programs/code_crusader/Make.header.orig Mon Aug 2 06:01:38 1999 X+++ programs/code_crusader/Make.header Mon Aug 2 06:35:46 1999 X@@ -75,11 +75,10 @@ X ##### X X .PHONY : default X-default: libs jcc ctags X+default: libs jcc X X .PHONY : Makefiles X Makefiles: X- @cd ctags; ./configure > /dev/null X X # X # required libraries X@@ -97,21 +96,15 @@ X # X X .PHONY : jxinstall X-jxinstall: jcc ctags X+jxinstall: jcc X @strip jcc X ifneq (${J_WANT_INSTALL},0) X- @mv jcc ctags/ctags ${JX_INSTALL_ROOT}/ X- ifeq (${shell whoami},root) X- @cp ctags/ctags.1 /usr/man/man1/ X- endif X+ @mv jcc ${JX_INSTALL_ROOT}/ X endif X X .PHONY : jxuninstall X jxuninstall: X- @${RM} ${JX_INSTALL_ROOT}/jcc ${JX_INSTALL_ROOT}/ctags X- ifeq (${shell whoami},root) X- @${RM} /usr/man/man1/ctags.1 X- endif X+ @${RM} ${JX_INSTALL_ROOT}/jcc X X # X # remove binaries X@@ -119,7 +112,6 @@ X X .PHONY : tidy X tidy:: X- @cd ctags; ${MAKE} clean > /dev/null X X # makemake's clean invokes tidy, which does everything necessary X X@@ -132,14 +124,13 @@ X X .PHONY : source X source: X- @cd ctags; ${MAKE} clean > /dev/null X @cd ${J_DISTR_TAR_DIR}; \ X- tar -czf ${SRC_TAR_FILE} ${filter-out %.o %~ %ctags, \ X+ tar -czf ${SRC_TAR_FILE} ${filter-out %.o %~, \ X ${shell cd ${J_DISTR_TAR_DIR}; echo \ X ${addprefix ${SRC_FILE_DIR}/, \ X README.* LICENSE FAQ Make.* *.fd \ X ${EXTRA_FILES} macros/* \ X- code/* rpm/* ctags/* } }} X+ code/* rpm/* } }} X X # X # binary distributions X@@ -166,10 +157,10 @@ X # distr_sub (JCC_DISTR_TAR_FILE, MKMK_TARGET) X X .PHONY : distr_sub X-distr_sub: ctags X+distr_sub: X @strip jcc X @${RM} -r ${JCC} X- @mkdir ${JCC} ${JCC}/ctags X+ @mkdir ${JCC} X ifdef RH_ISV X @echo '***** RedHat ISV version *****' X @ln -s ../README.ISV ${JCC}/README X@@ -178,10 +169,7 @@ X endif X @ln -s ../jcc ${JCC}/jcc X @ln -s ../macros ${JCC}/macros X- @ln -s ../../ctags/ctags ${JCC}/ctags/ctags X @cp LICENSE FAQ ${EXTRA_FILES} ${JCC}/ X- @cp ctags/COPYING ctags/FAQ ctags/NEWS ctags/QUOTES ctags/README \ X- ctags/ctags.1 ${JCC}/ctags/ X @cd ${MKMKDIR}; \ X ${MAKE} JCC_TAR_DIR=${JCC_TAR_DIR}/${JCC} ${MKMK_TARGET} X @tar -chf ${JCC_DISTR_TAR_FILE} ${JCC}/* X@@ -239,11 +227,3 @@ X beta: debug X @strip -g jcc X @cp jcc ${HOME}/local/stable/jcc_latest X- X-# X-# ctags X-# X- X-.PHONY : ctags X-ctags: X- @cd ctags; ${MAKE}; strip ctags END-of-codecrusader/patches/patch-ac exit >Release-Note: >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 Aug 2 12:30:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3669C14CCD; Mon, 2 Aug 1999 12:30:15 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA65493; Mon, 2 Aug 1999 12:29:08 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Mon, 2 Aug 1999 12:29:08 -0700 (PDT) From: Message-Id: <199908021929.MAA65493@freefall.freebsd.org> To: anders@sanyusan.se, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12928: update ports: misc/less Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update ports: misc/less State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Mon Aug 2 12:28:13 PDT 1999 State-Changed-Why: An update was submitted a few days ago and it is waiting on the MAINTAINER to commit it. Thanks anyway! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 2 12:31:13 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2AEC814CCD; Mon, 2 Aug 1999 12:31:12 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA65579; Mon, 2 Aug 1999 12:29:37 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Mon, 2 Aug 1999 12:29:37 -0700 (PDT) From: Message-Id: <199908021929.MAA65579@freefall.freebsd.org> To: Davec@unforgettable.com, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12901: New Port (slightly revised): Code Crusader and Code Medic Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New Port (slightly revised): Code Crusader and Code Medic State-Changed-From-To: analyzed->closed State-Changed-By: cpiazza State-Changed-When: Mon Aug 2 12:29:18 PDT 1999 State-Changed-Why: Superseded by PR 12932 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 2 12:32: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from norn.ca.eu.org (cr965240-b.abtsfd1.bc.wave.home.com [24.113.19.137]) by hub.freebsd.org (Postfix) with ESMTP id 2CB6914CCD for ; Mon, 2 Aug 1999 12:32:00 -0700 (PDT) (envelope-from cpiazza@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1002) id 9C6FC748; Mon, 2 Aug 1999 12:30:57 -0700 (PDT) Date: Mon, 2 Aug 1999 12:30:57 -0700 From: Chris Piazza To: Ken Kurpiewski Cc: "'freebsd-ports@freebsd.org'" Subject: Re: tacacs Message-ID: <19990802123057.E406@norn.ca.eu.org> References: <8010ABD57ACCD211942B0008C7A457B9595B04@NYEXCH01> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <8010ABD57ACCD211942B0008C7A457B9595B04@NYEXCH01>; from Ken Kurpiewski on Mon, Aug 02, 1999 at 01:09:44PM -0400 X-Operating-System: FreeBSD 4.0-CURRENT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Aug 02, 1999 at 01:09:44PM -0400, Ken Kurpiewski wrote: > is there a port for xtacacsd? From a quick check of make search key=tac | more in /usr/ports it doesn't look like it. -Chris -- cpiazza@home.net cpiazza@FreeBSD.org "I don't like principles. I prefer prejudices." -Oscar Wilde To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 2 13:39:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from peedub.muc.de (newpc.muc.ditec.de [194.120.126.33]) by hub.freebsd.org (Postfix) with ESMTP id C066814CC4 for ; Mon, 2 Aug 1999 13:39:12 -0700 (PDT) (envelope-from garyj@peedub.muc.de) Received: from peedub.muc.de (localhost [127.0.0.1]) by peedub.muc.de (8.9.3/8.6.9) with ESMTP id WAA80891; Mon, 2 Aug 1999 22:36:38 +0200 (CEST) Message-Id: <199908022036.WAA80891@peedub.muc.de> X-Mailer: exmh version 2.0.2 2/24/98 To: davec@unforgettable.com Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/12901: New Port (slightly revised): Code Crusader and Code Medic Reply-To: Gary Jennejohn In-reply-to: Your message of "Mon, 02 Aug 1999 00:43:58 MDT." <99080201013500.75091@Amber.XtremeDev.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 02 Aug 1999 22:36:38 +0200 From: Gary Jennejohn Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dave writes: >> I took a look at this and it has numerous problems: >> 1) it does not pass portlint > >Yeah it gave me warnings and no fatal errors. I corrected as many as I could, >but was left with two warnings which I could not resolve, and didn't think >possible to resolve. > WARN: "MASTER_SITES" has to appear earlier in Makefile. > WARN: "DISTFILES" has to appear earlier in Makefile. >These were refering to the MASTER_SITES += and DISTFILES += within the if >statement for Code Medic. Should the user choose not to compile the gdb >frontend with Code Crusader, these two lines would not be executed. Unless >there's a better method? > here's how I fixed it (NOT a diff !!) MASTER_SITES= \ ftp://ftp.its.caltech.edu/pub/jafl/programs/jcc/source/ \ ftp://ftp.its.caltech.edu/pub/jafl/jx/source-1.5.2/ \ ${CM_MASTER_SITES} DISTFILES= \ code_crusader_source-2.1.3.tar.gz \ JTree_source-1.1.5.tar.gz \ JX_source-1.5.2.tar.gz \ JToolBar_source-0.5.3.tar.gz \ ${CM_DISTFILES} . . pre-fetch: @ ${ECHO_MSG} . . @ ${ECHO_MSG} Installing into ${PREFIX} @ ${ECHO_MSG} CM_MASTER_SITES= ftp://ftp.cco.caltech.edu/pub/glenn/Medic/source/ \ ftp://ftp.cco.caltech.edu/pub/glenn/Arrow/source/ CM_DISTFILES= Code_Medic_source-1.0.3.tar.gz \ JSearch_source-0.5.6.tar.gz portlint also complained about overlong lines in DESCR, and it's right. Some lines were > 80 characters long. >> 3) patch-aa and patch-ac did not apply correctly > >patch-aa has been updated and works now. However I did not touch patch-ac, an >d >it applied successfully without problems here after a make distclean; make >patch. > well, I had a problem when making from scratch. After applying the patches by hand and generating a new diff it worked. I suspect that something went wrong with the patches in the shar. >> 4) patch-aa has /usr/local hard coded into it, should be $PREFIX >> after correcting these problems locally jcc core dumps. I also noticed >> that a $PREFIX/bin/ctags gets installed. This conflicts with the >> standard /usr/bin/ctags. > >Hmm. I had not realize ctags came install with FreeBSD. I've now taken it ou >t >of the Code Crusader compile. And is submitting another send-pr. I haven't >had jcc core dumped on me yet, and I've been using it since April on >4.0-CURRENT. Could you try the new shar archive and let me know what happens? > OK. I made this whole mess several months ago w/o a port and it worked fine, so I was rather surprised that jcc dumped core on me. When I did a ``make deinstall'' it also complained that bin/medic wasn't there, although it should have been. --- Gary Jennejohn Home - garyj@muc.de Work - garyj@fkr.dec.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 2 14:11:14 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E7AFF14A0B for ; Mon, 2 Aug 1999 14:11:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA74925; Mon, 2 Aug 1999 14:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 2 Aug 1999 14:10:03 -0700 (PDT) Message-Id: <199908022110.OAA74925@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Juergen Lock Subject: Re: ports/12924: port of GRacer, a 3D motor sports simulator Reply-To: Juergen Lock Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12924; it has been noted by GNATS. From: Juergen Lock To: Rasmus Kaj Cc: freebsd-gnats-submit@freebsd.org, nox@jelal.kn-bremen.de Subject: Re: ports/12924: port of GRacer, a 3D motor sports simulator Date: Mon, 2 Aug 1999 19:07:52 +0200 On Mon, Aug 02, 1999 at 03:56:00PM +0200, Rasmus Kaj wrote: > > I thought I'd try this one out, but failed to fetch it. I can't even > resolve arch.comp.kyutech.ac.jp, which is the ftp server name of the > (single) master site. http server name. bash$ host arch.comp.kyutech.ac.jp arch.comp.kyutech.ac.jp has address 150.69.128.20 arch.comp.kyutech.ac.jp mail is handled (pri=0) by arch.comp.kyutech.ac.jp bash$ My connection wasn't that good either though, had to restart the fetch several times (fetch -r) for it to complete even. > > Might there be more master sites for this port? dunno, ftpsearch didn't know anything about gracer. I guess its just too new... Regards, -- Juergen Lock (remove dot foo from address to reply) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 2 14:58:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 720F6151FF; Mon, 2 Aug 1999 14:58:11 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA80902; Mon, 2 Aug 1999 14:58:05 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Mon, 2 Aug 1999 14:58:05 -0700 (PDT) From: Message-Id: <199908022158.OAA80902@freefall.freebsd.org> To: nox@jelal.kn-bremen.de, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12925: port of olirc-0.0.35, a small irc client using GTK+ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: port of olirc-0.0.35, a small irc client using GTK+ State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Mon Aug 2 14:57:52 PDT 1999 State-Changed-Why: New port committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 2 15:10:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4798314F23 for ; Mon, 2 Aug 1999 15:10:10 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA82173; Mon, 2 Aug 1999 15:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 2 Aug 1999 15:10:01 -0700 (PDT) Message-Id: <199908022210.PAA82173@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Chris Piazza Subject: Re: ports/12926: update ports : games/bnetd Reply-To: Chris Piazza Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12926; it has been noted by GNATS. From: Chris Piazza To: freebsd-gnats-submit@freebsd.org, ijliao@Terry.Dorm10.NCTU.edu.tw Cc: Subject: Re: ports/12926: update ports : games/bnetd Date: Mon, 2 Aug 1999 15:06:02 -0700 Hi, Could you update your ports tree and send a patch relative to the version currently there? (0.4.11). -Chris -- cpiazza@home.net cpiazza@FreeBSD.org "I don't like principles. I prefer prejudices." -Oscar Wilde To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 2 15:30:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5270A14F29 for ; Mon, 2 Aug 1999 15:30:15 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA84265; Mon, 2 Aug 1999 15:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from paranoia.ghis.net (paranoia.ghis.net [206.251.65.151]) by hub.freebsd.org (Postfix) with ESMTP id 7A45514F23 for ; Mon, 2 Aug 1999 15:25:11 -0700 (PDT) (envelope-from joe@paranoia.ghis.net) Received: (from root@localhost) by paranoia.ghis.net (8.9.3/8.9.3) id PAA85013; Mon, 2 Aug 1999 15:22:17 -0700 (PDT) (envelope-from joe) Message-Id: <199908022222.PAA85013@paranoia.ghis.net> Date: Mon, 2 Aug 1999 15:22:17 -0700 (PDT) From: root@paranoia.ghis.net Reply-To: root@paranoia.ghis.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12934: procmail 3.13 port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12934 >Category: ports >Synopsis: procmail 3.13 port doesn't have "install-suid" make >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Mon Aug 2 15:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Charlie & >Release: FreeBSD 3.2-STABLE i386 >Organization: ghis.NET >Environment: Pentium 166 / 128 mb RAM / 2 gig IDE HD, just cvs'ed the latest ports collection. >Description: When building the procmail port, after compilation finishes it mentions "do a make install-suid for increased security and speed", yet install-suid is not a valid target in the makefile. >How-To-Repeat: cd /usr/ports/mail/procmail && make >Fix: add the "install-suid" target back into the makefile, or remove the notice at the end of the build process so joe dumbuser doesn't come onto #freebsd asking why he can't make install-suid with procmail. :) >Release-Note: >Audit-Trail: >Unformatted: target as mentioned in makefile echo and documentation. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 2 15:38:44 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2EC3714F9D; Mon, 2 Aug 1999 15:38:40 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA84720; Mon, 2 Aug 1999 15:37:02 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Mon, 2 Aug 1999 15:37:02 -0700 (PDT) From: Message-Id: <199908022237.PAA84720@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, marcel@FreeBSD.org Subject: Re: ports/12918: linux_base build fails on kernels built with COMPAT_LINUX Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: linux_base build fails on kernels built with COMPAT_LINUX Responsible-Changed-From-To: freebsd-ports->marcel Responsible-Changed-By: cpiazza Responsible-Changed-When: Mon Aug 2 15:36:44 PDT 1999 Responsible-Changed-Why: Over to maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 2 15:57:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AF302150B0; Mon, 2 Aug 1999 15:57:27 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA86014; Mon, 2 Aug 1999 15:56:48 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Mon, 2 Aug 1999 15:56:48 -0700 (PDT) From: Message-Id: <199908022256.PAA86014@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, ache@FreeBSD.org Subject: Re: ports/12934: procmail 3.13 port doesn't have "install-suid" make Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: procmail 3.13 port doesn't have "install-suid" make Responsible-Changed-From-To: freebsd-ports->ache Responsible-Changed-By: cpiazza Responsible-Changed-When: Mon Aug 2 15:56:35 PDT 1999 Responsible-Changed-Why: Over to maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 2 16:10:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BA52014C22; Mon, 2 Aug 1999 16:10:17 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA86677; Mon, 2 Aug 1999 16:10:00 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Mon, 2 Aug 1999 16:10:00 -0700 (PDT) From: Message-Id: <199908022310.QAA86677@freefall.freebsd.org> To: jose@nobody.org, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12897: java/jdk-docs port does not set user:group of docs Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: java/jdk-docs port does not set user:group of docs State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Mon Aug 2 16:09:37 PDT 1999 State-Changed-Why: I've committed a fix to this problem, thanks for telling us! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 2 16:20:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AE1811501E; Mon, 2 Aug 1999 16:20:25 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA87573; Mon, 2 Aug 1999 16:19:36 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Mon, 2 Aug 1999 16:19:36 -0700 (PDT) From: Message-Id: <199908022319.QAA87573@freefall.freebsd.org> To: Davec@unforgettable.com, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12932: New Port (Second try): Code Crusader and Code Medic Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New Port (Second try): Code Crusader and Code Medic State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Mon Aug 2 16:19:28 PDT 1999 State-Changed-Why: New port committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 2 16:28:37 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A7B6B15057; Mon, 2 Aug 1999 16:28:35 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA88428; Mon, 2 Aug 1999 16:28:30 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Mon, 2 Aug 1999 16:28:30 -0700 (PDT) From: Message-Id: <199908022328.QAA88428@freefall.freebsd.org> To: kaj@Raditex.se, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12922: New MASTER_SITE for doc++ 3.3.13 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New MASTER_SITE for doc++ 3.3.13 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Mon Aug 2 16:28:19 PDT 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 2 16:32:13 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A32A1501E; Mon, 2 Aug 1999 16:32:10 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA88838; Mon, 2 Aug 1999 16:31:32 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Mon, 2 Aug 1999 16:31:32 -0700 (PDT) From: Message-Id: <199908022331.QAA88838@freefall.freebsd.org> To: bmc@WillsCreek.COM, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12929: Update of TGIF port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update of TGIF port State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Mon Aug 2 16:31:25 PDT 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 2 16:34:43 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B879C14D2B; Mon, 2 Aug 1999 16:34:37 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA89091; Mon, 2 Aug 1999 16:34:22 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Mon, 2 Aug 1999 16:34:22 -0700 (PDT) From: Message-Id: <199908022334.QAA89091@freefall.freebsd.org> To: ijliao@Terry.Dorm10.NCTU.edu.tw, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12926: update ports : games/bnetd Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update ports : games/bnetd State-Changed-From-To: open->analyzed State-Changed-By: cpiazza State-Changed-When: Mon Aug 2 16:33:44 PDT 1999 State-Changed-Why: Waiting for a patch relative to the current port To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 2 16:35:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 03DE31501E; Mon, 2 Aug 1999 16:35:17 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA89234; Mon, 2 Aug 1999 16:35:18 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Mon, 2 Aug 1999 16:35:18 -0700 (PDT) From: Message-Id: <199908022335.QAA89234@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, obrien@FreeBSD.org Subject: Re: ports/12224: DDD (version 3.1.5) port fails to build Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: DDD (version 3.1.5) port fails to build Responsible-Changed-From-To: freebsd-ports->obrien Responsible-Changed-By: cpiazza Responsible-Changed-When: Mon Aug 2 16:35:04 PDT 1999 Responsible-Changed-Why: Over to maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 2 17:44:34 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dnvrpop1.dnvr.uswest.net (dnvrpop1.dnvr.uswest.net [206.196.128.3]) by hub.freebsd.org (Postfix) with SMTP id 2681D14BDC for ; Mon, 2 Aug 1999 17:44:25 -0700 (PDT) (envelope-from davec@unforgettable.com) Received: (qmail 8260 invoked by alias); 3 Aug 1999 00:21:15 -0000 Delivered-To: fixup-freebsd-ports@FreeBSD.org@fixme Received: (qmail 4430 invoked by uid 0); 3 Aug 1999 00:18:11 -0000 Received: from odsl228.dnvr.uswest.net (HELO Amber.XtremeDev.com) (209.181.79.228) by dnvrpop1.dnvr.uswest.net with SMTP; 3 Aug 1999 00:18:11 -0000 From: Dave Reply-To: davec@unforgettable.com To: gj@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12901: New Port (slightly revised): Code Crusader and Code Medic Date: Mon, 2 Aug 1999 18:11:12 -0600 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <99080218181100.01352@Amber.XtremeDev.com> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I've contacted the author of Code Crusader, John Lindal, in regards to ctags in his program. This is his reply: >It doesn't have the version of ctags required by Code Crusader. Darren >Hiebert added special features for me that haven't yet made it into the >main distribution. Code Crusader will ignore all other versions of ctags. >John Do you have any suggestions on how to install that version of ctags? Davec davec@unforgettable.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 2 18:47:36 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id 7DCD214F1D for ; Mon, 2 Aug 1999 18:47:22 -0700 (PDT) (envelope-from van.woerkom@netcologne.de) Received: from oranje.my.domain (dial8-246.netcologne.de [195.14.235.246]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id DAA29584; Tue, 3 Aug 1999 03:47:13 +0200 (MET DST) Received: (from marc@localhost) by oranje.my.domain (8.9.3/8.9.3) id DAA00881; Tue, 3 Aug 1999 03:45:28 +0200 (CEST) (envelope-from van.woerkom@netcologne.de) Date: Tue, 3 Aug 1999 03:45:28 +0200 (CEST) Message-Id: <199908030145.DAA00881@oranje.my.domain> X-Authentication-Warning: oranje.my.domain: marc set sender to van.woerkom@netcologne.de using -f From: Marc van Woerkom To: vanderh@ecf.utoronto.ca Cc: freebsd-ports@freebsd.org In-reply-to: <19990802114353.D14922@mad> (message from Tim Vanderhoek on Mon, 2 Aug 1999 11:43:53 -0400) Subject: Re: 2nd level patching Reply-To: van.woerkom@netcologne.de References: <199908021053.DAA25890@freeamp.org> <19990802114353.D14922@mad> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Do you mean you had to apply your own patches to Mesa? > > If so, just put those patches in Mesa3/patches and name them as > "patch-zz", "patcy-zy", etc. cvsup won't touch them and they > shouldn't get overwritten unless someone does something dumb. That is a solution that would just fine for my personal modifications. No my problem is how to create variations of larger ports that should go into the official ports tree. Example: I want a Mesa 3.0 lib with software rendering and another one with hardware rendering. Or even a third one that has been optimized for AMD 3d Now instruction set. How to organize this best? Regards, Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 2 19:20:40 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 890F014DCA for ; Mon, 2 Aug 1999 19:20:34 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA98352; Mon, 2 Aug 1999 19:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail0.atl.bellsouth.net (mail0.atl.bellsouth.net [205.152.0.27]) by hub.freebsd.org (Postfix) with ESMTP id 89CF214F5B for ; Mon, 2 Aug 1999 19:16:59 -0700 (PDT) (envelope-from wghicks@bellsouth.net) Received: from myname.my.domain (host-209-214-74-69.atl.bellsouth.net [209.214.74.69]) by mail0.atl.bellsouth.net (3.3.0/8.9.3) with ESMTP id WAA05690 for ; Mon, 2 Aug 1999 22:15:24 -0400 (EDT) Received: (from wghicks@localhost) by myname.my.domain (8.9.3/8.9.2) id WAA07967; Mon, 2 Aug 1999 22:19:27 -0400 (EDT) (envelope-from wghicks) Message-Id: <199908030219.WAA07967@my.domain> Date: Mon, 2 Aug 1999 22:19:27 -0400 (EDT) From: wghicks@bellsouth.net Reply-To: wghicks@bellsouth.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12936: [PORT UPDATE] ports/devel/bison 1.27 --> 1.28 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12936 >Category: ports >Synopsis: Update bison from 1.27 to 1.28 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Aug 2 19:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: W Gerald Hicks >Release: FreeBSD 3.2-STABLE i386 >Organization: Fair Play, Uninc. >Environment: Tested on: FreeBSD 3.2-STABLE i386 >Description: Routine update >How-To-Repeat: Install the patched port :) >Fix: diff -ruN ports/devel/bison.orig/Makefile ports/devel/bison/Makefile --- ports/devel/bison.orig/Makefile Sun May 2 23:18:07 1999 +++ ports/devel/bison/Makefile Mon Aug 2 22:07:35 1999 @@ -1,12 +1,12 @@ -# New ports collection makefile for: bison -# Version required: 1.27 -# Date created: 27 Mar 1999 +# Updated ports collection makefile for: bison +# Version required: 1.28 +# Date created: 2 Aug 1999 # Whom: Jerry Hicks # -# $Id: Makefile,v 1.1.1.1 1999/05/03 03:18:07 steve Exp $ +# $Id$ # -DISTNAME= bison-1.27 +DISTNAME= bison-1.28 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= bison diff -ruN ports/devel/bison.orig/files/md5 ports/devel/bison/files/md5 --- ports/devel/bison.orig/files/md5 Sun May 2 23:18:08 1999 +++ ports/devel/bison/files/md5 Sun Aug 1 15:09:12 1999 @@ -1 +1 @@ -MD5 (bison-1.27.tar.gz) = 62cdda07da0bedaf7349a12903bd207d +MD5 (bison-1.28.tar.gz) = 4afb3989f2270043c47c3daa1fa7ffab diff -ruN ports/devel/bison.orig/pkg/COMMENT ports/devel/bison/pkg/COMMENT --- ports/devel/bison.orig/pkg/COMMENT Sun May 2 23:18:08 1999 +++ ports/devel/bison/pkg/COMMENT Mon Aug 2 22:06:34 1999 @@ -1 +1 @@ -GNU's bison (ver 1.27) +GNU's bison (ver 1.28) diff -ruN ports/devel/bison.orig/pkg/PLIST ports/devel/bison/pkg/PLIST --- ports/devel/bison.orig/pkg/PLIST Sat Jun 5 18:21:23 1999 +++ ports/devel/bison/pkg/PLIST Mon Aug 2 21:59:35 1999 @@ -3,3 +3,11 @@ share/bison.simple @unexec install-info --delete %D/info/bison.info %D/info/dir info/bison.info +share/locale/de/LC_MESSAGES +share/locale/de/LC_MESSAGES/bison.mo +share/locale/es/LC_MESSAGES +share/locale/es/LC_MESSAGES/bison.mo +share/locale/fr/LC_MESSAGES +share/locale/fr/LC_MESSAGES/bison.mo +share/locale/nl/LC_MESSAGES +share/locale/nl/LC_MESSAGES/bison.mo >Release-Note: >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 Aug 2 19:30:52 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F77114E9A for ; Mon, 2 Aug 1999 19:30:50 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA99096; Mon, 2 Aug 1999 19:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 2 Aug 1999 19:30:02 -0700 (PDT) Message-Id: <199908030230.TAA99096@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Bill Fumerola Subject: Re: ports/12936: [PORT UPDATE] ports/devel/bison 1.27 --> 1.28 Reply-To: Bill Fumerola Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12936; it has been noted by GNATS. From: Bill Fumerola To: wghicks@bellsouth.net Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/12936: [PORT UPDATE] ports/devel/bison 1.27 --> 1.28 Date: Mon, 2 Aug 1999 21:23:41 -0400 (EDT) On Mon, 2 Aug 1999 wghicks@bellsouth.net wrote: > --- ports/devel/bison.orig/pkg/COMMENT Sun May 2 23:18:08 1999 > +++ ports/devel/bison/pkg/COMMENT Mon Aug 2 22:06:34 1999 > @@ -1 +1 @@ > -GNU's bison (ver 1.27) > +GNU's bison (ver 1.28) Version numbers in COMMENT is silly, the package already contains the version number. -- - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 2 20: 4:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from smtp11.bellglobal.com (smtp11.bellglobal.com [204.101.251.53]) by hub.freebsd.org (Postfix) with ESMTP id A73FB14F5B for ; Mon, 2 Aug 1999 20:04:14 -0700 (PDT) (envelope-from vanderh@ecf.toronto.edu) Received: from localhost.nowhere (ppp18363.on.bellglobal.com [206.172.130.43]) by smtp11.bellglobal.com (8.8.5/8.8.5) with ESMTP id XAA18851; Mon, 2 Aug 1999 23:07:18 -0400 (EDT) Received: (from tim@localhost) by localhost.nowhere (8.9.3/8.9.1) id XAA19751; Mon, 2 Aug 1999 23:04:34 -0400 (EDT) (envelope-from tim) Date: Mon, 2 Aug 1999 23:04:34 -0400 From: Tim Vanderhoek To: Marc van Woerkom Cc: freebsd-ports@freebsd.org Subject: Re: 2nd level patching Message-ID: <19990802230433.B19050@mad> References: <199908021053.DAA25890@freeamp.org> <19990802114353.D14922@mad> <199908030145.DAA00881@oranje.my.domain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <199908030145.DAA00881@oranje.my.domain>; from Marc van Woerkom on Tue, Aug 03, 1999 at 03:45:28AM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Aug 03, 1999 at 03:45:28AM +0200, Marc van Woerkom wrote: > > No my problem is how to create variations of larger ports that > should go into the official ports tree. The only way I see of doing it is with a post-patch: or a pre-patch: target. You could probably cheat and use something like post-patch: PATCHDIR=${.CURDIR}/patches ${MAKE} do-patch I don't think a ``cd ${.CURDIR}'' is needed, but I could be wrong. Alternativly, pre-patch: and PATCHDIR=${xxx}/patches if you don't set MASTERDIR in the port. There may be precedent for a better way. Check a couple large skeleton ports quickly or see if someone responds to this message (or your original). -- This is my .signature which gets appended to the end of my messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 2 20:15:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from Terry.Dorm10.NCTU.edu.tw (Terry.Dorm10.NCTU.edu.tw [140.113.123.99]) by hub.freebsd.org (Postfix) with ESMTP id F021214FBA; Mon, 2 Aug 1999 20:11:06 -0700 (PDT) (envelope-from ijliao@Terry.Dorm10.NCTU.edu.tw) Received: (from ijliao@localhost) by Terry.Dorm10.NCTU.edu.tw (8.9.3/8.9.3) id LAA81535; Tue, 3 Aug 1999 11:10:40 +0800 (CST) (envelope-from ijliao) Date: Tue, 3 Aug 1999 11:10:39 +0800 From: Ying-Chieh Liao To: cpiazza@FreeBSD.org Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/12926: update ports : games/bnetd Message-ID: <19990803111039.A81518@terry.dorm10.nctu.edu.tw> References: <199908022334.QAA89091@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.95.5i In-Reply-To: =?iso-8859-1?Q?=3C199908022334=2EQAA89091=40freefall=2Efreebsd=2Eorg=3E?= =?iso-8859-1?Q?=3B_from_=22cpiazza=40FreeBSD=2Eorg=22_on_=A4=40_=2C___8_?= =?iso-8859-1?Q?02=2C_1999_at_16:34:22?= Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On ¤@ , 8 02, 1999 at 16:34:22 -0700, cpiazza@FreeBSD.org wrote: > Synopsis: update ports : games/bnetd > > State-Changed-From-To: open->analyzed > State-Changed-By: cpiazza > State-Changed-When: Mon Aug 2 16:33:44 PDT 1999 > State-Changed-Why: > Waiting for a patch relative to the current port new patch : diff -ruN /usr/ports/games/bnetd/Makefile bnetd/Makefile --- /usr/ports/games/bnetd/Makefile Tue Aug 3 10:46:47 1999 +++ bnetd/Makefile Tue Aug 3 11:05:29 1999 @@ -6,7 +6,7 @@ # $Id: Makefile,v 1.5 1999/08/01 02:57:38 steve Exp $ # -DISTNAME= bnetd-0.4.11 +DISTNAME= bnetd-0.4.15.1 CATEGORIES= games net MASTER_SITES= http://www.bnetd.org/files/ @@ -23,8 +23,8 @@ @(cd ${WRKSRC}/src; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS}) do-install: - cd ${WRKSRC}/bin; ${INSTALL_PROGRAM} bnbot bnchat bnftp bnpass ${PREFIX}/bin - cd ${WRKSRC}/sbin; ${INSTALL_PROGRAM} bnetd ${PREFIX}/sbin + cd ${WRKSRC}/bin; ${INSTALL_PROGRAM} * ${PREFIX}/bin + cd ${WRKSRC}/sbin; ${INSTALL_PROGRAM} * ${PREFIX}/sbin cd ${WRKSRC}/man; ${INSTALL_MAN} ${MAN1} ${MAN1PREFIX}/man/man1; ${INSTALL_MAN} ${MAN4} ${MAN4PREFIX}/man/man4 ${MKDIR} ${PREFIX}/bnetd; ${CP} -R ${WRKSRC}/files ${WRKSRC}/users ${WRKSRC}/conf ${WRKSRC}/reports ${PREFIX}/bnetd diff -ruN /usr/ports/games/bnetd/files/md5 bnetd/files/md5 --- /usr/ports/games/bnetd/files/md5 Tue Aug 3 10:46:47 1999 +++ bnetd/files/md5 Tue Aug 3 10:57:25 1999 @@ -1 +1 @@ -MD5 (bnetd-0.4.11.tar.gz) = 6d89215514429e7331ff0770bced2d6a +MD5 (bnetd-0.4.15.1.tar.gz) = ff4049200e236f80e231e8c48afc7651 diff -ruN /usr/ports/games/bnetd/patches/patch-aa bnetd/patches/patch-aa --- /usr/ports/games/bnetd/patches/patch-aa Tue Aug 3 10:46:47 1999 +++ bnetd/patches/patch-aa Thu Jan 1 08:00:00 1970 @@ -1,11 +0,0 @@ ---- src/Makefile.in.orig Wed Jul 14 02:24:31 1999 -+++ src/Makefile.in Wed Jul 14 02:24:47 1999 -@@ -84,7 +84,7 @@ - bnpass_OBJECTS = bnpass.o bnethash.o eventlog.o - bnpass_LDADD = $(LDADD) - bnpass_LDFLAGS = --CFLAGS = @CFLAGS@ -+CFLAGS = -pipe -O2 - COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) - CCLD = $(CC) - LINK = $(CCLD) $(CFLAGS) $(LDFLAGS) -o $@ diff -ruN /usr/ports/games/bnetd/pkg/PLIST bnetd/pkg/PLIST --- /usr/ports/games/bnetd/pkg/PLIST Tue Aug 3 10:46:47 1999 +++ bnetd/pkg/PLIST Tue Aug 3 11:04:37 1999 @@ -2,6 +2,8 @@ bin/bnchat bin/bnftp bin/bnpass +bin/bnstat sbin/bnetd +sbin/bnproxy etc/rc.d/bnetd.sh @unexec rm -rf %D/bnetd 2>/dev/null || true -- Testing can show the presence of bugs, but not their absence. --- Edsger W. Dijkstra To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 2 20:21:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from smtp11.bellglobal.com (smtp11.bellglobal.com [204.101.251.53]) by hub.freebsd.org (Postfix) with ESMTP id 6B26B15208 for ; Mon, 2 Aug 1999 20:21:14 -0700 (PDT) (envelope-from vanderh@ecf.toronto.edu) Received: from localhost.nowhere (ppp18363.on.bellglobal.com [206.172.130.43]) by smtp11.bellglobal.com (8.8.5/8.8.5) with ESMTP id XAA23239; Mon, 2 Aug 1999 23:24:08 -0400 (EDT) Received: (from tim@localhost) by localhost.nowhere (8.9.3/8.9.1) id XAA19977; Mon, 2 Aug 1999 23:21:26 -0400 (EDT) (envelope-from tim) Date: Mon, 2 Aug 1999 23:21:26 -0400 From: Tim Vanderhoek To: Bill Fumerola Cc: freebsd-ports@FreeBSD.org, wghicks@bellsouth.net Subject: Re: ports/12936: [PORT UPDATE] ports/devel/bison 1.27 --> 1.28 Message-ID: <19990802232126.A19918@mad> References: <199908030230.TAA99096@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <199908030230.TAA99096@freefall.freebsd.org>; from Bill Fumerola on Mon, Aug 02, 1999 at 07:30:02PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Aug 02, 1999 at 07:30:02PM -0700, Bill Fumerola wrote: > > > +++ ports/devel/bison/pkg/COMMENT Mon Aug 2 22:06:34 1999 > > +GNU's bison (ver 1.28) > > Version numbers in COMMENT is silly, the package already contains the PKGNAME in COMMENT is silly. I already know it's bison. Tell me, wtf is bison? -- This is my .signature which gets appended to the end of my messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 2 20:43:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9495914C1E; Mon, 2 Aug 1999 20:42:58 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA03897; Mon, 2 Aug 1999 20:42:29 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Mon, 2 Aug 1999 20:42:29 -0700 (PDT) From: Message-Id: <199908030342.UAA03897@freefall.freebsd.org> To: ijliao@Terry.Dorm10.NCTU.edu.tw, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12926: update ports : games/bnetd Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update ports : games/bnetd State-Changed-From-To: analyzed->closed State-Changed-By: cpiazza State-Changed-When: Mon Aug 2 20:42:17 PDT 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 2 21: 0:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8AF3D14D79 for ; Mon, 2 Aug 1999 21:00:24 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA04963; Mon, 2 Aug 1999 21:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 2 Aug 1999 21:00:02 -0700 (PDT) Message-Id: <199908030400.VAA04963@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: futatuki@fureai.or.jp (Yasuhito FUTATSUKI) Subject: Re: ports/12642: audio/cdrdao: port doesn't build xcdrdao Reply-To: futatuki@fureai.or.jp (Yasuhito FUTATSUKI) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12642; it has been noted by GNATS. From: futatuki@fureai.or.jp (Yasuhito FUTATSUKI) To: FreeBSD-gnats-submit@freebsd.org Cc: futatuki@fureai.or.jp, nox@jelal.kn-bremen.de Subject: Re: ports/12642: audio/cdrdao: port doesn't build xcdrdao Date: Tue, 3 Aug 1999 12:40:49 +0900 (JST) Hi, Cdrdao-1.1.2 has been released on last month. So I update audio/cdrdao port, including xcdrdao support from PR ports/12642. (I've tested it on 3.2-stable with/without gtk--, but don't on 4.0-current) This is a patch against ports-current: changed file: Makefile, new file: pkg/PLIST.xcdrdao BEGIN --- cut here --- cut here --- cut here --- cut here --- diff -urN ../cdrdao/Makefile ./Makefile --- ../cdrdao/Makefile Sun Jul 11 04:36:38 1999 +++ ./Makefile Tue Aug 3 11:49:57 1999 @@ -1,5 +1,5 @@ # New ports collection makefile for: cdrdao -# Version required: 1.1.1 +# Version required: 1.1.2 # Date created: 7 April 1999 # Whom: futatuki # @@ -7,10 +7,11 @@ # # If You don't want to use Joerg Schilling's SCSI library, # set DONT_USE_SCGLIB = yes -# If You don't want to use pthead, set DONT_USE_PTHREAD = yes +# If You don't want to use pthreads, set DONT_USE_PTHREADS = yes +# If You want the graphical X toc file editor, set XCDRDAO = yes -DISTNAME= cdrdao-1.1.1.src -PKGNAME= cdrdao-1.1.1 +DISTNAME= cdrdao-1.1.2.src +PKGNAME= cdrdao-1.1.2 CATEGORIES= audio MASTER_SITES= http://www.ping.de/sites/daneb/ @@ -19,25 +20,52 @@ BUILD_DEPENDS= antlr:${PORTSDIR}/devel/pccts\ dlg:${PORTSDIR}/devel/pccts -WRKSRC= ${WRKDIR}/cdrdao-1.1.1 +WRKSRC= ${WRKDIR}/cdrdao-1.1.2 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-gtkmmtest USE_GMAKE= yes MAN1= cdrdao.1 .include +.if exists(${PREFIX}/include/gtk--.h) +XCDRDAO= yes +.endif + +.if defined(XCDRDAO) +LIB_DEPENDS+= gtkmm-1.0.5:${PORTSDIR}/x11-toolkits/gtk-- +PLIST= ${PKGDIR}/PLIST.xcdrdao +.else +CONFIGURE_ARGS= --disable-gtkmmtest +.endif + +.if defined(XCDRDAO) && ${OSVERSION} < 400004 +BUILD_DEPENDS+= eg++:${PORTSDIR}/lang/egcs +CC= egcc +CXX= eg++ +.endif + .if defined(DONT_USE_SCGLIB) && ${OSVERSION} > 300000 CONFIGURE_ARGS+= --without-scglib .endif -.if defined(DONT_USE_PTHREAD) && ${OSVERSION} > 320000 +.if defined(DONT_USE_PTHREADS) && ${OSVERSION} > 320000 CONFIGURE_ARGS+= --without-posix-threads .endif +pre-fetch: +.if !defined(XCDRDAO) + @${ECHO_MSG} "To build the graphical X toc file editor, xcdrdao, type:" + @${ECHO_MSG} " make XCDRDAO=yes" +.else + @${ECHO_MSG} "Building with xcdrdao" +.endif + post-install: strip $(PREFIX)/bin/cdrdao +.if defined(XCDRDAO) + strip $(PREFIX)/bin/xcdrdao +.endif @${MKDIR} ${PREFIX}/share/doc/cdrdao .for i in COPYING INSTALL README README.FreeBSD README.PlexDAE @${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/doc/cdrdao/ diff -urN ../cdrdao/files/md5 ./files/md5 --- ../cdrdao/files/md5 Tue Jun 29 00:53:42 1999 +++ ./files/md5 Tue Aug 3 01:44:55 1999 @@ -1 +1 @@ -MD5 (cdrdao-1.1.1.src.tar.gz) = d5fd669ed5fee77c9053bc325c7b9f58 +MD5 (cdrdao-1.1.2.src.tar.gz) = 9ba656894cb24d05502943e7e804cd3e diff -urN ../cdrdao/pkg/PLIST.xcdrdao ./pkg/PLIST.xcdrdao --- ../cdrdao/pkg/PLIST.xcdrdao Thu Jan 1 09:00:00 1970 +++ ./pkg/PLIST.xcdrdao Tue Aug 3 00:00:59 1999 @@ -0,0 +1,8 @@ +bin/cdrdao +bin/xcdrdao +share/doc/cdrdao/COPYING +share/doc/cdrdao/INSTALL +share/doc/cdrdao/README +share/doc/cdrdao/README.FreeBSD +share/doc/cdrdao/README.PlexDAE +@dirrm share/doc/cdrdao END --- cut here --- cut here --- cut here --- cut here --- Cheers, -- Yasuhito FUTATSUKI To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 2 21:35: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from peedub.muc.de (newpc.muc.ditec.de [194.120.126.33]) by hub.freebsd.org (Postfix) with ESMTP id C33D114E49 for ; Mon, 2 Aug 1999 21:34:55 -0700 (PDT) (envelope-from garyj@peedub.muc.de) Received: from peedub.muc.de (localhost [127.0.0.1]) by peedub.muc.de (8.9.3/8.6.9) with ESMTP id GAA88573; Tue, 3 Aug 1999 06:23:22 +0200 (CEST) Message-Id: <199908030423.GAA88573@peedub.muc.de> X-Mailer: exmh version 2.0.2 2/24/98 To: davec@unforgettable.com Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/12901: New Port (slightly revised): Code Crusader and Code Medic Reply-To: Gary Jennejohn In-reply-to: Your message of "Mon, 02 Aug 1999 18:11:12 MDT." <99080218181100.01352@Amber.XtremeDev.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 03 Aug 1999 06:23:22 +0200 From: Gary Jennejohn Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dave writes: >I've contacted the author of Code Crusader, John Lindal, in regards to ctags i >n >his program. This is his reply: > >>It doesn't have the version of ctags required by Code Crusader. Darren >>Hiebert added special features for me that haven't yet made it into the >>main distribution. Code Crusader will ignore all other versions of ctags. > >>John > >Do you have any suggestions on how to install that version of ctags? > hmm. The question is whether codecrusader is looking for ${PREFIX}/bin/ctags or not. Based on grepping the *.c, *.h and Make* files it doesn't look like it. In that case you could perhaps install ctags as e.g. ${PREFIX}/bin/jctags. --- Gary Jennejohn Home - garyj@muc.de Work - garyj@fkr.dec.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 2 22:34:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail0.atl.bellsouth.net (mail0.atl.bellsouth.net [205.152.0.27]) by hub.freebsd.org (Postfix) with ESMTP id 2853A14FD6 for ; Mon, 2 Aug 1999 22:34:12 -0700 (PDT) (envelope-from wghicks@bellsouth.net) Received: from wghicks.bellsouth.net (host-216-78-101-45.asm.bellsouth.net [216.78.101.45]) by mail0.atl.bellsouth.net (3.3.0/8.9.3) with ESMTP id BAA29645; Tue, 3 Aug 1999 01:32:07 -0400 (EDT) Received: from wghicks (wghicks@localhost [127.0.0.1]) by wghicks.bellsouth.net (8.9.3/8.9.2) with ESMTP id BAA00274; Tue, 3 Aug 1999 01:36:06 -0400 (EDT) (envelope-from wghicks@wghicks.bellsouth.net) Message-Id: <199908030536.BAA00274@bellsouth.net> To: Tim Vanderhoek Cc: Bill Fumerola , freebsd-ports@FreeBSD.org, wghicks@bellsouth.net, wghicks@wghicks.bellsouth.net Subject: Re: ports/12936: [PORT UPDATE] ports/devel/bison 1.27 --> 1.28 In-reply-to: Your message of "Mon, 02 Aug 1999 23:21:26 EDT." <19990802232126.A19918@mad> Date: Tue, 03 Aug 1999 01:36:06 -0400 From: W Gerald Hicks Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I look good in a pointy hat, don't I? :) Sorry... I'm learning. Cheers, Jerry Hicks wghicks@bellsouth.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 3 1:43: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2ED8314BCF for ; Tue, 3 Aug 1999 01:43:02 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA29620; Tue, 3 Aug 1999 01:42:41 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Date: Tue, 3 Aug 1999 01:42:41 -0700 (PDT) From: Message-Id: <199908030842.BAA29620@freefall.freebsd.org> X-Mailer: exmh version 2.0.2 2/24/98 To: ports@freebsd.org Subject: Ok to drop a.out builds? Mime-Version: 1.0 Content-Type: text/plain Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org -porters, Is it ok to drop a.out building for ports? If not, till when do we need to make ports build for both formats? Regards, Koshy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 3 2:40:42 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A43D14F50 for ; Tue, 3 Aug 1999 02:40:40 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA32949; Tue, 3 Aug 1999 02:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 3 Aug 1999 02:40:03 -0700 (PDT) Message-Id: <199908030940.CAA32949@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Kris Kennaway Subject: Re: ports/12905: Graphical setup utility won't always install by default in XFree86 port Reply-To: Kris Kennaway Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12905; it has been noted by GNATS. From: Kris Kennaway To: kosmos@blarg.net Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/12905: Graphical setup utility won't always install by default in XFree86 port Date: Tue, 3 Aug 1999 18:00:34 +0930 (CST) On Sat, 31 Jul 1999 kosmos@blarg.net wrote: > If XFree86 is not already installed, XF86Setup utility won't build by > default. During the configuration part of make, if TK is not found on About the best I can think to do is to print a warning message post-install that the Tk8x package must be installed, and XFree86 reinstalled, to pick up XF86Setup. Kris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 3 2:40:42 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5CEFA14F6C for ; Tue, 3 Aug 1999 02:40:40 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA32955; Tue, 3 Aug 1999 02:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 3 Aug 1999 02:40:04 -0700 (PDT) Message-Id: <199908030940.CAA32955@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Kris Kennaway Subject: Re: ports/12931: new port: gtkglarea - an OpenGL widget for GTK+ like gtkGL Reply-To: Kris Kennaway Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12931; it has been noted by GNATS. From: Kris Kennaway To: jaeger16@yahoo.com Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/12931: new port: gtkglarea - an OpenGL widget for GTK+ like gtkGL Date: Tue, 3 Aug 1999 18:03:17 +0930 (CST) On Mon, 2 Aug 1999 jaeger16@yahoo.com wrote: > >Number: 12931 > >Category: ports > >Synopsis: new port: gtkglarea - an OpenGL widget for GTK+ like gtkGL This seems to supercede ports/9880 which I submitted back before I became a committer, and have (lazily) been sitting on ever since. Now that someone else has shown interest in it, I'll get it comitted, however I'm moving continents in two days time, so it will probably be a few weeks before I get the chance. If someone else wants to attack this one beforehand then please do. Kris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 3 6:32:55 1999 Delivered-To: freebsd-ports@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id B6D9014EB7 for ; Tue, 3 Aug 1999 06:32:52 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: from localhost (billf@localhost) by jade.chc-chimes.com (8.9.3/8.9.3) with ESMTP id IAA23109; Tue, 3 Aug 1999 08:33:49 -0400 (EDT) (envelope-from billf@jade.chc-chimes.com) Date: Tue, 3 Aug 1999 08:33:49 -0400 (EDT) From: Bill Fumerola To: Tim Vanderhoek Cc: freebsd-ports@FreeBSD.ORG, wghicks@bellsouth.net Subject: Re: ports/12936: [PORT UPDATE] ports/devel/bison 1.27 --> 1.28 In-Reply-To: <19990802232126.A19918@mad> 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 Mon, 2 Aug 1999, Tim Vanderhoek wrote: > On Mon, Aug 02, 1999 at 07:30:02PM -0700, Bill Fumerola wrote: > > > > > +++ ports/devel/bison/pkg/COMMENT Mon Aug 2 22:06:34 1999 > > > +GNU's bison (ver 1.28) > > > > Version numbers in COMMENT is silly, the package already contains the > > PKGNAME in COMMENT is silly. I already know it's bison. Tell me, > wtf is bison? Exactly. -- - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 3 7:20:31 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B390152BC for ; Tue, 3 Aug 1999 07:20:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA99843; Tue, 3 Aug 1999 07:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from southpass.baynetworks.com (ns2.BayNetworks.COM [134.177.3.16]) by hub.freebsd.org (Postfix) with ESMTP id 8791F14D85 for ; Tue, 3 Aug 1999 07:15:00 -0700 (PDT) (envelope-from bwithrow@engeast.BayNetworks.COM) Received: from mailhost.BayNetworks.COM (h8754.s84f5.BayNetworks.COM [132.245.135.84]) by southpass.baynetworks.com (8.9.1/8.9.1) with ESMTP id HAA09292 for ; Tue, 3 Aug 1999 07:10:20 -0700 (PDT) Received: from pobox.engeast.BayNetworks.COM (pobox.engeast.baynetworks.com [192.32.61.6]) by mailhost.BayNetworks.COM (8.9.1/8.8.8) with ESMTP id KAA01028 for ; Tue, 3 Aug 1999 10:11:20 -0400 (EDT) Received: from tuva.engeast.baynetworks.com (tuva [192.32.68.38]) by pobox.engeast.BayNetworks.COM (SMI-8.6/BNET-97/04/24-S) with ESMTP id KAA19261; Tue, 3 Aug 1999 10:14:42 -0400 for Received: (from bwithrow@localhost) by tuva.engeast.baynetworks.com (8.9.3/8.9.3) id KAA73188; Tue, 3 Aug 1999 10:14:30 -0400 (EDT) (envelope-from bwithrow) Message-Id: <199908031414.KAA73188@tuva.engeast.baynetworks.com> Date: Tue, 3 Aug 1999 10:14:30 -0400 (EDT) From: Robert Withrow Reply-To: bwithrow@nortelnetworks.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12941: New port: Hyperlatex (print/hyperlatex) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12941 >Category: ports >Synopsis: New port: Hyperlatex (print/hyperlatex) >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: Tue Aug 3 07:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Robert Withrow >Release: FreeBSD 3.2-RELEASE i386 >Organization: Nortel Networks >Environment: >Description: Port needed for Hyperlatex, a LaTeX add-in. >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: # # hyperlatex # hyperlatex/files # hyperlatex/files/md5 # hyperlatex/Makefile # hyperlatex/pkg # hyperlatex/pkg/COMMENT # hyperlatex/pkg/DESCR # hyperlatex/pkg/PLIST # hyperlatex/patches # hyperlatex/patches/patch-aa # hyperlatex/patches/patch-ab # echo c - hyperlatex mkdir -p hyperlatex > /dev/null 2>&1 echo c - hyperlatex/files mkdir -p hyperlatex/files > /dev/null 2>&1 echo x - hyperlatex/files/md5 sed 's/^X//' >hyperlatex/files/md5 << 'END-of-hyperlatex/files/md5' XMD5 (Hyperlatex-2.3.1.tar.gz) = 03f495366474f34b0d40812c36ee9127 END-of-hyperlatex/files/md5 echo x - hyperlatex/Makefile sed 's/^X//' >hyperlatex/Makefile << 'END-of-hyperlatex/Makefile' X# New ports collection makefile for: Hyperlatex X# Version required: 2.3.1 X# Date created: 2 August 1994 X# Whom: Robert Withrow X# X# $Id$ X# X XDISTNAME= Hyperlatex-2.3.1 XCATEGORIES= print XMASTER_SITES= ftp://ftp.cs.uni-magdeburg.de/pub/ipe/ X XMAINTAINER= witr@rwwa.com X XBUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs20 XRUN_DEPENDS= emacs:${PORTSDIR}/editors/emacs20 \ X latex:${PORTSDIR}/print/latex X XLATEX_DIR= ${PREFIX}/share/texmf/tex/latex XHYPERLATEX_DIR= ${PREFIX}/share/texmf/tex/latex/hyperlatex X Xdo-build: X cd ${WRKSRC}; emacs -batch -q -no-site-file -l hyperlatex.el -f hyperlatex-compile X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/hyperlatex ${PREFIX}/bin X ${INSTALL_SCRIPT} ${WRKSRC}/ps2gif ${PREFIX}/bin X ${INSTALL_DATA} ${WRKSRC}/hyperlatex.sty ${LATEX_DIR} X ${MKDIR} ${HYPERLATEX_DIR} X cd ${WRKSRC}; for f in *.el *.elc *.hlx *.xbm *.awk ; do \ X if [ -f $$f ]; then ${INSTALL_DATA} $$f ${HYPERLATEX_DIR}; fi; done X X.include END-of-hyperlatex/Makefile echo c - hyperlatex/pkg mkdir -p hyperlatex/pkg > /dev/null 2>&1 echo x - hyperlatex/pkg/COMMENT sed 's/^X//' >hyperlatex/pkg/COMMENT << 'END-of-hyperlatex/pkg/COMMENT' XHyperlatex produces HTML and printed documents from LaTeX source. END-of-hyperlatex/pkg/COMMENT echo x - hyperlatex/pkg/DESCR sed 's/^X//' >hyperlatex/pkg/DESCR << 'END-of-hyperlatex/pkg/DESCR' XHyperlatex is a package that allows you to prepare documents in HTML, Xand, at the same time, to produce a neatly printed document from your Xinput. Unlike some other systems that you may have seen, Hyperlatex is Xnot a general LaTeX-to-HTML converter. In Hyperlatex's author's eyes, Xconversion is not a solution to HTML authoring. A well written HTML Xdocument must differ from a printed copy in a number of rather subtle Xways. He doubts that these differences can be recognized mechanically, Xand believes that converted LaTeX can never be as readable as a Xdocument written in HTML. X XThe basic idea of Hyperlatex is to make it possible to write a Xdocument that will look like a flawless LaTeX document when printed Xand like a handwritten HTML document when viewed with an HTML browser. X XWWW: http://www.cs.ust.hk/~otfried/Hyperlatex/ X X-- Robert Withrow END-of-hyperlatex/pkg/DESCR echo x - hyperlatex/pkg/PLIST sed 's/^X//' >hyperlatex/pkg/PLIST << 'END-of-hyperlatex/pkg/PLIST' Xbin/hyperlatex Xbin/ps2gif Xshare/texmf/tex/latex/hyperlatex.sty Xshare/texmf/tex/latex/hyperlatex/article.hlx Xshare/texmf/tex/latex/hyperlatex/babel.hlx Xshare/texmf/tex/latex/hyperlatex/book.hlx Xshare/texmf/tex/latex/hyperlatex/color.hlx Xshare/texmf/tex/latex/hyperlatex/colortbl.hlx Xshare/texmf/tex/latex/hyperlatex/emulate.hlx Xshare/texmf/tex/latex/hyperlatex/english.hlx Xshare/texmf/tex/latex/hyperlatex/frames.hlx Xshare/texmf/tex/latex/hyperlatex/french.hlx Xshare/texmf/tex/latex/hyperlatex/german.hlx Xshare/texmf/tex/latex/hyperlatex/greynext.xbm Xshare/texmf/tex/latex/hyperlatex/greyprevious.xbm Xshare/texmf/tex/latex/hyperlatex/greyup.xbm Xshare/texmf/tex/latex/hyperlatex/hyperlatex.el Xshare/texmf/tex/latex/hyperlatex/hyperlatex.elc Xshare/texmf/tex/latex/hyperlatex/longtable.hlx Xshare/texmf/tex/latex/hyperlatex/makeidx.hlx Xshare/texmf/tex/latex/hyperlatex/multirow.hlx Xshare/texmf/tex/latex/hyperlatex/next.xbm Xshare/texmf/tex/latex/hyperlatex/normalize-eps.awk Xshare/texmf/tex/latex/hyperlatex/previous.xbm Xshare/texmf/tex/latex/hyperlatex/pstcol.hlx Xshare/texmf/tex/latex/hyperlatex/report.hlx Xshare/texmf/tex/latex/hyperlatex/sequential.hlx Xshare/texmf/tex/latex/hyperlatex/siteinit.hlx Xshare/texmf/tex/latex/hyperlatex/tabularx.hlx Xshare/texmf/tex/latex/hyperlatex/up.xbm X@dirrm share/texmf/tex/latex/hyperlatexEND-of-hyperlatex/pkg/PLIST echo c - hyperlatex/patches mkdir -p hyperlatex/patches > /dev/null 2>&1 echo x - hyperlatex/patches/patch-aa sed 's/^X//' >hyperlatex/patches/patch-aa << 'END-of-hyperlatex/patches/patch-aa' X--- siteinit.hlx~ Tue Sep 15 13:42:22 1998 X+++ siteinit.hlx Mon Aug 2 12:49:53 1999 X@@ -11,7 +11,7 @@ X %% This should be the URL for the icons used in the navigation panels X %% must end with a slash, unless you leave it empty X %% (empty means the icons are in the same directory as the HTML file) X-\newcommand{\HlxIcons}{http://www.cs.ust.hk/\~{}otfried/img/} X+\newcommand{\HlxIcons}{} X X %% X %% ---------------------------------------------------------------------- END-of-hyperlatex/patches/patch-aa echo x - hyperlatex/patches/patch-ab sed 's/^X//' >hyperlatex/patches/patch-ab << 'END-of-hyperlatex/patches/patch-ab' X--- hyperlatex~ Tue Sep 15 13:42:23 1998 X+++ hyperlatex Mon Aug 2 12:58:49 1999 X@@ -7,7 +7,7 @@ X ## Edit the following line to reflect your choice of the X ## Hyperlatex directory: X X- HYPERLATEX_DIR="$HOME/Hyperlatex/Hlx" X+ HYPERLATEX_DIR="/usr/local/share/texmf/tex/latex/hyperlatex" X X export HYPERLATEX_DIR X fi END-of-hyperlatex/patches/patch-ab exit >Release-Note: >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 Aug 3 10:56:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from norn.ca.eu.org (cr965240-b.abtsfd1.bc.wave.home.com [24.113.19.137]) by hub.freebsd.org (Postfix) with ESMTP id EEDFB14D36 for ; Tue, 3 Aug 1999 10:56:12 -0700 (PDT) (envelope-from cpiazza@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1002) id E7B8575D; Tue, 3 Aug 1999 10:55:02 -0700 (PDT) Date: Tue, 3 Aug 1999 10:55:02 -0700 From: Chris Piazza To: "Andrej Brodnik (Andy)" Cc: freebsd-ports@freebsd.org, kosmos@blarg.net Subject: Re: There are no X aout libs on this machine Message-ID: <19990803105502.D27630@norn.ca.eu.org> References: <37A1988D.CCCDD58C@IMFM.Uni-Lj.SI> <37A23A86.56435CBC@guessrudd.com> <37A57820.561D3EFA@IMFM.Uni-Lj.SI> <37A701A0.85F5273C@IMFM.Uni-Lj.SI> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <37A701A0.85F5273C@IMFM.Uni-Lj.SI>; from Andrej Brodnik (Andy) on Tue, Aug 03, 1999 at 04:50:08PM +0200 X-Operating-System: FreeBSD 4.0-CURRENT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Aug 03, 1999 at 04:50:08PM +0200, Andrej Brodnik (Andy) wrote: > "Andrej Brodnik (Andy)" wrote: > > > > I still get the error.-/ Any other suggestion(s), please? > > > > Jason Neumann wrote: > > > > > > If you are using FreeBSD-RELEASE-3.2, then I think your answer is here > > > > > > http://www.freebsd.org/releases/3.2R/errata.html > > > > > > "Andrej Brodnik (Andy)" wrote: > > > > > > > I tried to install netscape-communicator-4.61, but complained: > > > > > > > > ------------------ > > > > ===> Installing for netscape-communicator-4.61 > > > > ===> netscape-communicator-4.61 depends on shared library: X11.6 - > > > > found > > > > +++++++++++++++++++++++++++++++++++++++++++++ > > > > + There are no X aout libs on this machine. + > > > > +++++++++++++++++++++++++++++++++++++++++++++ > > > > > > > > What should I do? Where can I get (and put) X aout libs? > > In freebsd-ports are three contributins describing the problem. The > bottom line is that while building XFree86 I didn't ask for the > a.out libraries. Is there an easy way to get them or do I need to > rebuild the whole system? > > Thanx in advance for your answers! If you install the binary build (just Xlib.tgz I think) of XFree86 it comes with the aout libraries. You could rebuild the port, too, I guess. -Chris -- cpiazza@home.net cpiazza@FreeBSD.org "It's better to be quotable than to be honest." --Tom Stoppard To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 3 11: 4:14 1999 Delivered-To: freebsd-ports@freebsd.org Received: from norn.ca.eu.org (cr965240-b.abtsfd1.bc.wave.home.com [24.113.19.137]) by hub.freebsd.org (Postfix) with ESMTP id 7159915307; Tue, 3 Aug 1999 11:04:11 -0700 (PDT) (envelope-from cpiazza@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1002) id 5F46275D; Tue, 3 Aug 1999 11:03:31 -0700 (PDT) Date: Tue, 3 Aug 1999 11:03:31 -0700 From: Chris Piazza To: Dave Cc: gj@FreeBSD.org, freebsd-ports@FreeBSD.ORG Subject: Re: ports/12901: New Port (slightly revised): Code Crusader and Code Medic Message-ID: <19990803110331.F27630@norn.ca.eu.org> References: <99080218181100.01352@Amber.XtremeDev.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <99080218181100.01352@Amber.XtremeDev.com>; from Dave on Mon, Aug 02, 1999 at 06:11:12PM -0600 X-Operating-System: FreeBSD 4.0-CURRENT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Aug 02, 1999 at 06:11:12PM -0600, Dave wrote: > I've contacted the author of Code Crusader, John Lindal, in regards to ctags in > his program. This is his reply: > > >It doesn't have the version of ctags required by Code Crusader. Darren > >Hiebert added special features for me that haven't yet made it into the > >main distribution. Code Crusader will ignore all other versions of ctags. > > >John > > Do you have any suggestions on how to install that version of ctags? > While you're talking with him maybe you can get him to not install all the files into /usr/local/bin during the build? I think it could easily be fixed my changing all the @mv ... ${JX_INSTALL_ROOT}/bin's to ${JX_ROOT}/bin and then an install target afterwards to copy all of those to the right place. As it stands right now your port is marked BROKEN. -Chris -- cpiazza@home.net cpiazza@FreeBSD.org "It's better to be quotable than to be honest." --Tom Stoppard To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 3 11:43:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.dinoex.sub.org (mail.dinoex.sub.de [195.243.29.14]) by hub.freebsd.org (Postfix) with ESMTP id BB365152D9 for ; Tue, 3 Aug 1999 11:43:13 -0700 (PDT) (envelope-from dirk.meyer@dinoex.sub.org) Received: (from uucp@localhost) by mail.dinoex.sub.org (8.9.3/8.9.3) with UUCP id UAA17433 for freebsd-ports@FreeBSD.ORG; Tue, 3 Aug 1999 20:45:15 +0200 (CEST) Received: from gate.dinoex.sub.org (dinoex@localhost) by net2.dinoex.sub.org (8.9.3/8.9.3) with BSMTP id TAA04620 for ; Tue, 3 Aug 1999 19:15:05 +0200 (CEST) To: freebsd-ports@FreeBSD.ORG Message-ID: From: dirk.meyer@dinoex.sub.org (Dirk Meyer) Organization: privat Subject: Re: Ok to drop a.out builds? Date: Tue, 03 Aug 1999 19:10:58 +0200 X-Mailer: Dinoex 1.71 References: <199908030842.BAA29620@freefall.freebsd.org> X-Gateway: ZCONNECT gate.dinoex.sub.org [UNIX/Connect v0.79] X-PGP-Fingerprint: 44 16 EC 0A D3 3A 4F 28 8A 8A 47 93 F1 CF 2F 12 X-Copyright: (C) Copyright 1999 by Dirk Meyer -- All rights reserved. X-PGP-Key-Avail: mailto:pgp-public-keys@keys.de.pgp.net Subject:GET 0x331CDA5D X-ZC-VIA: 19990803000000S+2@dinoex.sub.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Koshy asks: > Is it ok to drop a.out building for ports? > If not, till when do we need to make ports build for both formats? No I still have to run 2.2.8-Release and need to use new ports for them. A sum of problems in 3.2 keep me busy. I would suggest a least 1 an 1/2 year after the last a.out Release. best regards Dirk -- Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany -- Tel. +49-5606-6512 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 3 12:40:56 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 441E014D97 for ; Tue, 3 Aug 1999 12:40:51 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA26190; Tue, 3 Aug 1999 12:40:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from norn.ca.eu.org (cr965240-b.abtsfd1.bc.wave.home.com [24.113.19.137]) by hub.freebsd.org (Postfix) with ESMTP id 8E2CD15104 for ; Tue, 3 Aug 1999 12:30:51 -0700 (PDT) (envelope-from cpiazza@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1002) id 64B21776; Tue, 3 Aug 1999 12:30:28 -0700 (PDT) Message-Id: <19990803193028.64B21776@norn.ca.eu.org> Date: Tue, 3 Aug 1999 12:30:28 -0700 (PDT) From: cpiazza@FreeBSD.org Reply-To: cpiazza@FreeBSD.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12944: Update: zsh-devel to version 3.1.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12944 >Category: ports >Synopsis: Update: zsh-devel to version 3.1.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 Aug 3 12:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: FreeBSD >Environment: FreeBSD 4.0-CURRENT i386 >Description: Update zsh-devel to the anticipated 3.1.6. >How-To-Repeat: >Fix: Index: zsh-devel/Makefile =================================================================== RCS file: /home/ncvs/ports/shells/zsh-devel/Makefile,v retrieving revision 1.31 diff -u -r1.31 Makefile --- Makefile 1999/06/05 22:31:54 1.31 +++ Makefile 1999/08/03 19:27:48 @@ -1,19 +1,16 @@ # New ports collection makefile for: zsh-devel -# Version required: 3.1.5 +# Version required: 3.1.6 # Date created: 31 October 1998 # Whom: shige # # $Id: Makefile,v 1.31 1999/06/05 22:31:54 mharo Exp $ # -DISTNAME= zsh-3.1.5 +DISTNAME= zsh-3.1.6 CATEGORIES= shells MASTER_SITES= ftp://ftp.zsh.org/zsh/ \ - ftp://ftp.math.gatech.edu/pub/zsh/ \ ftp://ftp.sterling.com/zsh/ \ ftp://ftp.rge.com/pub/zsh/ \ - ftp://ftp.cenatls.cena.dgac.fr/pub/shells/zsh/ \ - ftp://mrrl.lut.ac.uk/zsh/ \ ftp://ftp.fu-berlin.de/pub/unix/shells/zsh/ \ ftp://ftp.ips.oz.au/pub/packages/zsh/ \ ftp://ftp.uit.no/pub/unix/shells/zsh/ @@ -23,12 +20,14 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-zsh-mem --enable-zsh-secure-free --enable-dynamic MAN1= zsh.1 zshbuiltins.1 zshcompctl.1 zshexpn.1 zshmisc.1 \ - zshoptions.1 zshall.1 zshparam.1 zshzle.1 zshmodules.1 + zshoptions.1 zshall.1 zshparam.1 zshzle.1 zshmodules.1 \ + zshzftpsys.1 zshcompsys.1 zshcompwid.1 # If you want to build a static binary, uncomment the following line #LDFLAGS+=-static post-install: + @${INSTALL_DATA} ${WRKSRC}/Doc/zsh.info ${PREFIX}/info @install-info ${PREFIX}/info/zsh.info ${PREFIX}/info/dir @${ECHO} "Updating /etc/shells" @${CP} /etc/shells /etc/shells.bak Index: zsh-devel/files/md5 =================================================================== RCS file: /home/ncvs/ports/shells/zsh-devel/files/md5,v retrieving revision 1.16 diff -u -r1.16 md5 --- md5 1998/12/24 08:01:25 1.16 +++ md5 1999/08/03 19:27:48 @@ -1 +1 @@ -MD5 (zsh-3.1.5.tar.gz) = d954f91b6f0bd71e45e39f1228e7f4d7 +MD5 (zsh-3.1.6.tar.gz) = e5b9af6eb65c44950a1aebb2c4b72623 Index: zsh-devel/patches/patch-aa =================================================================== RCS file: /home/ncvs/ports/shells/zsh-devel/patches/patch-aa,v retrieving revision 1.2 diff -u -r1.2 patch-aa --- patch-aa 1998/12/24 08:01:26 1.2 +++ patch-aa 1999/08/03 19:27:48 @@ -1,6 +1,6 @@ ---- Doc/Makefile.in.orig Sun Nov 1 01:00:48 1998 -+++ Doc/Makefile.in Sun Nov 1 01:03:09 1998 -@@ -65,7 +65,7 @@ +--- Doc/Makefile.in.orig Tue Aug 3 12:00:20 1999 ++++ Doc/Makefile.in Tue Aug 3 12:00:50 1999 +@@ -74,7 +74,7 @@ $(TEXI2DVI) $(sdir)/zsh.texi zsh.info: zsh.texi @@ -9,11 +9,11 @@ zsh.texi: zsh.yo $(YODL) -o $(sdir)/zsh.texi -I$(sdir) -w ztexi.yo version.yo zsh.yo -@@ -133,7 +133,7 @@ +@@ -177,7 +177,7 @@ # install info pages, creating install directory if necessary install.info: zsh.info $(sdir_top)/mkinstalldirs $(infodir) -- for file in zsh.info zsh.info-[1-9]; do \ +- for file in zsh.info zsh.info-[1-9]*; do \ + for file in zsh.info ; do \ if test -f $$file; then \ $(INSTALL_DATA) $$file $(infodir); \ Index: zsh-devel/patches/patch-ab =================================================================== RCS file: /home/ncvs/ports/shells/zsh-devel/patches/patch-ab,v retrieving revision 1.2 diff -u -r1.2 patch-ab --- patch-ab 1998/12/24 08:01:26 1.2 +++ patch-ab 1999/08/03 19:27:48 @@ -1,7 +1,7 @@ ---- Doc/zsh.texi.orig Sun Nov 1 01:01:48 1998 -+++ Doc/zsh.texi Sun Nov 1 01:02:17 1998 -@@ -2,6 +2,10 @@ - @c %**start of header +--- Doc/zsh.texi.orig Sun Aug 1 05:13:14 1999 ++++ Doc/zsh.texi Tue Aug 3 12:01:18 1999 +@@ -7,6 +7,10 @@ + @end iftex @setfilename zsh.info @settitle zsh +@dircategory Shells Index: zsh-devel/pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/shells/zsh-devel/pkg/PLIST,v retrieving revision 1.21 diff -u -r1.21 PLIST --- PLIST 1999/06/05 22:27:43 1.21 +++ PLIST 1999/08/03 19:27:48 @@ -1,7 +1,164 @@ bin/zsh @exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells @unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells -bin/zsh-3.1.5 +bin/zsh-3.1.6 @unexec install-info --delete %D/info/zsh.info %D/info/dir info/zsh.info @exec install-info %D/info/zsh.info %D/info/dir +lib/zsh/3.1.6/cap.so +lib/zsh/3.1.6/clone.so +lib/zsh/3.1.6/comp1.so +lib/zsh/3.1.6/compctl.so +lib/zsh/3.1.6/complist.so +lib/zsh/3.1.6/deltochar.so +lib/zsh/3.1.6/example.so +lib/zsh/3.1.6/files.so +lib/zsh/3.1.6/mapfile.so +lib/zsh/3.1.6/parameter.so +lib/zsh/3.1.6/rlimits.so +lib/zsh/3.1.6/sched.so +lib/zsh/3.1.6/stat.so +lib/zsh/3.1.6/zftp.so +lib/zsh/3.1.6/zle.so +share/zsh/functions/_a2ps +share/zsh/functions/_aliases +share/zsh/functions/_approximate +share/zsh/functions/_arrays +share/zsh/functions/_autoload +share/zsh/functions/_bg_jobs +share/zsh/functions/_bindkey +share/zsh/functions/_brace_parameter +share/zsh/functions/_builtin +share/zsh/functions/_bunzip2 +share/zsh/functions/_bzip2 +share/zsh/functions/_cd +share/zsh/functions/_chown +share/zsh/functions/_command +share/zsh/functions/_command_names +share/zsh/functions/_compalso +share/zsh/functions/_complete +share/zsh/functions/_complete_opts +share/zsh/functions/_compress +share/zsh/functions/_condition +share/zsh/functions/_configure +share/zsh/functions/_correct +share/zsh/functions/_correct_filename +share/zsh/functions/_correct_word +share/zsh/functions/_cvs +share/zsh/functions/_dd +share/zsh/functions/_default +share/zsh/functions/_dirs +share/zsh/functions/_disable +share/zsh/functions/_dvi +share/zsh/functions/_echotc +share/zsh/functions/_enable +share/zsh/functions/_equal +share/zsh/functions/_expand +share/zsh/functions/_expand_word +share/zsh/functions/_fc +share/zsh/functions/_files +share/zsh/functions/_find +share/zsh/functions/_first +share/zsh/functions/_functions +share/zsh/functions/_gdb +share/zsh/functions/_groups +share/zsh/functions/_gunzip +share/zsh/functions/_gzip +share/zsh/functions/_hash +share/zsh/functions/_history_complete_word +share/zsh/functions/_hosts +share/zsh/functions/_jobs +share/zsh/functions/_kill +share/zsh/functions/_limits +share/zsh/functions/_list +share/zsh/functions/_long_options +share/zsh/functions/_main_complete +share/zsh/functions/_make +share/zsh/functions/_man +share/zsh/functions/_match +share/zsh/functions/_math +share/zsh/functions/_menu +share/zsh/functions/_mh +share/zsh/functions/_most_recent_file +share/zsh/functions/_multi_parts +share/zsh/functions/_normal +share/zsh/functions/_oldlist +share/zsh/functions/_options +share/zsh/functions/_parameter +share/zsh/functions/_parameters +share/zsh/functions/_path_files +share/zsh/functions/_pdf +share/zsh/functions/_precommand +share/zsh/functions/_ps +share/zsh/functions/_rcs +share/zsh/functions/_read_comp +share/zsh/functions/_redirect +share/zsh/functions/_rlogin +share/zsh/functions/_sched +share/zsh/functions/_sep_parts +share/zsh/functions/_set +share/zsh/functions/_set_options +share/zsh/functions/_setopt +share/zsh/functions/_sh +share/zsh/functions/_source +share/zsh/functions/_stat +share/zsh/functions/_strip +share/zsh/functions/_stty +share/zsh/functions/_su +share/zsh/functions/_subscript +share/zsh/functions/_tar +share/zsh/functions/_tar_archive +share/zsh/functions/_tex +share/zsh/functions/_tilde +share/zsh/functions/_trap +share/zsh/functions/_uncompress +share/zsh/functions/_unhash +share/zsh/functions/_unset_options +share/zsh/functions/_unsetopt +share/zsh/functions/_use_lo +share/zsh/functions/_vars +share/zsh/functions/_vars_eq +share/zsh/functions/_wait +share/zsh/functions/_which +share/zsh/functions/_x_options +share/zsh/functions/_xfig +share/zsh/functions/_zftp +share/zsh/functions/_zle +share/zsh/functions/_zmodload +share/zsh/functions/compdump +share/zsh/functions/compinit +share/zsh/functions/compinstall +share/zsh/functions/incremental-complete-word +share/zsh/functions/insert-files +share/zsh/functions/zfanon +share/zsh/functions/zfautocheck +share/zsh/functions/zfcd +share/zsh/functions/zfcd_match +share/zsh/functions/zfcget +share/zsh/functions/zfclose +share/zsh/functions/zfcput +share/zsh/functions/zfdir +share/zsh/functions/zfgcp +share/zsh/functions/zfget +share/zsh/functions/zfget_match +share/zsh/functions/zfgoto +share/zsh/functions/zfhere +share/zsh/functions/zfinit +share/zsh/functions/zfls +share/zsh/functions/zfmark +share/zsh/functions/zfopen +share/zsh/functions/zfparams +share/zsh/functions/zfpcp +share/zsh/functions/zfput +share/zsh/functions/zfrglob +share/zsh/functions/zfrtime +share/zsh/functions/zfstat +share/zsh/functions/zftp_chpwd +share/zsh/functions/zftp_progress +share/zsh/functions/zftype +share/zsh/functions/zfuget +share/zsh/functions/zfuput +@dirrm lib/zsh/3.1.6 +@dirrm lib/zsh +@dirrm share/zsh/functions +@dirrm share/zsh -Chris >Release-Note: >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 Aug 3 12:45:55 1999 Delivered-To: freebsd-ports@freebsd.org Received: from att.com (kcgw1.att.com [192.128.133.151]) by hub.freebsd.org (Postfix) with SMTP id 9E0401530F; Tue, 3 Aug 1999 12:45:51 -0700 (PDT) (envelope-from shalunov@att.com) Received: from kcig1.att.att.com by kcgw1.att.com (AT&T/IPNS/UPAS-1.0) for freebsd.org!jfieber freebsd.org!freebsd-ports sender att.com!shalunov (att.com!shalunov); Tue Aug 3 14:45 CDT 1999 Received: from tuzik.lz.att.com (tuzik.lz.att.com [135.25.200.84]) by kcig1.att.att.com (AT&T/IPNS/GW-1.0) with ESMTP id OAA08796; Tue, 3 Aug 1999 14:45:29 -0500 (CDT) Received: (from shalunov@localhost) by tuzik.lz.att.com (8.9.2/8.9.2) id PAA11536; Tue, 3 Aug 1999 15:48:03 -0400 (EDT) (envelope-from shalunov@att.com) Date: Tue, 3 Aug 1999 15:48:03 -0400 (EDT) Message-Id: <199908031948.PAA11536@tuzik.lz.att.com> From: stanislav shalunov To: jfieber@FreeBSD.org Cc: freebsd-ports@FreeBSD.org Subject: sgmlfmt: producing text files Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org John, I'm using sgmlfmt (Id: sgmlfmt.pl,v 1.26 1997/05/12 14:16:48 jfieber Exp, the version that came with 3.1-RELEASE) to format my SGML linuxdoc documents. I need to be able to produce plain text output. I noticed that "sgmlfmt -f ascii" goes through groff to produce the text. Unfortunately, this mean that the file will be formatted all right for printing on a line printer, but that's the least likely use of a text file (it would rather be used for Usenet postings, emailing, etc.; if I wanted to print, I'd produce PostScript!). The disadvantages of using groff to produce text are: * Underlined/bold text (easily fixed with "ul -l dumb"); * Headings/footings (not so easily fixed, because one needs to extract the title, decode entities, etc.); * Hyphenations: this makes text not searchable, and spell-checking won't work. It's the accepted practice to just wrap the lines on word boundaries. I found that I can get much better results by editing sgmlfmt so that $maxlevel=0, producing HTML file, and then doing "lynx -dump -nolist". I also found that for moderate size documents, I *don't* want to have have them split in multiple files, so maxlevel 0 seems a very reasonable default for HTML generation as well. In short: Suggestion one: Produce text files from HTML (using "lynx -dump -nolist"). Suggestion two: Make $maxlevel configurable from the command line (I think latex2html uses option name "-split" for the variable with this meaning, just in case you want to be consistent with something). Bug report: When making HTML from a linuxdoc file that has tag in , email is not handled correctly. Question: What about producing LaTeX output? I would very much prefer to have LaTeX formatting to the shitty paragraphs produced by groff (no offense to groff, but TeX paragraph formatting and hyphenation algorithms are just much better). Seems like the script was last updated a lo-o-ong time ago, do you still support it? --Stanislav To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 3 12:50:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2425A14EA5 for ; Tue, 3 Aug 1999 12:50:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA27095; Tue, 3 Aug 1999 12:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from cc158233-a.catv1.md.home.com (cc158233-a.catv1.md.home.com [24.3.25.17]) by hub.freebsd.org (Postfix) with ESMTP id 10ACE14D97 for ; Tue, 3 Aug 1999 12:43:34 -0700 (PDT) (envelope-from sjr@home.net) Received: (from sjr@localhost) by cc158233-a.catv1.md.home.com (8.9.3/8.9.3) id PAA18415; Tue, 3 Aug 1999 15:42:16 -0400 (EDT) (envelope-from sjr) Message-Id: <199908031942.PAA18415@cc158233-a.catv1.md.home.com> Date: Tue, 3 Aug 1999 15:42:16 -0400 (EDT) From: sjr@home.com Reply-To: sjr@home.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12945: Update for port p5-SNMP_Session to version 0.72 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12945 >Category: ports >Synopsis: Update for port p5-SNMP_Session to version 0.72 >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: Tue Aug 3 12:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Stephen J. Roznowski >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: This is an update of the p5-SNMP_Session port to version 0.72. >How-To-Repeat: >Fix: diff -ru /usr/ports/net/p5-SNMP_Session/Makefile p5-SNMP_Session/Makefile --- /usr/ports/net/p5-SNMP_Session/Makefile Mon Jun 28 01:47:03 1999 +++ p5-SNMP_Session/Makefile Tue Aug 3 15:36:58 1999 @@ -6,8 +6,8 @@ # $Id: Makefile,v 1.2 1999/06/28 05:47:03 cpiazza Exp $ # -DISTNAME= SNMP_Session-0.70 -PKGNAME= p5-SNMP_Session-0.70 +DISTNAME= SNMP_Session-0.72 +PKGNAME= p5-SNMP_Session-0.72 CATEGORIES= net perl5 MASTER_SITES= ftp://ftp.switch.ch/software/sources/network/snmp/perl/ diff -ru /usr/ports/net/p5-SNMP_Session/files/md5 p5-SNMP_Session/files/md5 --- /usr/ports/net/p5-SNMP_Session/files/md5 Sun Jun 27 13:41:45 1999 +++ p5-SNMP_Session/files/md5 Tue Aug 3 15:37:23 1999 @@ -1 +1 @@ -MD5 (SNMP_Session-0.70.tar.gz) = 9a38a84afffa8c03fa3e5f38dcac0186 +MD5 (SNMP_Session-0.72.tar.gz) = cfde75221dd370a84c483034f57a14f8 >Release-Note: >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 Aug 3 14: 5: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from fallout.campusview.indiana.edu (fallout.campusview.indiana.edu [149.159.1.1]) by hub.freebsd.org (Postfix) with ESMTP id 16B1814FF6 for ; Tue, 3 Aug 1999 14:05:00 -0700 (PDT) (envelope-from jfieber@fallout.campusview.indiana.edu) Received: from localhost (jfieber@localhost) by fallout.campusview.indiana.edu (8.9.3+Sun/8.9.3) with ESMTP id QAA01745; Tue, 3 Aug 1999 16:04:12 -0500 (EST) Date: Tue, 3 Aug 1999 16:04:11 -0500 (EST) From: To: stanislav shalunov Cc: freebsd-ports@FreeBSD.org Subject: Re: sgmlfmt: producing text files In-Reply-To: <199908031948.PAA11536@tuzik.lz.att.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 Tue, 3 Aug 1999, stanislav shalunov wrote: > Question: What about producing LaTeX output? I would very much prefer > to have LaTeX formatting to the shitty paragraphs produced by groff > (no offense to groff, but TeX paragraph formatting and hyphenation > algorithms are just much better). LaTeX was the original output for print but at one point the SGML tools were included in FreeBSD and thus couldn't have any outlandish dependencies like TeX. During that conversion to groff, I developed an intense dislike for groff and I hope never to use it again. Anyhow, if there are not lingering LaTeX transpec files in the current sgmlformat package, I believe they may exist in some earlier incarnations. Alas, they are not quite as featureful as the groff versions and the processing procedure is a bit more awkward, but as you say, TeX is much better at typesetting. Generally, a better route is to convert from linuxdoc to docbook and use jade plus Norm Walsh's DSSSL stylesheets for docbook. If you use the instant(1) program by hand, there should be a transpec file that will do a quick-and-dirty linuxdoc to docbook conversion. It requires some manual cleanup but it does quite a bit of the work. > Seems like the script was last updated a lo-o-ong time ago, do you > still support it? Not if I can help it. I pretty much do all my SGML formatting with Jade and DSSSL stylesheets. (And to be honest, I don't even have a FreeBSD machine at the moment...my work is almost entirely solaris and I've recently switched to solaris at home to make life more consistent.) -john To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 3 14:21: 0 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4991C14C1D for ; Tue, 3 Aug 1999 14:20:57 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA35534; Tue, 3 Aug 1999 14:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 3 Aug 1999 14:20:02 -0700 (PDT) Message-Id: <199908032120.OAA35534@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Dunker Done Subject: Re: ports/12245: port of irc core dumps on current Reply-To: Dunker Done Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12245; it has been noted by GNATS. From: Dunker Done To: freebsd-gnats-submit@freebsd.org, dunk@1st.dudi.org Cc: Subject: Re: ports/12245: port of irc core dumps on current Date: Tue, 03 Aug 1999 23:16:54 +0200 this port works fine now .. how can i close the PR ? grtx, Bart. dunk@1st.dudi.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 3 14:45: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BDF1914BE9; Tue, 3 Aug 1999 14:45:00 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA37232; Tue, 3 Aug 1999 14:43:47 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Tue, 3 Aug 1999 14:43:47 -0700 (PDT) From: Message-Id: <199908032143.OAA37232@freefall.freebsd.org> To: dunk@1st.dudi.org, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12245: port of irc core dumps on current Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: port of irc core dumps on current State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Tue Aug 3 14:43:33 PDT 1999 State-Changed-Why: Submitter reports that the problem went away. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 3 14:47:45 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AFCD3152E6; Tue, 3 Aug 1999 14:46:54 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA37526; Tue, 3 Aug 1999 14:46:53 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Tue, 3 Aug 1999 14:46:53 -0700 (PDT) From: Message-Id: <199908032146.OAA37526@freefall.freebsd.org> To: sjr@home.com, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12945: Update for port p5-SNMP_Session to version 0.72 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update for port p5-SNMP_Session to version 0.72 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Tue Aug 3 14:46:46 PDT 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 3 16:21:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mgc.spacestar.net (mgc.spacestar.net [206.191.192.57]) by hub.freebsd.org (Postfix) with ESMTP id 7541A151A8 for ; Tue, 3 Aug 1999 16:21:24 -0700 (PDT) (envelope-from mgc-news@mgc.spacestar.net) Received: from mgc.spacestar.net (localhost.spacestar.net [127.0.0.1]) by mgc.spacestar.net (Postfix) with ESMTP id 5A7D141; Tue, 3 Aug 1999 18:18:31 -0500 (CDT) Message-ID: <37A778C5.3C925B9E@mgc.spacestar.net> Date: Tue, 03 Aug 1999 18:18:30 -0500 From: Gael M Organization: Spacestar X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: ve@sci.fi Cc: ports@FreeBSD.org Subject: FreeBSD Port: fetchmail-5.0.5 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi impossible to install the port of fetchmail (5.0.5, latest cvsup of the port today) cc -DHAVE_CONFIG_H -c -I. -I. -DHESIOD -I/usr/local/include -O -pipe fetchmail.c fetchmail.c: In function `load_params': fetchmail.c:1065: warning: assignment makes pointer from integer without a cast fetchmail.c:1066: dereferencing pointer to incomplete type fetchmail.c:1068: dereferencing pointer to incomplete type fetchmail.c:1071: dereferencing pointer to incomplete type *** Error code 1 FreeBSD 4.0 latest cvsup 990723 -- Gael MARTINEZ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 3 16:30:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 50E8F14CCB for ; Tue, 3 Aug 1999 16:30:20 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA43746; Tue, 3 Aug 1999 16:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 3 Aug 1999 16:30:02 -0700 (PDT) Message-Id: <199908032330.QAA43746@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: wghicks@bellsouth.net Subject: Re: ports/12936: [PORT UPDATE] ports/devel/bison 1.27 --> 1.28 Reply-To: wghicks@bellsouth.net Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12936; it has been noted by GNATS. From: wghicks@bellsouth.net To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: ports/12936: [PORT UPDATE] ports/devel/bison 1.27 --> 1.28 Date: Tue, 3 Aug 1999 19:26:29 -0400 (EDT) >Submitter-Id: current-users >Originator: W Gerald Hicks >Organization: Fair Play, Uninc. >Confidential: no >Synopsis: Follow-up to correct idiotic errors in prior submission :) >Severity: non-critical >Priority: low >Category: ports >Release: FreeBSD 3.2-STABLE i386 >Class: change-request >Environment: FreeBSD wghicks.bellsouth.net 3.2-STABLE FreeBSD 3.2-STABLE #0:\ Sat Jul 24 14:42:29 EDT 1999 wghicks@wghicks.bellsouth.net:\ /usr/src/sys/compile/WGHICKS i386 >Description: Several sins committed in prior submission (hopefully) corrected >How-To-Repeat: Install the port! >Fix: diff -ruN ports/devel/bison.orig/Makefile ports/devel/bison/Makefile --- ports/devel/bison.orig/Makefile Sun May 2 23:18:07 1999 +++ ports/devel/bison/Makefile Tue Aug 3 18:48:30 1999 @@ -6,7 +6,7 @@ # $Id: Makefile,v 1.1.1.1 1999/05/03 03:18:07 steve Exp $ # -DISTNAME= bison-1.27 +DISTNAME= bison-1.28 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= bison diff -ruN ports/devel/bison.orig/files/md5 ports/devel/bison/files/md5 --- ports/devel/bison.orig/files/md5 Sun May 2 23:18:08 1999 +++ ports/devel/bison/files/md5 Tue Aug 3 18:50:04 1999 @@ -1 +1 @@ -MD5 (bison-1.27.tar.gz) = 62cdda07da0bedaf7349a12903bd207d +MD5 (bison-1.28.tar.gz) = 4afb3989f2270043c47c3daa1fa7ffab diff -ruN ports/devel/bison.orig/pkg/COMMENT ports/devel/bison/pkg/COMMENT --- ports/devel/bison.orig/pkg/COMMENT Sun May 2 23:18:08 1999 +++ ports/devel/bison/pkg/COMMENT Tue Aug 3 19:07:23 1999 @@ -1 +1 @@ -GNU's bison (ver 1.27) +Bison is a parser generator from FSF, (mostly) compatible with Yacc. diff -ruN ports/devel/bison.orig/pkg/PLIST ports/devel/bison/pkg/PLIST --- ports/devel/bison.orig/pkg/PLIST Sat Jun 5 18:21:23 1999 +++ ports/devel/bison/pkg/PLIST Tue Aug 3 18:59:32 1999 @@ -3,3 +3,7 @@ share/bison.simple @unexec install-info --delete %D/info/bison.info %D/info/dir info/bison.info +share/locale/de/LC_MESSAGES/bison.mo +share/locale/es/LC_MESSAGES/bison.mo +share/locale/fr/LC_MESSAGES/bison.mo +share/locale/nl/LC_MESSAGES/bison.mo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 3 16:48:44 1999 Delivered-To: freebsd-ports@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id B139015163 for ; Tue, 3 Aug 1999 16:48:42 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (iras-4-95.ucdavis.edu [169.237.17.223]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id QAA71570 for ; Tue, 3 Aug 1999 16:48:20 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id QAA38716 for ports@freebsd.org; Tue, 3 Aug 1999 16:48:18 -0700 (PDT) (envelope-from obrien) Date: Tue, 3 Aug 1999 16:46:01 -0700 From: "David O'Brien" To: ports@freebsd.org Subject: (FWD) HASSECURITY too secure? Message-ID: <19990803164601.A38693@dragon.nuxi.com> Reply-To: obrien@NUXI.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i X-Operating-System: FreeBSD 4.0-CURRENT 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 What are people's opinions on this issues concerning LSOF? ----- Forwarded message from Vic Abell ----- Date: Tue, 3 Aug 1999 08:06:39 -0500 Subject: HASSECURITY too secure? Recently Craig Leres wrote this: > > I've noticed that if I am in group kmem and run a non-setuid lsof > binary, I can only look at processes owned by me. It seems like > this restriction should only apply when running set user or group > id, don't you think? Please consider the appended patch. I gave it some thought over the course of further e-mail exchanges with Craig and his colleague, Jef Poskanzer, and decided to decline to make the changes Craig requested. Since Craig and Jef remain unconvinced that my position is correct, I thought I'd put the question to you readers of lsof-l to get your thoughts and opinions. Craig's position is stated in the above citation. My position is that HASSECURITY functions exactly as described in 00README and the change Craig proposes would affect people who rely on the documented HASSECURITY behavior. 00README says: If the symbol HASSECURITY is defined, a security mode is enabled, and lsof will allow only the root user to list all open files. Non-root users may list only open files whose processes have the same user ID as the real user ID of the lsof process (the one that its user logged on with). I know there are ports packages (e.g., FreeBSD and maybe Debian Linux) that patch machine.h to activate HASSECURITY, and I'm not comfortable changing the effect of HASSECURITY because of them. What could be done, given sufficient interest in such a feature, would be to establish a new HASSECURITY level (or a new feature definition altogether) that would do what Craig and Jef want. I think that doing so would probably take more effort to change peripheral pieces and documentation than the basic changes Craig has supplied, and I'm not yet convinced I should spend time on it. A minor objection is that the change would be slightly different for the lsof implementations (/proc-based Linux, Pyramid DC/OSx, and Pyramid Reliant UNIX) that already need root permission. In both cases, the change would have to determine if the executing process had other permissions (i.e., access to /dev/kmem or read permission to /proc files) that made continuing past the traditional HASSECURITY block practical. So what do you think? Is such a change worth considering and spending (my) time and effort? If you think a change would be useful, what should be changed; should HASSECURITY be changed the way Craig suggests; or should there be a new security option? Vic ----- End forwarded message ----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 3 17: 0: 0 1999 Delivered-To: freebsd-ports@freebsd.org Received: from norn.ca.eu.org (cr965240-b.abtsfd1.bc.wave.home.com [24.113.19.137]) by hub.freebsd.org (Postfix) with ESMTP id 04C5A152E6 for ; Tue, 3 Aug 1999 16:59:52 -0700 (PDT) (envelope-from cpiazza@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1002) id 95EE572D; Tue, 3 Aug 1999 16:59:30 -0700 (PDT) Date: Tue, 3 Aug 1999 16:59:30 -0700 From: Chris Piazza To: Gael M Cc: ve@sci.fi, ports@FreeBSD.ORG Subject: Re: FreeBSD Port: fetchmail-5.0.5 Message-ID: <19990803165930.A98241@norn.ca.eu.org> References: <37A778C5.3C925B9E@mgc.spacestar.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <37A778C5.3C925B9E@mgc.spacestar.net>; from Gael M on Tue, Aug 03, 1999 at 06:18:30PM -0500 X-Operating-System: FreeBSD 4.0-CURRENT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Aug 03, 1999 at 06:18:30PM -0500, Gael M wrote: > Hi > > impossible to install the port of fetchmail (5.0.5, latest cvsup of the > port today) > > > > cc -DHAVE_CONFIG_H -c -I. -I. -DHESIOD -I/usr/local/include -O -pipe fetchmail.c > fetchmail.c: In function `load_params': > fetchmail.c:1065: warning: assignment makes pointer from integer without a cast > fetchmail.c:1066: dereferencing pointer to incomplete type > fetchmail.c:1068: dereferencing pointer to incomplete type > fetchmail.c:1071: dereferencing pointer to incomplete type > *** Error code 1 > > FreeBSD 4.0 latest cvsup 990723 > I can't reproduce this. cc -DHAVE_CONFIG_H -c -I. -I. -O -pipe etrn.c cc -DHAVE_CONFIG_H -c -I. -I. -O -pipe fetchmail.c cc -DHAVE_CONFIG_H -c -I. -I. -O -pipe env.c [...] cc -O -pipe rcfile_y.o rcfile_l.o socket.o getpass.o pop2.o pop3.o imap.o etrn.o fetchmail.o env.o options.o daemon.o driver.o sink.o rfc822.o smtp.o xmalloc.o uid.o mxget.o md5ify.o rpa.o interface.o netrc.o base64.o error.o unmime.o conf.o checkalias.o getopt.o getopt1.o -lkvm -lfl -lmd -o fetchmail On -current as of today. What I'm wondering is why our command line's for the build are different unless you're using kerberosIV. I tested on my machine (-current with no kerberos), and freefall (3.1-stable with kerveros_v5) but I have no way to test anything else. -Chris -- cpiazza@home.net cpiazza@FreeBSD.org "It's better to be quotable than to be honest." --Tom Stoppard To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 3 17:21:13 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.vlsi.fi (mail.vlsi.fi [195.74.10.147]) by hub.freebsd.org (Postfix) with ESMTP id 2A45C14C8E for ; Tue, 3 Aug 1999 17:21:06 -0700 (PDT) (envelope-from ville@vehome.pp.sci.fi) Received: (from smap@localhost) by mail.vlsi.fi (8.8.8/8.8.8) id DAA22603; Wed, 4 Aug 1999 03:21:05 +0300 (EET DST) (envelope-from ville@vehome.pp.sci.fi) Received: from vlsi1.vlsi.fi(193.64.2.2) by mail.vlsi.fi via smap (V1.3) id xma022601; Wed, 4 Aug 99 03:20:52 +0300 Received: from vehome.pp.sci.fi (vebsd.vlsi.fi [10.0.2.2]) by vlsi1.vlsi.fi (Postfix) with ESMTP id 82F1B44C04; Wed, 4 Aug 1999 03:20:41 +0300 (EETDST) Received: (from ville@localhost) by vehome.pp.sci.fi (8.9.3/8.9.2) id DAA03449; Wed, 4 Aug 1999 03:20:20 +0300 (EEST) (envelope-from Ville.Eerola@sci.fi) Date: Wed, 4 Aug 1999 03:20:20 +0300 (EEST) Message-Id: <199908040020.DAA03449@vehome.pp.sci.fi> From: Ville Eerola To: Chris Piazza Cc: Gael M , ports@FreeBSD.ORG Subject: Re: FreeBSD Port: fetchmail-5.0.5 In-Reply-To: <19990803165930.A98241@norn.ca.eu.org> References: <37A778C5.3C925B9E@mgc.spacestar.net> <19990803165930.A98241@norn.ca.eu.org> X-Mailer: VM Version 5.93 (beta) under GNU Emacs 19.34.1 Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > On Tue, Aug 03, 1999 at 06:18:30PM -0500, Gael M wrote: > > > > impossible to install the port of fetchmail (5.0.5, latest cvsup of the > > port today) > > > > cc -DHAVE_CONFIG_H -c -I. -I. -DHESIOD -I/usr/local/include -O -pipe fetchmail.c [rest error messged deleted] > > FreeBSD 4.0 latest cvsup 990723 Chris Piazza writes: > I can't reproduce this. [build log removed] > On -current as of today. What I'm wondering is why our command line's > for the build are different unless you're using kerberosIV. I tested > on my machine (-current with no kerberos), and freefall (3.1-stable with > kerveros_v5) but I have no way to test anything else. Same here. No problems building on my 3.2-Stable system, no Kerberos. Last build world is from around middle of July. I also noticed the different command line. I wonder where the HESIOD stuff comes from? Is it from Kerberos? Since I'm not running or experienced with Kerberos, I really cannot help you with that. I can only hope that there are other fetchmail users using Kerberos, who are able to find a fix. Regards, Ville -- Ville Eerola | Powered by ve@sci.fi | FreeBSD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 3 19: 2: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ED1EE14C0A for ; Tue, 3 Aug 1999 19:02:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA57239; Tue, 3 Aug 1999 19:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 3 Aug 1999 19:00:02 -0700 (PDT) Message-Id: <199908040200.TAA57239@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Palle Girgensohn Subject: Re: ports/12748: linux_base-5.2 and linux communicator problem Reply-To: Palle Girgensohn Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12748; it has been noted by GNATS. From: Palle Girgensohn To: freebsd-gnats-submit@freebsd.org, girgen@partitur.se, Marcel Moolenaar Cc: Subject: Re: ports/12748: linux_base-5.2 and linux communicator problem Date: Wed, 04 Aug 1999 01:56:35 +0000 Hello again, Unfortunately, the problem *can* be reproduced: Linux_base doesn't work with NIS/YP, at least not for sending mail with netscape. The problem described in PR-12748 happens only when the user running linux-netscape is in the NIS/YP database. Local users can send mails with no problem, but not when the passwd info is stored in a NIS database. I guess you'll have to reopen this PR? :-( I have tried the obvious nsswitch.conf, and modified it to use nis and files for everything, but to no avail. I also tried running the glibc version of netscape, but it gives me a bus error every time. (I had to install libXpm from an rpm, or it would complain about missing libs.) Maybe it's related to pam or the shadow password file? I someone could help me fix this, I'll be much obliged! Thanks! /Palle PS. There seems that the libc's are somewhat dirfferent, but may not mean anything? (/usr/local/compat is linux_lib-2.6 and /usr/compat is linux_base-5.2): ls -l /usr/compat/linux/usr/i486-linux-libc5/lib/libc.so.5.3.12 \ /usr/local/compat/linux/lib/libc.so.5.3.12 -rwxr-xr-x 1 root wheel 699776 Sep 10 1998 /usr/compat/linux/usr/i486-linux-libc5/lib/libc.so.5.3.12* -rwxr-xr-x 1 root 569 705995 Oct 25 1996 /usr/local/compat/linux/lib/libc.so.5.3.12* elbas:~$ file /usr/compat/linux/usr/i486-linux-libc5/lib/libc.so.5.3.12 \ /usr/local/compat/linux/lib/libc.so.5.3.12 /usr/compat/linux/usr/i486-linux-libc5/lib/libc.so.5.3.12: ELF 32-bit LSB shared object, Intel 80386, version 1, not stripped /usr/local/compat/linux/lib/libc.so.5.3.12: ELF 32-bit LSB shared object, Intel 80386, version 1, not stripped DS. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 3 19:44:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix14.ix.netcom.com (dfw-ix14.ix.netcom.com [206.214.98.14]) by hub.freebsd.org (Postfix) with ESMTP id 1ADDE14E2A; Tue, 3 Aug 1999 19:44:15 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix14.ix.netcom.com (8.8.4/8.8.4) id VAA10060; Tue, 3 Aug 1999 21:42:59 -0500 (CDT) Received: from sji-ca3-136.ix.netcom.com(209.109.233.136) by dfw-ix14.ix.netcom.com via smap (V1.3) id rma009901; Tue Aug 3 21:42:10 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id TAA89477; Tue, 3 Aug 1999 19:42:02 -0700 (PDT) Date: Tue, 3 Aug 1999 19:42:02 -0700 (PDT) Message-Id: <199908040242.TAA89477@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: jkoshy@FreeBSD.org Cc: ports@FreeBSD.org In-reply-to: <199908030842.BAA29620@freefall.freebsd.org> (jkoshy@FreeBSD.org) Subject: Re: Ok to drop a.out builds? From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) References: <199908030842.BAA29620@freefall.freebsd.org> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: * -porters, * * Is it ok to drop a.out building for ports? If you are talking about new ports, it is no longer necessary to support a.out builds. For old ones, please keep a.out compatibility for some more time unless it is really hard to do. * If not, till when do we need to make ports build for both formats? It has been less than a year since the last release from the 2.2 branch. Maybe something like a year after 2.2.8R will be a good time to stop a.out builds of existing ports too. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 3 20:27:51 1999 Delivered-To: freebsd-ports@freebsd.org Received: from picnic.mat.net (picnic.mat.net [206.246.122.133]) by hub.freebsd.org (Postfix) with ESMTP id 5A20114DB2; Tue, 3 Aug 1999 20:27:18 -0700 (PDT) (envelope-from chuckr@picnic.mat.net) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.9.3/8.9.3) with ESMTP id XAA53951; Tue, 3 Aug 1999 23:26:05 -0400 (EDT) (envelope-from chuckr@picnic.mat.net) Date: Tue, 3 Aug 1999 23:26:05 -0400 (EDT) From: Chuck Robey To: stanislav shalunov Cc: jfieber@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: sgmlfmt: producing text files In-Reply-To: <199908031948.PAA11536@tuzik.lz.att.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 Tue, 3 Aug 1999, stanislav shalunov wrote: > John, > > I'm using sgmlfmt (Id: sgmlfmt.pl,v 1.26 1997/05/12 14:16:48 jfieber > Exp, the version that came with 3.1-RELEASE) to format my SGML > linuxdoc documents. I need to be able to produce plain text output. > I noticed that "sgmlfmt -f ascii" goes through groff to produce the > text. Unfortunately, this mean that the file will be formatted all > right for printing on a line printer, but that's the least likely use > of a text file (it would rather be used for Usenet postings, emailing, > etc.; if I wanted to print, I'd produce PostScript!). You people are forgetting that man pages need to be available on the base system, and the sgmlformat tools are way too large EVER to be considered for the main system. Sgmlformat is not a viable solution. > > The disadvantages of using groff to produce text are: > > * Underlined/bold text (easily fixed with "ul -l dumb"); > > * Headings/footings (not so easily fixed, because one needs to > extract the title, decode entities, etc.); Untrue, you don't seem to know groff well enough, it's very easy to do. > > * Hyphenations: this makes text not searchable, and > spell-checking won't work. It's the accepted practice to > just wrap the lines on word boundaries. Not true, man -k uses the troff source for searching, which is not hyphenated. Hyphenation *could* be turned off, tho. > > I found that I can get much better results by editing sgmlfmt so that > $maxlevel=0, producing HTML file, and then doing "lynx -dump -nolist". > I also found that for moderate size documents, I *don't* want to have > have them split in multiple files, so maxlevel 0 seems a very > reasonable default for HTML generation as well. > > In short: > > Suggestion one: Produce text files from HTML (using "lynx -dump -nolist"). > > Suggestion two: Make $maxlevel configurable from the command line (I > think latex2html uses option name "-split" for the variable with this > meaning, just in case you want to be consistent with something). > > Bug report: When making HTML from a linuxdoc file that has tag > in , email is not handled correctly. > > Question: What about producing LaTeX output? I would very much prefer > to have LaTeX formatting to the shitty paragraphs produced by groff > (no offense to groff, but TeX paragraph formatting and hyphenation > algorithms are just much better). > > Seems like the script was last updated a lo-o-ong time ago, do you > still support it? > > --Stanislav > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@picnic.mat.net | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run picnic and jaunt, both FreeBSD-current. (301) 220-2114 | ----------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 3 20:52:40 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D8E4814EF6; Tue, 3 Aug 1999 20:52:38 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA66638; Tue, 3 Aug 1999 20:52:29 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Tue, 3 Aug 1999 20:52:29 -0700 (PDT) From: Message-Id: <199908040352.UAA66638@freefall.freebsd.org> To: girgen@partitur.se, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, marcel@FreeBSD.org Subject: Re: ports/12748: linux_base-5.2 and linux communicator problem Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: linux_base-5.2 and linux communicator problem State-Changed-From-To: closed->open State-Changed-By: cpiazza State-Changed-When: Tue Aug 3 20:51:28 PDT 1999 State-Changed-Why: The problem has been found to be reproducable Responsible-Changed-From-To: freebsd-ports->marcel Responsible-Changed-By: cpiazza Responsible-Changed-When: Tue Aug 3 20:51:28 PDT 1999 Responsible-Changed-Why: Over to maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 3 22:51:30 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 794ED1538B; Tue, 3 Aug 1999 22:51:24 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA73795; Tue, 3 Aug 1999 22:50:18 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Tue, 3 Aug 1999 22:50:18 -0700 (PDT) From: Message-Id: <199908040550.WAA73795@freefall.freebsd.org> To: jaeger16@yahoo.com, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12931: new port: gtkglarea - an OpenGL widget for GTK+ like gtkGL Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: gtkglarea - an OpenGL widget for GTK+ like gtkGL State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Tue Aug 3 22:50:03 PDT 1999 State-Changed-Why: New port committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 3 23:23:46 1999 Delivered-To: freebsd-ports@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id 3396815320; Tue, 3 Aug 1999 23:23:45 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) Received: from zippy.cdrom.com (jkh@localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id XAA06508; Tue, 3 Aug 1999 23:23:20 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) To: ports@freebsd.org Cc: ache@freebsd.org Subject: lynx-current port is broken. Date: Tue, 03 Aug 1999 23:23:19 -0700 Message-ID: <6500.933747799@zippy.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org During the make install: Updating /usr/local/etc/lynx.cfg /bin/sh -c 'if test -f /usr/local/etc/lynx.cfg ; then mv /usr/local/etc/lynx.cfg /usr/local/etc/lynx.tmp ; else cp ./lynx.cfg /usr/local/etc/lynx.tmp ; fi' Updating /usr/local/etc/lynx.cfg to point to installed help-files sed -e '/^HELPFILE:http/s@^@#@' -e '/^#HELPFILE:file/s@#@@' -e '/^HELPFILE:file/s@/PATH_TO/lynx_help@/usr/local/share/lynx_help@' -e '/^[A-Z_]*:/s@/PATH_TO/lynx_doc@/usr/local/share/lynx_doc@' -e '/^HELPFILE:file/s@$@@' -e '/^HELPFILE:file/s@$@@' /usr/local/etc/lynx.tmp >/usr/local/etc/lynx.cfg chmod 644 /usr/local/etc/lynx.cfg rm -f /usr/local/etc/lynx.tmp /bin/sh -c 'for name in COPYING COPYHEADER; do cd /usr/local/share/lynx_doc && cp $name /usr/local/share/lynx_help/; done' cp: COPYING: No such file or directory cp: COPYHEADER: No such file or directory *** Error code 1 Stop. Unfortunately, lynx-current is depended on by textproc/docproj and that in turn is depended on by the default make release rule. :) - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 3 23:50: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8CA701504F for ; Tue, 3 Aug 1999 23:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA77147; Tue, 3 Aug 1999 23:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from kalamalka.gizzywump.com (adsl-207-214-111-190.dsl.snfc21.pacbell.net [207.214.111.190]) by hub.freebsd.org (Postfix) with ESMTP id 422521504F for ; Tue, 3 Aug 1999 23:49:33 -0700 (PDT) (envelope-from kiss@kalamalka.gizzywump.com) Received: (from kiss@localhost) by kalamalka.gizzywump.com (8.9.3/8.9.3) id XAA48502; Tue, 3 Aug 1999 23:47:16 -0700 (PDT) (envelope-from kiss) Message-Id: <199908040647.XAA48502@kalamalka.gizzywump.com> Date: Tue, 3 Aug 1999 23:47:16 -0700 (PDT) From: Richard.Kiss@kalamalka.gizzywump.com Reply-To: richard@ogopogo.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12949: rtsp_proxy port fixes Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12949 >Category: ports >Synopsis: Fix for rtsp_proxy port. Patches from Jonathan Hogg (jonathan@onegoodidea.com). >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 Aug 3 23:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Richard Kiss >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: Fix for rtsp_proxy port; improves reliability on various systems. >How-To-Repeat: >Fix: Here's the patch: diff -ruN rtsp_proxy/Makefile rtsp_proxy-kiss/Makefile --- rtsp_proxy/Makefile Tue Aug 3 22:24:14 1999 +++ rtsp_proxy-kiss/Makefile Tue Aug 3 23:38:49 1999 @@ -3,7 +3,7 @@ # Date created: 8 June 1999 # Whom: Richard Kiss # -# $Id: Makefile,v 1.2 1999/08/01 02:35:05 steve Exp $ +# $Id: Makefile,v 1.1.1.1 1999/06/16 16:47:36 billf Exp $ # DISTNAME= SS1.0.1 diff -ruN rtsp_proxy/patches/patch-ac rtsp_proxy-kiss/patches/patch-ac --- rtsp_proxy/patches/patch-ac Wed Dec 31 16:00:00 1969 +++ rtsp_proxy-kiss/patches/patch-ac Tue Aug 3 23:26:47 1999 @@ -0,0 +1,22 @@ +--- ../proxy.c Tue Jul 6 17:42:19 1999 ++++ ../proxy.c Tue Jul 20 22:26:39 1999 +@@ -1142,7 +1142,18 @@ + } + // + // did we get a complete response yet? +- if (! has_two_crlfs(s->sinbuf)) ++ // ++ ++// this used to look for a blank line, which is a dumb way to check if we ++// have a complete response since that only means we have a complete header. ++// the correct method would be to check the 'Content-Length:' header, but ++// that's too much trouble without a lot of re-writing. so this is a cheap ++// hack to look and see if the buffer ends on a 'CRLF' pair - this might get ++// broken if we happen to break on an end-of-line, but it's better than ++// nothing. ++ ++ pBuf = s->sinbuf + s->amtInServerInBuffer - 2; ++ if ((pBuf[0] != '\r') || (pBuf[1] != '\n')) + break; + + // diff -ruN rtsp_proxy/patches/patch-ad rtsp_proxy-kiss/patches/patch-ad --- rtsp_proxy/patches/patch-ad Wed Dec 31 16:00:00 1969 +++ rtsp_proxy-kiss/patches/patch-ad Tue Aug 3 23:26:34 1999 @@ -0,0 +1,29 @@ +--- ../shared_udp.c Tue Jul 6 17:42:26 1999 ++++ ../shared_udp.c Tue Jul 20 23:54:38 1999 +@@ -259,7 +259,16 @@ + gNextPort++; + if (gNextPort > gUDPPortMax) + gNextPort = gUDPPortMin; +- } while (bind_socket_to_address(skt1, fromIP, port1 = gNextPort++, false) != 0); ++ } while (bind_socket_to_address(skt1, INADDR_ANY, port1 = gNextPort++, false) != 0); ++ ++// i've changed the previous bind and the next one below to bind to any ++// IP number rather than using 'fromIP'. 'fromIP' is obtained from gProxyIP ++// which is in turn obtained from 'get_local_ip_address'. this function ++// gets the current hostname and then resolves that into an address. however, ++// since a proxy server runs on a bridging system with multiple IP addresses, ++// this is as likely as not to return the wrong IP address, which results in ++// the proxy missing all of the traffic from the server. not binding to a ++// specific address is cheap but gets a result. + + if (withSib) { + retry_rtcp: +@@ -271,7 +280,7 @@ + else + goto bail_error; + } +- if (bind_socket_to_address(skt2, fromIP, port2 = gNextPort++, false) != 0) { ++ if (bind_socket_to_address(skt2, INADDR_ANY, port2 = gNextPort++, false) != 0) { + close_socket(skt1); + close_socket(skt2); + skt1 = INVALID_SOCKET; diff -ruN rtsp_proxy/patches/patch-ae rtsp_proxy-kiss/patches/patch-ae --- rtsp_proxy/patches/patch-ae Wed Dec 31 16:00:00 1969 +++ rtsp_proxy-kiss/patches/patch-ae Tue Aug 3 23:26:13 1999 @@ -0,0 +1,16 @@ +--- ../proxy.h Tue Jul 6 17:42:19 1999 ++++ ../proxy.h Tue Jul 20 22:26:39 1999 +@@ -80,7 +80,12 @@ + trans_pb RTCP_C2S_tpb; + } track_info; + +-#define RTSP_SESSION_BUF_SIZE 1024 ++// 1024 is too small for some server messages, so i've up'd this to 2048 ++// instead as the proxy will otherwise truncate the message before sending ++// it on to the client, this will confuse the client no end. ++ ++#define RTSP_SESSION_BUF_SIZE 2048 ++ + typedef struct rtsp_session { + struct rtsp_session *next; + int die; >Release-Note: >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 Aug 4 0: 1:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 804401532C for ; Wed, 4 Aug 1999 00:01:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA78098; Wed, 4 Aug 1999 00:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from zebu.riken.go.jp (zebu.riken.go.jp [134.160.20.73]) by hub.freebsd.org (Postfix) with SMTP id 6EC881504F for ; Tue, 3 Aug 1999 23:55:17 -0700 (PDT) (envelope-from mitsuru@zebu.riken.go.jp) Received: (qmail 89149 invoked by uid 123); 4 Aug 1999 06:54:43 -0000 Message-Id: <19990804065443.89148.qmail@zebu.riken.go.jp> Date: 4 Aug 1999 06:54:43 -0000 From: mitsuru@postman.riken.go.jp Reply-To: mitsuru@postman.riken.go.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12950: upgrade port: tinyproxy Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12950 >Category: ports >Synopsis: upgrade port: tinyproxy >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 Aug 4 00:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Mitsuru Yoshida >Release: FreeBSD 3.2-STABLE i386 >Organization: RIKEN >Environment: FreeBSD 3.2-STABLE i386 >Description: upgrade port: tinyproxy-1.2.7 >How-To-Repeat: >Fix: diff -ruN tinyproxy.bak/Makefile tinyproxy/Makefile --- tinyproxy.bak/Makefile Wed Aug 4 15:35:40 1999 +++ tinyproxy/Makefile Wed Aug 4 15:05:17 1999 @@ -6,7 +6,7 @@ # $Id$ # -DISTNAME= tinyproxy-1.2.6 +DISTNAME= tinyproxy-1.2.7 CATEGORIES= www MASTER_SITES= http://tinyproxy.attacca.com/ \ http://www.flarenet.com/tinyproxy/ diff -ruN tinyproxy.bak/files/md5 tinyproxy/files/md5 --- tinyproxy.bak/files/md5 Wed Aug 4 15:35:40 1999 +++ tinyproxy/files/md5 Wed Aug 4 15:11:40 1999 @@ -1 +1 @@ -MD5 (tinyproxy-1.2.6.tar.gz) = ade0384e1b6b5d8ac9d22b890fe93eea +MD5 (tinyproxy-1.2.7.tar.gz) = e425d0dbbf7afcda96d6deae80f64dd8 >Release-Note: >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 Aug 4 0:13:31 1999 Delivered-To: freebsd-ports@freebsd.org Received: from news.itfs.nsk.su (news.itfs.nsk.su [212.20.32.45]) by hub.freebsd.org (Postfix) with ESMTP id 926CF14E84 for ; Wed, 4 Aug 1999 00:13:23 -0700 (PDT) (envelope-from nnd@news.itfs.nsk.su) Received: (from nnd@localhost) by news.itfs.nsk.su (8.9.2/8.9.2) id OAA01604; Wed, 4 Aug 1999 14:12:05 +0700 (NSS) (envelope-from nnd) Date: Wed, 4 Aug 1999 14:12:05 +0700 (NSS) From: "Nickolay N. Dudorov" Message-Id: <199908040712.OAA01604@news.itfs.nsk.su> To: "Jordan K. Hubbard" Cc: ports@freebsd.org Subject: Re: lynx-current port is broken. In-Reply-To: <6500.933747799@zippy.cdrom.com> User-Agent: tin/pre-1.4-980818 ("Laura") (UNIX) (FreeBSD/3.1-STABLE (i386)) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In <6500.933747799@zippy.cdrom.com> Jordan K. Hubbard wrote: > During the make install: > Updating /usr/local/etc/lynx.cfg > /bin/sh -c 'if test -f /usr/local/etc/lynx.cfg ; then mv /usr/local/etc/lynx.cfg /usr/local/etc/lynx.tmp ; else cp ./lynx.cfg /usr/local/etc/lynx.tmp ; fi' > Updating /usr/local/etc/lynx.cfg to point to installed help-files > sed -e '/^HELPFILE:http/s@^@#@' -e '/^#HELPFILE:file/s@#@@' -e '/^HELPFILE:file/s@/PATH_TO/lynx_help@/usr/local/share/lynx_help@' -e '/^[A-Z_]*:/s@/PATH_TO/lynx_doc@/usr/local/share/lynx_doc@' -e '/^HELPFILE:file/s@$@@' -e '/^HELPFILE:file/s@$@@' /usr/local/etc/lynx.tmp >/usr/local/etc/lynx.cfg > chmod 644 /usr/local/etc/lynx.cfg > rm -f /usr/local/etc/lynx.tmp > /bin/sh -c 'for name in COPYING COPYHEADER; do cd /usr/local/share/lynx_doc && cp $name /usr/local/share/lynx_help/; done' > cp: COPYING: No such file or directory > cp: COPYHEADER: No such file or directory > *** Error code 1 > Stop. > Unfortunately, lynx-current is depended on by textproc/docproj and that > in turn is depended on by the default make release rule. :) You can use the following update to the 'lynx-xurrent' port (before ache correct it ;-): N.Dudorov ============================================================================ diff -BbNur lynx-current.ORIG/patches/patch-aa lynx-current/patches/patch-aa --- lynx-current.ORIG/patches/patch-aa Tue Aug 3 09:20:25 1999 +++ lynx-current/patches/patch-aa Wed Aug 4 14:05:50 1999 @@ -1,5 +1,14 @@ ---- makefile.in.orig Wed Jul 14 20:25:26 1999 -+++ makefile.in Mon Aug 2 06:50:21 1999 +--- makefile.in.orig Wed Jul 14 23:25:26 1999 ++++ makefile.in Wed Aug 4 14:04:09 1999 +@@ -326,7 +326,7 @@ + FIX_SED = tr '=' '%' + #FIX_SED = cat + +-install-help : $(DOCDIR) $(HELPDIR) ++install-help : install-doc $(HELPDIR) + (cd $(HELPDIR) && WD=`pwd` && HEAD=`echo $$WD|sed -e 's@/lynx_help$$@@'` && test $$WD != $$HEAD && rm -rf *) + @echo Constructing sed-script + @ECHO_CC@sed -e '/^#/d' -e '/^$$/d' \ @@ -374,7 +374,7 @@ chmod 644 $(LIBDIR)/lynx.cfg -rm -f $(LIBDIR)/lynx.tmp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 4 1:10:37 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9842F1531E for ; Wed, 4 Aug 1999 01:10:35 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA82227; Wed, 4 Aug 1999 01:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from rucus.ru.ac.za (rucus.ru.ac.za [146.231.29.2]) by hub.freebsd.org (Postfix) with SMTP id DF56C14CB8 for ; Wed, 4 Aug 1999 01:00:42 -0700 (PDT) (envelope-from nbm@rucus.ru.ac.za) Received: (qmail 56741 invoked by uid 1003); 4 Aug 1999 08:00:23 -0000 Message-Id: <19990804080023.56740.qmail@rucus.ru.ac.za> Date: 4 Aug 1999 08:00:23 -0000 From: nbm@rucus.ru.ac.za Reply-To: nbm@rucus.ru.ac.za To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12952: make _PORT_USE touch cookies by variable, not name. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12952 >Category: ports >Synopsis: make _PORT_USE touch cookies by variable, not name. >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 Aug 4 01:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Neil Blakey-Milner >Release: FreeBSD 3.0-STABLE i386 >Organization: Rhodes University Computer Users' Society >Environment: FreeBSD rucus.ru.ac.za 3.0-STABLE FreeBSD 3.0-STABLE #0: Tue Feb 9 22:52:23 GMT 1999 grahams@rucus.ru.ac.za:/usr/src/sys/compile/RUCUS-SMP i386 >Description: Entirely arbitrary patch that makes _PORT_USE touch the filenames specified by {BUILD,CONFIGURE,etc}_COOKIE, and not simply work/.build_cookie I'm not sure why anyone would want to change the filenames, but it looks messy for it not to work. >How-To-Repeat: (nbm@rucus) /usr/ports/net/micq# make PATCH_COOKIE=foo patch ===> Extracting for micq-0.4.1 >Fix: --- bsd.port.mk.orig Tue Aug 3 17:13:12 1999 +++ bsd.port.mk Tue Aug 3 17:13:33 1999 @@ -659,6 +659,14 @@ PATCH_COOKIE?= ${WRKDIR}/.patch_done PACKAGE_COOKIE?= ${WRKDIR}/.package_done +COOKIES?= \ + EXTRACT_COOKIE=${EXTRACT_COOKIE} \ + CONFIGURE_COOKIE=${CONFIGURE_COOKIE} \ + INSTALL_COOKIE=${INSTALL_COOKIE} \ + BUILD_COOKIE=${BUILD_COOKIE} \ + PATCH_COOKIE=${PATCH_COOKIE} \ + PACKAGE_COOKIE=${PACKAGE_COOKIE} + # How to do nothing. Override if you, for some strange reason, would rather # do something. DO_NADA?= /usr/bin/true @@ -1740,7 +1748,8 @@ .if !make(real-fetch) \ && (!make(real-patch) || !defined(PATCH_CHECK_ONLY)) \ && (!make(real-package) || !defined(PACKAGE_NOINSTALL)) - @${TOUCH} ${TOUCH_FLAGS} ${WRKDIR}/.${.TARGET:S/^real-//}_done + @target=`${ECHO} ${.TARGET:S/^real-//} | ${TR} a-z A-Z`_COOKIE; \ + ${ECHO} ${TOUCH} \$${$$target} | ${SETENV} - ${COOKIES} ${SH} .endif ################################################################ >Release-Note: >Audit-Trail: >Unformatted: >> Checksum OK for micq-0.4.1.tgz. ===> Patching for micq-0.4.1 ===> Applying FreeBSD patches for micq-0.4.1 (nbm@rucus) /usr/ports/net/micq# make PATCH_COOKIE=foo patch ===> Patching for micq-0.4.1 ===> Applying FreeBSD patches for micq-0.4.1 Ignoring previously applied (or reversed) patch. 2 out of 2 hunks ignored--saving rejects to Makefile.rej *** Error code 2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 4 1:10:49 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C9F601534D for ; Wed, 4 Aug 1999 01:10:41 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA82243; Wed, 4 Aug 1999 01:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from rucus.ru.ac.za (rucus.ru.ac.za [146.231.29.2]) by hub.freebsd.org (Postfix) with SMTP id C050315338 for ; Wed, 4 Aug 1999 01:06:07 -0700 (PDT) (envelope-from nbm@rucus.ru.ac.za) Received: (qmail 57987 invoked by uid 1003); 4 Aug 1999 08:06:14 -0000 Message-Id: <19990804080614.57986.qmail@rucus.ru.ac.za> Date: 4 Aug 1999 08:06:14 -0000 From: nbm@rucus.ru.ac.za Reply-To: nbm@rucus.ru.ac.za To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12953: tcl81-thread breaks package naming conventions Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12953 >Category: ports >Synopsis: tcl81-thread breaks package naming conventions >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 Aug 4 01:10:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Neil Blakey-Milner >Release: FreeBSD 3.0-STABLE i386 >Organization: Rhodes University Computer Users' Society >Environment: FreeBSD rucus.ru.ac.za 3.0-STABLE FreeBSD 3.0-STABLE #0: Tue Feb 9 22:52:23 GMT 1999 grahams@rucus.ru.ac.za:/usr/src/sys/compile/RUCUS-SMP i386 >Description: tcl81-thread port's PKGNAME is tcl-8.1.b1-thread, whereas it should be tcl-thread-8.1.b1, to ensure versioning works correctly. >How-To-Repeat: This is entirely theoretical, but it breaks attempts to find versioning information and base package name from PKGNAME, especially if following the conventions in the ports section of the handbook. (packages should put compile-time options before the version, &c.) >Fix: --- Makefile.orig Tue Aug 3 18:40:40 1999 +++ Makefile Tue Aug 3 18:40:48 1999 @@ -7,7 +7,7 @@ # DISTNAME= tcl8.1b1 -PKGNAME= tcl-8.1.b1-thread +PKGNAME= tcl-thread-8.1.b1 CATEGORIES= lang tcl81 MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_1/ >Release-Note: >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 Aug 4 1:10:51 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3BB4E1534F for ; Wed, 4 Aug 1999 01:10:42 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA82252; Wed, 4 Aug 1999 01:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from rucus.ru.ac.za (rucus.ru.ac.za [146.231.29.2]) by hub.freebsd.org (Postfix) with SMTP id 0815A1531E for ; Wed, 4 Aug 1999 01:08:33 -0700 (PDT) (envelope-from nbm@rucus.ru.ac.za) Received: (qmail 58751 invoked by uid 1003); 4 Aug 1999 08:09:17 -0000 Message-Id: <19990804080917.58750.qmail@rucus.ru.ac.za> Date: 4 Aug 1999 08:09:17 -0000 From: nbm@rucus.ru.ac.za Reply-To: nbm@rucus.ru.ac.za To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12954: python-doc packages have no versioning information Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12954 >Category: ports >Synopsis: python-doc packages have no versioning information >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 Aug 4 01:10:03 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Neil Blakey-Milner >Release: FreeBSD 3.0-STABLE i386 >Organization: Rhodes University Computer Users' Society >Environment: FreeBSD rucus.ru.ac.za 3.0-STABLE FreeBSD 3.0-STABLE #0: Tue Feb 9 22:52:23 GMT 1999 grahams@rucus.ru.ac.za:/usr/src/sys/compile/RUCUS-SMP i386 >Description: python-doc-html (and all ports that use it as MASTERDIR) generate PKGNAMEs which don't contain any version information. >How-To-Repeat: cd /usr/ports/lang/python-doc-html && make package-name >Fix: --- Makefile.orig Tue Aug 3 18:38:29 1999 +++ Makefile Tue Aug 3 18:38:43 1999 @@ -7,7 +7,7 @@ # DISTNAME= ${DOCFORMAT}-${VERSION} -PKGNAME= python-doc-${DOCFORMAT} +PKGNAME= python-doc-${DOCFORMAT}-${VERSION} CATEGORIES= lang python MASTER_SITES= ftp://www.python.org/pub/python/doc/1.5.2/ \ ftp://ftp.cwi.nl/pub/python/doc/1.5.2/ >Release-Note: >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 Aug 4 1:20:39 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CA76315343 for ; Wed, 4 Aug 1999 01:20:36 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA83030; Wed, 4 Aug 1999 01:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from rucus.ru.ac.za (rucus.ru.ac.za [146.231.29.2]) by hub.freebsd.org (Postfix) with SMTP id 4B9C114DF7 for ; Wed, 4 Aug 1999 01:14:49 -0700 (PDT) (envelope-from nbm@rucus.ru.ac.za) Received: (qmail 60254 invoked by uid 1003); 4 Aug 1999 08:15:23 -0000 Message-Id: <19990804081523.60253.qmail@rucus.ru.ac.za> Date: 4 Aug 1999 08:15:23 -0000 From: nbm@rucus.ru.ac.za Reply-To: nbm@rucus.ru.ac.za To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12955: netscape3-gold's PKGNAME defies package naming conventions Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12955 >Category: ports >Synopsis: netscape3-gold's PKGNAME defies package naming conventions >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 Aug 4 01:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Neil Blakey-Milner >Release: FreeBSD 3.0-STABLE i386 >Organization: Rhodes University Computer Users' Society >Environment: FreeBSD rucus.ru.ac.za 3.0-STABLE FreeBSD 3.0-STABLE #0: Tue Feb 9 22:52:23 GMT 1999 grahams@rucus.ru.ac.za:/usr/src/sys/compile/RUCUS-SMP i386 >Description: netscape3-gold port, by way of netscape3 MASTERDIR, generates a package named "netscape-3.04-gold", whereas it should be "netscape-gold-3.04", according to conventions laid down in the handbook, whereby versions shall always go at the end, and (not quite true in this case) compile-time customization names precede the version information. >How-To-Repeat: cd /usr/ports/www/netscape3-gold && make package-name >Fix: --- Makefile.orig Tue Aug 3 19:01:35 1999 +++ Makefile Tue Aug 3 19:16:38 1999 @@ -6,7 +6,7 @@ # $Id: Makefile,v 1.29 1999/01/26 02:37:15 steve Exp $ # -DISTNAME= netscape-3.04 +PKGNAME= netscape${_GOLD}-3.04 CATEGORIES= www MASTER_SITES= ftp://archive:oldies@archive.netscape.com/archive/navigator/3.04/shipping/english/unix/bsdi11/navigator_complete/ DISTFILES= netscape-v304-export.x86-unknown-bsd.tar.gz @@ -23,7 +23,7 @@ .if defined(GOLD) MASTER_SITES= ftp://archive:oldies@archive.netscape.com/archive/navigator/3.04/shipping/english/unix/bsdi11/navigator_gold_complete/ DIST_SUBDIR= gold -PKGNAME= ${DISTNAME}-gold +_GOLD= -gold .endif .if defined(USE_128BIT) && defined(USA_RESIDENT) && ${USA_RESIDENT} == NO >Release-Note: >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 Aug 4 1:22:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 501821531E; Wed, 4 Aug 1999 01:22:19 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA83309; Wed, 4 Aug 1999 01:21:58 -0700 (PDT) (envelope-from tg@FreeBSD.org) Date: Wed, 4 Aug 1999 01:21:58 -0700 (PDT) From: Message-Id: <199908040821.BAA83309@freefall.freebsd.org> To: nbm@rucus.ru.ac.za, tg@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12954: python-doc packages have no versioning information Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: python-doc packages have no versioning information State-Changed-From-To: open->closed State-Changed-By: tg State-Changed-When: Wed Aug 4 01:21:30 PDT 1999 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 Wed Aug 4 1:36:53 1999 Delivered-To: freebsd-ports@freebsd.org Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (Postfix) with ESMTP id 0A23214C46; Wed, 4 Aug 1999 01:36:51 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from bubble.didi.com (ali-ca10-16.ix.netcom.com [209.110.226.80]) by vader.cs.berkeley.edu (8.9.3/8.6.9) with ESMTP id BAA72627; Wed, 4 Aug 1999 01:36:35 -0700 (PDT) Received: (from asami@localhost) by bubble.didi.com (8.9.3/8.8.8) id BAA12187; Wed, 4 Aug 1999 01:36:32 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Date: Wed, 4 Aug 1999 01:36:32 -0700 (PDT) Message-Id: <199908040836.BAA12187@bubble.didi.com> X-Authentication-Warning: bubble.didi.com: asami set sender to asami@cs.berkeley.edu using -f To: jkh@zippy.cdrom.com Cc: ports@freebsd.org, ache@freebsd.org In-reply-to: <6500.933747799@zippy.cdrom.com> (jkh@zippy.cdrom.com) Subject: Re: lynx-current port is broken. From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) References: <6500.933747799@zippy.cdrom.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: "Jordan K. Hubbard" * Unfortunately, lynx-current is depended on by textproc/docproj and that * in turn is depended on by the default make release rule. :) Why is docproj using lynx-current and not lynx? The whole point of splitting lynx and lynx-current was to make the release *not* depend on an unreliable port. -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 4 2:23:40 1999 Delivered-To: freebsd-ports@freebsd.org Received: from Dolinca.IBC.IskraSistemi.Si (Dolinca.IBC.IskraSistemi.Si [194.249.213.241]) by hub.freebsd.org (Postfix) with ESMTP id BEE5E1514D for ; Wed, 4 Aug 1999 02:23:37 -0700 (PDT) (envelope-from brodnik@Dolinca.IBC.IskraSistemi.Si) Received: (from brodnik@localhost) by Dolinca.IBC.IskraSistemi.Si (8.8.8/8.8.7) id LAA25602; Wed, 4 Aug 1999 11:29:23 +0200 (CEST) (envelope-from brodnik) From: Andrej Brodnik (Andy) Message-Id: <199908040929.LAA25602@Dolinca.IBC.IskraSistemi.Si> Subject: Re: There are no X aout libs on this machine In-Reply-To: <19990803105502.D27630@norn.ca.eu.org> from Chris Piazza at "Aug 3, 1999 10:55: 2 am" To: cpiazza@home.net (Chris Piazza) Date: Wed, 4 Aug 1999 11:29:22 +0200 (CEST) Cc: freebsd-ports@freebsd.org, kosmos@blarg.net Organization: IBC, Iskra Systems Reply-To: Andrej.Brodnik@IBC.IskraSistemi.SI (Andrej Brodnik (Andy)) X-Mailer: ELM [version 2.4ME+ PL43 (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 > Date: Tue, 3 Aug 1999 10:55:02 -0700 > From: Chris Piazza > Subject: Re: There are no X aout libs on this machine > > > In freebsd-ports are three contributins describing the problem. The > > bottom line is that while building XFree86 I didn't ask for the > > a.out libraries. Is there an easy way to get them or do I need to > > rebuild the whole system? > > If you install the binary build (just Xlib.tgz I think) of XFree86 > it comes with the aout libraries. You could rebuild the port, too, I guess. Excuse my ignorance, but how do I install/build/get them? Thanx! LPA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 4 3:41:34 1999 Delivered-To: freebsd-ports@freebsd.org Received: from arutam.inch.com (ns.inch.com [207.240.140.101]) by hub.freebsd.org (Postfix) with ESMTP id 5259515359; Wed, 4 Aug 1999 03:41:26 -0700 (PDT) (envelope-from freyes@inch.com) Received: from your-name (freyes.static.inch.com [207.240.212.43]) by arutam.inch.com (8.9.3/8.9.3/UTIL-INCH-2.0.0) with SMTP id GAA05654; Wed, 4 Aug 1999 06:40:31 -0400 (EDT) Message-Id: <199908041040.GAA05654@arutam.inch.com> From: "Francisco Reyes" To: "jkoshy@FreeBSD.ORG" , "ports@FreeBSD.ORG" Date: Wed, 04 Aug 1999 06:41:07 -0400 Reply-To: "Francisco Reyes" X-Mailer: PMMail 98 Professional (2.01.1600) For Windows 98 (4.10.1998) MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: Ok to drop a.out builds? Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 3 Aug 1999 01:42:41 -0700 (PDT), jkoshy@FreeBSD.ORG wrote: >Is it ok to drop a.out building for ports? As other's stated not yet.. >If not, till when do we need to make ports build for both formats? At least until December this year so that it is one year from the last release of the 2.2.X branch. What will happen at that time? Will a final set of packages be made? I am sure there will be machines still running 2.2.X code past December. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 4 3:49:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (Postfix) with ESMTP id EBFAF14FF1; Wed, 4 Aug 1999 03:49:27 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from bubble.didi.com (ali-ca10-16.ix.netcom.com [209.110.226.80]) by vader.cs.berkeley.edu (8.9.3/8.6.9) with ESMTP id DAA72806; Wed, 4 Aug 1999 03:49:04 -0700 (PDT) Received: (from asami@localhost) by bubble.didi.com (8.9.3/8.8.8) id DAA13944; Wed, 4 Aug 1999 03:49:00 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Date: Wed, 4 Aug 1999 03:49:00 -0700 (PDT) Message-Id: <199908041049.DAA13944@bubble.didi.com> X-Authentication-Warning: bubble.didi.com: asami set sender to asami@cs.berkeley.edu using -f To: freyes@inch.com Cc: jkoshy@FreeBSD.ORG, ports@FreeBSD.ORG In-reply-to: <199908041040.GAA05654@arutam.inch.com> (freyes@inch.com) Subject: Re: Ok to drop a.out builds? From: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) References: <199908041040.GAA05654@arutam.inch.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: "Francisco Reyes" * At least until December this year so that it is one year from the last * release of the 2.2.X branch. * * What will happen at that time? Will a final set of packages be made? * I am sure there will be machines still running 2.2.X code past * December. No, the "final set" has been made in January when the official support of 2.2.X has ended. I don't plan to make any more a.out package sets. -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 4 7:43:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mgc.spacestar.net (mgc.spacestar.net [206.191.192.57]) by hub.freebsd.org (Postfix) with ESMTP id 744B9153AF for ; Wed, 4 Aug 1999 07:43:35 -0700 (PDT) (envelope-from mgc@mgc.spacestar.net) Received: by mgc.spacestar.net (Postfix, from userid 100) id 3D70341; Wed, 4 Aug 1999 09:43:42 -0500 (CDT) Date: Wed, 4 Aug 1999 09:43:42 -0500 From: Gael MARTINEZ To: Chris Piazza Cc: ve@sci.fi, ports@FreeBSD.ORG Subject: Re: FreeBSD Port: fetchmail-5.0.5 Message-ID: <19990804094342.A24035@mgc.spacestar.net> References: <37A778C5.3C925B9E@mgc.spacestar.net> <19990803165930.A98241@norn.ca.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <19990803165930.A98241@norn.ca.eu.org>; from Chris Piazza on Tue, Aug 03, 1999 at 04:59:30PM -0700 X-Poor-Home-Page-URL: http://perso.club-internet.fr/gael X-UIN-Work: 397079 X-UIN-Home: 1469787 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Same trouble with fetchmail 5.06 and CVS from this night Maybe some trouble with egcs (3.1 is still in gcc 2.7.x no ?) Regards. On Tue, Aug 03, 1999 at 04:59:30PM -0700, Chris Piazza wrote: > On Tue, Aug 03, 1999 at 06:18:30PM -0500, Gael M wrote: > > Hi > > > > impossible to install the port of fetchmail (5.0.5, latest cvsup of the > > port today) > > > > > > > > cc -DHAVE_CONFIG_H -c -I. -I. -DHESIOD -I/usr/local/include -O -pipe fetchmail.c > > fetchmail.c: In function `load_params': > > fetchmail.c:1065: warning: assignment makes pointer from integer without a cast > > fetchmail.c:1066: dereferencing pointer to incomplete type > > fetchmail.c:1068: dereferencing pointer to incomplete type > > fetchmail.c:1071: dereferencing pointer to incomplete type > > *** Error code 1 > > > > FreeBSD 4.0 latest cvsup 990723 > > > > I can't reproduce this. > > cc -DHAVE_CONFIG_H -c -I. -I. -O -pipe etrn.c > cc -DHAVE_CONFIG_H -c -I. -I. -O -pipe fetchmail.c > cc -DHAVE_CONFIG_H -c -I. -I. -O -pipe env.c > [...] > cc -O -pipe rcfile_y.o rcfile_l.o socket.o getpass.o pop2.o pop3.o imap.o etrn.o fetchmail.o env.o options.o daemon.o driver.o sink.o rfc822.o smtp.o xmalloc.o uid.o mxget.o md5ify.o rpa.o interface.o netrc.o base64.o error.o unmime.o conf.o checkalias.o getopt.o getopt1.o -lkvm -lfl -lmd -o fetchmail > > On -current as of today. What I'm wondering is why our command line's > for the build are different unless you're using kerberosIV. I tested > on my machine (-current with no kerberos), and freefall (3.1-stable with > kerveros_v5) but I have no way to test anything else. > > -Chris > > -- > cpiazza@home.net cpiazza@FreeBSD.org > "It's better to be quotable than to be honest." > --Tom Stoppard -- Gael MARTINEZ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 4 7:46:14 1999 Delivered-To: freebsd-ports@freebsd.org Received: from att.com (kcgw1.att.com [192.128.133.151]) by hub.freebsd.org (Postfix) with SMTP id E4CFD15153 for ; Wed, 4 Aug 1999 07:46:06 -0700 (PDT) (envelope-from shalunov@att.com) Received: from kcig1.att.att.com by kcgw1.att.com (AT&T/IPNS/UPAS-1.0) for picnic.mat.net!chuckr freebsd.org!freebsd-ports sender att.com!shalunov (att.com!shalunov); Wed Aug 4 09:45 CDT 1999 Received: from tuzik.lz.att.com (tuzik.lz.att.com [135.25.200.84]) by kcig1.att.att.com (AT&T/IPNS/GW-1.0) with ESMTP id JAA16310; Wed, 4 Aug 1999 09:45:56 -0500 (CDT) Received: (from shalunov@localhost) by tuzik.lz.att.com (8.9.2/8.9.2) id KAA18324; Wed, 4 Aug 1999 10:48:34 -0400 (EDT) (envelope-from shalunov@att.com) Date: Wed, 4 Aug 1999 10:48:34 -0400 (EDT) Message-Id: <199908041448.KAA18324@tuzik.lz.att.com> From: stanislav shalunov To: chuckr@picnic.mat.net Cc: freebsd-ports@FreeBSD.ORG In-reply-to: (message from Chuck Robey on Tue, 3 Aug 1999 23:26:05 -0400 (EDT)) Subject: Re: sgmlfmt: producing text files References: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > From: Chuck Robey > > On Tue, 3 Aug 1999, stanislav shalunov wrote: > You people are forgetting that man pages need to be available on the > base system, and the sgmlformat tools are way too large EVER to be > considered for the main system. Sgmlformat is not a viable solution. Thank you for the flame. You might have kept it to yourself, because nobody even mentioned including sgmlformat into the main system, or formatting man pages for that matter. It would be nice it you had at least read the message you're replying to. Next time you have time to waste, why don't you save it for something more useful? > > * Headings/footings (not so easily fixed, because one needs to > > extract the title, decode entities, etc.); > Untrue, you don't seem to know groff well enough, it's very easy to do. $r="I don't know roff, and don't really want to learn it. I can write a man page, and that's more than enough for me. That's why I asked about LaTeX output. If you had the slightest intention of providing any help (or signal, really), you would have said how one can disable " print $r . "page breaking and headings in roff."; > > * Hyphenations: this makes text not searchable, and > > spell-checking won't work. It's the accepted practice to > > just wrap the lines on word boundaries. > > Not true, man -k uses the troff source for searching, which is not > hyphenated. Hyphenation *could* be turned off, tho. Who mentioned manual pages, again? I don't care for them. I (tried to) use sgmlformat to format my own documents, and no, I don't intend to distribute roff versions. I'm only interested in HTML, text and PostScript. print $r . "hyphenations in roff."; Thank you very much for your helpful and informative reply. I solved my problem with formatting SGML into plain text myself (going through HTML) and wanted to share the recipe with others. What did you try to achieve, Chuck? --Stanislav To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 4 7:54:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from picnic.mat.net (picnic.mat.net [206.246.122.133]) by hub.freebsd.org (Postfix) with ESMTP id 805F815153 for ; Wed, 4 Aug 1999 07:54:12 -0700 (PDT) (envelope-from chuckr@picnic.mat.net) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.9.3/8.9.3) with ESMTP id KAA18119; Wed, 4 Aug 1999 10:52:37 -0400 (EDT) (envelope-from chuckr@picnic.mat.net) Date: Wed, 4 Aug 1999 10:52:37 -0400 (EDT) From: Chuck Robey To: stanislav shalunov Cc: freebsd-ports@FreeBSD.ORG Subject: Re: sgmlfmt: producing text files In-Reply-To: <199908041448.KAA18324@tuzik.lz.att.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, 4 Aug 1999, stanislav shalunov wrote: > > From: Chuck Robey > > > > On Tue, 3 Aug 1999, stanislav shalunov wrote: > > > You people are forgetting that man pages need to be available on the > > base system, and the sgmlformat tools are way too large EVER to be > > considered for the main system. Sgmlformat is not a viable solution. > > Thank you for the flame. You might have kept it to yourself, because > nobody even mentioned including sgmlformat into the main system, or > formatting man pages for that matter. It would be nice it you had at > least read the message you're replying to. > > Next time you have time to waste, why don't you save it for something > more useful? Read the above, it wasn't a flame, I was polite. This post, and one other, seemed to be discussing changing formatting from troff to TeX, and included man pages, which have to be part of the main system, so I don't think I was off target. You seem to be too angry to talk to, so I won't reply again. > --Stanislav > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@picnic.mat.net | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run picnic and jaunt, both FreeBSD-current. (301) 220-2114 | ----------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 4 8:26: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from att.com (kcgw1.att.com [192.128.133.151]) by hub.freebsd.org (Postfix) with SMTP id 145A014E3B for ; Wed, 4 Aug 1999 08:26:04 -0700 (PDT) (envelope-from shalunov@att.com) Received: from kcig1.att.att.com by kcgw1.att.com (AT&T/IPNS/UPAS-1.0) for picnic.mat.net!chuckr freebsd.org!freebsd-ports sender att.com!shalunov (att.com!shalunov); Wed Aug 4 10:25 CDT 1999 Received: from tuzik.lz.att.com (tuzik.lz.att.com [135.25.200.84]) by kcig1.att.att.com (AT&T/IPNS/GW-1.0) with ESMTP id KAA17774; Wed, 4 Aug 1999 10:25:34 -0500 (CDT) Received: (from shalunov@localhost) by tuzik.lz.att.com (8.9.2/8.9.2) id LAA18553; Wed, 4 Aug 1999 11:27:59 -0400 (EDT) (envelope-from shalunov@att.com) Date: Wed, 4 Aug 1999 11:27:59 -0400 (EDT) Message-Id: <199908041527.LAA18553@tuzik.lz.att.com> From: stanislav shalunov To: chuckr@picnic.mat.net Cc: freebsd-ports@FreeBSD.ORG In-reply-to: (message from Chuck Robey on Wed, 4 Aug 1999 10:52:37 -0400 (EDT)) Subject: Re: sgmlfmt: producing text files References: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > From: Chuck Robey > This post, and one other, seemed to be discussing changing > formatting from troff to TeX, and included man pages, which have to > be part of the main system, so I don't think I was off target. Chuck, I did not even mention manual pages. I was talking about formatting user-written SGML documents, and formatting them into formats other than manual pages (namely, text-only). Sgmlformat is in ports collection, and I was discussing its use as a port, not as part of base system (where did you get that?). I didn't even know you have any manual pages in SGML, to be honest (I know the handbook is in SGML, but it's not being converted to manual pages, right?). Nobody wants the man pages to go out in anything other than the traditional format. I did say that I value TeX formatting more than groff formatting. For *my* documents, not for manual pages. And isn't it OK for me to choose what puts spacing and breaks lines in my documents? If my wording was confusing and lead you to believe I am talking about manual pages formatting, then once again, I am (was) not (but please show me what made you believe so). Your message didn't give me (or anyone else) any useful information (like overcoming the problems with nroff that I listed), and was pertinent to a subject I didn't mention or intend to discuss. And this is not expression of anger, this is just a plain fact. I do not think you wanted your message to be helpful. I didn't propose ``changing'' from troff to TeX, or anything like that. I was asking about including LaTeX as one of the output formats (Jade seems to support LaTeX, so sgmlformat potentially could do this, too). If you like troff typesetting better, that's a matter of taste. I would like the ability to use TeX's formatting capabilities for producing PostScript, because the hyphenation algorithms and paragraph formatting works better, in my opinion, in TeX than in groff. It doesn't mean that everyone else has to use TeX, or that it should be used instead of troff, or, especially, nroff. I talked about adding new capabilities to sgmlformat, which was useful for me, and might be useful for others. (Preparation of text versions of FAQs for Usenet posting, etc.) That's it. --Stanislav To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 4 9:11:44 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dnvrpop1.dnvr.uswest.net (dnvrpop1.dnvr.uswest.net [206.196.128.3]) by hub.freebsd.org (Postfix) with SMTP id DC2D1153EB for ; Wed, 4 Aug 1999 09:11:38 -0700 (PDT) (envelope-from davec@unforgettable.com) Received: (qmail 28637 invoked by alias); 4 Aug 1999 16:00:31 -0000 Delivered-To: fixup-freebsd-ports@FreeBSD.ORG@fixme Received: (qmail 6544 invoked by uid 0); 4 Aug 1999 15:45:31 -0000 Received: from odsl228.dnvr.uswest.net (HELO Amber.XtremeDev.com) (209.181.79.228) by dnvrpop1.dnvr.uswest.net with SMTP; 4 Aug 1999 15:45:31 -0000 From: Dave Reply-To: davec@unforgettable.com To: Gary Jennejohn , freebsd-ports@FreeBSD.ORG Subject: Re: ports/12901: New Port (slightly revised): Code Crusader and Code Medic Date: Wed, 4 Aug 1999 09:29:03 -0600 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain References: <199908030423.GAA88573@peedub.muc.de> MIME-Version: 1.0 Message-Id: <99080409453100.40838@Amber.XtremeDev.com> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 02 Aug 1999, you wrote: > hmm. The question is whether codecrusader is looking for ${PREFIX}/bin/ctags > or not. Based on grepping the *.c, *.h and Make* files it doesn't look like > it. In that case you could perhaps install ctags as e.g. ${PREFIX}/bin/jctags. > > --- > Gary Jennejohn > Home - garyj@muc.de > Work - garyj@fkr.dec.com There are three issues I am trying to work out with John at the moment, and one of them is ctags. The second is the install during build process. John and I have already discussed this, and he is working on trying to make build and install separate targets. For now, he has already implemented a J_WANT_INSTALL variable, which I'm still trying to work out right now. The third is a problem that arises from the fact that Code Crusader needs makemake to be build and installed first. And makemake comes with JX. I'm looking into making these separate ports, but right now, I don't have enough gmake background to get it done anytime soon. Davec davec@unforgettable.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 4 10: 7:32 1999 Delivered-To: freebsd-ports@freebsd.org Received: from norn.ca.eu.org (cr965240-b.abtsfd1.bc.wave.home.com [24.113.19.137]) by hub.freebsd.org (Postfix) with ESMTP id 83AF8150A7 for ; Wed, 4 Aug 1999 10:07:26 -0700 (PDT) (envelope-from cpiazza@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1002) id 6C9E184; Wed, 4 Aug 1999 10:07:07 -0700 (PDT) Date: Wed, 4 Aug 1999 10:07:07 -0700 From: Chris Piazza To: Gael MARTINEZ Cc: Chris Piazza , ve@sci.fi, ports@FreeBSD.ORG Subject: Re: FreeBSD Port: fetchmail-5.0.5 Message-ID: <19990804100707.A1158@norn.ca.eu.org> References: <37A778C5.3C925B9E@mgc.spacestar.net> <19990803165930.A98241@norn.ca.eu.org> <19990804094342.A24035@mgc.spacestar.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <19990804094342.A24035@mgc.spacestar.net>; from Gael MARTINEZ on Wed, Aug 04, 1999 at 09:43:42AM -0500 X-Operating-System: FreeBSD 4.0-CURRENT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Aug 04, 1999 at 09:43:42AM -0500, Gael MARTINEZ wrote: > > Same trouble with fetchmail 5.06 and CVS from this night > Maybe some trouble with egcs (3.1 is still in gcc 2.7.x no ?) Well, I'm stumped. I tested it on 3.1 with no problems! -Chris -- cpiazza@home.net cpiazza@FreeBSD.org "It's better to be quotable than to be honest." --Tom Stoppard To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 4 10: 8: 2 1999 Delivered-To: freebsd-ports@freebsd.org Received: from norn.ca.eu.org (cr965240-b.abtsfd1.bc.wave.home.com [24.113.19.137]) by hub.freebsd.org (Postfix) with ESMTP id 2BCD1150A7 for ; Wed, 4 Aug 1999 10:08:01 -0700 (PDT) (envelope-from cpiazza@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1002) id 14E8B35; Wed, 4 Aug 1999 10:07:48 -0700 (PDT) Date: Wed, 4 Aug 1999 10:07:48 -0700 From: Chris Piazza To: "Andrej Brodnik (Andy)" Cc: Chris Piazza , freebsd-ports@freebsd.org, kosmos@blarg.net Subject: Re: There are no X aout libs on this machine Message-ID: <19990804100748.B1158@norn.ca.eu.org> References: <19990803105502.D27630@norn.ca.eu.org> <199908040929.LAA25602@Dolinca.IBC.IskraSistemi.Si> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <199908040929.LAA25602@Dolinca.IBC.IskraSistemi.Si>; from Andrej Brodnik on Wed, Aug 04, 1999 at 11:29:22AM +0200 X-Operating-System: FreeBSD 4.0-CURRENT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Aug 04, 1999 at 11:29:22AM +0200, Andrej Brodnik wrote: > > Date: Tue, 3 Aug 1999 10:55:02 -0700 > > From: Chris Piazza > > Subject: Re: There are no X aout libs on this machine > > > > > In freebsd-ports are three contributins describing the problem. The > > > bottom line is that while building XFree86 I didn't ask for the > > > a.out libraries. Is there an easy way to get them or do I need to > > > rebuild the whole system? > > > > If you install the binary build (just Xlib.tgz I think) of XFree86 > > it comes with the aout libraries. You could rebuild the port, too, I guess. > > Excuse my ignorance, but how do I install/build/get them? > > Thanx! You can get them through sysinstall or ftp://ftp.xfree86/pub/XFree86/binaries/ -Chris -- cpiazza@home.net cpiazza@FreeBSD.org "It's better to be quotable than to be honest." --Tom Stoppard To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 4 11:37:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from deep-thought.demos.su (deep-thought.demos.su [195.133.1.74]) by hub.freebsd.org (Postfix) with ESMTP id 8526E14CF3 for ; Wed, 4 Aug 1999 11:37:05 -0700 (PDT) (envelope-from ache@deep-thought.demos.su) Received: (from ache@localhost) by deep-thought.demos.su (8.9.3/8.9.3) id WAA35224; Wed, 4 Aug 1999 22:35:47 +0400 (MSD) (envelope-from ache) Date: Wed, 4 Aug 1999 22:35:46 +0400 From: "Andrey A. Chernov" To: "Nickolay N. Dudorov" Cc: "Jordan K. Hubbard" , ports@FreeBSD.ORG Subject: Re: lynx-current port is broken. Message-ID: <19990804223546.A35168@nagual.pp.ru> References: <6500.933747799@zippy.cdrom.com> <199908040712.OAA01604@news.itfs.nsk.su> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i In-Reply-To: <199908040712.OAA01604@news.itfs.nsk.su>; from nnd@news.itfs.nsk.su on Wed, Aug 04, 1999 at 02:12:05PM +0700 Organization: Biomechanoid Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Aug 04, 1999 at 02:12:05PM +0700, Nickolay N. Dudorov wrote: > > /bin/sh -c 'for name in COPYING COPYHEADER; do cd /usr/local/share/lynx_doc && cp $name /usr/local/share/lynx_help/; done' > > cp: COPYING: No such file or directory > > cp: COPYHEADER: No such file or directory > > *** Error code 1 I can't see how ever it can happens, install-doc rule (which is included into "INSTALL_TARGET= install-full") rule must install this two C* files. install-full: install install-help install-doc install-doc : $(DOCDIR) @echo Copying sample files (cd $(srcdir) && tar cf - C[HO]* PROBLEMS README samples test ) |\ ( cd $(DOCDIR) && tar xf - ) Are you overwrite DOCDIR somehow? Just don't do that. It looks like your DOCDIR now full of lynx junk, check it. :-) > You can use the following update to the 'lynx-xurrent' > port (before ache correct it ;-): I don't understand why this patch is needed, so I am against its commiting. Just don't overwrite DOCDIR. -- Andrey A. Chernov http://nagual.pp.ru/~ache/ MTH/SH/HE S-- W-- N+ PEC>+ D A a++ C G>+ QH+(++) 666+>++ Y To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 4 11:42:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id 8D2AE15031 for ; Wed, 4 Aug 1999 11:42:07 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) Received: from zippy.cdrom.com (jkh@localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id LAA08734; Wed, 4 Aug 1999 11:41:06 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) To: "Andrey A. Chernov" Cc: "Nickolay N. Dudorov" , ports@FreeBSD.ORG Subject: Re: lynx-current port is broken. In-reply-to: Your message of "Wed, 04 Aug 1999 22:35:46 +0400." <19990804223546.A35168@nagual.pp.ru> Date: Wed, 04 Aug 1999 11:41:06 -0700 Message-ID: <8731.933792066@zippy.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I can't see how ever it can happens, install-doc rule (which is included > into "INSTALL_TARGET= install-full") rule must install this two C* files. > > install-full: install install-help install-doc > > install-doc : $(DOCDIR) > @echo Copying sample files > (cd $(srcdir) && tar cf - C[HO]* PROBLEMS README samples test ) |\ > ( cd $(DOCDIR) && tar xf - ) > > Are you overwrite DOCDIR somehow? Just don't do that. It looks like your > DOCDIR now full of lynx junk, check it. :-) This happens in a *completely clean* chroot environment. You should try doing a make release sometime and see for yourself. It has nothing to do with any special flags I'm setting or environmental corruption (unless it's the "corruption" that comes about from having a clean environment :). > I don't understand why this patch is needed, so I am against its > commiting. Just don't overwrite DOCDIR. The port is broken, trust me. Please fix it since I've disabled all doc distributions in releases until this happens. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 4 12: 6:35 1999 Delivered-To: freebsd-ports@freebsd.org Received: from deep-thought.demos.su (deep-thought.demos.su [195.133.1.74]) by hub.freebsd.org (Postfix) with ESMTP id 4EF6715408 for ; Wed, 4 Aug 1999 12:06:30 -0700 (PDT) (envelope-from ache@deep-thought.demos.su) Received: (from ache@localhost) by deep-thought.demos.su (8.9.3/8.9.3) id XAA35414; Wed, 4 Aug 1999 23:05:49 +0400 (MSD) (envelope-from ache) Date: Wed, 4 Aug 1999 23:05:49 +0400 From: "Andrey A. Chernov" To: "Jordan K. Hubbard" Cc: "Nickolay N. Dudorov" , ports@FreeBSD.ORG Subject: Re: lynx-current port is broken. Message-ID: <19990804230548.A35324@nagual.pp.ru> References: <19990804223546.A35168@nagual.pp.ru> <8731.933792066@zippy.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i In-Reply-To: <8731.933792066@zippy.cdrom.com>; from jkh@zippy.cdrom.com on Wed, Aug 04, 1999 at 11:41:06AM -0700 Organization: Biomechanoid Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Aug 04, 1999 at 11:41:06AM -0700, Jordan K. Hubbard wrote: > > I don't understand why this patch is needed, so I am against its > > commiting. Just don't overwrite DOCDIR. > > The port is broken, trust me. Please fix it since I've disabled all > doc distributions in releases until this happens. Of course I trust you and very willing to fix this thing, but problem is outside the port. Just renaming DOCDIR variable to something else in lynx makefile will be short term solution, but lynx and other makefiles too often use names like DOCDIR, LIBDIR, etc. so too many ports are affected by this environment bug. To test this thing please add echo $DOCDIR into install-doc lynx makefile target, i.e. install-doc: echo XXXXXXX ${DOCDIR} XXXXXX [... rest of install-doc ...] if echo will produce something else than /usr/local/share/lynx_doc you have DOCDIR set in your environment which overwrite makefile setting, not for lynx makefile only but for each and every makefile which have bad luck to use DOCDIR variable. I can log into your machine and typing building command you give me inspect this situation by myself (because I can't reproduce it on my machine). -- Andrey A. Chernov http://nagual.pp.ru/~ache/ MTH/SH/HE S-- W-- N+ PEC>+ D A a++ C G>+ QH+(++) 666+>++ Y To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 4 12:20:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F02615410 for ; Wed, 4 Aug 1999 12:20:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA35945; Wed, 4 Aug 1999 12:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from blaubaer.kn-bremen.de (blaubaer.kn-bremen.de [195.37.179.254]) by hub.freebsd.org (Postfix) with ESMTP id 77B4714CEC for ; Wed, 4 Aug 1999 12:18:54 -0700 (PDT) (envelope-from nox@saturn.kn-bremen.de) Received: from saturn.kn-bremen.de (uucp@localhost) by blaubaer.kn-bremen.de (8.9.1/8.9.1) with UUCP id VAA06022 for FreeBSD-gnats-submit@freebsd.org; Wed, 4 Aug 1999 21:14:32 +0200 Received: (from nox@localhost) by saturn.kn-bremen.de (8.9.3/8.8.5) id UAA10375; Wed, 4 Aug 1999 20:00:23 +0200 (MET DST) Message-Id: <199908041800.UAA10375@saturn.kn-bremen.de> Date: Wed, 4 Aug 1999 20:00:23 +0200 (MET DST) From: Juergen Lock Reply-To: nox@jelal.kn-bremen.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12970: update print/cdlabelgen to 1.5.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12970 >Category: ports >Synopsis: update print/cdlabelgen to 1.5.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: Wed Aug 4 12:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Juergen Lock >Release: FreeBSD 3.2-STABLE i386 >Organization: me? organized? >Environment: FreeBSD 3.2-STABLE i386 (should run everywhere where perl5 is) >Description: update print/cdlabelgen to 1.5.0 changed files: Makefile files/md5 pkg/PLIST new file: patches/patch-ab >How-To-Repeat: n/a >Fix: Index: Makefile =================================================================== RCS file: /home/cvs/cvs/ports/print/cdlabelgen/Makefile,v retrieving revision 1.1.1.1 diff -u -u -r1.1.1.1 Makefile --- Makefile 1999/06/28 19:49:58 1.1.1.1 +++ Makefile 1999/08/03 23:23:47 @@ -6,7 +6,7 @@ # $Id: Makefile,v 1.1.1.1 1999/06/28 19:49:58 cpiazza Exp $ # -DISTNAME= cdlabelgen-1.1.3 +DISTNAME= cdlabelgen-1.5.0 CATEGORIES= print MASTER_SITES= http://www.red-bean.com/~bwf/software/cdlabelgen/ Index: files/md5 =================================================================== RCS file: /home/cvs/cvs/ports/print/cdlabelgen/files/md5,v retrieving revision 1.1.1.1 diff -u -u -r1.1.1.1 md5 --- md5 1999/06/28 19:49:58 1.1.1.1 +++ md5 1999/08/03 23:24:25 @@ -1 +1 @@ -MD5 (cdlabelgen-1.1.3.tar.gz) = 2bf1e03d95d0c80ac86c4752289cac3c +MD5 (cdlabelgen-1.5.0.tar.gz) = 3ed7968301825d658d470de5f00812aa Index: pkg/PLIST =================================================================== RCS file: /home/cvs/cvs/ports/print/cdlabelgen/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -u -r1.1.1.1 PLIST --- PLIST 1999/06/28 19:50:00 1.1.1.1 +++ PLIST 1999/08/04 15:27:03 @@ -1,9 +1,11 @@ bin/cdlabelgen -share/cdlabelgen/template.ps -share/cdlabelgen/recycle.ps -share/cdlabelgen/recycle.epsi -share/cdlabelgen/mp3.eps -share/cdlabelgen/cdda.eps share/cdlabelgen/cd.eps +share/cdlabelgen/cdda.eps +share/cdlabelgen/debian-bw.eps +share/cdlabelgen/debian-color.eps +share/cdlabelgen/mp3.eps share/cdlabelgen/penguin.eps +share/cdlabelgen/recycle.epsi +share/cdlabelgen/recycle.ps +share/cdlabelgen/template.ps @dirrm share/cdlabelgen Index: patches/patch-ab @@ -0,0 +1,9 @@ +Index: Makefile +@@ -25,7 +25,6 @@ + $(INSTALL_DIR) $(BASE_DIR)/bin + $(INSTALL) cdlabelgen $(BASE_DIR)/bin + $(INSTALL_DIR) $(BASE_DIR)/share/cdlabelgen +- $(INSTALL_FILE) $(TEMPLATE) $(BASE_DIR)/share/cdlabelgen + set -e; \ + for file in $(POSTSCRIPT); do \ + $(INSTALL_FILE) postscript/$$file $(BASE_DIR)/share/cdlabelgen/; \ >Release-Note: >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 Aug 4 12:20:31 1999 Delivered-To: freebsd-ports@freebsd.org Received: from deep-thought.demos.su (deep-thought.demos.su [195.133.1.74]) by hub.freebsd.org (Postfix) with ESMTP id E1A2415430; Wed, 4 Aug 1999 12:20:21 -0700 (PDT) (envelope-from ache@deep-thought.demos.su) Received: (from ache@localhost) by deep-thought.demos.su (8.9.3/8.9.3) id XAA35494; Wed, 4 Aug 1999 23:20:01 +0400 (MSD) (envelope-from ache) Date: Wed, 4 Aug 1999 23:20:00 +0400 From: "Andrey A. Chernov" To: "Jordan K. Hubbard" Cc: "Nickolay N. Dudorov" , ports@FreeBSD.ORG, asami@FreeBSD.ORG Subject: Re: lynx-current port is broken. Message-ID: <19990804232000.A35463@nagual.pp.ru> References: <19990804223546.A35168@nagual.pp.ru> <8731.933792066@zippy.cdrom.com> <19990804230548.A35324@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i In-Reply-To: <19990804230548.A35324@nagual.pp.ru>; from ache@nagual.pp.ru on Wed, Aug 04, 1999 at 11:05:49PM +0400 Organization: Biomechanoid Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Aug 04, 1999 at 11:05:49PM +0400, Andrey A. Chernov wrote: > makefile will be short term solution, but lynx and other makefiles too > often use names like DOCDIR, LIBDIR, etc. so too many ports are affected > by this environment bug. To test this thing please add echo $DOCDIR into I think the problem is somewhere in bsd.port.mk, it have very dangerous commands like LIBDIR=XXX in MAKE_ENV which totally prevents port makefile to use its own LIBDIR. I'll try to investigate it now, maybe I am not quite right. -- Andrey A. Chernov http://nagual.pp.ru/~ache/ MTH/SH/HE S-- W-- N+ PEC>+ D A a++ C G>+ QH+(++) 666+>++ Y To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 4 12:20:41 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5CF6215419 for ; Wed, 4 Aug 1999 12:20:15 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA35954; Wed, 4 Aug 1999 12:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from blaubaer.kn-bremen.de (blaubaer.kn-bremen.de [195.37.179.254]) by hub.freebsd.org (Postfix) with ESMTP id B786C14CEC for ; Wed, 4 Aug 1999 12:19:07 -0700 (PDT) (envelope-from nox@saturn.kn-bremen.de) Received: from saturn.kn-bremen.de (uucp@localhost) by blaubaer.kn-bremen.de (8.9.1/8.9.1) with UUCP id VAA06025 for FreeBSD-gnats-submit@freebsd.org; Wed, 4 Aug 1999 21:14:33 +0200 Received: (from nox@localhost) by saturn.kn-bremen.de (8.9.3/8.8.5) id UAA12796; Wed, 4 Aug 1999 20:46:38 +0200 (MET DST) Message-Id: <199908041846.UAA12796@saturn.kn-bremen.de> Date: Wed, 4 Aug 1999 20:46:38 +0200 (MET DST) From: Juergen Lock Reply-To: nox@jelal.kn-bremen.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12971: update sysutils/gcombust to 0.1.19 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12971 >Category: ports >Synopsis: update sysutils/gcombust to 0.1.19 >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 Aug 4 12:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Juergen Lock >Release: FreeBSD 3.2-STABLE i386 >Organization: me? organized? >Environment: FreeBSD 3.2-STABLE i386, cdrecord-1.8a22, gettext-0.10.35, glib-1.2.2, gtk-1.2.2 >Description: update sysutils/gcombust to 0.1.19 Changed files: Makefile files/md5 pkg/PLIST New files: patches/patch-aa patches/patch-ab patches/patch-ac patches/patch-ad patches/patch-ba >How-To-Repeat: n/a >Fix: Index: Makefile =================================================================== RCS file: /home/cvs/cvs/ports/sysutils/gcombust/Makefile,v retrieving revision 1.2 diff -u -u -r1.2 Makefile --- Makefile 1999/06/30 03:47:55 1.2 +++ Makefile 1999/08/04 18:04:49 @@ -1,12 +1,12 @@ # New ports collection makefile for: gcombust -# Version required: 0.1.17 +# Version required: 0.1.19 # Date created: Tue Jun 22 21:17:03 MET DST 1999 # Whom: Juergen Lock # # $Id: Makefile,v 1.2 1999/06/30 03:47:55 cpiazza Exp $ # -DISTNAME= gcombust-0.1.18 +DISTNAME= gcombust-0.1.19 CATEGORIES= sysutils MASTER_SITES= http://www.abo.fi/~jmunsin/gcombust/ Index: files/md5 =================================================================== RCS file: /home/cvs/cvs/ports/sysutils/gcombust/files/md5,v retrieving revision 1.2 diff -u -u -r1.2 md5 --- md5 1999/06/30 03:47:59 1.2 +++ md5 1999/08/03 23:25:37 @@ -1 +1 @@ -MD5 (gcombust-0.1.18.tar.gz) = 99efbd09633bc2605bba8f111a197756 +MD5 (gcombust-0.1.19.tar.gz) = af02f82b4ce8923005d85a2f8450d9e6 Index: pkg/PLIST =================================================================== RCS file: /home/cvs/cvs/ports/sysutils/gcombust/pkg/PLIST,v retrieving revision 1.2 diff -u -u -r1.2 PLIST --- PLIST 1999/06/30 03:48:04 1.2 +++ PLIST 1999/08/04 15:53:32 @@ -2,6 +2,7 @@ share/doc/gcombust/README share/doc/gcombust/NEWS share/locale/de/LC_MESSAGES/gcombust.mo -share/locale/sv/LC_MESSAGES/gcombust.mo share/locale/es/LC_MESSAGES/gcombust.mo +share/locale/ja/LC_MESSAGES/gcombust.mo +share/locale/sv/LC_MESSAGES/gcombust.mo @dirrm share/doc/gcombust Index: patches/patch-aa @@ -0,0 +1,15 @@ +Index: src/cdrecord_options.c +@@ -173,8 +173,13 @@ + iso_device_path = gtk_entry_new(); + gtk_widget_show(iso_device_path); + gtk_box_pack_start(GTK_BOX(hbox), iso_device_path, FALSE, TRUE, 0); ++#ifdef __FreeBSD__ ++ gtk_tooltips_set_tip(tooltips, iso_device_path, ++ _("Path to device from which to copy (for example /dev/cd0a)"), NULL); ++#else + gtk_tooltips_set_tip(tooltips, iso_device_path, + _("Path to device from which to copy (for example /dev/hdb or /dev/cdrom)"), NULL); ++#endif + + /* audio tracks */ + Index: patches/patch-ab @@ -0,0 +1,41 @@ +Index: src/common_gtk.c +@@ -144,24 +144,39 @@ + gtk_widget_show(spinbutton_lun); + gtk_table_attach(GTK_TABLE(table), spinbutton_lun, 1, 2, 2, 3, + GTK_SHRINK, GTK_SHRINK, 0, 0); ++#ifdef __FreeBSD__ ++ gtk_tooltips_set_tip(tooltips, spinbutton_lun, ++ _("See /sbin/dmesg and man cdrecord"), NULL); ++#else + gtk_tooltips_set_tip(tooltips, spinbutton_lun, + _("See /proc/scsi/scsi and man cdrecord"), NULL); ++#endif + + spinbutton_target_adj = gtk_adjustment_new(0, 0, 100, 1, 10, 10); + spinbutton_target = gtk_spin_button_new(GTK_ADJUSTMENT(spinbutton_target_adj), 1, 0); + gtk_widget_show(spinbutton_target); + gtk_table_attach(GTK_TABLE(table), spinbutton_target, 1, 2, 1, 2, + GTK_SHRINK, GTK_SHRINK, 0, 0); ++#ifdef __FreeBSD__ ++ gtk_tooltips_set_tip(tooltips, spinbutton_target, ++ _("See /sbin/dmesg and man cdrecord"), NULL); ++#else + gtk_tooltips_set_tip(tooltips, spinbutton_target, + _("See /proc/scsi/scsi and man cdrecord"), NULL); ++#endif + + spinbutton_scsibus_adj = gtk_adjustment_new(0, 0, 100, 1, 10, 10); + spinbutton_scsibus = gtk_spin_button_new(GTK_ADJUSTMENT(spinbutton_scsibus_adj), 1, 0); + gtk_widget_show(spinbutton_scsibus); + gtk_table_attach(GTK_TABLE(table), spinbutton_scsibus, 1, 2, 0, 1, + GTK_SHRINK, GTK_SHRINK, 0, 0); ++#ifdef __FreeBSD__ ++ gtk_tooltips_set_tip(tooltips, spinbutton_scsibus, ++ _("See /sbin/dmesg and man cdrecord"), NULL); ++#else + gtk_tooltips_set_tip(tooltips, spinbutton_scsibus, + _("See /proc/scsi/scsi and man cdrecord"), NULL); ++#endif + + gtk_adjustment_set_value(GTK_ADJUSTMENT(spinbutton_target_adj), 6); + Index: patches/patch-ac @@ -0,0 +1,65 @@ +Index: src/preferences.c +@@ -83,9 +83,15 @@ + (GtkAttachOptions) GTK_FILL, + (GtkAttachOptions) GTK_FILL, 0, 0); + ++#ifdef __FreeBSD__ ++ gtk_tooltips_set_tip(tooltips, button9, _("Open up filerequester " ++ "and sets the path to the mkisofs program " ++ "(eg /usr/local/bin/mkisofs)"), NULL); ++#else + gtk_tooltips_set_tip(tooltips, button9, _("Open up filerequester " + "and sets the path to the mkisofs program " + "(eg /usr/bin/mkisofs)"), NULL); ++#endif + add_info = malloc(sizeof(file_req_info)); + add_info->title = g_strdup(_("Select path to mkisofs")); + add_info->func = (gpointer) &new_mkisofs_path; +@@ -105,9 +111,15 @@ + (GtkAttachOptions) GTK_FILL, + (GtkAttachOptions) GTK_FILL, 0, 0); + ++#ifdef __FreeBSD__ ++ gtk_tooltips_set_tip(tooltips, button10, _("Open up filerequester " ++ "and sets the path to the mkhbrid program " ++ "(eg /usr/local/bin/mkhybrid)"), NULL); ++#else + gtk_tooltips_set_tip(tooltips, button10, _("Open up filerequester " + "and sets the path to the mkhbrid program " + "(eg /usr/bin/mkhybrid)"), NULL); ++#endif + add_info = malloc(sizeof(file_req_info)); + add_info->title = g_strdup(_("Select path to mkhbyrd")); + add_info->func = (gpointer) &new_mkhybrid_path; +@@ -127,9 +139,15 @@ + (GtkAttachOptions) GTK_FILL, + (GtkAttachOptions) GTK_FILL, 0, 0); + ++#ifdef __FreeBSD__ ++ gtk_tooltips_set_tip(tooltips, button11, _("Open up filerequester " ++ "and sets the path to the cdrecord program " ++ "(eg /usr/local/bin/cdrecord)"), NULL); ++#else + gtk_tooltips_set_tip(tooltips, button11, _("Open up filerequester " + "and sets the path to the cdrecord program " + "(eg /usr/bin/cdrecord)"), NULL); ++#endif + add_info = malloc(sizeof(file_req_info)); + add_info->title = g_strdup(_("Select path to cdrecord")); + add_info->func = (gpointer) &new_cdrecord_path; +@@ -149,9 +167,15 @@ + (GtkAttachOptions) GTK_FILL, + (GtkAttachOptions) GTK_FILL, 0, 0); + ++#ifdef __FreeBSD__ ++ gtk_tooltips_set_tip(tooltips, button12, _("Open up filerequester " ++ "and sets the path to the cdlabelgen program " ++ "(eg /usr/local/bin/cdlabelgen)"), NULL); ++#else + gtk_tooltips_set_tip(tooltips, button12, _("Open up filerequester " + "and sets the path to the cdlabelgen program " + "(eg /usr/bin/cdlabelgen)"), NULL); ++#endif + add_info = malloc(sizeof(file_req_info)); + add_info->title = g_strdup(_("Select path to cdlabelgen")); + add_info->func = (gpointer) &new_cdlabelgen_path; Index: patches/patch-ad @@ -0,0 +1,19 @@ +Index: src/multisession.c +@@ -46,10 +46,17 @@ + old_session = gtk_entry_new(); + gtk_widget_show(old_session); + gtk_box_pack_end(GTK_BOX(hbox), old_session, FALSE, FALSE, 0); ++#ifdef __FreeBSD__ ++ gtk_tooltips_set_tip(tooltips, old_session, _("Path to old session image, usually " ++ "the drive where the multisession CD is (/dev/cd0a), but can also " ++ "be an existing image on disk. Leave this empty for first session."), ++ NULL); ++#else + gtk_tooltips_set_tip(tooltips, old_session, _("Path to old session image, usually " + "the drive where the multisession CD is (/dev/hdb), but can also " + "be an existing image on disk. Leave this empty for first session."), + NULL); ++#endif + + label = gtk_label_new(_("Path to old session")); + gtk_widget_show(label); Index: patches/patch-ba @@ -0,0 +1,829 @@ +Index: po/de.po +@@ -6,8 +6,8 @@ + msgid "" + msgstr "" + "Project-Id-Version: PACKAGE VERSION\n" +-"POT-Creation-Date: 1999-08-03 23:34+0300\n" +-"PO-Revision-Date: 1996-06-24 17:28+0200\n" ++"POT-Creation-Date: 1999-08-04 20:35+0200\n" ++"PO-Revision-Date: 1999-08-04 19:18+0200\n" + "Last-Translator: Jürgen Lock \n" + "Language-Team: LANGUAGE \n" + "MIME-Version: 1.0\n" +@@ -92,12 +92,10 @@ + msgstr "" + + #: src/cdlabel.c:367 +-#, fuzzy + msgid "Get data" +-msgstr "Verzeichnis übernehmen" ++msgstr "Verzeichnis(se) übernehmen" + + #: src/cdlabel.c:373 +-#, fuzzy + msgid "Add data selection as label" + msgstr "Übernimmt Dateienauswahl (Daten) als Inhalt" + +@@ -106,7 +104,6 @@ + msgstr "Audio übernehmen" + + #: src/cdlabel.c:381 +-#, fuzzy + msgid "Add audio selection as label" + msgstr "Übernimmt Dateienauswahl (Audio) als Inhalt" + +@@ -145,7 +142,7 @@ + + #: src/cdlabel.c:475 + msgid "No plaque" +-msgstr "" ++msgstr "Keine Plaque" + + #: src/cdlabel.c:479 + msgid "" +@@ -153,16 +150,20 @@ + "traycard, thus allowing you to fit even more items on the traycard.(needs " + "cdlabelgen 1.5 or greater)" + msgstr "" ++"Unterdrückt die Plaque (der Category/Subcategory banner) auf der Traycard, " ++"damit ist mehr Platz für Text (benötigt cdlabelgen 1.5.0 oder neuer)" + + #: src/cdlabel.c:484 + msgid "Enable word wrapping" +-msgstr "" ++msgstr "Zeilenumbruch erlauben" + + #: src/cdlabel.c:488 + msgid "" + "Enables word wrapping of the items that print on the traycard.(needs " + "cdlabelgen 1.5 or greater)" + msgstr "" ++"Erlaubt Zeilenumbruch in den Texten auf der Traycard. (benötigt cdlabelgen " ++"1.5.0 oder neuer)" + + #. + #: src/cdlabel.c:492 +@@ -170,12 +171,10 @@ + msgstr "EPS-Datei Optionen" + + #: src/cdlabel.c:503 +-#, fuzzy + msgid "Cover eps file" + msgstr "eps Cover Datei" + + #: src/cdlabel.c:507 +-#, fuzzy + msgid "Add an EPS (Encapsulated PostScript) file to the cover" + msgstr "Drucke eine eps (encapsulated postscript) Datei auf das Cover" + +@@ -189,27 +188,22 @@ + msgstr "Skalierfaktor:" + + #: src/cdlabel.c:528 src/cdlabel.c:571 src/cdlabel.c:596 +-#, fuzzy + msgid "Pick file:" +-msgstr "Drucken in Datei:" ++msgstr "Datei auswählen:" + + #: src/cdlabel.c:534 +-#, fuzzy + msgid "Select cover EPS file" +-msgstr "eps Cover Datei auswählen" ++msgstr "Cover eps Datei auswählen" + + #: src/cdlabel.c:540 +-#, fuzzy + msgid "Path to cover EPS file" +-msgstr "Pfad der eps Cover Datei" ++msgstr "Pfad der Cover eps Datei" + + #: src/cdlabel.c:546 +-#, fuzzy + msgid "Tray EPS file" +-msgstr "eps Tray Datei" ++msgstr "Tray eps Datei" + + #: src/cdlabel.c:550 +-#, fuzzy + msgid "Add an EPS (Encapsulated PostScript) file to the traycard" + msgstr "Drucke eine eps (encapsulated postscript) Datei auf die Traycard" + +@@ -219,18 +213,15 @@ + msgstr "Verhältnis um das die eps Datei auf der Traycard skaliert wird" + + #: src/cdlabel.c:577 +-#, fuzzy + msgid "Select traycard EPS file" +-msgstr "eps Traycard Datei auswählen" ++msgstr "Traycard eps Datei auswählen" + + #: src/cdlabel.c:583 +-#, fuzzy + msgid "Path to traycard EPS file" +-msgstr "Pfad der eps Traycard Datei" ++msgstr "Pfad der Traycard eps Datei" + + #. + #: src/cdlabel.c:585 +-#, fuzzy + msgid "Make cover" + msgstr "Label erzeugen" + +@@ -248,21 +239,18 @@ + "Temporärdatei erzeugt und hinterher wieder gelöscht" + + #: src/cdlabel.c:617 +-#, fuzzy + msgid "Save to file" +-msgstr "eps Tray Datei" ++msgstr "Erzeuge Druckdatei" + + #: src/cdlabel.c:623 +-#, fuzzy + msgid "Save cover as a PS file" +-msgstr "eps Cover Datei" ++msgstr "Erzeuge eine PS Druckdatei" + + #: src/cdlabel.c:625 + msgid "Preview" + msgstr "Vorschau" + + #: src/cdlabel.c:631 +-#, fuzzy + msgid "View a preview of the cover with gv" + msgstr "Vorschau der Druckdatei mit gv" + +@@ -271,7 +259,6 @@ + msgstr "Drucken" + + #: src/cdlabel.c:639 +-#, fuzzy + msgid "Print cover with lpr" + msgstr "Datei drucken mit lpr" + +@@ -286,18 +273,19 @@ + + #: src/cdrecord_options.c:108 + msgid "Data Source" +-msgstr "" ++msgstr "Daten-Quelle" + + #: src/cdrecord_options.c:115 + msgid "Data Files, no image" +-msgstr "" ++msgstr "Dateien, kein Image" + + #: src/cdrecord_options.c:119 +-#, fuzzy + msgid "" + "Do not make a disk image of the files in Data Files. Pipes output from " + "mkisofs directly to cdrecord on the fly." +-msgstr "Keine Imagedatei erzeugen, direkte Pipe von mkisofs zu cdrecord" ++msgstr "" ++"Keine Imagedatei aus den ausgewählten Verzeichnissen erzeugen, direkte Pipe " ++"von mkisofs zu cdrecord" + + #: src/cdrecord_options.c:126 + msgid "ISO-9660 Image" +@@ -309,14 +297,16 @@ + "make one from the files added to Data Files (safer, using an image can " + "prevent buffer underruns, but requires enough free disk space)" + msgstr "" ++"Benutze eine ISO-9660 Imagedatei zum Schreiben, entweder eine vorhandene " ++"oder eine aus den ausgewählten Verzeichnissen erzeugte (sicherer, Benutzung " ++"einer Imagedatei kann Buffer Underruns verhindern, benötigt aber genug " ++"freien Diskplatz)" + + #: src/cdrecord_options.c:135 +-#, fuzzy + msgid "Choose image" +-msgstr "Image erzeugen" ++msgstr "Image auswählen" + + #: src/cdrecord_options.c:138 +-#, fuzzy + msgid "" + "Open up a filerequester and select the path+name of where you want to make " + "the image (~650MB of free space required) or the location of an already " +@@ -326,60 +316,65 @@ + "benötigt)" + + #: src/cdrecord_options.c:148 +-#, fuzzy + msgid "" + "This is the path to which the image will be generated or the path to the " + "image to in case you already have an image" +-msgstr "Der Pfad wo das Image erzeugt wird" ++msgstr "" ++"Der Pfad wo das Image erzeugt wird (oder gelesen falls schon eins vorhanden " ++"ist)" + + #: src/cdrecord_options.c:152 +-#, fuzzy + msgid "Create image" +-msgstr "Image übernehmen" ++msgstr "Image erzeugen" + + #: src/cdrecord_options.c:155 +-#, fuzzy + msgid "Make the iso-image to be burned from Data Files" +-msgstr "Erzeugt die Imagedatei von der später gebrannt wird" ++msgstr "" ++"Erzeugt die Imagedatei aus den ausgewählten Verzeichnissen, von der später " ++"gebrannt wird" + + #: src/cdrecord_options.c:166 + msgid "Existing ISO-9660 CD" +-msgstr "" ++msgstr "Vorhandene ISO-9660 CD" + + #: src/cdrecord_options.c:170 +-#, fuzzy + msgid "Copy an data CD directly (only works with plain ISO-9660 CDs)" + msgstr "Kopiert eine Daten CD direkt (funktioniert nur mit Standard ISO CDs)" + +-#: src/cdrecord_options.c:177 +-#, fuzzy ++#: src/cdrecord_options.c:178 ++msgid "Path to device from which to copy (for example /dev/cd0a)" ++msgstr "Pfad des Device von dem kopiert werden soll (z.B. /dev/cd0a)" ++ ++#: src/cdrecord_options.c:181 + msgid "Path to device from which to copy (for example /dev/hdb or /dev/cdrom)" +-msgstr "Pfad des Device von dem kopiert werden soll (z.B. /dev/hdb)" ++msgstr "" ++"Pfad des Device von dem kopiert werden soll (z.B. /dev/hdb oder /dev/cdrom)" + +-#: src/cdrecord_options.c:185 src/mainwindow.c:99 ++#: src/cdrecord_options.c:190 src/mainwindow.c:99 + msgid "Audio Files" +-msgstr "" ++msgstr "Audiodateien" + +-#: src/cdrecord_options.c:189 +-#, fuzzy ++#: src/cdrecord_options.c:194 + msgid "" + "Make CD-DA (audio CD) based on tracks selected in Audio Files (ie the ripped " + "tracks on HD)" +-msgstr "Schreibe CD-DA (Audio CD) von ausgewählten Tracks" ++msgstr "" ++"Schreibe CD-DA (Audio CD) von ausgewählten Audiodateien (also die " ++"digitalisierten Tracks als Dateien)" + +-#: src/cdrecord_options.c:208 ++#: src/cdrecord_options.c:213 + msgid "Select speed:" + msgstr "Schreibgeschwindigkeit:" + +-#: src/cdrecord_options.c:227 ++#: src/cdrecord_options.c:232 + msgid "Misc options" + msgstr "Verschiedene Optionen" + +-#: src/cdrecord_options.c:248 ++#: src/cdrecord_options.c:253 + msgid "FIFO size:" + msgstr "FIFO Größe" + +-#: src/cdrecord_options.c:251 ++#: src/cdrecord_options.c:256 + msgid "" + "Set the fifo size (default is 4 MB, and it will be used if nothing is " + "specified) - goes directly to the cdrecord fs= option so the syntax is the " +@@ -389,11 +384,11 @@ + "ist) - geht direkt in cdrecords fs= Option, d.h. die Syntax ist die gleiche " + "wie cdrecords (z.B. 10x63k = 630 kBytes)" + +-#: src/cdrecord_options.c:260 ++#: src/cdrecord_options.c:265 + msgid "Dummy test run" + msgstr "Dummy Testlauf" + +-#: src/cdrecord_options.c:264 ++#: src/cdrecord_options.c:269 + msgid "" + "Go trought every step of the recording process, but leave the laser off - " + "good way to make sure everything is ok and that the system can cope with the " +@@ -403,19 +398,19 @@ + "Möglichkeit sicherzustellen daß alles OK ist und das System die Belastung " + "verträgt" + +-#: src/cdrecord_options.c:268 ++#: src/cdrecord_options.c:273 + msgid "Eject disk when done" + msgstr "Schublade öffnen wenn fertig" + +-#: src/cdrecord_options.c:271 ++#: src/cdrecord_options.c:276 + msgid "Eject the disk when done, some devices require this." + msgstr "Öffnet die Schublade wenn fertig, manche Laufwerke benötigen das." + +-#: src/cdrecord_options.c:274 ++#: src/cdrecord_options.c:279 + msgid "Pad" + msgstr "" + +-#: src/cdrecord_options.c:278 ++#: src/cdrecord_options.c:283 + msgid "" + "Usable if your drive can't read the last sectors of a track or if you want " + "to be able to read the CD on an old Linux system with the ISO-9660 " +@@ -425,27 +420,27 @@ + "kann oder um die CD auf alten Linux Systemen mit ISO-9660 read ahead bug " + "lesen zu können" + +-#: src/cdrecord_options.c:282 ++#: src/cdrecord_options.c:287 + msgid "DAO" + msgstr "" + +-#: src/cdrecord_options.c:286 ++#: src/cdrecord_options.c:291 + msgid "Set Disk At Once mode - needs an image" + msgstr "Disk At Once Modus - benötigt ein Image" + +-#: src/cdrecord_options.c:288 src/preferences.c:201 ++#: src/cdrecord_options.c:293 src/preferences.c:225 + msgid "Swab audio" + msgstr "" + +-#: src/cdrecord_options.c:292 src/preferences.c:206 ++#: src/cdrecord_options.c:297 src/preferences.c:230 + msgid "Asume audio data is in byte-swapped (little-endian) order" + msgstr "Nimmt an audio Daten sind byte-vertauscht (little-endian)" + +-#: src/cdrecord_options.c:295 ++#: src/cdrecord_options.c:300 + msgid "Get size" + msgstr "Größe übergeben" + +-#: src/cdrecord_options.c:300 ++#: src/cdrecord_options.c:305 + msgid "" + "When burning on the fly, some drives need to know the size of the track " + "before starting. Enable this option if your drive requiers this. If burning " +@@ -457,36 +452,36 @@ + "im DAO Modus ohne Imagedatei geschrieben wird benötigen alle Laufwerke dies " + "(wird dann automatisch eingeschaltet)." + +-#: src/cdrecord_options.c:339 ++#: src/cdrecord_options.c:344 + msgid "CD-RW" + msgstr "" + +-#: src/cdrecord_options.c:346 ++#: src/cdrecord_options.c:351 + msgid "Blank type:" + msgstr "Blank Typ:" + +-#: src/cdrecord_options.c:350 ++#: src/cdrecord_options.c:355 + msgid "all" + msgstr "Komplett" + +-#: src/cdrecord_options.c:355 ++#: src/cdrecord_options.c:360 + msgid "fast" + msgstr "Schnell" + +-#: src/cdrecord_options.c:360 ++#: src/cdrecord_options.c:365 + msgid "Blank CD" + msgstr "CD löschen" + +-#: src/cdrecord_options.c:361 ++#: src/cdrecord_options.c:366 + msgid "Blank the CD-RW (note that the Misc options above apply here, too)" + msgstr "" + "Löscht eine CD-RW (s. auch die Einstellungen unter `Verschiedene Optionen')" + +-#: src/cdrecord_options.c:460 ++#: src/cdrecord_options.c:465 + msgid " Combust! " + msgstr "" + +-#: src/cdrecord_options.c:461 ++#: src/cdrecord_options.c:466 + msgid "Start burning" + msgstr "Brennprozeß starten" + +@@ -528,6 +523,8 @@ + " haven't selected the filename of the image \n" + " you wish to make! " + msgstr "" ++" `Imagedatei erzeugen' ausgewählt aber \n" ++" kein Dateiname für die Imagedatei ausgewählt!" + + #: src/command.c:531 + msgid "" +@@ -541,7 +538,7 @@ + msgid "No files selected" + msgstr "Keine Dateien ausgewählt" + +-#: src/common_gtk.c:75 src/preferences.c:421 ++#: src/common_gtk.c:75 src/preferences.c:445 + msgid "Ok" + msgstr "" + +@@ -561,23 +558,27 @@ + msgid "Scsibus:" + msgstr "" + +-#: src/common_gtk.c:148 src/common_gtk.c:156 src/common_gtk.c:164 ++#: src/common_gtk.c:149 src/common_gtk.c:162 src/common_gtk.c:175 ++msgid "See /sbin/dmesg and man cdrecord" ++msgstr "Siehe /sbin/dmesg und man cdrecord" ++ ++#: src/common_gtk.c:152 src/common_gtk.c:165 src/common_gtk.c:178 + msgid "See /proc/scsi/scsi and man cdrecord" + msgstr "Siehe /proc/scsi/scsi und man cdrecord" + +-#: src/common_gtk.c:172 ++#: src/common_gtk.c:187 + msgid "Check scsi settings" + msgstr "scsi Einstellungen überprüfen" + +-#: src/common_gtk.c:176 ++#: src/common_gtk.c:191 + msgid "Checks if a driver for the selected drive is present" + msgstr "Testet ob ein Treiber für das ausgewählte Laufwerk vorhanden ist" + +-#: src/common_gtk.c:184 ++#: src/common_gtk.c:199 + msgid "Detect scsi drive" + msgstr "scsi Laufwerk erkennen" + +-#: src/common_gtk.c:187 ++#: src/common_gtk.c:202 + msgid "" + "Automaticaly locates your drive, press multiple times to cycle trough scsi " + "devices if you have more than one" +@@ -585,11 +586,11 @@ + "Sucht das Laufwerk auf dem(n) scsi bus(sen), evtl. mehrfach anklicken wenn " + "meherere Laufwerke vorhanden sind" + +-#: src/common_gtk.c:198 ++#: src/common_gtk.c:213 + msgid "Reset drive" + msgstr "scsi Reset" + +-#: src/common_gtk.c:201 ++#: src/common_gtk.c:216 + msgid "Try to reset the SCSI bus where the CD recorder is located" + msgstr "Versucht den SCSI bus zu resetten an dem das CD Laufwerk hängt" + +@@ -600,10 +601,14 @@ + " (Preferences window opened, at least the path to \n" + " mkisofs or mkhybrid need to be filled in) " + msgstr "" ++" Konnte Konfigurationsdatei nicht öffnen.\n" ++" Bitte gcombust im menu Datei/Voreinstellungen konfigurieren \n" ++" (Voreinstellungs-Fenster geöffnet, mindestens die Pfade zu \n" ++" mkisofs oder mkhybrid müssen ausgefüllt werden)" + + #: src/config_files.c:259 + msgid " Could not open config file for writing! \n" +-msgstr "" ++msgstr " Konnte Konfigurationsdatei nicht zum schreiben öffnen! \n" + + #: src/detect_scsi.c:81 src/detect_scsi.c:97 + msgid " Could not detect if swab is to be used or not. " +@@ -618,9 +623,8 @@ + "(falsche scsi einstellungen oder keine Permission für das Device)!" + + #: src/detect_scsi.c:115 +-#, fuzzy + msgid " Settings ok! " +-msgstr "Einstellungen OK!" ++msgstr " Einstellungen OK! " + + #: src/detect_scsi.c:121 src/detect_scsi.c:229 src/menu.c:169 + msgid "OK" +@@ -693,15 +697,16 @@ + msgstr "Folge symbolischen Links bei der Erzeugung der Imagedatei" + + #: src/filepicker.c:193 +-#, fuzzy + msgid "Include dirname" +-msgstr "Alle Dateien" ++msgstr "Verzeichnisse hinzufügen" + + #: src/filepicker.c:198 + msgid "" + "Include the directory names on the top of the image (if this option is " + "disabled the _contents_ of the directories added will appear at the root)" + msgstr "" ++"Füge die Namen der Verzeichnisse in der Root der CD hinzu (wenn diese Option " ++"aus ist erscheinen die _Inhalte_ der Verzeichnisse in der Root)" + + #: src/filepicker.c:207 + msgid "Include all" +@@ -731,7 +736,7 @@ + + #: src/mainwindow.c:94 + msgid "Data Files" +-msgstr "" ++msgstr "Datenverzeichnisse" + + #: src/mainwindow.c:104 + msgid "Burn" +@@ -762,7 +767,6 @@ + msgstr "/Datei/_Beenden" + + #: src/menu.c:53 +-#, fuzzy + msgid "/File selection" + msgstr "/D_atenauswahl" + +@@ -795,7 +799,6 @@ + msgstr "/_Hilfe" + + #: src/menu.c:67 +-#, fuzzy + msgid "/Help/_About" + msgstr "/Hilfe/_Über" + +@@ -853,7 +856,17 @@ + "Erzeugt Multisession Image (hängt neues Image an altes an) - die erste " + "zusätzliche Session verbraucht zusätzlich ca. 22 MB, weitere je ca. 13 MB." + +-#: src/multisession.c:49 ++#: src/multisession.c:50 ++msgid "" ++"Path to old session image, usually the drive where the multisession CD is " ++"(/dev/cd0a), but can also be an existing image on disk. Leave this empty for " ++"first session." ++msgstr "" ++"Pfad zum Session Image, normalerweise das Device wo die Multisession CD ist " ++"(/dev/cd0a), aber kann auch eine vorhandene Imagedatei auf disk sein. Leer " ++"lassen für die erste Session." ++ ++#: src/multisession.c:55 + msgid "" + "Path to old session image, usually the drive where the multisession CD is " + "(/dev/hdb), but can also be an existing image on disk. Leave this empty for " +@@ -863,7 +876,7 @@ + "(/dev/hdb), aber kann auch eine vorhandene Imagedatei auf disk sein. Leer " + "lassen für die erste Session." + +-#: src/multisession.c:54 ++#: src/multisession.c:61 + msgid "Path to old session" + msgstr "Pfad zum Session Image" + +@@ -1122,13 +1135,12 @@ + msgstr "Durchsucht die Dateiinhalte nach Apple/Unix Dateiformaten" + + #: src/options.c:56 +-#, fuzzy + msgid "netatalk" +-msgstr "Verzeichnis übernehmen" ++msgstr "" + + #: src/options.c:56 + msgid "Look for NETATALK Macintosh files" +-msgstr "" ++msgstr "suche NETATALK Macintosh Dateien" + + #: src/options.c:60 + msgid "Boot image: " +@@ -1189,129 +1201,172 @@ + + #. mkisofs + #: src/preferences.c:80 +-#, fuzzy + msgid "mkisofs" +-msgstr "mkisofs Ausgabe" ++msgstr "" ++ ++#: src/preferences.c:87 ++msgid "" ++"Open up filerequester and sets the path to the mkisofs program (eg " ++"/usr/local/bin/mkisofs)" ++msgstr "" ++"Öffnet Dateiauswahl um den Pfad zu mkisofs zu setzen (also z.B. " ++"/usr/local/bin/mkisofs)" + +-#: src/preferences.c:86 ++#: src/preferences.c:91 + msgid "" + "Open up filerequester and sets the path to the mkisofs program (eg " + "/usr/bin/mkisofs)" + msgstr "" ++"Öffnet Dateiauswahl um den Pfad zu mkisofs zu setzen (also z.B. " ++"/usr/bin/mkisofs)" + +-#: src/preferences.c:90 ++#: src/preferences.c:96 + msgid "Select path to mkisofs" +-msgstr "" ++msgstr "mkisofs suchen" + + #. mkhybrid +-#: src/preferences.c:102 +-#, fuzzy ++#: src/preferences.c:108 + msgid "mkhybrid" +-msgstr "mkhybrid benutzen" ++msgstr "" + +-#: src/preferences.c:108 ++#: src/preferences.c:115 ++msgid "" ++"Open up filerequester and sets the path to the mkhbrid program (eg " ++"/usr/local/bin/mkhybrid)" ++msgstr "" ++"Öffnet Dateiauswahl um den Pfad zu mkhbrid zu setzen (also z.B. " ++"/usr/local/bin/mkhbrid)" ++ ++#: src/preferences.c:119 + msgid "" + "Open up filerequester and sets the path to the mkhbrid program (eg " + "/usr/bin/mkhybrid)" + msgstr "" ++"Öffnet Dateiauswahl um den Pfad zu mkhbrid zu setzen (also z.B. " ++"/usr/bin/mkhbrid)" + +-#: src/preferences.c:112 ++#: src/preferences.c:124 + msgid "Select path to mkhbyrd" +-msgstr "" ++msgstr "mkhbrid suchen" + + #. cdrecord +-#: src/preferences.c:124 +-#, fuzzy ++#: src/preferences.c:136 + msgid "cdrecord" +-msgstr "cdrecord Ausgabe" ++msgstr "" + +-#: src/preferences.c:130 ++#: src/preferences.c:143 ++msgid "" ++"Open up filerequester and sets the path to the cdrecord program (eg " ++"/usr/local/bin/cdrecord)" ++msgstr "" ++"Öffnet Dateiauswahl um den Pfad zu cdrecord zu setzen (also z.B. " ++"/usr/local/bin/cdrecord)" ++ ++#: src/preferences.c:147 + msgid "" + "Open up filerequester and sets the path to the cdrecord program (eg " + "/usr/bin/cdrecord)" + msgstr "" ++"Öffnet Dateiauswahl um den Pfad zu cdrecord zu setzen (also z.B. " ++"/usr/bin/cdrecord)" + +-#: src/preferences.c:134 ++#: src/preferences.c:152 + msgid "Select path to cdrecord" +-msgstr "" ++msgstr "cdrecord suchen" + + #. cdlabelgen +-#: src/preferences.c:146 ++#: src/preferences.c:164 + msgid "cdlabelgen" + msgstr "" + +-#: src/preferences.c:152 ++#: src/preferences.c:171 ++msgid "" ++"Open up filerequester and sets the path to the cdlabelgen program (eg " ++"/usr/local/bin/cdlabelgen)" ++msgstr "" ++"Öffnet Dateiauswahl um den Pfad zu cdlabelgen zu setzen (also z.B. " ++"/usr/local/bin/cdlabelgen)" ++ ++#: src/preferences.c:175 + msgid "" + "Open up filerequester and sets the path to the cdlabelgen program (eg " + "/usr/bin/cdlabelgen)" + msgstr "" ++"Öffnet Dateiauswahl um den Pfad zu cdlabelgen zu setzen (also z.B. " ++"/usr/bin/cdlabelgen)" + +-#: src/preferences.c:156 ++#: src/preferences.c:180 + msgid "Select path to cdlabelgen" +-msgstr "" ++msgstr "cdlabelgen suchen" + +-#: src/preferences.c:230 ++#: src/preferences.c:254 + msgid "Enable tooltips" +-msgstr "" ++msgstr "Tooltips einschalten" + +-#: src/preferences.c:233 ++#: src/preferences.c:257 + msgid "Toggles display of all tooltips" +-msgstr "" ++msgstr "Schaltet Anzeige aller Tooltips an oder aus" + +-#: src/preferences.c:237 ++#: src/preferences.c:261 + msgid "Progressbar has own window" +-msgstr "" ++msgstr "Fortschritts-Anzeige im eigenen Fenster" + +-#: src/preferences.c:240 ++#: src/preferences.c:264 + msgid "" + "If disabled the progressinfo-widget is created as a child to the mainwindow, " + "and not in a window of it's own" + msgstr "" ++"Bestimmt ob die Fortschritts-Anzeige (MBs written, minutes remaining...) in " ++"ein eines Fenster oder ins Hauptfenster kommt" + +-#: src/preferences.c:256 ++#: src/preferences.c:280 + #, c-format + msgid "" + " %s does not exist, \n" + " some of gcombusts operations will not work " + msgstr "" ++" %s existiert nicht, \n" ++" einige von gcombusts Funktionen werden nicht laufen " + +-#: src/preferences.c:261 ++#: src/preferences.c:285 + #, c-format + msgid "" + " %s is a directory, \n" + " it should be the complete path to the executable file, \n" + "including the program name" + msgstr "" ++" %s ist ein Verzeichnis, \n" ++" es sollte der komplette Pfad zur ausführbaren Datei sein, \n" ++"inclusive dem Programnamen" + +-#: src/preferences.c:374 +-#, fuzzy ++#: src/preferences.c:398 + msgid "Preferences" +-msgstr "/Datei/_Voreinstellungen..." ++msgstr "Voreinstellungen" + + #. add notebookpage labels +-#: src/preferences.c:399 ++#: src/preferences.c:423 + msgid "Program paths" +-msgstr "" ++msgstr "Programm Pfade" + +-#: src/preferences.c:403 ++#: src/preferences.c:427 + msgid "Devices" + msgstr "" + +-#: src/preferences.c:406 ++#: src/preferences.c:430 + msgid "Misc" +-msgstr "" ++msgstr "Verschiedenes" + +-#: src/preferences.c:414 ++#: src/preferences.c:438 + msgid "Cancel" +-msgstr "" ++msgstr "Abbruch" + +-#: src/preferences.c:416 ++#: src/preferences.c:440 + msgid "Forget changes" +-msgstr "" ++msgstr "Änderungen vergessen" + +-#: src/preferences.c:423 ++#: src/preferences.c:447 + msgid "Accept and save changes" +-msgstr "" ++msgstr "Änderungen übernehmen und speichern" + + #: src/progressbars.c:102 + msgid "Making image, please wait." +@@ -1358,7 +1413,6 @@ + msgstr "cdrecord Ausgabe" + + #: src/status_text.c:147 +-#, fuzzy + msgid "Autoscroll text" + msgstr "Text automatisch scrollen" + +@@ -1368,11 +1422,11 @@ + + #: src/status_text.c:155 + msgid "Clear" +-msgstr "" ++msgstr "Löschen" + + #: src/status_text.c:157 + msgid "Clears the text boxes" +-msgstr "" ++msgstr "Löscht die Textboxen" + + #~ msgid "Image type" + #~ msgstr "Image Typ" >Release-Note: >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 Aug 4 12:30:30 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 497281540A for ; Wed, 4 Aug 1999 12:30:28 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA36716; Wed, 4 Aug 1999 12:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from att.com (kcgw1.att.com [192.128.133.151]) by hub.freebsd.org (Postfix) with SMTP id 1B05B15403 for ; Wed, 4 Aug 1999 12:26:37 -0700 (PDT) (envelope-from shalunov@tuzik.lz.att.com) Received: from kcig1.att.att.com by kcgw1.att.com (AT&T/IPNS/UPAS-1.0) for freebsd.org!freebsd-gnats-submit sender tuzik.lz.att.com!shalunov (tuzik.lz.att.com!shalunov); Wed Aug 4 14:26 CDT 1999 Received: from tuzik.lz.att.com (tuzik.lz.att.com [135.25.200.84]) by kcig1.att.att.com (AT&T/IPNS/GW-1.0) with ESMTP id OAA27493 for ; Wed, 4 Aug 1999 14:26:13 -0500 (CDT) Received: (from root@localhost) by tuzik.lz.att.com (8.9.2/8.9.2) id PAA28471; Wed, 4 Aug 1999 15:28:21 -0400 (EDT) (envelope-from shalunov) Message-Id: <199908041928.PAA28471@tuzik.lz.att.com> Date: Wed, 4 Aug 1999 15:28:21 -0400 (EDT) From: stanislav shalunov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12972: new port: sysutils/stmpclean Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12972 >Category: ports >Synopsis: new port: sysutils/stmpclean >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Aug 4 12:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: stanislav shalunov >Release: FreeBSD 3.1-RELEASE i386 >Organization: AT&T >Environment: >Description: New port: Utility that securely cleans temporary world-writable directories. >How-To-Repeat: >Fix: # This archive contains: # # /usr/ports/sysutils/stmpclean # /usr/ports/sysutils/stmpclean/Makefile # /usr/ports/sysutils/stmpclean/files # /usr/ports/sysutils/stmpclean/files/md5 # /usr/ports/sysutils/stmpclean/pkg # /usr/ports/sysutils/stmpclean/pkg/COMMENT # /usr/ports/sysutils/stmpclean/pkg/DESCR # /usr/ports/sysutils/stmpclean/pkg/PLIST # echo c - /usr/ports/sysutils/stmpclean mkdir -p /usr/ports/sysutils/stmpclean > /dev/null 2>&1 echo x - /usr/ports/sysutils/stmpclean/Makefile sed 's/^X//' >/usr/ports/sysutils/stmpclean/Makefile << 'END-of-/usr/ports/sysutils/stmpclean/Makefile' X# New ports collection makefile for: stmpclean X# Version required: 0.1 X# Date created: 4 August 1999 X# Whom: shalunov X XDISTNAME= stmpclean-0.1 XCATEGORIES= sysutils XMASTER_SITES= ftp://ftp.mccme.ru/users/shalunov/ X XMAINTAINER= shalunov@mccme.ru XMAN8= stmpclean.8 XMANCOMPRESSED= no X X.include END-of-/usr/ports/sysutils/stmpclean/Makefile echo c - /usr/ports/sysutils/stmpclean/files mkdir -p /usr/ports/sysutils/stmpclean/files > /dev/null 2>&1 echo x - /usr/ports/sysutils/stmpclean/files/md5 sed 's/^X//' >/usr/ports/sysutils/stmpclean/files/md5 << 'END-of-/usr/ports/sysutils/stmpclean/files/md5' XMD5 (stmpclean-0.1.tar.gz) = ce4e4b16a0c063c9ab50d754e48bdaea END-of-/usr/ports/sysutils/stmpclean/files/md5 echo c - /usr/ports/sysutils/stmpclean/pkg mkdir -p /usr/ports/sysutils/stmpclean/pkg > /dev/null 2>&1 echo x - /usr/ports/sysutils/stmpclean/pkg/COMMENT sed 's/^X//' >/usr/ports/sysutils/stmpclean/pkg/COMMENT << 'END-of-/usr/ports/sysutils/stmpclean/pkg/COMMENT' XRemove old files from temporary directories. END-of-/usr/ports/sysutils/stmpclean/pkg/COMMENT echo x - /usr/ports/sysutils/stmpclean/pkg/DESCR sed 's/^X//' >/usr/ports/sysutils/stmpclean/pkg/DESCR << 'END-of-/usr/ports/sysutils/stmpclean/pkg/DESCR' XThe utility stmpclean securely deletes old files from directories Xsuch as /tmp and /var/tmp. X XCombining find and rm (possibly with xargs) for this purpose allows Xa local attacker to delete any file on the system. It is a security Xhole. X XUsing one of the nifty floating around Perl scripts for this purpose Xis dangerous: when you have an attack they have a tendency to behave Xlike forking bombs, making matters much worse. X X--Stanislav Xshalunov@mccme.ru END-of-/usr/ports/sysutils/stmpclean/pkg/DESCR echo x - /usr/ports/sysutils/stmpclean/pkg/PLIST sed 's/^X//' >/usr/ports/sysutils/stmpclean/pkg/PLIST << 'END-of-/usr/ports/sysutils/stmpclean/pkg/PLIST' Xsbin/stmpclean END-of-/usr/ports/sysutils/stmpclean/pkg/PLIST exit >Release-Note: >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 Aug 4 12:34:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from deep-thought.demos.su (deep-thought.demos.su [195.133.1.74]) by hub.freebsd.org (Postfix) with ESMTP id 8B34F15403; Wed, 4 Aug 1999 12:34:17 -0700 (PDT) (envelope-from ache@deep-thought.demos.su) Received: (from ache@localhost) by deep-thought.demos.su (8.9.3/8.9.3) id XAA35626; Wed, 4 Aug 1999 23:34:09 +0400 (MSD) (envelope-from ache) Date: Wed, 4 Aug 1999 23:34:08 +0400 From: "Andrey A. Chernov" To: "Jordan K. Hubbard" Cc: "Nickolay N. Dudorov" , ports@FreeBSD.ORG, asami@FreeBSD.ORG Subject: Re: lynx-current port is broken. Message-ID: <19990804233408.A35606@nagual.pp.ru> References: <19990804223546.A35168@nagual.pp.ru> <8731.933792066@zippy.cdrom.com> <19990804230548.A35324@nagual.pp.ru> <19990804232000.A35463@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i In-Reply-To: <19990804232000.A35463@nagual.pp.ru>; from ache@nagual.pp.ru on Wed, Aug 04, 1999 at 11:20:00PM +0400 Organization: Biomechanoid Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Aug 04, 1999 at 11:20:00PM +0400, Andrey A. Chernov wrote: > I think the problem is somewhere in bsd.port.mk, it have very dangerous > commands like LIBDIR=XXX in MAKE_ENV which totally prevents port makefile > to use its own LIBDIR. I'll try to investigate it now, maybe I am not > quite right. Sorry, false alarm. This is not the case. Jordan, so I still need your testing results or access to your machine to understand what happens. -- Andrey A. Chernov http://nagual.pp.ru/~ache/ MTH/SH/HE S-- W-- N+ PEC>+ D A a++ C G>+ QH+(++) 666+>++ Y To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 4 13:11:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0642A151AB for ; Wed, 4 Aug 1999 13:11:18 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA39928; Wed, 4 Aug 1999 13:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mx1.issei.org (mx1.issei.org [210.254.221.66]) by hub.freebsd.org (Postfix) with ESMTP id 1248E14EAB for ; Wed, 4 Aug 1999 13:01:08 -0700 (PDT) (envelope-from issei@issei.org) Received: from tole.issei.org (tole.issei.org [210.254.221.67]) by mx1.issei.org (Postfix) with ESMTP id 0BB0F27693 for ; Thu, 5 Aug 1999 05:00:42 +0900 (JST) Received: by tole.issei.org (Postfix, from userid 3001) id D28A11F35; Thu, 5 Aug 1999 05:00:41 +0900 (JST) Message-Id: <19990804200041.D28A11F35@tole.issei.org> Date: Thu, 5 Aug 1999 05:00:41 +0900 (JST) From: issei@jp.FreeBSD.ORG Reply-To: issei@jp.FreeBSD.ORG To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12973: Update port: net/SSLtelnet Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12973 >Category: ports >Synopsis: Update port: net/SSLtelnet >Confidential: yes >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Aug 4 13:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Issei Suzuki >Release: FreeBSD 3.2-STABLE i386 >Organization: Individual >Environment: >Description: 1. net/SSLtelnet port is broken now, this update fix it. * Change path name of OpenSSL include files. They used to be in ${PREFIX}/include, but ${PREFIX}/include/openssl now. (patch-ah, patch-ai, patch-aj) * Now RSA_generate_key() functon provided by OpenSSL library needs 4 parameters. (patch-ak) 2. I restruct patches/patch-* files. Old patch files contains the diffs to plural files, such as patch-aa contains the diffs to Makefile and lib/Makefile. old -> new ----------------------------------------------------- patch-aa -> patch-aa + patch-ae patch-ab -> patch-ab + patch-af + patch-ag + patch-ah patch-ac -> patch-ac + patch-ai patch-ad -> patch-ad + patch-aj - -> patch-ak 3. Some files still assumed SSLeay insted of OpenSSL. Fix it. (pkg/PLIST, pkg/DESCR, patch-aa) >How-To-Repeat: >Fix: Apply the following patch to that of ports-current. begin 644 SSLtelnet.diff.gz M'XL(`&>6J#<``[U;?7O:.!+_VWR*N;370(7!O"8XFWM*7IIE-QMR(;V[7MN' M-4:`&V.[MFF:[?8^^XTDVQB_`"%YMD^*C30S'HUF1IJ?\-B83$!>N%=1X\]FIO'4I M/1F<5?HW%T@DG]ST?SV_0@)I;%,/+-N'>]N]@WO#GX'M4,OS3%FI="KU$6@^ M^#,*]L_.KVQ*\>@4OO\>;?L#?CN'] M^2"GYZI?`,>E\H3Z^DPM@/2&ZC.[,,ZQMZ,A&?7$5=:TF+&271GV3Y)L.P]K M^9JJTE8;A['Y*+=P.O`#9T-F2H336+%=8\IY!]2!>A/J#;6EJ*T.XSTLR.RA MT93_FX[QB\O(:AU5.5!KH6IID6]=0XA$==IQD61%9$KK6DV(!*9V\Z!\`(1_ M,C="/X(7?-I-6]=\P[;@?D9=[NE4>P##`\/R?,TT4=%*I0)\[*U:N=X`@I=: M,Q*C4]WO:O2U5&Z%6%T<<5A\[A M$W,;^LWPCP"90-+'62RLD\AK.D&6T)V9VB[]`K)%[T'^UE(Z>&N/T?OEL?;@ M0:/=`ME>H+/'-)#OZ$.B+9!H6B![*[2_!P\)13,^>:9Y,_@I3O=[18$CH?%L M;H^AK2B;#,%'F&FS(%0WV0Z94^998>6#(E+0]GQV(EEV"I^RG:'8O#_24'GT MN=;BNH)4PNS&8]8T1M75(&,!R8(,,`X;&#IJ(QZW@RF8!;YT[]BGT M9W<+WS!16$)6`Z4MV3-Y,$!E.6);$B=%DSB-Z,3GX1\F`)7-T)N)[8*!.0$M M'M"6F%&WS.2C_'0[VIS)1SMF\B1?$S-Y?9G).YC%ZD`ZY8;(92_$FB<-K[NW M/P\O^Q>]*VFONO#A=@!H`'2[5BWF=JT&=SQQX:XGN=1? MN%;1*1TQ1V1:\SF5L6-J>"@5]!DN07H97CLU]E$_8ID[MQ<_=.=(2`Y(#,L' MXTBXRHO8KF$XO+AZ=SHHV#\MU!?7%*^YVA,).#8[AE8G$ M'PX_\0_L'X$./^&=Q^X(*<%W-A9!X2#) MGO/%]:[_>3/8.^+#`-T)J$"2/-]=H&5QO6,?HZ/`3M)KKI'.S1)\"4V`7YEN M^\J^Z*V^YA=X#;>:]0".C[E; M^ZH9IC;"I!;05;FNR%SD&C%+EN$5CK&$N5@I\5YIY%+M[HB/F!O,P($I1QCN M/T&MC=?`4-@=C'I/J=4;S5;[X+"CC72@'2$AJI:.@-7#1Z$$D=%3> MBWO>^U!_!?\B-KZ0A1VXG@F58H'D+2R^ZPZ_W_;ZIQ?7%S?7O!4W_&R..IVZ M'-7WZ\T%;YCX1=AM)DQG6$ZP?F<4M_"NV)IJ2&;R-.;[GN16]C@ M[F>L1"X6]9G@L!V_J+E37#GP\VL9]L:JIE+5G%FNVE//U!/5&V#+?]0_U+U2 MB7M>_VW@>4^0]24AC.5U+'?U&0H3#6*18DGBW>!\B-L&88&ZTL#BFK`+N@\W M0=S%HO1(N"OJ&L[Y_I=]53@F;C>'7Q8&]8=\3H^A%@1`Q(7W*\8+GAW:+U!) MZKZ[_1G+YMYI]_8\6",/FWQ)/^Q$N\F$]A#^0[%SG#0?-`_N*:X?N.5V<-?M M84WOS]CBLO#H9&$"K_%8/2=6AHGCXA(^P<5AC&D`S0L?Y#\`Q_1)W%!]X5)Q M/Z:CQ530)GMFZWVLS6[3:6MO4@#*3)Q%QXLT"$X&+&#@*4 MWT\TK)&+&&CEO0_LX5A8+0P7"P09EV_+HCHOK5WZ&>_H^%,P8L;)U^05YPF3 M+U:9U"F&:\M23Q(^7=Q$"]VT>XUWOUZ^ M.[LXO^Q=G?_6/SO'!C;=K+O7QR_QX`GZF"4^LFF2S\YZW8NK_@"[!]CYMG?9 MZP]_#CI[E4H5:QX(;ZJB2*H:EFXNQI11$:$/>1Z%2*Y"V^@"J#%68`-1[P8= MPI"7O1.TF;1D#8JBZ*ZBB3&O"A>7=!\K#,.KZ`5I^>2`"!TXY$SUZ>Z#X]O8 MS<:]*Y8[@&USYL[0UW&+H4=;C.+IH/??\S^ONS?G5R<8^QEDN%DYY3NA M91I(9('XGJ.A-A2UUD[M.99)@"&6/`FTH8[;$[1#'"%I,_20M*-$&\\`8K)7 M'-DC7>,K"1?LZ,VFLO(.BS76D`.P[C"/_H-DXF0N?119B_; MHX3=$:ZXG*&U(513&P>Q$,KF3&*-;14UCNW=Z_QLJ![M#Y=1O/^^C;M MJ(.;;LQ=<2TZ'PP#XE[_BKO"B]!9LZ+$N4L&Z)H0S!:4 MBU.377!JLB5.30*3DUVQ:G)]C@U68=3DURC%.3%$Y-!(A((/C\(7)*"JIZ>8%<+KC`CA-+X"M@]0"V&RG%L!MT7;R M2+2=9*'M)`=M)QEHNTCVSX:VD^=$VTD2;0^7VCA>33+1=DX9!4J4Y`D/J"7: M3O+0=D+B7`QM)]FH<$RE5;2=9*'M:>V?AK:39T3;R:YH.WD2VIYKUPUH.XFA M[203;2<9:#L)T7;A]SNB[60=VDY6T'821]M)B+:3&-I.=D/;A8?_"#QHZ[PY MRT]NL\UY<[9CWIPE\F8KLW"H-U)Y,__8H!8_-B"9QP:)9S:#WSAVA+^L'AMP M&W`7><9C`[+NV(!L=6S`J=*P'GG6TP3RI-,$QIT)HZ3:PE_6"=MO=])` MUB"29.U)`UESTD#6GC20+4X:2#Z8R4?WEYPT&/D!:&R.;6/'V#;2<1;_05P8 MVTE08`V0V8R?!9"LLX#4$Y5:++)7SP)6PUI,QTI@/R6<,P-XS5G`-@'\E+#] M"P(UBM6-QP=K@W7S\4%6Q,:B\LG'!Y_S??KSYG#YO&.X?$XZ;T-5&FEHM;$" MK6X#_S?C\#]9`_\GGE]7FZU8\$3P_V&P87T.^)]LA/\3,;DFZG:#_\F.\#^/ MDW5!D7E`P*,D\X"`//BKJ<=8_=P*ICI M$.D88YDUOFV6K]Y=7O)28'ORB.S;^K0UDP&36S,X)`C?F,(4&25*@3L[KCUUM3EX"U8G>C"R_5GL M32)F`HPU$&O(U'8U9V;HXNVUA<=F&;6HL!?=>A-XL!=H%?Z.VTS[2A-BBOP7 M_.PMI]7W0MAK(26FQU=CC-7;Z`%.NV44Z'/U4"F88Q8&#D>NBJQ`?X*UWL+5 M*1@^0\VQW#>IYS'@7%`^8-+PF6(%6<>`Q7ZF<+@W"O:+[$0)MYALB'S*+?,! MYC8F,CY,PZ\4R*-&E_7VR^HH"R08YO,,$L6)4<)3!@D%>(\BYNSD@8[Q657J MZYB>.9QF6Q/V0*[E4O@X=H```WM.@7[3Y@ZJ5X`1->U[E;E&K0)=7:>.+[S+ MLMTY,@4B0#<-:OGL>=]CPCK-T%3K2O#K@S"L>52+ MH&9OO02[=DB,J2"_85^A"/S]MK^?K7N9#8Z`K[E[N`5B81Y[N1#8CLC;0PI] M'$G!;\_ZZM_3WOJ#X,6T9C-[F.Q0,6&++5[P>X1-5J1A*S:QF7G>U_XR;)1X 1SN-ME6^&4N'_+AR;LIX]``![ ` end >Release-Note: >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 Aug 4 13:11:49 1999 Delivered-To: freebsd-ports@freebsd.org Received: from deep-thought.demos.su (deep-thought.demos.su [195.133.1.74]) by hub.freebsd.org (Postfix) with ESMTP id 6DC3215445; Wed, 4 Aug 1999 13:11:41 -0700 (PDT) (envelope-from ache@deep-thought.demos.su) Received: (from ache@localhost) by deep-thought.demos.su (8.9.3/8.9.3) id AAA40163; Thu, 5 Aug 1999 00:11:21 +0400 (MSD) (envelope-from ache) Date: Thu, 5 Aug 1999 00:11:20 +0400 From: "Andrey A. Chernov" To: "Jordan K. Hubbard" Cc: "Nickolay N. Dudorov" , ports@FreeBSD.ORG, asami@FreeBSD.ORG Subject: Re: lynx-current port is broken. Message-ID: <19990805001120.A40144@nagual.pp.ru> References: <19990804223546.A35168@nagual.pp.ru> <8731.933792066@zippy.cdrom.com> <19990804230548.A35324@nagual.pp.ru> <19990804232000.A35463@nagual.pp.ru> <19990804233408.A35606@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i In-Reply-To: <19990804233408.A35606@nagual.pp.ru>; from ache@nagual.pp.ru on Wed, Aug 04, 1999 at 11:34:08PM +0400 Organization: Biomechanoid Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Aug 04, 1999 at 11:34:08PM +0400, Andrey A. Chernov wrote: > Sorry, false alarm. This is not the case. Jordan, so I still need your > testing results or access to your machine to understand what happens. I find it. It is lynx makefile related problem affecting first install, so I don't see it in later installs. Fix will be commited ASAP. -- Andrey A. Chernov http://nagual.pp.ru/~ache/ MTH/SH/HE S-- W-- N+ PEC>+ D A a++ C G>+ QH+(++) 666+>++ Y To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 4 13:31:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 31E661543D for ; Wed, 4 Aug 1999 13:31:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA41672; Wed, 4 Aug 1999 13:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from whizkidtech.net (r45.bfm.org [208.18.213.141]) by hub.freebsd.org (Postfix) with ESMTP id 2FD26151AB for ; Wed, 4 Aug 1999 13:23:59 -0700 (PDT) (envelope-from adam@whizkidtech.net) Received: (from adam@localhost) by whizkidtech.net (8.9.2/8.9.2) id PAA20635; Wed, 4 Aug 1999 15:23:49 -0500 (CDT) (envelope-from adam) Message-Id: <199908042023.PAA20635@whizkidtech.net> Date: Wed, 4 Aug 1999 15:23:49 -0500 (CDT) From: "G. Adam Stanislav" Reply-To: adam@whizkidtech.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12974: New port - numchar Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12974 >Category: ports >Synopsis: New port - numchar (converts phone numbers between digits and characters) >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 Aug 4 13:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: G. Adam Stanislav >Release: FreeBSD 3.1-RELEASE i386 >Organization: Whiz Kid Technomagic >Environment: >Description: The port contains two utilities: 1. numchar - finds all possible digit/character combinations of a phone number; 2. phdecode - converts a textual phone number into digits. The second one is actually just a symbolic link to the first one under a different name. >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: # # numchar # numchar/Makefile # numchar/files # numchar/files/md5 # numchar/pkg # numchar/pkg/COMMENT # numchar/pkg/DESCR # numchar/pkg/PLIST # echo c - numchar mkdir -p numchar > /dev/null 2>&1 echo x - numchar/Makefile sed 's/^X//' >numchar/Makefile << 'END-of-numchar/Makefile' X# New ports collection makefile for: numchar X# Version required: 1.0 X# Date created: 3 August 1999 X# Whom: G. Adam Stanislav X# X# $Id$ X# X XDISTNAME= numchar-1.0 XCATEGORIES= misc XMASTER_SITES= ftp://www.whizkidtech.net/unix/ X XMAINTAINER= adam@whizkidtech.net X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/numchar ${PREFIX}/bin X ${LN} -fs ${PREFIX}/bin/numchar ${PREFIX}/bin/phdecode X ${MKDIR} ${PREFIX}/share/doc/numchar X $(INSTALL_MAN) ${WRKSRC}/numchar.html ${PREFIX}/share/doc/numchar X Xpost-install: X @${ECHO} X @${ECHO} " Please read ${PREFIX}/share/doc/numchar/numchar.html" X @${ECHO} " to learn how to use this program." X @${ECHO} X @${ECHO} " Sample use:" X @${ECHO} " ===========" X @${ECHO} X @${ECHO} " To determine what phone number spells out \"BSD Unix\"," X @${ECHO} " type:" X @${ECHO} X @${ECHO} " phdecode \"BSD Unix\"" X @${ECHO} X @${ECHO} " Here is what the result will be:" X @${ECHO} X @${PREFIX}/bin/phdecode "BSD Unix" X @${ECHO} X X.include END-of-numchar/Makefile echo c - numchar/files mkdir -p numchar/files > /dev/null 2>&1 echo x - numchar/files/md5 sed 's/^X//' >numchar/files/md5 << 'END-of-numchar/files/md5' XMD5 (numchar-1.0.tar.gz) = 90293ab97dca1fed58452128cbe33602 END-of-numchar/files/md5 echo c - numchar/pkg mkdir -p numchar/pkg > /dev/null 2>&1 echo x - numchar/pkg/COMMENT sed 's/^X//' >numchar/pkg/COMMENT << 'END-of-numchar/pkg/COMMENT' XConverts phone numbers between digits and characters. END-of-numchar/pkg/COMMENT echo x - numchar/pkg/DESCR sed 's/^X//' >numchar/pkg/DESCR << 'END-of-numchar/pkg/DESCR' XThis port contains two phone number conversion utilities: X X 1. numchar - converts a phone number to all possible combinations X of digits and characters; X X 2. phdecode - decodes a phone number containing characters into X one containing only digits. X XG. Adam Stanislav X END-of-numchar/pkg/DESCR echo x - numchar/pkg/PLIST sed 's/^X//' >numchar/pkg/PLIST << 'END-of-numchar/pkg/PLIST' Xbin/phdecode Xbin/numchar Xshare/doc/numchar/numchar.html X@dirrm share/doc/numchar END-of-numchar/pkg/PLIST exit >Release-Note: >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 Aug 4 13:50:47 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D343715214 for ; Wed, 4 Aug 1999 13:50:43 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA43334; Wed, 4 Aug 1999 13:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from bastuba.partitur.se (bastuba.partitur.se [193.219.246.194]) by hub.freebsd.org (Postfix) with ESMTP id 6507915213 for ; Wed, 4 Aug 1999 13:47:06 -0700 (PDT) (envelope-from girgen@partitur.se) Received: from elbas.partitur.se (elbas.partitur.se [193.219.246.222]) by bastuba.partitur.se (8.8.8/8.8.8) with ESMTP id WAA10995 for ; Wed, 4 Aug 1999 22:47:03 +0200 (CEST) (envelope-from girgen@partitur.se) Received: (from girgen@localhost) by elbas.partitur.se (8.9.3/8.9.3) id WAA28469; Wed, 4 Aug 1999 22:47:03 +0200 (CEST) (envelope-from girgen@partitur.se) Message-Id: <199908042047.WAA28469@elbas.partitur.se> Date: Wed, 4 Aug 1999 22:47:03 +0200 (CEST) From: Palle Girgensohn Reply-To: girgen@partitur.se To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12975: tk81 requires a built tcl81 worksrc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12975 >Category: ports >Synopsis: tk81 requires a built tcl81 worksrc >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Aug 4 13:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Palle Girgensohn >Release: FreeBSD 3.2-STABLE i386 >Organization: Partitur >Environment: FreeBSD 3.2-STABLE i386 tcl81 installed. >Description: Building tk81 without having a built WRKSRC tree for tcl81 fails. Here's the line that breaks (I make with WRKDIRPREFIX=/home/girgen/ports) ld -shared -x -soname libtk81.so.1 -o libtk81.so.1 tk3d.o tkArgv.o tkAtom.o tkBind.o tkBitmap.o tkClipboard.o tkCmds.o tkColor.o tkConfig.o tkCursor.o tkError.o tkEvent.o tkFocus.o tkFont.o tkGet.o tkGC.o tkGeometry.o tkGrab.o tkGrid.o tkMain.o tkObj.o tkOldConfig.o tkOption.o tkPack.o tkPlace.o tkSelect.o tkUtil.o tkVisual.o tkWindow.o tkUnix.o tkUnix3d.o tkUnixButton.o tkUnixColor.o tkUnixConfig.o tkUnixCursor.o tkUnixDraw.o tkUnixEmbed.o tkUnixEvent.o tkUnixFocus.o tkUnixFont.o tkUnixInit.o tkUnixKey.o tkUnixMenu.o tkUnixMenubu.o tkUnixScale.o tkUnixScrlbr.o tkUnixSelect.o tkUnixSend.o tkUnixWm.o tkUnixXId.o tkStubInit.o tkStubLib.o tkButton.o tkEntry.o tkFrame.o tkListbox.o tkMenu.o tkMenubutton.o tkMenuDraw.o tkMessage.o tkScale.o tkScrollbar.o tkCanvas.o tkCanvArc.o tkCanvBmap.o tkCanvImg.o tkCanvLine.o tkCanvPoly.o tkCanvPs.o tkCanvText.o tkCanvUtil.o tkCanvWind.o tkRectOval.o tkTrig.o tkImage.o tkImgBmap.o tkImgGIF.o tkImgPPM.o tkImgPhoto.o tkText.o tkText! BTree.o tkTextDisp.o tkTextImage.o tkTextIndex.o tkTextMark.o tkTextTag.o tkTextWind.o -L/home/girgen/ports/cluster1/ports/lang/tcl81/work/tcl8.1/unix -ltclstub81 -L/usr/X11R6/lib -lX11 -lm -lc Notice the -L/home... stuff on the next to last line. If libtclstub81.a is not in /home/girgen/ports/cluster1/ports/lang/tcl81/work/tcl8.1/unix, it breaks. >How-To-Repeat: cd /usr/ports/lang/tcl81 make make install make clean cd /usr/ports/x11-toolkits/tk81 make ld will not find libtcl81, since it links with -L/usr/ports/lang/tcl81/work/tcl81/unix or similar, which might not be there... >Fix: I'm not certain how the configure script is patched, but I think it has something to do with the patches -aa and -ab. >Release-Note: >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 Aug 4 14:52:30 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix16.ix.netcom.com (dfw-ix16.ix.netcom.com [206.214.98.16]) by hub.freebsd.org (Postfix) with ESMTP id 321F61545E for ; Wed, 4 Aug 1999 14:52:23 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix16.ix.netcom.com (8.8.4/8.8.4) id QAA00557; Wed, 4 Aug 1999 16:52:15 -0500 (CDT) Received: from sji-ca5-33.ix.netcom.com(209.109.234.33) by dfw-ix16.ix.netcom.com via smap (V1.3) id rma000370; Wed Aug 4 16:51:31 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id OAA02164; Wed, 4 Aug 1999 14:50:52 -0700 (PDT) Date: Wed, 4 Aug 1999 14:50:52 -0700 (PDT) Message-Id: <199908042150.OAA02164@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: jkh@zippy.cdrom.com Cc: ports@FreeBSD.ORG In-reply-to: <8731.933792066@zippy.cdrom.com> (jkh@zippy.cdrom.com) Subject: Re: lynx-current port is broken. From: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) References: <8731.933792066@zippy.cdrom.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: "Jordan K. Hubbard" * The port is broken, trust me. Please fix it since I've disabled all * doc distributions in releases until this happens. Did you get this mail? Satoshi ------- Date: Wed, 4 Aug 1999 01:36:32 -0700 (PDT) To: jkh@zippy.cdrom.com CC: ports@freebsd.org, ache@freebsd.org Subject: Re: lynx-current port is broken. From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) * From: "Jordan K. Hubbard" * Unfortunately, lynx-current is depended on by textproc/docproj and that * in turn is depended on by the default make release rule. :) Why is docproj using lynx-current and not lynx? The whole point of splitting lynx and lynx-current was to make the release *not* depend on an unreliable port. -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 4 15:50:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id 6C89014D7D; Wed, 4 Aug 1999 15:50:15 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) Received: from zippy.cdrom.com (jkh@localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id PAA11500; Wed, 4 Aug 1999 15:48:01 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) To: "Andrey A. Chernov" Cc: "Nickolay N. Dudorov" , ports@FreeBSD.ORG, asami@FreeBSD.ORG Subject: Re: lynx-current port is broken. In-reply-to: Your message of "Thu, 05 Aug 1999 00:11:20 +0400." <19990805001120.A40144@nagual.pp.ru> Date: Wed, 04 Aug 1999 15:48:01 -0700 Message-ID: <11496.933806881@zippy.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thanks, Andrey! - Jordan > On Wed, Aug 04, 1999 at 11:34:08PM +0400, Andrey A. Chernov wrote: > > Sorry, false alarm. This is not the case. Jordan, so I still need your > > testing results or access to your machine to understand what happens. > > I find it. It is lynx makefile related problem affecting first install, so > I don't see it in later installs. Fix will be commited ASAP. > > -- > Andrey A. Chernov > http://nagual.pp.ru/~ache/ > MTH/SH/HE S-- W-- N+ PEC>+ D A a++ C G>+ QH+(++) 666+>++ Y To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 4 15:50:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id 8887915474; Wed, 4 Aug 1999 15:50:22 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) Received: from zippy.cdrom.com (jkh@localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id PAA11514; Wed, 4 Aug 1999 15:48:45 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) To: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) Cc: ports@FreeBSD.ORG, nik@FreeBSD.ORG Subject: Re: lynx-current port is broken. In-reply-to: Your message of "Wed, 04 Aug 1999 14:50:52 PDT." <199908042150.OAA02164@silvia.hip.berkeley.edu> Date: Wed, 04 Aug 1999 15:48:45 -0700 Message-ID: <11511.933806925@zippy.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Yes, unfortunately I am not the person to ask. :) The docproj port is Nik's baby and he could far better answer just why he used lynx-current rather than lynx. - Jordan > * From: "Jordan K. Hubbard" > > * The port is broken, trust me. Please fix it since I've disabled all > * doc distributions in releases until this happens. > > Did you get this mail? > > Satoshi > ------- > Date: Wed, 4 Aug 1999 01:36:32 -0700 (PDT) > To: jkh@zippy.cdrom.com > CC: ports@freebsd.org, ache@freebsd.org > Subject: Re: lynx-current port is broken. > From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) > > * From: "Jordan K. Hubbard" > > * Unfortunately, lynx-current is depended on by textproc/docproj and that > * in turn is depended on by the default make release rule. :) > > Why is docproj using lynx-current and not lynx? The whole point of > splitting lynx and lynx-current was to make the release *not* depend > on an unreliable port. > > -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 4 16:11:32 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix15.ix.netcom.com (dfw-ix15.ix.netcom.com [206.214.98.15]) by hub.freebsd.org (Postfix) with ESMTP id ECBCB15499; Wed, 4 Aug 1999 16:11:28 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix15.ix.netcom.com (8.8.4/8.8.4) id SAA25356; Wed, 4 Aug 1999 18:11:17 -0500 (CDT) Received: from sji-ca5-33.ix.netcom.com(209.109.234.33) by dfw-ix15.ix.netcom.com via smap (V1.3) id rma024638; Wed Aug 4 18:08:29 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id QAA02457; Wed, 4 Aug 1999 16:08:20 -0700 (PDT) Date: Wed, 4 Aug 1999 16:08:20 -0700 (PDT) Message-Id: <199908042308.QAA02457@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: jkh@zippy.cdrom.com Cc: ports@FreeBSD.ORG, nik@FreeBSD.ORG In-reply-to: <11511.933806925@zippy.cdrom.com> (jkh@zippy.cdrom.com) Subject: Re: lynx-current port is broken. From: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) References: <11511.933806925@zippy.cdrom.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: "Jordan K. Hubbard" * * Yes, unfortunately I am not the person to ask. :) * * The docproj port is Nik's baby and he could far better answer just why * he used lynx-current rather than lynx. Oh, ok. I see that you CC'd this mail to Nik, I'll just wait for his reply then. Thanks. :) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 4 16:20:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 60D7214C42 for ; Wed, 4 Aug 1999 16:20:15 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA52873; Wed, 4 Aug 1999 16:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from fly.lglobus.ru (fly.lglobus.ru [195.34.224.130]) by hub.freebsd.org (Postfix) with ESMTP id 3754115473 for ; Wed, 4 Aug 1999 16:18:16 -0700 (PDT) (envelope-from rover@fly.lglobus.ru) Received: (from rover@localhost) by fly.lglobus.ru (8.9.3/8.9.2) id DAA50289; Thu, 5 Aug 1999 03:18:36 +0400 (MSD) (envelope-from rover) Message-Id: <199908042318.DAA50289@fly.lglobus.ru> Date: Thu, 5 Aug 1999 03:18:36 +0400 (MSD) From: "Oleg V. Volkov" Reply-To: rover@fly.lglobus.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12977: update port: www/squid22, 2.2.STABLE3 -> 2.2.STABLE4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12977 >Category: ports >Synopsis: update port: www/squid22, 2.2.STABLE3 -> 2.2.STABLE4 >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 Aug 4 16:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Oleg V. Volkov >Release: FreeBSD 3.2-STABLE i386 >Organization: -=/ SR 13 /=- >Environment: Doesn't matter. >Description: Update for port, cleaned some portlint warnings, added s4 to package name (considering squid version naming philosophy it should be there, s1 -> s4 have big list of differences). Removed NO_LATEST_LINK - that's stable version, not beta. >How-To-Repeat: Apply attached diff. >Fix: diff -ruN squid22.old/Makefile squid22/Makefile --- squid22.old/Makefile Sat Jun 5 23:58:02 1999 +++ squid22/Makefile Thu Aug 5 01:51:22 1999 @@ -6,8 +6,8 @@ # $Id: Makefile,v 1.57 1999/06/05 19:58:02 mharo Exp $ # -DISTNAME= squid-2.2.STABLE3 -PKGNAME= squid-2.2 +DISTNAME= squid-2.2.STABLE4 +PKGNAME= squid-2.2.s4 CATEGORIES= www MASTER_SITES= \ ftp://squid.nlanr.net/pub/squid-2/STABLE/ \ @@ -16,17 +16,17 @@ ftp://ftp.net.lut.ac.uk/squid/squid-2/STABLE/ EXTRACT_SUFX= -src.tar.gz +PATCH_DIST_STRIP= -p0 + MAINTAINER= peter@freebsd.org DIST_SUBDIR= squid2.2 -PATCH_DIST_STRIP= -p0 GNU_CONFIGURE= yes # Follow the apache port's lead... CONFIGURE_ARGS= --bindir=${PREFIX}/sbin --sysconfdir=${PREFIX}/etc/squid \ --localstatedir=${PREFIX}/squid STRIP= # won't install scripts correctly othervise. MAKEFILE= makefile -NO_LATEST_LINK= yes # Some other configure options.. # - Compile and use the malloc package from Doug Lea @@ -59,7 +59,7 @@ #CONFIGURE_ARGS+= --enable-time-hack # - Set an explicit hostname in cachemgr.cgi #CONFIGURE_ARGS+= --enable-cachemgr-hostname=some.hostname -# - Enable ACL based on ethernet address (eg: for machines with dynamic DHCP +# - Enable ACL based on ethernet address (eg: for machines with dynamic DHCP # assigned IP addresses) #CONFIGURE_ARGS+= --enable-arp-acl # - Enable HTCP protocol @@ -94,11 +94,11 @@ ${MKDIR} ${PREFIX}/squid/logs ${MKDIR} ${PREFIX}/squid/cache @if [ ! -f ${PREFIX}/etc/rc.d/squid.sh ]; then \ - echo "Installing ${PREFIX}/etc/rc.d/squid.sh startup file."; \ - echo "#!/bin/sh" > ${PREFIX}/etc/rc.d/squid.sh; \ - echo "if [ -x ${PREFIX}/sbin/RunCache -a -f ${PREFIX}/etc/squid/squid.conf ]; then" >> ${PREFIX}/etc/rc.d/squid.sh; \ - echo " (cd /tmp; ${PREFIX}/sbin/RunCache >/dev/null 2>&1 &) ; echo -n ' squid'" >> ${PREFIX}/etc/rc.d/squid.sh; \ - echo "fi" >> ${PREFIX}/etc/rc.d/squid.sh; \ + ${ECHO} "Installing ${PREFIX}/etc/rc.d/squid.sh startup file."; \ + ${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/squid.sh; \ + ${ECHO} "if [ -x ${PREFIX}/sbin/RunCache -a -f ${PREFIX}/etc/squid/squid.conf ]; then" >> ${PREFIX}/etc/rc.d/squid.sh; \ + ${ECHO} " (cd /tmp; ${PREFIX}/sbin/RunCache >/dev/null 2>&1 &) ; echo -n ' squid'" >> ${PREFIX}/etc/rc.d/squid.sh; \ + ${ECHO} "fi" >> ${PREFIX}/etc/rc.d/squid.sh; \ chmod 751 ${PREFIX}/etc/rc.d/squid.sh; \ fi diff -ruN squid22.old/files/md5 squid22/files/md5 --- squid22.old/files/md5 Mon May 24 01:15:10 1999 +++ squid22/files/md5 Tue Aug 3 07:57:57 1999 @@ -1 +1 @@ -MD5 (squid2.2/squid-2.2.STABLE3-src.tar.gz) = bd18cc92bed5a5f28a0757298c99b542 +MD5 (squid2.2/squid-2.2.STABLE4-src.tar.gz) = 4bd0bfe6fd63b10967afb5683f52a90f >Release-Note: >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 Aug 4 20:26: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from thelab.hub.org (nat204.185.mpoweredpc.net [142.177.204.185]) by hub.freebsd.org (Postfix) with ESMTP id 3BE4E15064 for ; Wed, 4 Aug 1999 20:26:04 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.3/8.9.1) with ESMTP id AAA62112 for ; Thu, 5 Aug 1999 00:26:06 -0300 (ADT) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Thu, 5 Aug 1999 00:26:06 -0300 (ADT) From: The Hermit Hacker To: freebsd-ports@freebsd.org Subject: qt2.0.1 ... ? 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 Just curious as to whether anyone is working on getting this into ports yet? so far, compiling it has been a simple './configure;make', but it isn't finished yet... Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 4 23:25: 0 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 82B3A154AA; Wed, 4 Aug 1999 23:24:58 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA77796; Wed, 4 Aug 1999 23:24:16 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Date: Wed, 4 Aug 1999 23:24:16 -0700 (PDT) From: Message-Id: <199908050624.XAA77796@freefall.freebsd.org> To: dirk@FreeBSD.org, freebsd-ports@FreeBSD.org, dirk@FreeBSD.org Subject: Re: ports/12973: Update port: net/SSLtelnet Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: net/SSLtelnet Responsible-Changed-From-To: freebsd-ports->dirk Responsible-Changed-By: dirk Responsible-Changed-When: Wed Aug 4 23:23:50 PDT 1999 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 Aug 5 1: 7: 1 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mgw-x1.nokia.com (mgw-x1.nokia.com [131.228.20.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B93D14EE7 for ; Thu, 5 Aug 1999 01:06:57 -0700 (PDT) (envelope-from manel.guerrero-zapata@nokia.com) Received: from mgw-i1.ntc.nokia.com (mgw-i1.ntc.nokia.com [131.228.118.60]) by mgw-x1.nokia.com (8.9.3/8.9.3) with ESMTP id LAA26580 for ; Thu, 5 Aug 1999 11:04:17 +0300 (EETDST) From: manel.guerrero-zapata@nokia.com Received: from esebh02nok.ntc.nokia.com (esebh02nok.ntc.nokia.com [131.228.118.151]) by mgw-i1.ntc.nokia.com (8.9.3/8.9.3) with ESMTP id LAA10455 for ; Thu, 5 Aug 1999 11:03:56 +0300 (EETDST) Received: by esebh02nok with Internet Mail Service (5.5.2448.0) id ; Thu, 5 Aug 1999 11:03:56 +0300 Message-ID: <593F7F3472A5D211B99B0008C7EAA08AFBAFC0@eseis02nok> To: freebsd-ports@FreeBSD.org Subject: Problems compilling GIMP port Date: Thu, 5 Aug 1999 11:00:54 +0300 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi :) I'm using FreeBSD 3.2 with the last patch for using ports. I'm trying to compile the GIMP port. After some solved problems I have the following result: [...] cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/X11R6/include/gtk12 -I/usr/X11R6/include -I/usr/local/include/glib12 -I/usr/X11R6/include -I/usr/local/include -O -pipe -Wall -c dbbrowser.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/X11R6/include/gtk12 -I/usr/X11R6/include -I/usr/local/include/glib12 -I/usr/X11R6/include -I/usr/local/include -O -pipe -Wall -c dbbrowser_utils.c /bin/sh /usr/local/bin/libtool --mode=link cc -O -pipe -Wall -o dbbrowser dbbrowser.o dbbrowser_utils.o ../../libgimp/libgimp.la -L/usr/X11R6/lib -L/usr/X11R6/lib -lgtk12 -lgdk12 -L/usr/local/lib -Wl,-E -lgmodule12 -lglib12 -lintl -lXext -lX11 -lm -L/usr/local/lib mkdir .libs cc -O -pipe -Wall -o .libs/dbbrowser dbbrowser.o dbbrowser_utils.o -L../../libgimp/.libs -lgimp -L/usr/X11R6/lib -lgtk12 -lgdk12 -L/usr/local/lib -lgmodule12 -lglib12 -lintl -lXext -lX11 -lm -lm -L/usr/X11R6/lib -L/usr/X11R6/lib -lgtk12 -lgdk12 -L/usr/local/lib -Wl,-E -lgmodule12 -lglib12 -lintl -lXext -lX11 -lm -L/usr/local/lib -R/usr/X11R6/lib ../../libgimp/.libs/libgimp.so: undefined reference to `_do_nothing' ../../libgimp/.libs/libgimp.so: undefined reference to `__CTOR_LIST__' ../../libgimp/.libs/libgimp.so: undefined reference to `__DTOR_LIST__' gmake[3]: *** [dbbrowser] Error 1 gmake[3]: Leaving directory `/usr/home/tarom/GIMP/pub/FreeBSD/FreeBSD-current/ports/graphics/gimp1/work/ gimp-1.1.5/plug-ins/dbbrowser' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/home/tarom/GIMP/pub/FreeBSD/FreeBSD-current/ports/graphics/gimp1/work/ gimp-1.1.5/plug-ins' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/home/tarom/GIMP/pub/FreeBSD/FreeBSD-current/ports/graphics/gimp1/work/ gimp-1.1.5' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop. *** Error code 1 Stop. *** Error code 1 Stop. --------- But this 'libgimp.so' has been created by the port compilation procedure itself, so what should I do? Thanks, Tarom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 5 1:48:54 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ns.raditex.se (www.raditex.se [192.5.36.20]) by hub.freebsd.org (Postfix) with ESMTP id 075541524B for ; Thu, 5 Aug 1999 01:48:49 -0700 (PDT) (envelope-from kaj@raditex.se) Received: from localhost (gandalf.raditex.se [192.5.36.18]) by ns.raditex.se (8.8.8/8.8.8) with ESMTP id KAA08221; Thu, 5 Aug 1999 10:48:13 +0200 (CEST) (envelope-from kaj@raditex.se) To: ache@nagual.pp.ru Cc: jkh@zippy.cdrom.com, nnd@news.itfs.nsk.su, ports@FreeBSD.ORG Cc: Rasmus Kaj Subject: Re: lynx-current port is broken. From: Rasmus Kaj In-Reply-To: Your message of "Wed, 4 Aug 1999 23:05:49 +0400" <19990804230548.A35324@nagual.pp.ru> References: <19990804230548.A35324@nagual.pp.ru> X-Mailer: Mew version 1.93 on XEmacs 20.4 (Emerald) X-URL: http://www.e.kth.se/~kaj/ X-Phone: +46 (0)8 - 694 92 80 X-Attribution: Kaj X-Face: M9cR~WYav<"fu%MaslX0`43PAYY?uIsM8[#E(0\Xuy9rj>4gE\h3jm.7DD?]R8*^7T\o&vT U@[53Dwkuup4[0@gw#~kyu>`unH?kVj9CJa02(h>Ki\+i=%rn%sDf^KC.!?IHkKjMAbkd\jgmphp^' d|Q;OeXEAhq?ybGqOs1CHb6TJT42'C`Krnk61//AOfXtNjj/t'`5>Vw0QX!dKfOL$.f+S"LIuwR<;I Z0Qnnx(F^F]o@*V%TUtEV'1Z[TkOl^FFV9Z~A[b19%}uP*,huCU Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19990805104812H.kaj@raditex.se> Date: Thu, 05 Aug 1999 10:48:12 +0200 X-Dispatcher: imput version 980905(IM100) Lines: 20 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >>>>> "AAC" == Andrey A Chernov writes: AAC> install-doc: AAC> echo XXXXXXX ${DOCDIR} XXXXXX AAC> [... rest of install-doc ...] AAC> if echo will produce something else than AAC> /usr/local/share/lynx_doc [ ... ] This is not really related to the build problems, but anyway: Wouldn't something like ${PREFIX}/share/doc/${PKGNAME} be better? I assume DOCDIR gets is value from L_DOC via the MAKE_FLAGS? -- Rasmus Kaj ---------------- rasmus@kaj.a.se - http://www.e.kth.se/~kaj/ \ Never try to outstubborn a cat -Lazarus Long \--------------------------------------------- http://www.Raditex.se/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 5 2: 7:56 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ns.raditex.se (www.raditex.se [192.5.36.20]) by hub.freebsd.org (Postfix) with ESMTP id 1365A14C05 for ; Thu, 5 Aug 1999 02:07:49 -0700 (PDT) (envelope-from kaj@raditex.se) Received: from localhost (gandalf.raditex.se [192.5.36.18]) by ns.raditex.se (8.8.8/8.8.8) with ESMTP id LAA08245; Thu, 5 Aug 1999 11:06:57 +0200 (CEST) (envelope-from kaj@raditex.se) To: manel.guerrero-zapata@nokia.com Cc: freebsd-ports@FreeBSD.ORG Cc: Rasmus Kaj Subject: Re: Problems compilling GIMP port From: Rasmus Kaj In-Reply-To: Your message of "Thu, 5 Aug 1999 11:00:54 +0300 " <593F7F3472A5D211B99B0008C7EAA08AFBAFC0@eseis02nok> References: <593F7F3472A5D211B99B0008C7EAA08AFBAFC0@eseis02nok> X-Mailer: Mew version 1.93 on XEmacs 20.4 (Emerald) X-URL: http://www.e.kth.se/~kaj/ X-Phone: +46 (0)8 - 694 92 80 X-Attribution: Kaj X-Face: M9cR~WYav<"fu%MaslX0`43PAYY?uIsM8[#E(0\Xuy9rj>4gE\h3jm.7DD?]R8*^7T\o&vT U@[53Dwkuup4[0@gw#~kyu>`unH?kVj9CJa02(h>Ki\+i=%rn%sDf^KC.!?IHkKjMAbkd\jgmphp^' d|Q;OeXEAhq?ybGqOs1CHb6TJT42'C`Krnk61//AOfXtNjj/t'`5>Vw0QX!dKfOL$.f+S"LIuwR<;I Z0Qnnx(F^F]o@*V%TUtEV'1Z[TkOl^FFV9Z~A[b19%}uP*,huCU Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19990805110657Q.kaj@raditex.se> Date: Thu, 05 Aug 1999 11:06:57 +0200 X-Dispatcher: imput version 980905(IM100) Lines: 24 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >>>>> "mg" == Manel Guerrero-Zapata writes: mg> I'm using FreeBSD 3.2 with the last patch for using ports. mg> I'm trying to compile the GIMP port. mg> After some solved problems I have the following result: [ ... ] I just compiled gimp from the graphics/gimp1 port, no problem. There was some discussion a while ago about libtool, if you delete any libtool you might have installed and try again, does it work? If not; which were the problems you solved and how did you solve them? Which version of FreeBSD are you running (I'm running 3.2-STABLE from May 21), which version of the port do you have, gimp1/Makefile should contain: $Id: Makefile,v 1.56 1999/05/29 04:16:31 steve Exp $ -- Rasmus Kaj ---------------- rasmus@kaj.a.se - http://www.e.kth.se/~kaj/ \ Unix is very user-friendly. It's just picky who its friends are \--------------------------------------------- http://www.Raditex.se/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 5 3:25:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mgw-x1.nokia.com (mgw-x1.nokia.com [131.228.20.21]) by hub.freebsd.org (Postfix) with ESMTP id 40187151E8 for ; Thu, 5 Aug 1999 03:25:06 -0700 (PDT) (envelope-from manel.guerrero-zapata@nokia.com) Received: from mgw-i1.ntc.nokia.com (mgw-i1.ntc.nokia.com [131.228.118.60]) by mgw-x1.nokia.com (8.9.3/8.9.3) with ESMTP id NAA01896; Thu, 5 Aug 1999 13:24:02 +0300 (EETDST) From: manel.guerrero-zapata@nokia.com Received: from esebh03nok.ntc.nokia.com (esebh03nok.ntc.nokia.com [131.228.118.244]) by mgw-i1.ntc.nokia.com (8.9.3/8.9.3) with ESMTP id NAA19340; Thu, 5 Aug 1999 13:24:01 +0300 (EETDST) Received: by esebh03nok with Internet Mail Service (5.5.2448.0) id ; Thu, 5 Aug 1999 13:23:58 +0300 Message-ID: <593F7F3472A5D211B99B0008C7EAA08AFBAFC1@eseis02nok> To: kaj@raditex.se Cc: freebsd-ports@FreeBSD.ORG Subject: RE: Problems compilling GIMP port Date: Thu, 5 Aug 1999 13:23:55 +0300 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi :) Well at the end I just use the gimp-1.0.4 package insted of the port and everything was going ok, so that's it. Thanks for all anyway ;) Tarom > -----Original Message----- > From: EXT Rasmus Kaj [mailto:kaj@raditex.se] > Sent: 05. August 1999 12:07 > To: manel.guerrero-zapata@nokia.com > Cc: freebsd-ports@FreeBSD.ORG; Rasmus Kaj > Subject: Re: Problems compilling GIMP port > > > >>>>> "mg" == Manel Guerrero-Zapata > writes: > > mg> I'm using FreeBSD 3.2 with the last patch for using ports. > > mg> I'm trying to compile the GIMP port. > mg> After some solved problems I have the following result: > > [ ... ] > > I just compiled gimp from the graphics/gimp1 port, no problem. There > was some discussion a while ago about libtool, if you delete any > libtool you might have installed and try again, does it work? > > If not; which were the problems you solved and how did you solve them? > Which version of FreeBSD are you running (I'm running 3.2-STABLE from > May 21), which version of the port do you have, gimp1/Makefile should > contain: > $Id: Makefile,v 1.56 1999/05/29 04:16:31 steve Exp $ > > > -- > Rasmus Kaj ---------------- rasmus@kaj.a.se - > http://www.e.kth.se/~kaj/ > \ Unix is very user-friendly. It's just picky who its > friends are > \--------------------------------------------- http://www.Raditex.se/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 5 3:56: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (Postfix) with ESMTP id 7B5CF14D65; Thu, 5 Aug 1999 03:56:00 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from bubble.didi.com (ali-ca78-113.ix.netcom.com [209.110.239.113]) by vader.cs.berkeley.edu (8.9.3/8.6.9) with ESMTP id DAA75194; Thu, 5 Aug 1999 03:55:44 -0700 (PDT) Received: (from asami@localhost) by bubble.didi.com (8.9.3/8.8.8) id DAA15416; Thu, 5 Aug 1999 03:55:39 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Date: Thu, 5 Aug 1999 03:55:39 -0700 (PDT) Message-Id: <199908051055.DAA15416@bubble.didi.com> X-Authentication-Warning: bubble.didi.com: asami set sender to asami@cs.berkeley.edu using -f To: scrappy@hub.org Cc: freebsd-ports@freebsd.org, andreas@freebsd.org In-reply-to: (message from The Hermit Hacker on Thu, 5 Aug 1999 00:26:06 -0300 (ADT)) Subject: Re: qt2.0.1 ... ? From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) References: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: The Hermit Hacker * Just curious as to whether anyone is working on getting this into ports * yet? so far, compiling it has been a simple './configure;make', but it * isn't finished yet... What's not finished, compilation on your machine or the development of qt? :) Kidding aside, whoever's working on this (the current maintainer CC'd), please drop me a note, so I can do a repo copy before the qt2 commit. -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 5 9:41: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from picalon.gun.de (picalon.gun.de [194.77.0.18]) by hub.freebsd.org (Postfix) with ESMTP id 8997C14CF3; Thu, 5 Aug 1999 09:40:56 -0700 (PDT) (envelope-from andreas@klemm.gtn.com) Received: from klemm.gtn.com (pppak04.gtn.com [194.231.123.169]) by picalon.gun.de (8.8.6/8.8.6) with ESMTP id SAA00644; Thu, 5 Aug 1999 18:40:34 +0200 (MET DST) Received: (from andreas@localhost) by klemm.gtn.com (8.9.3/8.9.3) id SAA01298; Thu, 5 Aug 1999 18:38:38 +0200 (CEST) (envelope-from andreas) Date: Thu, 5 Aug 1999 18:38:38 +0200 From: Andreas Klemm To: Satoshi - Ports Wraith - Asami Cc: scrappy@hub.org, freebsd-ports@freebsd.org, andreas@freebsd.org Subject: Re: qt2.0.1 ... ? Message-ID: <19990805183838.A1284@titan.klemm.gtn.com> References: <199908051055.DAA15416@bubble.didi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <199908051055.DAA15416@bubble.didi.com>; from Satoshi - Ports Wraith - Asami on Thu, Aug 05, 1999 at 03:55:39AM -0700 X-Operating-System: FreeBSD 4.0-CURRENT SMP X-Disclaimer: A free society is one where it is safe to be unpopular Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Aug 05, 1999 at 03:55:39AM -0700, Satoshi - Ports Wraith - Asami wrote: > * From: The Hermit Hacker > > * Just curious as to whether anyone is working on getting this into ports > * yet? so far, compiling it has been a simple './configure;make', but it > * isn't finished yet... > > What's not finished, compilation on your machine or the development of > qt? :) > > Kidding aside, whoever's working on this (the current maintainer > CC'd), please drop me a note, so I can do a repo copy before the qt2 > commit. I'm a bit short in time at the moment because of job (Cisco certifications, CCNP and later CCIE). It would be great, if there would be a taker for that port or somebody, who could send me at least a port ready for committ... Andreas /// -- Andreas Klemm http://www.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD Latest song from our band: http://www.freebsd.org/~andreas/mp3/schaukel.mp3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 5 11:14:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from thelab.hub.org (nat204.185.mpoweredpc.net [142.177.204.185]) by hub.freebsd.org (Postfix) with ESMTP id C606615280; Thu, 5 Aug 1999 11:14:11 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.3/8.9.1) with ESMTP id PAA78144; Thu, 5 Aug 1999 15:11:58 -0300 (ADT) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Thu, 5 Aug 1999 15:11:58 -0300 (ADT) From: The Hermit Hacker To: Andreas Klemm Cc: Satoshi - Ports Wraith - Asami , freebsd-ports@freebsd.org, andreas@freebsd.org Subject: Re: qt2.0.1 ... ? In-Reply-To: <19990805183838.A1284@titan.klemm.gtn.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 Thu, 5 Aug 1999, Andreas Klemm wrote: > On Thu, Aug 05, 1999 at 03:55:39AM -0700, Satoshi - Ports Wraith - Asami wrote: > > * From: The Hermit Hacker > > > > * Just curious as to whether anyone is working on getting this into ports > > * yet? so far, compiling it has been a simple './configure;make', but it > > * isn't finished yet... > > > > What's not finished, compilation on your machine or the development of > > qt? :) > > > > Kidding aside, whoever's working on this (the current maintainer > > CC'd), please drop me a note, so I can do a repo copy before the qt2 > > commit. > > I'm a bit short in time at the moment because of job (Cisco > certifications, CCNP and later CCIE). It would be great, if > there would be a taker for that port or somebody, who could > send me at least a port ready for committ... I'd love to, but I'm heading out on 9 days holidays in 24hrs, which, from what I've seen of the old qt ports, and this new version, is going to be less time then I'll need :( The compile is completed and there is no 'make install' for this beast...I've never done a build of the others outside of ports, so this might be the standard? From the INSTALL guide: ==================== 1. Unpack the archive if you have not done so already: cd /usr/local gunzip qt-2.0.1.tar.gz # uncompress the archive tar xf qt-2.0.1.tar # unpack it This creates the directory /usr/local/qt-2.0.1 containing the files from the main archive. Rename qt-2.0.1 to qt (or make a symlink): mv qt-2.0.1 qt The rest of this file assumes that Qt is installed in /usr/local/qt. ===================== The compile was clean, though...simple './configure;make' and it was done... I tried a few of the example programs, and they work also... Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 5 18:51:42 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2780414E89; Thu, 5 Aug 1999 18:51:37 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA50435; Thu, 5 Aug 1999 18:50:55 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Thu, 5 Aug 1999 18:50:55 -0700 (PDT) From: Message-Id: <199908060150.SAA50435@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, shige@FreeBSD.org Subject: Re: ports/12944: Update: zsh-devel to version 3.1.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: zsh-devel to version 3.1.6 Responsible-Changed-From-To: freebsd-ports->shige Responsible-Changed-By: cpiazza Responsible-Changed-When: Thu Aug 5 18:50:35 PDT 1999 Responsible-Changed-Why: Over to maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 5 20:32:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.westbend.net (ns1.westbend.net [209.224.254.131]) by hub.freebsd.org (Postfix) with ESMTP id B3C1615555 for ; Thu, 5 Aug 1999 20:32:14 -0700 (PDT) (envelope-from postmaster@westbend.net) Received: from admin (admin.westbend.net [209.224.254.141]) by mail.westbend.net (8.9.3/8.9.3) with SMTP id WAA39394 for ; Thu, 5 Aug 1999 22:30:55 -0500 (CDT) (envelope-from postmaster@westbend.net) Message-ID: <015701bedfbc$29484380$8dfee0d1@westbend.net> From: "Postmaster" To: References: <199908030940.CAA32949@freefall.freebsd.org> Subject: Re: ports/12905: Graphical setup utility won't always install bydefault in XFree86 port Date: Thu, 5 Aug 1999 22:31:23 -0500 Organization: West Bend Internet 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 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From: Kris Kennaway > On Sat, 31 Jul 1999 kosmos@blarg.net wrote: > > > If XFree86 is not already installed, XF86Setup utility won't build by > > default. During the configuration part of make, if TK is not found on > > About the best I can think to do is to print a warning message > post-install that the Tk8x package must be installed, and XFree86 > reinstalled, to pick up XF86Setup. > Or, Make a port for XF86Setup that depends on XFree86 and TK being installed. Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 5 21: 2:51 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5672114F0A for ; Thu, 5 Aug 1999 21:02:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA58253; Thu, 5 Aug 1999 21:00:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from trooper.velocet.ca (trooper.velocet.net [209.167.225.226]) by hub.freebsd.org (Postfix) with ESMTP id DE87914F03 for ; Thu, 5 Aug 1999 20:57:11 -0700 (PDT) (envelope-from dgilbert@trooper.velocet.ca) Received: (from dgilbert@localhost) by trooper.velocet.ca (8.9.3/8.9.3) id XAA03338; Thu, 5 Aug 1999 23:57:03 -0400 (EDT) (envelope-from dgilbert) Message-Id: <199908060357.XAA03338@trooper.velocet.ca> Date: Thu, 5 Aug 1999 23:57:03 -0400 (EDT) From: David Gilbert Reply-To: dgilbert@velocet.ca To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12995: linux-base won't install properly. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12995 >Category: ports >Synopsis: linux-base fails to install >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 Aug 5 21:00:03 PDT 1999 >Closed-Date: >Last-Modified: >Originator: David Gilbert >Release: FreeBSD 3.2-STABLE i386 >Organization: Velocet Communications >Environment: Stable cvsup'd 1999 08 05 --- ports Stable cvsup'd 1999 05 23 --- FreeBSD >Description: make install in linux_base ends up with: ===> Installing for linux_base-5.2 ===> linux_base-5.2 depends on executable: rpm - found rpm --initdb --root /compat/linux --dbpath /var/lib/rpm setup-1.9.2-1.noarch.rpm filesystem-1.3.2-3.noarch.rpm basesystem-4.9-3.noarch.rpm ldconfig-1.9.5-8.i386.rpm ELF binary type not known. Use "brandelf" to brand it. execution of script failed error: /usr/ports/distfiles/rpm/ldconfig-1.9.5-8.i386.rpm cannot be installed >How-To-Repeat: cd /usr/ports/emulators/linux_base; make install >Fix: None know. >Release-Note: >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 Aug 5 22:56:50 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C51814FBB; Thu, 5 Aug 1999 22:56:47 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA67531; Thu, 5 Aug 1999 22:56:42 -0700 (PDT) (envelope-from asami@FreeBSD.org) Date: Thu, 5 Aug 1999 22:56:42 -0700 (PDT) From: Message-Id: <199908060556.WAA67531@freefall.freebsd.org> To: asami@FreeBSD.org, freebsd-ports@FreeBSD.org, marcel@FreeBSD.org Subject: Re: ports/12995: linux-base fails to install Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: linux-base fails to install Responsible-Changed-From-To: freebsd-ports->marcel Responsible-Changed-By: asami Responsible-Changed-When: Thu Aug 5 22:56:03 PDT 1999 Responsible-Changed-Why: I'm sure Marcel can tell you something (like upgrade your system). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 6 2: 1: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from gaia.euronet.nl (gaia.euronet.nl [194.134.0.10]) by hub.freebsd.org (Postfix) with ESMTP id 171DA15005 for ; Fri, 6 Aug 1999 02:01:03 -0700 (PDT) (envelope-from freebsd-ports@scc.nl) Received: from mail.scc.nl (i230.ztm.euronet.nl [194.134.67.31]) by gaia.euronet.nl (8.8.8/8.8.8) with ESMTP id LAA18696 from for ; Fri, 6 Aug 1999 11:00:27 +0200 (MET DST) Received: (from daemon@localhost) by mail.scc.nl (8.9.3/8.9.3) id KAA43048 for ports@FreeBSD.ORG; Fri, 6 Aug 1999 10:30:07 +0200 (CEST) (envelope-from freebsd-ports@scc.nl) Received: from GATEWAY by scones.sup.scc.nl with netnews for ports@FreeBSD.ORG (ports@FreeBSD.ORG) To: ports@FreeBSD.ORG Date: Fri, 06 Aug 1999 10:30:04 +0200 From: Marcel Moolenaar Message-ID: <37AA9D0C.5673A8DD@scc.nl> Organization: SCC vof Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: <199908060357.XAA03338@trooper.velocet.ca> Subject: Re: ports/12995: linux-base won't install properly. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org David Gilbert wrote: > ELF binary type not known. Use "brandelf" to brand it. > execution of script failed > error: /usr/ports/distfiles/rpm/ldconfig-1.9.5-8.i386.rpm cannot be installed The error is bogus. rpm has installed the package. The error does not mean that the port won't install. Did the port continue or not? -- Marcel Moolenaar mailto:marcel@scc.nl SCC Internetworking & Databases http://www.scc.nl/ Amsterdam, The Netherlands tel: +31 20 4200655 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 6 2: 5:46 1999 Delivered-To: freebsd-ports@freebsd.org Received: from rucus.ru.ac.za (rucus.ru.ac.za [146.231.29.2]) by hub.freebsd.org (Postfix) with SMTP id DACCA15005 for ; Fri, 6 Aug 1999 02:05:05 -0700 (PDT) (envelope-from nbm@rucus.ru.ac.za) Received: (qmail 99503 invoked by uid 1003); 6 Aug 1999 09:05:38 -0000 Date: Fri, 6 Aug 1999 11:05:38 +0200 From: Neil Blakey-Milner To: Marcel Moolenaar Cc: ports@FreeBSD.ORG Subject: Re: ports/12995: linux-base won't install properly. Message-ID: <19990806110538.A99138@rucus.ru.ac.za> References: <199908060357.XAA03338@trooper.velocet.ca> <37AA9D0C.5673A8DD@scc.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <37AA9D0C.5673A8DD@scc.nl>; from Marcel Moolenaar on Fri, Aug 06, 1999 at 10:30:04AM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri 1999-08-06 (10:30), Marcel Moolenaar wrote: > The error is bogus. rpm has installed the package. The error does not mean > that the port won't install. Did the port continue or not? It stops. Having had this problem myself, I found out it was because of the rpm's post-install calling ldconfig, which segfaults. A few other of the rpm's do that too, when last I did it. Neil -- Neil Blakey-Milner nbm@rucus.ru.ac.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 6 2:42:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mgw-x1.nokia.com (mgw-x1.nokia.com [131.228.20.21]) by hub.freebsd.org (Postfix) with ESMTP id 73E8E14F99 for ; Fri, 6 Aug 1999 02:42:00 -0700 (PDT) (envelope-from manel.guerrero-zapata@nokia.com) Received: from mgw-i1.ntc.nokia.com (mgw-i1.ntc.nokia.com [131.228.118.60]) by mgw-x1.nokia.com (8.9.3/8.9.3) with ESMTP id MAA09209 for ; Fri, 6 Aug 1999 12:41:53 +0300 (EETDST) From: manel.guerrero-zapata@nokia.com Received: from esebh02nok.ntc.nokia.com (esebh02nok.ntc.nokia.com [131.228.118.151]) by mgw-i1.ntc.nokia.com (8.9.3/8.9.3) with ESMTP id MAA07856 for ; Fri, 6 Aug 1999 12:41:51 +0300 (EETDST) Received: by esebh02nok with Internet Mail Service (5.5.2448.0) id ; Fri, 6 Aug 1999 11:49:33 +0300 Message-ID: <593F7F3472A5D211B99B0008C7EAA08AFBAFC3@eseis02nok> To: freebsd-ports@FreeBSD.org Subject: Problems with StarOffice-3.1 Date: Fri, 6 Aug 1999 11:49:32 +0300 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi :) It's Tarom again. I've just instaled the StarOffice-3.1 using the port and when I try to start one of their applications (like swriter3) it says: 8<---- User Install required before swriter3 can be run, please wait... /usr/local/StarOffice-3.1/linux-x86/bin/setup: can't resolve symbol '_DefaultRuneLocale' /usr/local/StarOffice-3.1/linux-x86/bin/setup: can't resolve symbol '__sF' ---->8 The StarOffice installation starts and says: The program is already instaled in your computer [...] you can add/delete more options or delete the current installation. I choose modify. And it says that's ok. After that it closes and says: 8<---- Can't find initialisation script /root/.sd.sh, User Install must be completed before swriter3 can be run. ---->8 What's wrong? The compilation and the installation of the port were succesfull. Somebody knows about it? Thanks Tarom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 6 3: 9:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from gaia.euronet.nl (gaia.euronet.nl [194.134.0.10]) by hub.freebsd.org (Postfix) with ESMTP id 9F47215006 for ; Fri, 6 Aug 1999 03:09:15 -0700 (PDT) (envelope-from marcel@scc.nl) Received: from mail.scc.nl (i110.ztm.euronet.nl [194.134.112.71]) by gaia.euronet.nl (8.8.8/8.8.8) with ESMTP id MAA25446; Fri, 6 Aug 1999 12:07:47 +0200 (MET DST) Received: from scc.nl (scones.sup.scc.nl [192.168.2.4]) by mail.scc.nl (8.9.3/8.9.3) with ESMTP id MAA45978; Fri, 6 Aug 1999 12:07:15 +0200 (CEST) (envelope-from marcel@scc.nl) Message-ID: <37AAB3D3.E4407B8A@scc.nl> Date: Fri, 06 Aug 1999 12:07:15 +0200 From: Marcel Moolenaar Organization: SCC vof X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: Neil Blakey-Milner Cc: ports@FreeBSD.ORG Subject: Re: ports/12995: linux-base won't install properly. References: <199908060357.XAA03338@trooper.velocet.ca> <37AA9D0C.5673A8DD@scc.nl> <19990806110538.A99138@rucus.ru.ac.za> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Neil Blakey-Milner wrote: > > On Fri 1999-08-06 (10:30), Marcel Moolenaar wrote: > > The error is bogus. rpm has installed the package. The error does not mean > > that the port won't install. Did the port continue or not? > > It stops. > > Having had this problem myself, I found out it was because of the > rpm's post-install calling ldconfig, which segfaults. > > A few other of the rpm's do that too, when last I did it. If you have FreeBSD 3.2-RELEASE, I suggest you upgrade to -stable. There was a problem in the ELF loader which was fixed just after the release. If you have a not-so-recent -stable, try defining NEEDLOADLINK. See the Makefile for details. If you update your ports collection, also update your system. Let me know if your problems remain. -- Marcel Moolenaar mailto:marcel@scc.nl SCC Internetworking & Databases http://www.scc.nl/ Amsterdam, The Netherlands tel: +31 20 4200655 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 6 3:22:53 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mgw-x2.nokia.com (mgw-x2.nokia.com [131.228.20.22]) by hub.freebsd.org (Postfix) with ESMTP id D54D514F53 for ; Fri, 6 Aug 1999 03:22:48 -0700 (PDT) (envelope-from manel.guerrero-zapata@nokia.com) Received: from mgw-i1.ntc.nokia.com (mgw-i1.ntc.nokia.com [131.228.118.60]) by mgw-x2.nokia.com (8.9.3/8.9.3) with ESMTP id NAA19818 for ; Fri, 6 Aug 1999 13:22:38 +0300 (EETDST) From: manel.guerrero-zapata@nokia.com Received: from esebh03nok.ntc.nokia.com (esebh03nok.ntc.nokia.com [131.228.118.244]) by mgw-i1.ntc.nokia.com (8.9.3/8.9.3) with ESMTP id NAA29801 for ; Fri, 6 Aug 1999 13:22:33 +0300 (EETDST) Received: by esebh03nok with Internet Mail Service (5.5.2448.0) id ; Fri, 6 Aug 1999 12:08:45 +0300 Message-ID: <593F7F3472A5D211B99B0008C7EAA08AFBAFC4@eseis02nok> To: freebsd-ports@FreeBSD.org Subject: RE: Problems with StarOffice-3.1 Date: Fri, 6 Aug 1999 12:08:44 +0300 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi again :) I've forgot two things: I'm using FreeBSD 3.2. The compilation was givin this to me: 8<---- bash-2.01# make ===> Extracting for staroffice-3.1 >> Checksum OK for StarOffice31-common.tar.gz. >> Checksum OK for StarOffice31-statbin.tar.gz. >> Checksum OK for StarOffice31-english.tar.gz. >> Checksum OK for README.StarOffice. ===> Patching for staroffice-3.1 ===> Configuring for staroffice-3.1 bash-2.01# make install ===> Installing for staroffice-3.1 ===> staroffice-3.1 depends on file: /compat/linux/usr/i486-linux-libc5/lib/libc.so.5 - not found ===> Verifying install for /compat/linux/usr/i486-linux-libc5/lib/libc.so.5 in /usr/ports/emulators/linux_base >> No directory for /compat/linux/usr/i486-linux-libc5/lib/libc.so.5. Skipping.. install -c -o root -g wheel -m 555 /usr/local/StarOffice-3.1/srun.tmp /usr/local/StarOffice-3.1/srun /bin/rm /usr/local/StarOffice-3.1/srun.tmp ===> Generating temporary packing list ln -sf /usr/local/StarOffice-3.1/srun /usr/local/bin/scalc3 ln -sf /usr/local/StarOffice-3.1/srun /usr/local/bin/schart3 ln -sf /usr/local/StarOffice-3.1/srun /usr/local/bin/sdraw3 ln -sf /usr/local/StarOffice-3.1/srun /usr/local/bin/simage3 ln -sf /usr/local/StarOffice-3.1/srun /usr/local/bin/smath3 ln -sf /usr/local/StarOffice-3.1/srun /usr/local/bin/swriter3 WARNING: In order for this package to work correctly, the following steps _must_ be taken : - The Linux libc in /compat/linux must be upgraded to 5.4.4 or later. This can be achieved by installing version 2.4 or later of the linux_lib port, or by fetching a later version manually. - The Linux 'ldconfig' program must be run to update the library cache details for Linux programs. NOTE: Do not follow the installation instructions included with the StarOffice distribution, as these are not required. The first time a user runs a StarOffice application, the installation program will be run, which will establish their personal configuration. The StarOffice-3.1b4 applications should be started using the following links, which were placed in the standard package binaries directory (normally /usr/local/bin). swriter3 StarWriter (wordprocessor) scalc3 StarCalc (spreadsheet) sdraw3 StarDraw (drawing) simage3 StarImage (image manipulation) schart3 StarChart (presentation graphics) smath3 StarMath (equation editor) Failure to use these for starting StarOffice applications can result in them not operating correctly. ===> Registering installation for staroffice-3.1 staroffice-3.1: "/usr/ports/emulators/linux_base" non-existent -- dependency list incomplete ---->8 Evendo I have linux_lib-version 2.6.1 and the libcfiles are: lrwxr-xr-x 1 root wheel 14 Aug 6 11:58 libc.so.5 -> libc.so.5.4.23 -rwxr-xr-x 1 root wheel 705995 Oct 25 1996 libc.so.5.3.12 -rwxr-xr-x 1 root wheel 1861963 Apr 10 1997 libc.so.5.4.23 -rwxr-xr-x 1 root wheel 3061550 Oct 24 1998 libc.so.6 What do you think about it? Thanks again TAROM > -----Original Message----- > From: Guerrero-Zapata Manel (NRC/Helsinki) > Sent: 06. August 1999 11:50 > To: 'freebsd-ports@FreeBSD.org' > Subject: Problems with StarOffice-3.1 > > > Hi :) > > It's Tarom again. > > I've just instaled the StarOffice-3.1 using the port > and when I try to start one of their applications (like swriter3) > it says: > > 8<---- > User Install required before swriter3 can be run, please wait... > /usr/local/StarOffice-3.1/linux-x86/bin/setup: can't resolve > symbol '_DefaultRuneLocale' > /usr/local/StarOffice-3.1/linux-x86/bin/setup: can't resolve > symbol '__sF' > ---->8 > > The StarOffice installation starts and says: The program is > already instaled in your > computer [...] you can add/delete more options or delete the > current installation. > I choose modify. And it says that's ok. > After that it closes and says: > > 8<---- > Can't find initialisation script /root/.sd.sh, User Install must be > completed before swriter3 can be run. > ---->8 > > What's wrong? The compilation and the installation of the > port were succesfull. > Somebody knows about it? > > Thanks > Tarom > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 6 3:33:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from rucus.ru.ac.za (rucus.ru.ac.za [146.231.29.2]) by hub.freebsd.org (Postfix) with SMTP id 9E72C14F53 for ; Fri, 6 Aug 1999 03:33:01 -0700 (PDT) (envelope-from nbm@rucus.ru.ac.za) Received: (qmail 17573 invoked by uid 1003); 6 Aug 1999 10:32:37 -0000 Date: Fri, 6 Aug 1999 12:32:37 +0200 From: Neil Blakey-Milner To: Marcel Moolenaar Cc: ports@FreeBSD.ORG Subject: Re: ports/12995: linux-base won't install properly. Message-ID: <19990806123236.A14183@rucus.ru.ac.za> References: <199908060357.XAA03338@trooper.velocet.ca> <37AA9D0C.5673A8DD@scc.nl> <19990806110538.A99138@rucus.ru.ac.za> <37AAB3D3.E4407B8A@scc.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <37AAB3D3.E4407B8A@scc.nl>; from Marcel Moolenaar on Fri, Aug 06, 1999 at 12:07:15PM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri 1999-08-06 (12:07), Marcel Moolenaar wrote: > > It stops. > > > > Having had this problem myself, I found out it was because of the > > rpm's post-install calling ldconfig, which segfaults. > > > > A few other of the rpm's do that too, when last I did it. > > If you have FreeBSD 3.2-RELEASE, I suggest you upgrade to -stable. There > was a problem in the ELF loader which was fixed just after the release. If > you have a not-so-recent -stable, try defining NEEDLOADLINK. See the > Makefile for details. > > If you update your ports collection, also update your system. > > Let me know if your problems remain. Oh, it's not important to me, specifically, I was just describing what happens, to speed up the analysis of the problem. It's a bit of a show-stopper, unfortunately - maybe we can '||' away the failing rpm installs, or see if it sets exit codes nicely. Or maybe use --noscripts to rpm on trouble cases. I think we should try to at least support the last release, or give a nice friendly warning if we can detect the person is unlikely to be able to complete the install. We'll not be liked if it seems that "linux compatibility" is no longer available on our latest -RELEASE. I'll grab the package, and see if that installs and works properly, and try using one of the methods above to ease the port build. And I'll see what "NEEDLOADLINK" does too. Neil -- Neil Blakey-Milner nbm@rucus.ru.ac.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 6 4:21:14 1999 Delivered-To: freebsd-ports@freebsd.org Received: from gaia.euronet.nl (gaia.euronet.nl [194.134.0.10]) by hub.freebsd.org (Postfix) with ESMTP id CA79514D09 for ; Fri, 6 Aug 1999 04:21:11 -0700 (PDT) (envelope-from marcel@scc.nl) Received: from mail.scc.nl (i118.ztm.euronet.nl [194.134.112.79]) by gaia.euronet.nl (8.8.8/8.8.8) with ESMTP id NAA00362; Fri, 6 Aug 1999 13:20:52 +0200 (MET DST) Received: from scc.nl (scones.sup.scc.nl [192.168.2.4]) by mail.scc.nl (8.9.3/8.9.3) with ESMTP id NAA48098; Fri, 6 Aug 1999 13:20:20 +0200 (CEST) (envelope-from marcel@scc.nl) Message-ID: <37AAC4F4.F31C0F93@scc.nl> Date: Fri, 06 Aug 1999 13:20:20 +0200 From: Marcel Moolenaar Organization: SCC vof X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: Neil Blakey-Milner Cc: ports@FreeBSD.ORG Subject: Re: ports/12995: linux-base won't install properly. References: <199908060357.XAA03338@trooper.velocet.ca> <37AA9D0C.5673A8DD@scc.nl> <19990806110538.A99138@rucus.ru.ac.za> <37AAB3D3.E4407B8A@scc.nl> <19990806123236.A14183@rucus.ru.ac.za> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Neil Blakey-Milner wrote: > > On Fri 1999-08-06 (12:07), Marcel Moolenaar wrote: > > > It stops. > > > > > > Having had this problem myself, I found out it was because of the > > > rpm's post-install calling ldconfig, which segfaults. > > > > > > A few other of the rpm's do that too, when last I did it. > > > > If you have FreeBSD 3.2-RELEASE, I suggest you upgrade to -stable. There > > was a problem in the ELF loader which was fixed just after the release. If > > you have a not-so-recent -stable, try defining NEEDLOADLINK. See the > > Makefile for details. > > > > If you update your ports collection, also update your system. > > > > Let me know if your problems remain. > > Oh, it's not important to me, specifically, I was just describing what > happens, to speed up the analysis of the problem. The error you gave always pops up, but doesn't stop the install. That's what's confusing. We were aware of the error, but not of any install failures :-) > It's a bit of a show-stopper, unfortunately - maybe we can '||' away the > failing rpm installs, or see if it sets exit codes nicely. Or maybe use > --noscripts to rpm on trouble cases. The errors are already handled. When the install fails, then you must experience other problems. > I think we should try to at least support the last release, or give a > nice friendly warning if we can detect the person is unlikely to be able > to complete the install. We'll not be liked if it seems that "linux > compatibility" is no longer available on our latest -RELEASE. 3.x is supported. you just need to set NEEDLOADLINK in a certain case. > I'll grab the package, and see if that installs and works properly, and > try using one of the methods above to ease the port build. And I'll see > what "NEEDLOADLINK" does too. Thanks. Any feedback is welcome. It helps us finetune the port. -- Marcel Moolenaar mailto:marcel@scc.nl SCC Internetworking & Databases http://www.scc.nl/ Amsterdam, The Netherlands tel: +31 20 4200655 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 6 6:12:13 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ECFF714D65 for ; Fri, 6 Aug 1999 06:12:10 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA36032; Fri, 6 Aug 1999 06:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from lab321.ru (l321.omsk.ru [195.161.22.245]) by hub.freebsd.org (Postfix) with ESMTP id 7711514D65 for ; Fri, 6 Aug 1999 06:00:13 -0700 (PDT) (envelope-from core@lab321.ru) Received: (from core@localhost) by lab321.ru (8.9.3/8.9.3) id TAA14551; Fri, 6 Aug 1999 19:59:03 +0700 (OSS) Message-Id: <199908061259.TAA14551@lab321.ru> Date: Fri, 6 Aug 1999 19:59:03 +0700 (OSS) From: CoreDumped@lab321.ru Reply-To: CoreDumped@lab321.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12999: Update web500gw port to 2.1b3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12999 >Category: ports >Synopsis: Update web500gw port to 2.1b3 >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 Aug 6 06:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Eugeny Kuzakov >Release: FreeBSD 2.2.8-STABLE i386 >Organization: Laboratory 321 Ltd. >Environment: 2.2.8-stable,-current >Description: update to 2.1b3 >How-To-Repeat: >Fix: begin 644 web500gw.diff.gz M'XL("+W7JC<``W=E8C4P,&=W+F1I9F8`K5EY<]K($O\;/D4O=I5-"4D(@3D< MYQD;G&+#D0(29VMWRRND`;06$D]''"?E[_ZZ9R00&+#S$A);:/J8ON8W/6/+ MGDY!CGQX8)-*L3A[4#S?GJD]XYY-;8>MAEIX+`S.$TAEHQ49% M;V@UT.KU6E:2I.>:,C>^#7H*L%?022%JAI,'E91:. MH,\>8.GY80"FYSC,#&V<;9'8.?7\!N`GF24K'\$GY@?$Y+/_1K;/+,X`)46; ME(C<,D(&IL_P$9/HHQ?A]\AY%'8CU^W<6ZRIR>?*9VX(ORO0]WP+M0,.JDX<+GP!3>$NUE2MJ&*4BN4X2D9@+&QH?UW"<58Z M9+E.Y-V6%\]X-'D$I7V&MZ,9^P)MKSV>M:+%DUN7ZJ^)&CJ/X MT5N,>Q:R;O?9%)@FO+*(H[:'H6;ANCMOO!L-.>X2TAP=P69B%7G,T M;@_O1ITQ#4_#94-5\;<21K(Y9PO7#K\I%E.7T43M>J;AJ)'_35T5#OR5A4QF M'G(QU+DMAIID='JO?%9N?QX/F]?CN]''F\\7&26%%)IU$ MLWW[;MV_]-%YD.W.;X9 M#'O7-]WFN]%%[OB[^/8$C?Y#`@8GJOV1[W;L/P\&[8;-'AFP-/>4V.5O-<3/- M1N_;/#A=F@5?GW)9Z<>]I\3U:YB:%1K5*,!IMU-!9J&YJH2LM1OU:)$&ZL*J MK,%J-;0#]U:TS,@(!9)I4-0:Y6I#K^X`OC7_,^33M13R(>P1YLF]5@5.-U<< ME6P>+J"FZ8P99AU_L4FY/*EI1JE:L\QRL6K6JM4IQO.9L*Z$AJ_$\JRL:4:] M/*W6)X95K1@ZJUD,M>E6L8+_]D5H:82XX@+QE`UC[=PV94>\MEGX?D%A*)6A M6&N4SAH(^<_#]DPL';UJHUR+HYWL&^4*[1N5,QY#LB+!7VX%E^X9/@:>)M5* MC7(Y!GN:=;4YC2,FX!2WL!)"]&HODVD6O:"50>*_:18XDG_E!Q623H1PYC,( M/;#=(#0<)[6[R?%:QURJ4>"K#H<[+')TXV@GC5!FG]YPSG`K=2-C/04N)ED6 M$)'9T)-`!$UTD"X]C_TMLT2#4(-2L5'2&I7U.DG%?BO!U4:E%&]K/,/%@D:M M`3Y$;R"<4A0%#-=:.7""?8([Q;*;,V>I+E@0&#/L$V@-9J5#P3T)$DED#IFO MAFRQ='"OW:4)4%,G1!&?X8ZQ8*Z%+J+2*&!H#7@/+EBX@YNAYS]2DP)VJ&1! M3H$41N_X-,Y8/H8HBNTFRV:2UT@F22^H0AX,$'"'$:4*542[4 M<&64"_5X96!\IO#H13PD'^6>;:P@Q83Y6()&V420> MYO(DTCD^C=GRR6PQ2Z*TF^)`R[9FD:2CM#WQZTZ#R,&`A3Q.G]K#46?0AU/< M,*@HB4_6E5(!=)T/4,1QG>2Q`-/\%TC'H=2KHHNRK6B%*DB5$OZFY,K/I"1Y M4RHV=9-'.MIB$M4Y%GCP8H:GOK=8UT+@1;[)4O#!=:U3R2MP;-@.^LM'4JQ8 MO1X6)(]+7)!QC'3D"K"N)Q$=H-"MHW6>%45-2RFEA'PPWS'/GH3'KFVE7=X* MWC\!EK7,X"10_U)4]0122GCGK<8H\P_)IN1,Q+0#O+N+6))21;?;I]?7,#YF M+J++C'V-Q;9J8K,D8C`>*V<:O)'?0F8E,\1'L/ MMCO#^G,9`<-H/+S#XU%_A/VWL%=N;8W1OO0:-EP(\!J^M!/<>HM[B*>KJX_O M8L/YGFZ@Y;BK"KP64;#8))K-T`&N)7(3!W M.JN)H3AMU`<@OBP@6#+3GMIF@P]W;3?ZRMO/,-&A-$KA=4-HC=5D)U`L^\1]B3'4RH,+9.*"75]92Q]3KMNO5:837I MPYRY"!84@YG)S;R^QOX`O\<]8'/(U^*--@_R=&F:,B))9(:RSW!_=7'LP;=#2A$1<&KL":25KI_3`T=K MHV8_IPN!\X#WB"^_SGU)_G562[_0+.G713->&;C#4)G)HD.O4(5JQ3-1HE1O MS;BDP:`U[3P8CP'V1$$@VF6Z6EFSQ!\JF:T%D>='&#F^.T`.W,4<->Z,E&"> MG'[V$*'WGC8#4KVXQ]V26X8HW[YI]Z_;O.5@4^::U%<>\?5BFO&AHU(M:$7T MJ7(F.EL),I?,G'N0P]T=9_##U0&BL:L+AS]E2V"6P[XPY^\5Z0>>J MB_3DZW>'@D9F??I;S9U+?>\(1VG%KR;%T*Y5Y;`+2R$98I\CIU+2L\K)@4Y(UXQ*7E8?17Y!'D!U/.X*#&&*/I!<]NNKTXRA*/^90RAI,;3(/G5^?=E*LW#_#I?)WI.R\#RM#EZHYO+_(MNJ(&!&IFRP;-/T6%/$E5;7(>4 M'70GK6^3D1<#OXN@OO+X5!RIL4XLCVYJ(<.++??U^-C.T4'[:VY59:*$DDN` MW#F0[$4N=\[EF(.'DYB%A!.R(EZF]CGI_^'RH;(\/B95SRK[_U$7%WCP"U4: M8>C_O#J>>3PMN9;SN%_;"T5Z.%@O"+\UU!`T/T8=\E_/U, MQ;/I:)RZ(T^&=EV[)[0=]^WZKOOV%?]X'HE[V`IH9XU*K5'>^`.M1G^I*&@Z M;UEPTF

Release-Note: >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 Aug 6 6:19: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from rucus.ru.ac.za (rucus.ru.ac.za [146.231.29.2]) by hub.freebsd.org (Postfix) with SMTP id 1F44414CEF for ; Fri, 6 Aug 1999 06:18:54 -0700 (PDT) (envelope-from nbm@rucus.ru.ac.za) Received: (qmail 81464 invoked by uid 1003); 6 Aug 1999 13:19:38 -0000 Date: Fri, 6 Aug 1999 15:19:38 +0200 From: Neil Blakey-Milner To: Marcel Moolenaar Cc: ports@FreeBSD.ORG Subject: Re: ports/12995: linux-base won't install properly. Message-ID: <19990806151938.A79494@rucus.ru.ac.za> References: <199908060357.XAA03338@trooper.velocet.ca> <37AA9D0C.5673A8DD@scc.nl> <19990806110538.A99138@rucus.ru.ac.za> <37AAB3D3.E4407B8A@scc.nl> <19990806123236.A14183@rucus.ru.ac.za> <37AAC4F4.F31C0F93@scc.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <37AAC4F4.F31C0F93@scc.nl>; from Marcel Moolenaar on Fri, Aug 06, 1999 at 01:20:20PM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri 1999-08-06 (13:20), Marcel Moolenaar wrote: > The error you gave always pops up, but doesn't stop the install. That's > what's confusing. We were aware of the error, but not of any install > failures :-) > > The errors are already handled. When the install fails, then you must > experience other problems. Ah, ok. The problem here is that on line 140, when ${PREFIX}/sbin/ldconfig is loaded, it segfaults. Since the command is prepended with an @, it doesn't get displayed, and it looks like it's the rpm that kills it off. (actually, this isn't my PR, I believe it belongs to one David Gilbert, I just spoke too loudly, as I am wont to do.) Sample, with the "@" removed: ===> Installing for linux_base-5.2 ===> linux_base-5.2 depends on executable: rpm - found rpm --initdb --root /compat/linux --dbpath /var/lib/rpm setup-1.9.2-1.noarch.rpm filesystem-1.3.2-3.noarch.rpm basesystem-4.9-3.noarch.rpm ldconfig-1.9.5-8.i386.rpm ELF binary type not known. Use "brandelf" to brand it. execution of script failed error: /usr/ports/distfiles/rpm/ldconfig-1.9.5-8.i386.rpm cannot be installed brandelf -t Linux /compat/linux/sbin/ldconfig /compat/linux/sbin/ldconfig *** Signal 11 Stop. *** Error code 1 Neil -- Neil Blakey-Milner nbm@rucus.ru.ac.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 6 6:30:47 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C529615426 for ; Fri, 6 Aug 1999 06:30:17 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA45410; Fri, 6 Aug 1999 06:30:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 6 Aug 1999 06:30:04 -0700 (PDT) Message-Id: <199908061330.GAA45410@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Rasmus Kaj Subject: Re: ports/11587: inappropriate internet time calculation Reply-To: Rasmus Kaj Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11587; it has been noted by GNATS. From: Rasmus Kaj To: freebsd-gnats-submit@freebsd.org, nishio@nexus.rim.or.jp Cc: Rasmus Kaj Subject: Re: ports/11587: inappropriate internet time calculation Date: Fri, 06 Aug 1999 15:21:27 +0200 Just a comment to make it easier to someone to do something about this: This is about the port x11-clocks/wmitime. Making this port w/o the patch, it gives the following two warnings: wmitime.c: In function `DrawInetTime': wmitime.c:284: warning: assignment makes integer from pointer without a cast wmitime.c: In function `DrawInetWheel': wmitime.c:401: warning: assignment makes integer from pointer without a cast The patch from Fumihiko Nishio removes the first of this warnings. Taking a look at line 401 I find that it seems to do the same thing, so I apply the same change there. Now it compiles without any warning. Here's a patch with both changes, which might be installed as patches/patch-ab: --- wmitime.c.orig Fri Aug 6 15:12:36 1999 +++ wmitime.c Fri Aug 6 15:10:34 1999 @@ -281,7 +281,7 @@ // Compute Inet Time iTime=(clk->tm_hour*3600+clk->tm_min*60+clk->tm_sec); - iTime=iTime+((timezone-1)+3600); + iTime=iTime+((1-clk->tm_gmtoff)+3600); if (clk->tm_isdst) iTime-=3600; iTime=(iTime*1000)/86400; @@ -398,7 +398,7 @@ // Calculate Wheel Position... iTime=(clk->tm_hour*3600+clk->tm_min*60+clk->tm_sec); - iTime=iTime+((timezone-1)+3600); + iTime=iTime+((1-clk->tm_gmtoff)+3600); if (clk->tm_isdst) iTime-=3600; iTime=(iTime*1000)/8640; Note: Since I don't run WindowMaker I have not actually run this program, if synopsis had mentioned WindowMaker (or even the name of the port) I probably wouldn't even have looked at it ... -- Rasmus Kaj ---------------- rasmus@kaj.a.se - http://www.e.kth.se/~kaj/ \ Lottery: A tax on people who are bad at math \--------------------------------------------- http://www.Raditex.se/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 6 7:30:42 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C24381558B for ; Fri, 6 Aug 1999 07:30:40 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA01606; Fri, 6 Aug 1999 07:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 42A271558B; Fri, 6 Aug 1999 07:28:29 -0700 (PDT) Message-Id: <19990806142829.42A271558B@hub.freebsd.org> Date: Fri, 6 Aug 1999 07:28:29 -0700 (PDT) From: graphite@jp.freebsd.org To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/13001: Security update for ja-groff-0.99 :japanese/groff Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13001 >Category: ports >Synopsis: Security update for ja-groff-0.99 :japanese/groff >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Aug 6 07:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Noritaka Ishizumi >Release: FreeBSD 3.2-RELEASE >Organization: jpman project >Environment: All BSD which use ja-groff-0.99 port. >Description: Update port: japanese/groff This security problem report is at http://www.securityfocus.com/templates/archive.pike?list=1&date=1999-07-22&msg=19990723221642.A15331@szarik Apply attached diff. >How-To-Repeat: >Fix: --- nroff/nroff.sh.old Wed Nov 30 19:29:21 1994 +++ nroff/nroff.sh Fri Aug 6 22:58:21 1999 @@ -24,7 +24,7 @@ echo "$prog: option $1 requires an argument" >&2 exit 1 ;; - -i|-[mrno]*) + -i|-S|-[mrno]*) opts="$opts $1"; ;; @@ -58,4 +58,4 @@ # This shell script is intended for use with man, so warnings are # probably not wanted. Also load nroff-style character definitions. -exec groff -Wall -mtty-char $T $opts ${1+"$@"} +exec groff -S -Wall -mtty-char $T $opts ${1+"$@"} >Release-Note: >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 Aug 6 7:33:40 1999 Delivered-To: freebsd-ports@freebsd.org Received: from smtp1.xs4all.nl (smtp1.xs4all.nl [194.109.127.48]) by hub.freebsd.org (Postfix) with ESMTP id 2D23615569 for ; Fri, 6 Aug 1999 07:33:37 -0700 (PDT) (envelope-from arnout@smtp1.xs4all.nl) Received: from localhost.xs4all.nl (tomcat.xs4all.nl [194.109.15.187]) by smtp1.xs4all.nl (8.9.3/8.9.3) with ESMTP id PAA22676 for ; Fri, 6 Aug 1999 15:51:00 +0200 (CEST) Received: (from arnout@localhost) by localhost.xs4all.nl (8.9.3/8.9.1) id PAA50672 for ports@freebsd.org; Fri, 6 Aug 1999 15:51:42 +0200 (CEST) Date: Fri, 6 Aug 1999 15:51:42 +0200 From: Arnout Boer To: ports@freebsd.org Subject: TeTeX port crashes on install Message-ID: <19990806155142.A40173@tomcat.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i X-Operating-System: FreeBSD 3.2-STABLE i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi there, I have very recently (yesterday) supped the ports three en my machine is a very recently (yesterday) 3-stable. I tried to install the teTeX port (1.0) The make proces went ok.. The install process gave the following install-info: Undefined error: 0 for /usr/local/info/dir Can this be patched or is there another way to solve this problem. Please cc to me because I already read a couple of four FreeBSD list... Greetz, Arnout To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 6 8:21:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 4BAC2155B3 for ; Fri, 6 Aug 1999 08:21:20 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with ESMTP id KAA20453; Fri, 6 Aug 1999 10:19:41 -0500 (CDT) Date: Fri, 6 Aug 1999 10:19:41 -0500 (CDT) From: Steve Price To: Neil Blakey-Milner Cc: Marcel Moolenaar , ports@FreeBSD.ORG Subject: Re: ports/12995: linux-base won't install properly. In-Reply-To: <19990806151938.A79494@rucus.ru.ac.za> 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 Fri, 6 Aug 1999, Neil Blakey-Milner wrote: # The problem here is that on line 140, when ${PREFIX}/sbin/ldconfig is # loaded, it segfaults. Since the command is prepended with an @, it doesn't # get displayed, and it looks like it's the rpm that kills it off. I had a similar problem the other day. I had a pretty fresh -current world and an old kernel. Yes this is a bad idea! I rebuilt the kernel with the following lines added. options P1003_1B options _KPOSIX_PRIORITY_SCHEDULING options _KPOSIX_VERSION=199309L Don't know if adding these was really required, but if you are running -current you should be sure that you have a kernel that matches your world. Of course, if you are running -current you already know that. :) -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 6 9:21:39 1999 Delivered-To: freebsd-ports@freebsd.org Received: from kronos.alcnet.com (kronos.alcnet.com [63.69.28.22]) by hub.freebsd.org (Postfix) with ESMTP id 497ED14C59; Fri, 6 Aug 1999 09:21:36 -0700 (PDT) (envelope-from kbyanc@kronos.alcnet.com) X-Provider: ALC Communications, Inc. http://www.alcnet.com/ Received: (from kbyanc@localhost) by kronos.alcnet.com (8.9.3/8.9.3/antispam) id MAA52164; Fri, 6 Aug 1999 12:19:19 -0400 (EDT) Date: Fri, 6 Aug 1999 12:19:19 -0400 (EDT) Message-Id: <199908061619.MAA52164@kronos.alcnet.com> To: FreeBSD-gnats-submit@freebsd.org, ports@freebsd.org Subject: update to iconmaker-1.5 From: kbyanc@posi.net Reply-To: kbyanc@posi.net X-send-pr-version: 3.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Submitter-Id: current-users >Originator: Kelly Yancey >Confidential: no >Synopsis: updates to x11-wm/iconmaker-1.5 port >Severity: non-critical >Priority: low >Category: ports >Release: FreeBSD 3.2-STABLE i386 >Class: change-request >Description: The web site listed for the iconmaker-1.5 port in pkg/DESCR has a misprint: It reads: http://www.ozemail.com.au/~crn/wn/wings.html ^^ When it should read: http://www.ozemail.com.au/~crn/wm/wings.html On a related note, as the web site indicates, WindowMaker currently ships with the functionality iconmaker was previously needed for and thus iconmaker is no longer maintained. Since we have the latest windowmaker in the ports tree, do we really need iconmaker in there too? Kelly ~kbyanc@posi.net~ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 6 9:24:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from kronos.alcnet.com (kronos.alcnet.com [63.69.28.22]) by hub.freebsd.org (Postfix) with ESMTP id 9385B14D24 for ; Fri, 6 Aug 1999 09:24:07 -0700 (PDT) (envelope-from kbyanc@posi.net) X-Provider: ALC Communications, Inc. http://www.alcnet.com/ Received: from localhost (kbyanc@localhost) by kronos.alcnet.com (8.9.3/8.9.3/antispam) with ESMTP id MAA52265 for ; Fri, 6 Aug 1999 12:24:00 -0400 (EDT) Date: Fri, 6 Aug 1999 12:24:00 -0400 (EDT) From: Kelly Yancey X-Sender: kbyanc@kronos.alcnet.com To: ports@freebsd.org Subject: Foo and Bar??? 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 There seem to be 2 new ports categories: Foo and Bar...while I'm flattered, one of my recent ports seems to be the only member :) I was afraid I had made a mistake in the port I submitted, but I can't find any reference to either Foo or Bar in either the original port submission or the just-recently cvsup'ed port itself. Curious. Kelly ~kbyanc@alcnet.com~ FreeBSD - The Power To Serve - http://www.freebsd.org/ Join Team FreeBSD - http://www.posi.net/freebsd/Team-FreeBSD/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 6 9:25:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from kronos.alcnet.com (kronos.alcnet.com [63.69.28.22]) by hub.freebsd.org (Postfix) with ESMTP id A444A14CEB for ; Fri, 6 Aug 1999 09:25:10 -0700 (PDT) (envelope-from kbyanc@posi.net) X-Provider: ALC Communications, Inc. http://www.alcnet.com/ Received: from localhost (kbyanc@localhost) by kronos.alcnet.com (8.9.3/8.9.3/antispam) with ESMTP id MAA52290 for ; Fri, 6 Aug 1999 12:25:04 -0400 (EDT) Date: Fri, 6 Aug 1999 12:25:04 -0400 (EDT) From: Kelly Yancey X-Sender: kbyanc@kronos.alcnet.com To: ports@freebsd.org Subject: argh! 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 suppose I should have mentioned that I'm referring to the categories listed at http://www.freebsd.org/ports/ Kelly ~kbyanc@alcnet.com~ FreeBSD - The Power To Serve - http://www.freebsd.org/ Join Team FreeBSD - http://www.posi.net/freebsd/Team-FreeBSD/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 6 9:30:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 54A3C14CEB for ; Fri, 6 Aug 1999 09:30:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA10483; Fri, 6 Aug 1999 09:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from kronos.alcnet.com (kronos.alcnet.com [63.69.28.22]) by hub.freebsd.org (Postfix) with ESMTP id 497ED14C59; Fri, 6 Aug 1999 09:21:36 -0700 (PDT) (envelope-from kbyanc@kronos.alcnet.com) Received: (from kbyanc@localhost) by kronos.alcnet.com (8.9.3/8.9.3/antispam) id MAA52164; Fri, 6 Aug 1999 12:19:19 -0400 (EDT) Message-Id: <199908061619.MAA52164@kronos.alcnet.com> Date: Fri, 6 Aug 1999 12:19:19 -0400 (EDT) From: kbyanc@posi.net Reply-To: kbyanc@posi.net To: FreeBSD-gnats-submit@freebsd.org, ports@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13003: update to iconmaker-1.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13003 >Category: ports >Synopsis: updates to x11-wm/iconmaker-1.5 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: Fri Aug 6 09:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Kelly Yancey >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: The web site listed for the iconmaker-1.5 port in pkg/DESCR has a misprint: It reads: http://www.ozemail.com.au/~crn/wn/wings.html ^^ When it should read: http://www.ozemail.com.au/~crn/wm/wings.html On a related note, as the web site indicates, WindowMaker currently ships with the functionality iconmaker was previously needed for and thus iconmaker is no longer maintained. Since we have the latest windowmaker in the ports tree, do we really need iconmaker in there too? Kelly ~kbyanc@posi.net~ >How-To-Repeat: >Fix: >Release-Note: >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 Aug 6 9:35:46 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 1CB1714D71 for ; Fri, 6 Aug 1999 09:35:44 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with ESMTP id LAA30482; Fri, 6 Aug 1999 11:35:33 -0500 (CDT) Date: Fri, 6 Aug 1999 11:35:32 -0500 (CDT) From: Steve Price To: Kelly Yancey Cc: ports@FreeBSD.ORG Subject: Re: Foo and Bar??? 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 Satoshi removed the bogus entries from the Makefile yesterday. The next time the webpages are updated this will be fixed. -steve On Fri, 6 Aug 1999, Kelly Yancey wrote: # # There seem to be 2 new ports categories: Foo and Bar...while I'm # flattered, one of my recent ports seems to be the only member :) # I was afraid I had made a mistake in the port I submitted, but I can't # find any reference to either Foo or Bar in either the original port # submission or the just-recently cvsup'ed port itself. # Curious. # # Kelly # ~kbyanc@alcnet.com~ # FreeBSD - The Power To Serve - http://www.freebsd.org/ # Join Team FreeBSD - http://www.posi.net/freebsd/Team-FreeBSD/ # # # # # To Unsubscribe: send mail to majordomo@FreeBSD.org # with "unsubscribe freebsd-ports" in the body of the message # To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 6 9:39:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E06D3155F0; Fri, 6 Aug 1999 09:39:18 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA11126; Fri, 6 Aug 1999 09:38:50 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Fri, 6 Aug 1999 09:38:50 -0700 (PDT) From: Message-Id: <199908061638.JAA11126@freefall.freebsd.org> To: kbyanc@posi.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13003: updates to x11-wm/iconmaker-1.5 port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: updates to x11-wm/iconmaker-1.5 port State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Aug 6 09:38:36 PDT 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 6 10:34:42 1999 Delivered-To: freebsd-ports@freebsd.org Received: from nothing-going-on.demon.co.uk (nothing-going-on.demon.co.uk [193.237.89.66]) by hub.freebsd.org (Postfix) with ESMTP id 0D19F15664; Fri, 6 Aug 1999 10:34:03 -0700 (PDT) (envelope-from nik@nothing-going-on.demon.co.uk) Received: from kilt.nothing-going-on.org (kilt.nothing-going-on.org [192.168.1.18]) by nothing-going-on.demon.co.uk (8.9.3/8.9.3) with ESMTP id SAA10478; Fri, 6 Aug 1999 18:28:48 +0100 (BST) (envelope-from nik@catkin.nothing-going-on.org) Received: (from nik@localhost) by kilt.nothing-going-on.org (8.9.3/8.9.3) id KAA39693; Fri, 6 Aug 1999 10:59:07 +0100 (BST) (envelope-from nik@catkin.nothing-going-on.org) Date: Fri, 6 Aug 1999 10:59:07 +0100 From: Nik Clayton To: Satoshi - Ports Wraith - Asami Cc: jkh@zippy.cdrom.com, ports@FreeBSD.ORG, nik@FreeBSD.ORG Subject: Re: lynx-current port is broken. Message-ID: <19990806105907.A38481@kilt.nothing-going-on.org> References: <11511.933806925@zippy.cdrom.com> <199908042308.QAA02457@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199908042308.QAA02457@silvia.hip.berkeley.edu>; from Satoshi - Ports Wraith - Asami on Wed, Aug 04, 1999 at 04:08:20PM -0700 Organization: FreeBSD Project Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Aug 04, 1999 at 04:08:20PM -0700, Satoshi - Ports Wraith - Asami wrote: > * From: "Jordan K. Hubbard" > * > * Yes, unfortunately I am not the person to ask. :) > * > * The docproj port is Nik's baby and he could far better answer just why > * he used lynx-current rather than lynx. > > Oh, ok. I see that you CC'd this mail to Nik, I'll just wait for his > reply then. Thanks. :) Hmm. Looks like I didn't scrutinise a proposed patch quite as closely as I should have. I can't commit to freefall at the moment (I'm on the wrong computer) so feel free to fix this in the Makefile. Trivial patch is; --- Makefile.org Fri Aug 6 10:58:03 1999 +++ Makefile Fri Aug 6 10:58:13 1999 @@ -20,3 +20,3 @@ tidy:${PORTSDIR}/www/tidy \ - lynx:${PORTSDIR}/www/lynx-current \ + lynx:${PORTSDIR}/www/lynx \ ${PREFIX}/share/sgml/docbook/dsssl/modular:${PORTSDIR}/textproc/dsssl-docbook-modular \ N -- [intentional self-reference] can be easily accommodated using a blessed, non-self-referential dummy head-node whose own object destructor severs the links. -- Tom Christiansen in <375143b5@cs.colorado.edu> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 6 12:10:43 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 41BF614C7F for ; Fri, 6 Aug 1999 12:10:36 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA24152; Fri, 6 Aug 1999 12:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from narcissus.pel.sys.hiroshima-u.ac.jp (ppp-saijo-156.ipc.hiroshima-u.ac.jp [133.41.4.156]) by hub.freebsd.org (Postfix) with ESMTP id 32847156D0 for ; Fri, 6 Aug 1999 12:00:16 -0700 (PDT) (envelope-from nobutaka@narcissus.pel.sys.hiroshima-u.ac.jp) Received: (from nobutaka@localhost) by narcissus.pel.sys.hiroshima-u.ac.jp (8.9.3/8.9.3) id DAA65950; Sat, 7 Aug 1999 03:59:00 +0900 (JST) (envelope-from nobutaka) Message-Id: <199908061859.DAA65950@narcissus.pel.sys.hiroshima-u.ac.jp> Date: Sat, 7 Aug 1999 03:59:00 +0900 (JST) From: nobutaka@nobutaka.com Reply-To: nobutaka@nobutaka.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13004: Update port: graphics/gimp1-i18n to 1.1.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13004 >Category: ports >Synopsis: Update port: graphics/gimp1-i18n to 1.1.8 >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 Aug 6 12:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: MANTANI Nobutaka >Release: FreeBSD 4.0-CURRENT i386 >Organization: Production Engineering Lab, Hiroshima University, Japan >Environment: >Description: Update graphics/gimp1-i18n port to 1.1.8. Added files: gimp1-i18n/patches/patch-be, patch-bf, patch-bg, patch-bh, patch-bi, patch-bj, patch-bk, patch-bl, patch-bm Removed files: gimp1-i18n/patches/patch-ab, patch-af, patch-ar, patch-as, patch-at, patch-au, patch-av, patch-aw, patch-ax, patch-ay, patch-az, patch-ba, patch-bb >How-To-Repeat: >Fix: Please apply this patch. begin 644 gimp1-i18n-19990807.diff.gz M'XL("&LIJS<``V=I;7`Q+6DQ.&XM,3DY.3`X,#W7J M&3N6Q<8^ M=VRRC,%.'?>8P,_9^>4UN>?^G)P;[3YAGWUF>T"Y5_Z&?&*NN"4N^R7@+IO( M"L2H&)7F7E%7W!;R3ZC/R-AE<(F*9#&YI&Z(&FA^G#O+35G\8SNW@4\7]$U\ M4QD[2R`7-?;/@5FLD=(=B&O6)+MJK5DU#6+6A6+J->+1"26]SRNR+VONE4_. MAS?][F7O]2NAVW+X&>7K#V?R92Q;E@FU1P1%1;7V7E%?#;[_7?>F=W8U..\- MH:)+5W,^]O;*E]WA36\P&I[?B/=3?W5<=Q9=17<5L5#-;`]G]Y: MK'HG<53)SWOE5XD:8Z\2+.T*FP2;.IJ*X57XJV M+8067X`VKOALM.TJM#"Y[)[W;^!?;_#Z%6)#>Q/,C84]>9)WQ6/^U+']I`]N MEZI<>YM*.ODE?2#F$3%KQ[7&L=E4.KFBZA!B@W1W@]2.CJ&VT=ZX^U$)O%W\ M"9W]]@&^'CZ^?T[ZT0>3[Y0Z^%YH:G_E.C,;=$M>DT)2:.';O?+^7>384!;[ M>*T2.:Y$`%1%-94I$:^IB,`VG#OW)/#HC.T1+[@-;P\.R:_R0\QFJ4F*\#?\ M%`A9%O?FZ8!0_K?RG%EWS.=C6C[@GM-N'W7*YB&0NX'G<6IKR!<.;Y==0>O= MLTF6MYJU<;A7A##DWK-9FCE*3LI_\$?HJG=U*G72:HC6;1V!9J1.X.>W/?&[ M!V3[%K5GH/7][N#LTW_6_@NTO"^:#EI0M(74NE1LPY":A8O1D7Q"3BN7@VU_ M]QT(`])KBU&/$5&Y<-'MGQ4(L^^XZ]A+!E1WU.7"RXCOD()W-QKV*N?#JU'X MT05"[0GT&&P<0*279E2H[!7WBN(SBD(4^\Q],)7?Q$L^)0]SD`8=';A$W)(" M0`#F5ZE4?K9_MD6=L-:]RWTVFOD+=WP0(SEE*`P=\*QJ9').,1O(N.`=$/85?GRY(@<;#K5BD_=RNVC M>0@MV>@8K5LZF9C&9#JMT89A&K=&@[5:4]HTFT8+.IE4Y7:R-(PFA,V;9JU<<.8F(U.O=6FN)96U!_/X1ODM4QODU^7+5/I+$NC".,MI>JV M*\X#\H,((1#$.\R8_,4# M]RP!J>>[S'4=]P#^VLZA8%/,P)@RT+;`$=\D@:Q(V5%A*>;!(AGJP40]PT@X M[H%AMM;O-NK,;:A3C2U- MG/>'-]V+B]'UX.ILT+U\4UB;#$X[?#7O>H;H0]X M?E.-73==Y=MO,<1EL$"^.@QU9=9$VE0,+VM=?6FIH7+_?[0E@(ZX+9Y>"#I6 M6%X77&F\9)7#!5?)O@*&HJ*;S=57K&20_R&P"`P1(,B;K>-:LK>5+AB/[Z4/ M6OQ6CH7BX?#:%T,$+H%A,/BR43NN-Q*^J*BFZ"[:29]L2CL++]+.WEU?GUYT MSX;02Y-7Y1,QBW!R/GC]M7O7'9?3:7,^;%,.`4RL9(I<)K_!Y M82MQ>VP%$S9Z#\AZ@_!+QX[EN"./B>D4QZW,7\E)`7$-[\9SRFT8:_F.'1Q:*IFKB^Q9?KN63YT^$4X//ED->D`*+WW+YO/_NXN-)+[*O\_T#WUF-/'_3 M^?#\JA\]=L]ZAU#+9>'`*"*YZ'6'/1A(E_\4*<4O*$6:80KV^=ONR8D8=!^< MP;UX'AX"Q7*/%!$R,(T$54+9`?]SU/VUY12_J!RAHF)&10IM`LUR$?7QX&2> M+!V^[T%*3]+^FB++W?N[F@[:S='[N]N#[*-:GM[?W96`'S7;F:&B4YVPRLK9 MI-]"K&&26OVX`7VXF>CR8]HD&:"KBZ%L:EA8[Y3JIA@8PHW9#./$TIM!#D4* MY_:$/W+F^H4P>'QS3.AJ59U-N+>RZ$-E#(/25AW`?0,#L.#Q\2&L"Z/(PG?G M2QAA?5^]H`]@&M6A3\>+ZK7+[K@3>$2^+20DQ>3#\9R/YSZSXSMBT_&:D-76S^JM4JM6MJ)`ON6+:@-NO/( MD,]L:J7QBT3+`_`-M2-53R$?J%X./D)P2$*LBM4V+@K^4C,G:I9']=1CNZ:1 MT&?W"O9]%B"L&VG6AH;UU2HTFPSO_YE.[:P]K=FK_2GDU[UU`K]2J2AX_N\M MZMIG*;.:&-!9RX,76$(M5L2Y$#6 M4S!EN#PSA[PP1)%_)>_F$#28M4.7ZPA%`GM"/E#[R=(`T(68&,"-XUCD:B5& MI#MD_\C/(,MBG_523YR%I&4V3Q`K!.O" M32RX)Z:SR3MH7L?:Y4!L;D$CIT@54I$8])-O>]5+.45!WKK.O9=.-_3Q1W:L MS9I9:LF.M=4I-Z`/;O`?<5V-XR!OI&^JBVSIV'](XI M&`[!62%`(@QU[BD8$NKA/"$`Z*)J6^=^`W879?G/PJOK>]Y9CJ?4P'ANHC@>_CQ>S)WO&9VK&1@WQ#LEYP'#./W(V8>[<6:LC#*]M MHV341'QM-F`$DQG])^NC[F74=O@7Z=-EQF,3?"]Y2&`3NM/?C-HNA\LK:Z%U M0*.VTP/S"F):CP35JP4-Y9(`9&*SF96V0HA*]W1N53\N05G4VAJ/;U@CYAVQ M/K>W`G[,.BS2Z@>Q[XAW-^.0,6-XCXUB#`,Q[(AEW['5>NB+Y!=EBN3W$=-3 MRZ%J%9R&/10RJC8,Q.0COL,Y=;,CWI@S]'Y/[A35K(%8>,3YK>-.,CE4S'A` M<;B(.<=J8&+5".$:X.F/82`=2L3W##(^)=-/S)VY__P'FE88!M*-K/7KMLT?ULP M]*OO.01!^Q$HT*\P$6_9\+[*)#9KYLR%0*MGCGC-FGE5[`I3'82?ZMB$X%4UUG5B>/+C9431VU8UX&]`(K?72+O,!$ZV_H1QK;./;C% MU,F.2F,IITS,-+ABEVY-/8O;7&1;6CDZ MVQS:="5"I$;0DLYLYG.1T1-,:&BW]6;)E';;@D2TC=@MGGO6D6@N@8K3,.)& M";'/`N:1R)PP[D@*%:I!=D+D1Y>NU*TJ5PL@DUI`R]IX-]%`G$XN0$!2:SFN M5^W]$LB]%NF$DUN3:(83I$+;-0ES`W$H;:%74VG'E,T02A)K&YX/I[I-9#$*933M59S6NU. M)D3>*9,<*2PD[+ER4I>%U`NZ7K@*F[W=*'7$R+%M&*66LMDU[8WD1B'.P=G; M;4S12P6S(ZT'G;GTP1M32]%Z9R(5\@,\63S2.HV*PI:X\^P5>)`^QZ#R[`YZS+6`C$$G!='L!RK'$E)@9 MM1^)._D,`<(2M1=X6,(6Q"))E\R=,4C6/"Y.484O,8GB"JDT9-7K6`+218Z% M"M>'KU-++%K;1(9(1*H(D^0Q\.@2N.IF]+"EL%BELN.%['D8;_I%!$:3#6)6 M=*O_W1:J#UJ7U%L\5Z:H@P61ECYHZ1.,C3B1@KO*Y*)1J[7EV?9ZQVB6C$:8 M7'Q3(;^2_NB@(%>HP4GO82`2YH:%PQ(I_"2._(B2$7S&:B0W;GOB_,$(>CWK M%CRZ1&KDMY)DM?U9)C:['$H3?V^=SZEO6:]_K^\68G(8L0T3FU8.!9RP*0TL M/_XBM1P(3!/J3J8RW<7$(%Z]K36UC!MH?S%R.TT("5O%;)4,D>EWZF;)R.QR M2C!``XZ)34J?4RJ=!%8&)3=#N MVKZ3;^..B;?E_.2 M'3DF-DV\V1`C1QEDAQ+78PZ6H52(Q&:/M'6'Q.;4\ZW[>=9&WY,;)(Y MWV8?S3:?O#O*/`65B1WFG(7KLHKAD]NNDVPO^C5:N,Y8;B#K-K7/!`A\*^%:%=_O6G*23FXD;-S80(5,A+GBYQ5.,/9:61?-<2:--FI]FA+ MK^+SNG>4;BO=22H](B$(IJ-M3&TUIJ3"GX$HJ^X=>)K;>#J[\40;P!1X;J"] MF*^'M*'!4+6V4(DU]#RHPEUD.#!B\R6$]*<\`!.T:J"->H1J7`[7;.)S)V9' M'DYK0%+9U,6)Q/9^$]G^,E/.\7T([FCU/069U'NZ>]BD:T:C`=Y1;T>'7HQ. M/:?\/WC8):%QZCEB4P/T+\2'>Z6FMVE05"\]_?+U$+WX.,S7@_3B\S%92%V+ MV?8N3&DB%-3+3\Q\/47]H2,T7P^6.E'.P,K,66TUG;U8!*[#=S5>A@S#A!RH MR6!"9K>RV/YC#JS])V(_+1[NGGPIV\K9)57-FVSXIB.ZHQ<'K%A[7.>86)8HO5[173:]EX0D:G@N>@A*%EROL MJZ;CLO`NN/?T1*BD$G-QNK95TJ(0]4$WN=ZWP20[[O#E%H9$&2I3'U.WEP4S MDE,I@QI`-JM0X]#'T>PB8@:%*%AX#E>/%+9),!3(?OHTBFB%_6;N,F\.(])M M.)^>7![O&G64YJLF0V'IHU$*UK4C]_P\*MHJE)?:&:`#EMY"@$'31R5L8X82 M6:)"I.\D+?4HO;XSU!7GL`307OK\MGVC4`<*E,;\Q8% M*E_O[ZD#:`H5<+[5\FH(&!:&/,LG#<`H,3P^^'D!$@$K79T7I4W/;\J\Y=UTM M@#4%BD`?R;;.FZ%.*N.+%JVJOB@NC$56B">6%M;_ M,T,Q*3@.M8@@0M9IT_V\XD36!N`G&`7X'ENO182IA64I$R<=,:8TY/3/FJ7J M',D&7E^$5)#+YQ-*[CB_<_Q895OH-+0H.+V+*P^%(.#H*A`RZ6YH24H4F-[) MU:=(LLCZP):NY3E\KN[+=<0H/GT$P$[N(+H39Y%6_U?=MS_'<5SG_BS]%6,F M3I'F@MCW`XJ9\`%2#"F*EZ"D1+DIU``[6`QV]E$[NP"Q*?\QC@$GUW%BR;3U MEJ@E"5$@04`B*4.28R=T%-N0+%L68Z8J\77=[I[W3)^>[IY92E=5(G9W3I]S MIM^/[WRM<F=>X%BX+>49H\)0)KPM?F`:LXW@OERL#HF*"]?!9#8=V#-/N! M.;M@#,S%_0<4#)W3ZDI/FQ_T3!TMIU8Q%L)BB*T6+(K80LGAEPSIG[7.``L5 MCH-)ARZ" MS,3$7:@'"1J1I>YR'1\;>Y=KX:E!>`\Y%08OQMFY/(67=[BL:_W.DCIN(B_O M)=`H/&BB?U+G\?(@'1_IRQ^U4=>^&*ZI:3!YN68L.3P7QXV5#"'C8?2*6D1S M'#2G&0NK5]08$=09UI)0>T7-G=$'S<$RFEUJ;:5%)KT,%I1T:+ZB3I#S%Y3" MFDL&W">EP/D5->[P?O5U0KR#TNACY/ZBM&DBJ*-NJ[>HZ48+'S8U3=T8 M`QD85Q=FDX)5;5*P8B%*"N;J&0\O&!.C)\<,Q@9]29.#\4&U9.G!.)T68PAC M3>CD"<+B:X001QAS/U>.&XRU0RM)"\;:2K)!\;>#)5C`V/L;\HR M@;%V+.4HP-P:>GK0Z@"%)[,P&WE[-#9>T60&J%>;T1\L/=*B+D2#V,/5F&V$%%F+Z\RF&AA`GHK3.OEZ#V'IK_P@)"$U(MS5UB>U2NP M%6?B<_#T2+UBMOF2,'IYJMUG-,7"?%X^O6FR>?G4ILGEY5.;)I.7/W-#/%Y5 MF\<+C&D@)S%]>F M?E+6+IYCE\2,73'')U:E+.9M@J="*4KP9&E(DZ++THCWK0FVO07U^E+T7);R MTYUFAP).3X&4*Q:EF)B1"X2FV6Q<#J-:B5)8K$/R5,BX.-!IJ3%P`6?J`6&: MV21<7`+G^"F2&TDX=B*"1Y,Q*L5]R:D#ZD5:YD"X?7+%S*%+"LR5HRO2CP?)=FI8D/X4F.E MX@[$2TY%%1=7EQ(!%4^(7#JT4SS1;NDP3K'#UBS^GES!XINJ5K-?8KXI^Q36 M/8XU\/2CV02JMSS?E&OG24-#RQ\%'WP#-5J2;IIMS4Z3--N9C'"_AX3U4TO'L.<\O),TRYALB*1!DXV_1ABU9VE+(VOU0N M_[#YI?BP)`E)IN+A(\E8IC@0(PEIID1!(FGQ30G@0M+AFB+K3F),TN*88$!/2]HO9&ND*B_ERWJ54LOW`5ZG/ MHDJ&=R$Q?H\-LJ1T?!2P-Z7C`\'?,;UDP+T\IWN!_I+B'ZN_A!V-Z64I'I>+ MVRF=OFT@,WT[IL6,)K>%=..T3/:4IS1%"^5%GC5=.^1IAHFZ^TB MFN!:`/1:-@)`IX\ZHFCS$_>6C/$AS8GV#Y<`Q4DPYI;?6J.]"JT^Q"'F1.?9 MO>4EK;$Z;G@YL74!K=*6ZFARO=[OC@)83$T>U>X;Q M:?^>V6E.3L^CV9?&>)

;"P)JCQBRY)C0'R3@,HCUF:&G[;O M]9%N9FZF`R:/&+<[)&7/5.9-M=_IM5F9G!10'JU#YK#Y8#CG_3)&,'G$^%$D MU]<,7=&(%P\8QA/CR8$W1]_5+BM8(CF8/&+9P9(/6LJX+Y&.V'Y'Q'9_#T!H M"*/$?1J5UCVSN=<&QEI1@'B\JV+8<+N`Z[K$<>'L4A?"A,\,M5X3=2=] M5-3+]P`Z>C%,N*?R"52M@:L?!$'AGLZC&@[B0)\`O1+(<$_YXYJQ.H<6V7,Q M1L30X9[^"P]Z#Z`,$0*'^XMM03,A/P7QX3ZM#WIS6D]=&H+E)P03]Q0_K9OF M4%WN0%A",:RXKZKM-4RMI2#%RC(QX>M"R^6B@QK/EZ.H<4])JKCQ4,M2]K?W MEA5SB.^`[!^`S$B@QT/-C<^.#(BEJ?-_4V0Z\$L-SG[3TS97!Y4'>J`/.@ZE1!YD'5J0+-0YD=`)M7T)+(`INC MX3P*-H\D31=P3M2?PW2;]PVE2V@W(?VRF'-BXLBI:8U5K&Y^BH29UX+EGS9GXW0M=+=W8O`YLG;,V3BU9)I>?J0,.@_8FC;Z'8:AY&!S9.V( ML:"2?YSIBJH8>_V>AIILL,C+%>L2Z$JM&+T$&FM*#6^.=*4,-T<:.2J*!-X< M*3Y%/:U.`#9'.D?]UAZ:K6M#:$--'&F.FPRNMD.P/B5%FCL'GT+G#8D!Y\QS MWE3PYGP6$L'-.4TD09LS3^'3P9J?T1H+FO%[HP=>22UW%;/?`(;"@M-',7"Z MG2.0+DE(>J`5*+T'C2%K@$X*2W=+]5Y_4>W?5WIVVWM@FD-M8<_\O<&P+0M0 M=XQ.-U8M@XT]R$0BA+IC)S@Z-9UEM@E:30)6=XPBJ6&3PU@BO#K]#:GC;ZV6 MLW'KM=J7&+<^;9^SVA_ZT!&./&+=M7#$4+M[O;YFM#0TX^XK)ID10N:DL.NN M+7O.C;JW>5/K[7FMRHXIR-JW)>=*40B[JV1,'#)`P[0 M\T`6]#R(O2VYG(^`GO4^`'HN9*?RQ2#HF?UNR-4A8?_S0?I7G M>N3X>WHCUQ"37Z?-^2!;=3"1_5B!O`&N1(ZC>.;TQ9^$[4GL-:[3ZZ.) M)/G64?2VHAI]ZB68<0E`?Y/?0_OP?$WAAMJ'YVP*=]>"MN=4DWX7:FP*T-TT M;K5]>)F;TGVW#\]A^IR(]R9EMQS!F M(49)=(,Z7'"D`;U.>#.NFTW=KHYD=#1F*;H]+C"SE2X/NIG&;;F.[>.JO0.A M$L&AWF'["LB#OJ9P>B+=`$M#A%.[2=T.=5]$]D[UOU[6%'NKS^G!H M45C"/@7E('^2W[SK&B12NGWL2NW^8%'0O<0W\(9MGM?K`]256:>S8!OE2@4Z MG?1NWK!U6VC(+G"*,.AALGMZQUODJ=S7._XL3/'NWB^BCJ9SJ^\7X7FR^W[' M6W?9D]Z`;Y1[?\?I6QKW_S[\TD[O9F#7"UO8F^)S@X MJ8B?=K",R]P5W*GK"_J\.GE!;1@Z_:;T_&$$=_7H338+@'2H(=)[PBVK![%8Q/>O4)?Z(T8 MD`/]2N%V8*>FX+4":"K)Q<"5BGTQ<&XL%P-;/R_J@SI\<.P^IKQ=[)7`#B-3 M)?U0;BTI$F:[-_'1-)$?AQTE@%OD_$T$;:E;@^Z9UB< MI`D_P2%=J%2L8[5ONK MDZ-I]!-A$.K`YI.S-85J;D]'+5*?QRU*5TC*<;(U!8QCF8[B>93(:)LZ]QP3T2]XF MT3&U-0?U"1($3)YBZM&D+/^2I_;"H`\M:X6IESRM9_$T&[Q7591VR=-[$N]$ M-!JZRM`N3K[DZ7\"7W"@J"AQ9Q[,%6$.)D\_?@CJ%>=@\A2?T]%2!5(LR,'D MKW.-GHJFI^`,28*)R=-.VY5*@X>)<\=6GH7)VE2+SQQQ*B9XNRX)#Y.E-?T+ M?GUZT^1?\JE-DWO)IS9-WB5_YH8N^'4XE[(4SJ5@LE3YEC@JD2S/DE/S`]MU M>$1=L%9X<*"=+/$2ZZ@C!(8$Y,L,<%G-N=.@<&0%7M^ MG0K7DBCN+#7:)<:1MYT`,IR$@$GFH#U%1B9^G)Q50:H5YQ;@8O068%=96LQ, M<-Q`(GHFO@"`!#1-\6A^>;HF+T_T.C[M,5&52>MZ8!9$,37:)BRJOV`:)S8@S42GG")\^D-07%J[1V7>T!V!E)JB?/"AIL\1ZN):3[BRA? M0K&P_-$YM[X4$`9X`MZP9N@X1/0>)(G9.,)O)Y4`S:LER]6G'N) MHQQ/8[N7F!_7(DWVQ`MGD65Z$D"Q2!,]28%7DG,]B6-6DI(\13(3;^^Z<_KQ MT#P!")F96(1,,J8GU^QQW40K3QU7SGA@3#*FIQ`>IJ[IBL]Z^++BLG-9<6Z, MEQ4#71\-"AK31:9Y13'064)>43I5BE=?P#7$RPS2K.5'XQFYEF49N99CKR&N M9B.,7$NJQ\B%3&*S2AFGSN50SQ)DY"*REA',R%51<@7DVE2IXF?D(I11Y%]G M.,.UP.EE`Q.$]>?6]]:O?_.U]1?7?[%^WRK#";L,51X"KX/\PHJO1E(YOERO MO,?K[ZU_O,\A0TG]X-SQ3S)!>8YE,@CDI64)[P*]?C^ M!^@7#EYPE9X\]<0Y9>WFVK6UM;6WQAV^X%K]P;47_NG-?[WV<>H!#*Z%5[[U MUN_7MG_X*J`^0=2":V+]3?3G[]8_77]N@?]\/(8HQFH66^;7=M^XW=7?C3.@`:: M]1LOO?[;K7]Y[9MC#&>@OO0_K.^AZGX)5;37T5]&59,,:*`:_=GZ2^O_@P]'V(FLS+H(,2P0Y$[>@[5S[?WG[NEV_];.UFC`FQ<`>B M_8VK/_PUH$THS($HV]A<^QA-&G^T]B*@4C#,PKH0C7,@"5.-<2`: MM]X8/;?V^>9[:\^OO<5J-5(A#E$+C(8D%^+@,S'ZSMK]M>OLBB\1XH!;E=NT MT(N\_MH_0+J%HQR(]V]?WG@#TB@6W6"Y^H.UMW!F7/D<4"H:W4"THNH*-0#A ML`:B$'7[N*F^_?W7(;7B\0R6XA?7_QTIWH45"\-,,8_'K3C&,(9'#H\NB<?GO)V]< M?OW?P,%?-F;!4>Y-UD)1)A5*.3F)QA.@X&B_^NW+?P^I3QB*0$QXP_#HWU[Y M]>2-;[T)9FZ2``2:K?7OH&GBJXQ52?+``\OLWZU_@O0=N%H`TLW>+(N'VI@ M*?XA4OW*C7=?!M4*!AD0K7@`9TQCD\881$XP^8X#)",-)F"[M&-6/HQ!@D@$ M:7]84()T(A4X@0/I1"EPP@02!2BX>4T]W:?D<1P*P/-&[O)JJD/N:\ MGBB)B'FZ4;BKE@V4H+S/2]>O01L'22,E7&O?O_;J)Z[%[8W_^S*TZI<.DO!, MD?D$2FS]9^BT?%['&83 MA4AX9N.G';5JQ;D&N_PE#I/`9\[DG[?_CIYC\N$01/4KUU_?6]N^_/=K-[?N M05MFDH$01/_HN1=O(.UO7W^?_-U^Z?,?O.R50C%K8W\+M5P^&@E!-*0?!(%J MQK=0_;B,*LHK;VU\]]:[D'[9"(B`@=>NO'S7_\;YHAW^D*\^O/`'?G",=/B# M"!Y&-@1"!`(C'0,ACGI)'@`A#71)&@?A-^Q;:<3G;I)`"'%,3;(("%$83;+8 MAUCD#"^F?H4!>U_AP-2OR&+J5V)ON2Y%(/7-#NV2:V2UF)TJUH*0>B(;%BM. M%8H^2'VNF*V2W6+R(;Q;'"RW]##FKH&0^'._O/H'Y?+5E_[Y^9^Q3,LBQA.: M30__+68W/>"WW^ZE5^/LRB.^$[YP(NPVMVT+1EVI9BQ"^7SX&G(+_/.##][< M>N.M%[>?WYV\_,T7OZ=<^Y?7&-B\)*R[/DLO??;#GRFO?/S"_NS_VWJ/KN]<_6F'FE(/6'](I>9FM\L3;N=T\-8+.B\AY?&!T MZYV.>7CRJ$:8!2:/+)@&DB*H&B\8QU5#$P.=JU"Y5R15JQ?!/Q2R< M^798#BOS;1%&OCNQ/8!#I:A#4(9'W`EE>,274%['>%*.>E(#/+%!UJ`G1[45 ME1SZ@[ZX$I`WE8@W&`$'>F,AM#V'YF@.*2JY>S7&*5N*[EBQ8%\,%+R:)UBG?2BQC8.P.9C/?.+S6&IJ.TF M*?88=P)BD#]52E?)/IN"_.IH#>59?7ZQ/Z?VL#CZ49G!K)(,)UEI0(]SH,?A MLRWF#7)"Q5;-P\5&.^WBL'Q.:YLH`YUDK#O-JP6XD"CG7AS&SZ-!C,MR$7YO MUGW:E+IQQ%A0E=-J6U4-U.JHMQPRI4$7RU$7_7`;RM0#_;$?4@9X[R%HL0)9 M]&-R`+LG>_J2B27LH7,KD\)N\HY2KD4V@F'M1/:7P07)!9]ZV7.FUH@QZJ9Z=[G1:[ MJZE1VAT=2`ADLF/*DL-A[_%N!61!STHQGI$_RE'5P!?8Q#MH_YW#\H&)+\L' ML.'9/AQ%:^;%?ELSS8ECG7:_%^(:HGOR./J"^F1-K_L3OQEA:E.?LB<"/Z\3.D??)T6^_2WC/T'#1+:;7^4%W8;J>KA]XN8MH5`:U3 M6FL@LAF!P;)J/0:M4B81P6ACT*XK`9IV)4#KE,XF$KK+;&)*2^LK MJ)-HQ;4UOR#H#F5:'PWTC6MZ?"Y%94&O*/T;)3B8W2AX?`H+@@[%S'!B1ZW8 MH8IE')[.T`(M($>L@24@"KE$$06=`V4.$NNB3[`K$3FZ._ELV3<".@_,V05C8"[N/Z!@N+)65WK:_*!G8L[EU4/. M7D&Y6,/`$_37I3,-Z9^U3EP*V1+UYWR1^C..&X4T5:`#)(]=CD/J+HGK M8KI4B-R'D.X#FT*18ER<*%'<>O3L4Y1'4>R<.^Z`FT&R&/0@PJS(+N4H$2/% MIA#/HFN/L$;BQ\MJ6ZGCQPVJ"W0YFA_"A(RN+^[U\W@CD^H%':I.<8+%3D9' MH[M>G##T[B(:TSK=OAX<:2)NA/#L43_$R1M=-^Q99Q<_C''"C\ZF^"#.YRA1 M(B%$/,6-!/2.$OY`L'F*8W)\CS+UA0)LI_@CR0$IXQ`-^D[Q2)(:TO7H2!=? M9*?V[:=,EVCX>(I+LH21$E6)RCM)<4F22U*FW&B4E!2/A)"[''X`9FJ!KY5L M\&LI.!:6PUD30CM2WSM-5LKQ#/D\])4"R"HFI$J0X5(0/Q4+G!*CP4S]I7F8 M,OGG_*S)OI](,U)G'?9,R8K+0:3)O8W/V+\78=H4V;YG[]L+$7)R;]LS]NO% M^3I%MNO9^_1"1)Z\V_3P_KP(TR?O]CR\+R]&`BJP+<_9WCN\'.=BA]G\)QC>)YP M$J*Z;OA083%S-&Y"5"G=0#,-4*/**.:C1Y72S$>4*J6:ERS54XXO`>WRJ.:D M2XVXW4*3?8Z9/#]WJE3&<+&G2FGF9$^5TBW*GIK*49)GWG>@!M*H`FEYB5.% MSQ4@>SF:$8!`6H%:#N%WX3C:"3`[1DT#A-Z0BI$ MF#L%#@:9)X+2Y)Y"QUXQYUUR'*!"QY(QYY&21*'"YY$*^6P?6OZ9A-: MEC(Y2WG(#_96%#82$*0J M%V81E0)3DX1H/.)*8S38([%0.<>JY6@]]+ M^=#W4L3_^)J>C#B5+Y(#"N'P/.>F514,X8B-W?!%8O=B`O:\,SS$;1Z M1RT+:)&IMQMHDHE6KD9XGF!7,)H0U3H7CZM_(8-K*LLT181J6(KL53*FB3N8 M*2'-BFS86P(RDK&Y(D%9,CY?Q(E-!`-S8R-R$]&?C"]C$I*D8-6*;BH] M3:N;2J>+`2%SG;K6HKC#DJ7Z)L2-.J'5_=E2"T=9VA!/*&76#'^GINB'/K1<4V:&^A&7\$`[45-63!6R7.7P+2609/5@X5:$7W(\JQGQ5A+ M>1`GD!TA[M)8F!9D182\5-J($'MIDCRK4K1#R*LX73)DI+(Y),Y`ZK/4Z;0Q M/(8\Y\''R!"0)B@4"0+2)-;\^]-'!FBBH/;U^7U.@Z\2)L)B-IL-`<)=Y',I MN'@M%;#"`!5/!!C]U6P^'GGAR?G=[BQK!&Y=?=2#;7.3H:TR^,I03L>2H:W* MDJ&MQI*A% M[K-P7C_97[G?&S*RVA6`_$E"?1;,9XHO_FR.]20)]5G0DV=5M"!849=`7WP" MD#<)J<_H#BE+:K,3ZY4C17<-)#\K8-X]7`NM3X6'0Z-,>>5GU)[97UF=/->I MMW7M!66%?/^8]MZN:(3B%?(U.?U9$C^##+&0CRFPH"5Q,L0P"WF9`AM:Q,LG MY]KZ91X?0_RTD(]I<*(ER80F>Y83UA. M4F1!YV1IU:(>X@V$2XJ*]Q+:JC)4AVUU?JBUZ5,J)]&SGI@R)/B92P-KBX/E MM"0;6]1G+"[O;@NEUEE^RG*W1?P\WJFC`;_IYC#+1[]L;$YR4[>Y+MD?(/JV MX&/0KB"!6\3ZDW4T%\>E8`[57@=-S%F^T(1!SX0(W2)^8:&FB:9G;6HW0A># M?!&B=6,X=1I+X]G3?2I?)5T,="J.4^IR@[RCLB: M2A-_N\_C9"0!Z&Q2SCO(Y;]0S7;GA9]/-"F<=X#3E"2@VPFH\2"/2;?VVXFV M:J[.0P-7?!+08PD:/BII8GV M(-?87'N`\/P2HV-,R+87<92@F7BF)7$)0'^YN/9Y$7;QH:\[WMYZ!I M0?8]JGV%.K)$)"`?!-CWHN4^/UQ]X>?,@G?[X1XX`8)1^][:'%VQ":;4."H$."I'ST%LGA4400]$B4 MD(_>3CCR*"0'.B1"R`>,;O%#&LL!65*^J#-X%,++G:%F#MKZQ\#AC[N([,XO M:=;0=7\E?7Z^B'M4CKZP4WXAT!-.\C[7`_R07DKN$QL?\I#(^\*#O'<$4N_8 M>T:,<1_][>KF,"`+Y94$O9^W5Z/7.TT?JN5E0&=$6"Z2_BRW`5#PI6L74=J\R<`A*`7DJQ_X7]5$VM MJ6"X`;5644KQ8RR-%#-KEB`9(,-TIX56;DLF/*%-PO57L+G^"E]*KK_P>6FK M"4R#0L\I^<3']5>L93-5:"NIKVJF*L-U,,$ M#?K9`$&*$X_QSU%NO0(=[R)-!1C2?K83/KE(0/07TDT[R!?E\0NKQ)T`'NUT MF!V)0M('6HH2\`7MN<^7&/:$"/K"!CKU;F=%U^JO*:AG4P$+PM1[(2N6C#YY M[N/ZD,$K)<&N!QBR%Q\:>J44.?2@M\(RJVGRY`&&'"&&K01D>%!66HX`L]9DMVW#B%(GM0.L/M4;/E_'AVNJLJ)AM%5GA4&#)DE?!]A&(FUE MX#J0/D4=8-,EQM,FXB>G MW-D]:*OL@SYG#5[$/#"26FXHGJ/HBH"!3:*I^U7R5%P4"\P=W@#K%ILY*TC` MY6ZX,3.&EX\KJI:=+U!\682""_(7`SQ<&9H!%FT5,5"-UU^%U;-XJ8CZ8B+U M+,8IHCX?KSX/JV?125FYSY'YCGJ+)0TM>0IY3/R$1OA\>(2G)R\#[@FPIXG6 MNP*KWL'<:+9V_*374O'V04?I-'6MW837M&+,:9$789ZD2/.C,T+3/&R"#R;BR>$+7 MN,(^TV#+$G(&BNU,A2M+R!,P@#,5JJSX8,WX*,UT>+*$,@4.Q0SP9,5X$`VZ M9!NC!5-*I1I+G?C*%]76[/17=!S7R,A9.$0S+>(K2I1E9WY(#\P4 MC,B4);R*]I#LX,I$A%918[SAD4D(K.*L4J( MK14RN:*-2#JD_*UR=G;_/G*@C1KO"EKYV/C3`QEEWU_NRZ!&B9[,FNC)[#QY M,CO?JL]BY-,<:ND9):M\(T-41=\J#VUV6]9LYHS`J[B$&]XG>H[EH8UN2_=Q M;4$=&'W%!=/23."CZKK:0^MP34%+5JBJY[-`MQ#--+J=9U4RF_&9L-A_LJ@D M\'JCEJUETKAAU2Y>JVX*=XCZ1_OX<:(%Z* MMX&JF8=VR3TC$^9B9X5AI:E>#MJPV[4^<&$P" M;@D1GWEZ.3$\@GQG4?T\T!TQNC/*.[`1.[)$9TRTSL&(%_%P'D*$QG(D=E8= M1?$TV2@>.;XT((M517=7.HS2%&=-B]KCQ`O)<*9%C0G!A&2(TZ(F(700[A%* MQ4H>8V9+A7+%P#.%&@<0%P#0[ZEM$V_$HL&OISF; M_8[Y\YT^V5#A94@;,DC,AH_&,Z0-91G2AG$,::5R+L*0UAM0&=*JR"::L`09 MTHAL6`QYYV=(RQ4+1;)O3SZ$]^TWMZ]MW+RS>7MG=[2]O;,1+(;T^)-<>X[X M_:V=S7.ULX-EF59-J1D5J7YC9*9E28LHIO]S3OOW;F[R6%7 MGH0HV?LF(A7B-6UA]K+Y3!7/_(JUC&5LHWUX>4_WIG]X,;@.XD M>'6B_#=W;][^X.[[@'IAP+JE4WGG]L[UVZ-;MS;BW,FATY^[MG1LW-U.' MJQ/U]W=V-^XJJ&H`NA,`U8G^CS9'6SO7-R<_V40M;CPX]8"=_QE=V=K9_F`L M&/6`H<]&6YMW;X_&`U(/6/K%[=&US8WMNV/&J`=LXBY#V51NCK9'6XS,3`I0 M#]C\S3M7-Y'1;53?W[N%WG=G=XP@]8#EWY$F=N?N[DC9W=VYQBC4Q`#U8"[O MW+F[\^[VYH;RGNO!.%'J`>-[9):C7-NY&9O;B6'JP:Y@9_O.SM;[RLZ/-Z_L MW$P=IAZP]>O1[N;UT=V=V\H[.\JMG6OO;;U["UG\ZQ/ZQ2>TO_&/@]5R)D^P MZ^4B/GJEC(/CP:X3U?_UP=L[U^C*Q9#K=I_^]NW1]B8T\`F#UX-*4:<`%YHH M@MUZ^YT[=^Z.MG=V89?%<.Q$ZW^/?(._A[1[NVXM_\=)/,XP&=0O!U6^5_C][9V8+;CBA^W7'T"AI6;HX`G4+H=4?C M7=1I@VX*XM=MG9_M[**>W=C=MWF7V2*,3=4TX^D>[CS@:@6Q3H[BG_]>9/-Z[O M0&I%T>Z^/-\:[8[>_,D&Z+$XY-U3_OG&AS?1U!'*:7'4NT_UZ!;43_'CWNF* M[]Q][\<;N[!V08R[I_IWNZA^_!1_A%0+X]Q]RE&K?/_'+.7R6'?/BC>[VK46 M7:`U4;S[9[=W[MS:N7O;SB5LXM;HSH_OCJX`%L2Q[YX)DE<<)L1A\*Z-3RW- MZ8+@(]K3A,!'E!=3!,!'E*<)?X]F>A#\7BTYX/=J%/Q.2YPJ]-TU\)\[/[TY M4CX<*7?1A_#&:F(,O&MF;_NMG=NW1E;VQLW M;FXJNS>W)G<_N+D%F9'&P;N6[M^]C:8'RAU[*^+=6)-R:'C7WJ]'[Z`YT-:[ M;_YDU-,K%[9T?9]FS?\M7C:JYFHZU+Y2C:VE66)DK> MRXZ=W9T-7)F@.8@44-ZKLW=NWM[<)6,,JK0;M[??N_M^8/,C1>C\WH<[5VZ/ M?D3&LW_?W;A+IO`[N_C4`;(E"9^/6J),0*VB+3K1#Q5*T4;UC`=+'[7SFRL; M=ZZB3_`*+BF'V`1,?6IL;RNT1^G0;,B$(NO=;L.(V)-#R$D;$`/V MYM6-=^+*30JU'JX@5_YUX]JFM2K?O+9YZX,-;!)\*5D4NI5;NQNH,BJ;7A\% MF4D$0B>V?`.E,G%8L75$@'1B674[:*UAHC-1&AT8I,@3(!Y M0*V6LZ#HM6SN2PQ%WW//Q#^8_&RTO;'U?N"8G)YU\K!TOSDR7<5KI_=N[6S] M=+0-S1PED>F!-]M!?W&OCR?&(Z^4BME!KD<>I.Z9LK;KPY9LJ'K5AJH7"@\/JLZ'XI%&JO."=V11 MZE',3CHX]:B%6*Q.<@"Z&$0G*?H\B!:Q9_VHUWXG!OZ4"((N@0A*!D,7!@(E M@Z#SX'\X@=QS*HRUGE/C@=QSJB20&R=D`[G1NCJ,XS:7`1QWL395R@=QW$0V MC./.3Q5R`1QWMF;CN-&'\!:T3JHV:K'!,APC@OL,^K^4-ZVQJ<3_1T:]3- M*?D"&G*G-T+9]!3P[:?TEWA57H[7EC4-=F'Y\^0^QO^[M-DYZ0V_I?4^FI?9[^D7O*U+O?2'`8_=K%T->ZKK/4;RQ MC18(O5579J![']MZ_]"B$OC/?6#9"3W0VWW#2FYJ/9T%;1?9K*'.GCE^XLR1DU9>3RRC:HXR8D)O+W24/]Y_YL+LL:?. MGY\^>^'`%/EV?OKI4S.GGCQK?SUR5K6`EN MZ8^A'Y$GBN+\@(JB,8O&E_J@.]OMH;:ZH.S?]U7SJ^:^C-+M:5@DH\SNQW\/ M'$"I#PHF)0D?(ZZ0%T'=8A_]WT;-6U_6E/V.LHSB_FB+-V87>II/XL!CR'/E M&_;K%@OD=8N%_Q]>%PAO] M<7PB7?D/K MXP+H-V?1N-":75#QT+HZBWZ>M9_N[UO[SLXSJS"L5WC,?PIT4RN^#CS"2*@']ACJG&;CD%:L+/')T^HSU\>BILVZR MB:<%$A&<>V@N,XNMZQKJZ;^N9`]XM78B48$V\/[>Q?Y^[.$L;C`H._!< M`4]>_$TV@0E0]6->DV/4@U`>U2HDCVI5)X^L__#&^6P'3?.TNI-1?ZW_S2'G M\&56M6XN_+JB/Q:7AKQ9?[6K*59=#;?5=K"UH38V^\3TV:=FT;!^_J]F9TX] M.PTT7>6@D@LV7QY5]-;LZ%*\%J;.SZ,)"LE?MYDA@4?\=GPR/G-'CAV;/F.; MV_>G\_B6\XYQ^*OU?6%#=A]:R1$BC$JN$"P$7S$NZG4-*,:)L5?6\514]ML% M1AZ&=;"XP)T0+';&M!=K:U$)YM%6BS+>M(R9UMV7=_FK-ULJ_MS+O\ MFLBN;#$?FG=%$H;3%%WB#FM*4LCC_=N#]E]?30MV&<'YCVNETS5GK36A^=?[ MK0\'_N:0E2BC_&^?,O"__:@QH)4F+\S.3)^=.77AU-/3 MRG[<1C&FTSEP1DWT*PLF\GNYEC)(!L1%M0"U6IO+9T(#JI0@+H\&TYAM)UJS2O7#DPC19-&=\HYY_F`RMOV>-#L;3HC6[?3B%YHLD M/:H((@.GQUJ`$I)7@AMJ@(^`4]RF&."4MI@#_,)`[:>['2<<]ILE3W&<)1[U M',QR'(_,HS(5M.@%N3]Q@>I'L%TSBCVMWTQRDICE+KQ*QPH$Z$2<= MJA1'9@,#IN(*S:FI"P)F"0&:8\PP[X0B38CZ/#C_OG@ M5TCZB?$X46]7M?:X;9-5V2'I![(!`O;$CXK:99#D\^N\L@C"MZ6?>;4 M\9,H!3XT.WIFVLZ5B<-XMJ2CB<:?H6G:%)IK<+V6'2+JY/7$X7I/79EMD%]C M-(2B3#T5)GHPV^_P:8F$XG+F<)SC+!4"GO.4=<#UF$*R[M-2>YK*6U#^&&_? MVW;ZL^C76?0WSDTN!;%]D16<$3][]`=]\HM[T9/<:2SN?([.).HY2Y#F.EL> M\)V9*.H\1P]'RP4<,(D7&OCTS=JN1^L,].,!]HPE'#4947'R_)&_XM+AQ$1& M-)PZ>WSZ+Z>/)V]V59\*J^DXB9H@4CD"XL]S5Q$"]UD/MO:SG70R-[# M(9MI:'.CQ]-09H>'IZ&*_%&.JH;:G@\[]W7^"F=K.XI&JL5^6S/-B6/XF`6' M>X2[?6JS8=;VV-0\U3U6"5=]C]5"J?`'.9*%:SQG`MXJSZN.L\[SJN.K]+S: M>&H]KR[.:L^K#JKW>,Z`_TO<3!\?:!,S%LV"/?=,U$Z/#7K+UOPHL6=GM&7- M2$>5CTDB<8GP9AAWA>'(,5Y=/%G&JXLGSY3X$H!X)[@Z;U9BIP6@!21>?GY% M'5RTEJ'DF]&R?L3).#VE\'$(])J,Q"0I:Z+L1X#S3`A!>45T1LB*28@IH;BD MS/(Q]'9=.1Q=R#"\\\4RB'@62A;OU9\J^XWVH*5,*+F8+@8,A!#Q+YR.Z2"I MSI+YYP^C$'$PG$[`0Y=`^(5_XRYL M$EY%L_@>_!HC;Q&K,LCGD$P7A;0AH#":M_%O'"%CH&IL\7H(C8:,NB-4?&Q5 M&^DB:<:9571>Q]2&,>.L^IS`0:9*<0]C,I$RQ82MT^:5+!_<28;S;O94 M)HI0%-/"?B7*I!1^)=I,-"Y;G;^S7G]+?:]\?`E15,6\'&4>RW@[VN15**^Y M?`E.6#G<"`$A'73WBW&I8J"4KFVQG.=*3/>X!(K#]7#JB_>.LN3Q+62`*BA3AYBJ>"H1M$(2J44' MF:AU^6H$*96J1Y`R^8H$Y;U<36+D(*,J,4'L"=>3.F/)IW.L)W79]:0>7D^B M55TUBFW/N>O)KC%H3.AM:F+%>2GE\YFEK M=DN2G!5*8UL]?_+HUS+.H=G7/'?.G7_RV.RY,T^=G#UUUOVQK?8:9D9I(TV# M7GMV637,#'=E7&+4ER6.RK@D6QF7HI71N=.;KS*B/]V.J0&5L.PRUE`KH9LX MFB[OCV/,%TA@M_7'5_W.H6E?3SFM]^87&YIIMM'D)L-XJ.SOXM_^O.G[[5!; MZQ\0J&F^\[UCEO?L6@;(V]8P>&2L%:O)*/LF1\5JRE:L9KAB5:;RTT9';,*993SFMI`7X\:>"IC&+ZZPA;,*,?5MHY*_KQNJBA?>AEEIHOO.\>5 MLC6G&@896*UJ^@2:[>IFL!Z6)L#*:'$EH)=4='M^3*N`-*G`N$GZMH7FRI5:+4PD#*<*(\F?KY:6"B06FC] M\9T/['M"GU]44?696=&TOO*G+;VI_;FFFJOFRB%4RP^3PK)%<=`*09]AO15< M;:K*W*H2T."3MPMV]NGI\YB9*^.>I8?KSCG\!OX3\TCM\B0<7TC-LBI6H%[9 MID,5R_K/JEF,NM1L3)X[?3UH//5X16T&`"=>%>??%#` MHPB,2EB4@?3?`P2"Y&4*>

I>!O6F_M=QDGEL>_"S$ZR'YVCO:?;KN*F@ MEC)AT?QYZ5M:0[4.N#")'TI`$LTW#YF=0^5'#P9_J#ZJ!'X(?%6]Y#A/@NGM M7WP*K%^"WX,J4-E&E%B_!=60W\*_J-X/J.Q5DOL50D96*65J)._1,^VB-D^* M:C)W*#?I&]10L>L+JVP9,K%@B[27+8I'\@Z0E-D9].;9B@9SNMEB*L%(R=DY MK5UGZ:G/S5GWV#.%-(Y7JVMD/6JHR'$K%ASGZL%QT< M"AXK@=:JK#PQU1:R8UV;H0^9ZLQY,Z&-- M:Q[JMAO1!X1O'4BTHAFH_FK04]V80VL0K-7O>&-!;TP>P0P$O>COI&V9T=^[ M'6/5)-E:0K4_CZ8U)92]A6(X7ZWZ8$Y>1)/2"6UA`8TEA\SY5D"FKZ/5"OZ$ MJFO;U'3#/+30.]2_V`>D\*=#=8U('(0EEM0XB=X@SDKX,6:0[>;8[!/3,S-'3D[/$/$)-!Q-V./1H5;'T00GP$)!K0NZH%9* M`HI03TXH;#KHZ^)`T%=*@JA6O2^HE9(@JG5)%=1*21#5VNP(:J4DB&IM&X): M*0DH6N-]C4T0%>J*^DI)$-7:$ZU9E`11K>:RH%9*`B+TYW6]UVM%1R:+V=J$ M!9RAR^I;*U4\9)6S-B^@D\HWYW=_\W5)<];]0K1'H5$*K0HC(GBLH"7%_3[U 6=_NV'JJ]KG7AC?GH_P-(C.<+SF\"`'5) ` end >Release-Note: >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 Aug 6 12:25:39 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DA11F1573F; Fri, 6 Aug 1999 12:25:33 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA25747; Fri, 6 Aug 1999 12:25:05 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Fri, 6 Aug 1999 12:25:05 -0700 (PDT) From: Message-Id: <199908061925.MAA25747@freefall.freebsd.org> To: nishio@nexus.rim.or.jp, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11587: inappropriate internet time calculation Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: inappropriate internet time calculation State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Fri Aug 6 12:24:57 PDT 1999 State-Changed-Why: Patch added, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 6 13:30:37 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F088315731 for ; Fri, 6 Aug 1999 13:30:26 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA30661; Fri, 6 Aug 1999 13:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from blaubaer.kn-bremen.de (blaubaer.kn-bremen.de [195.37.179.254]) by hub.freebsd.org (Postfix) with ESMTP id A4CFD14D91 for ; Fri, 6 Aug 1999 13:29:34 -0700 (PDT) (envelope-from nox@saturn.kn-bremen.de) Received: from saturn.kn-bremen.de (uucp@localhost) by blaubaer.kn-bremen.de (8.9.1/8.9.1) with UUCP id WAA27925 for FreeBSD-gnats-submit@freebsd.org; Fri, 6 Aug 1999 22:25:12 +0200 Received: (from nox@localhost) by saturn.kn-bremen.de (8.9.3/8.8.5) id WAA10486; Fri, 6 Aug 1999 22:24:29 +0200 (MET DST) Message-Id: <199908062024.WAA10486@saturn.kn-bremen.de> Date: Fri, 6 Aug 1999 22:24:29 +0200 (MET DST) From: Juergen Lock Reply-To: nox@jelal.kn-bremen.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13006: update emulators/x48 to 0.4.1d Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13006 >Category: ports >Synopsis: update emulators/x48 to 0.4.1d >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 Aug 6 13:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Juergen Lock >Release: FreeBSD 3.2-STABLE i386 >Organization: me? organized? >Environment: FreeBSD 3.2-STABLE i386 >Description: update emulators/x48 to 0.4.1d. Announcement posted as news:<37A914C0.B482B424@earthlink.net> in comp.sys.hp48. >How-To-Repeat: n/a >Fix: Index: Makefile =================================================================== RCS file: /home/cvs/cvs/ports/emulators/x48/Makefile,v retrieving revision 1.4 diff -u -u -r1.4 Makefile --- Makefile 1997/04/01 23:19:39 1.4 +++ Makefile 1999/08/06 20:15:27 @@ -1,20 +1,25 @@ # New ports collection makefile for: x48 -# Version required: 0.4.0 +# Version required: 0.4.1d # Date created: Thu Oct 24 13:10:59 CDT 1996 # Whom: erich@FreeBSD.org # # $Id: Makefile,v 1.4 1997/04/01 23:19:39 erich Exp $ # -DISTNAME= x48-0.4.0 +DISTNAME= x48_041d +PKGNAME= x48-0.4.1d CATEGORIES= emulators -MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= system/emulators +MASTER_SITES= http://home.earthlink.net/~rmmlgetz/ MAINTAINER= erich@FreeBSD.org USE_IMAKE= yes NO_INSTALL_MANPAGES= yes + +WRKSRC= ${WRKDIR}/x48-0.4.1 + +post-extract: + cd ${WRKSRC}/readline && ${RM} *.o post-install: ${MKDIR} ${PREFIX}/share/x48 Index: files/md5 =================================================================== RCS file: /home/cvs/cvs/ports/emulators/x48/files/md5,v retrieving revision 1.1.1.1 diff -u -u -r1.1.1.1 md5 --- md5 1996/10/24 20:41:37 1.1.1.1 +++ md5 1999/08/05 22:33:54 @@ -1 +1 @@ -MD5 (x48-0.4.0.tar.gz) = dda5bca417eb0dcd12b9ea7c3742f462 +MD5 (x48_041d.tar.gz) = 13ad77a3cedf910703155d1f2fdb639b Index: pkg/DESCR =================================================================== RCS file: /home/cvs/cvs/ports/emulators/x48/pkg/DESCR,v retrieving revision 1.1.1.1 diff -u -u -r1.1.1.1 DESCR --- DESCR 1996/10/24 20:41:38 1.1.1.1 +++ DESCR 1999/08/06 19:54:52 @@ -6,3 +6,18 @@ copy of the ROM software in order to write trivial machine code programs but you will not be able to access any of the calculator functionality. + +v0.4.1d by "michelle.getz" : + +This is the first "real" implmentation of a visual debugger/emulator. +Click on the `Hewlett Packard' icon to invoke the debugger's main menu. + +Windows now include + - memory (look around the memory, pointing out prologs, and sysRPL +keywords). + - assembly (still needs work) + - can add breakpoints, can't do much else. + - stack (up to 16 lines, or less if multi-line) + - registers + - main menu (not all the buttons work). + - still alot of work to go, but you will get the idea. >Release-Note: >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 Aug 6 13:46: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix15.ix.netcom.com (dfw-ix15.ix.netcom.com [206.214.98.15]) by hub.freebsd.org (Postfix) with ESMTP id 7B1DA1517C; Fri, 6 Aug 1999 13:46:02 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix15.ix.netcom.com (8.8.4/8.8.4) id PAA07166; Fri, 6 Aug 1999 15:44:39 -0500 (CDT) Received: from sji-ca43-178.ix.netcom.com(209.111.209.178) by dfw-ix15.ix.netcom.com via smap (V1.3) id rma000592; Fri Aug 6 15:17:23 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id NAA09948; Fri, 6 Aug 1999 13:17:13 -0700 (PDT) Date: Fri, 6 Aug 1999 13:17:13 -0700 (PDT) Message-Id: <199908062017.NAA09948@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: nik@freebsd.org Cc: jkh@zippy.cdrom.com, ports@freebsd.org, nik@freebsd.org In-reply-to: <19990806105907.A38481@kilt.nothing-going-on.org> (message from Nik Clayton on Fri, 6 Aug 1999 10:59:07 +0100) Subject: Re: lynx-current port is broken. From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) References: <11511.933806925@zippy.cdrom.com> <199908042308.QAA02457@silvia.hip.berkeley.edu> <19990806105907.A38481@kilt.nothing-going-on.org> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Nik Clayton * - lynx:${PORTSDIR}/www/lynx-current \ * + lynx:${PORTSDIR}/www/lynx \ Seems Chris just committed this. Thanks! Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 6 15:38: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 1AB6415669 for ; Fri, 6 Aug 1999 15:38:03 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (iras-7-72.ucdavis.edu [169.237.14.72]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id PAA18408 for ; Fri, 6 Aug 1999 15:37:33 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id PAA24374 for ports@FreeBSD.ORG; Fri, 6 Aug 1999 15:37:31 -0700 (PDT) (envelope-from obrien) Date: Fri, 6 Aug 1999 15:37:30 -0700 From: "David O'Brien" To: ports@FreeBSD.ORG Subject: Re: Foo and Bar??? Message-ID: <19990806153730.A11145@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: ; from Steve Price on Fri, Aug 06, 1999 at 11:35:32AM -0500 X-Operating-System: FreeBSD 4.0-CURRENT 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 > Satoshi removed the bogus entries from the Makefile yesterday. > The next time the webpages are updated this will be fixed. Darn!! I was debating whether I wanted to move all my ports to the Foo or Bar category. Guess I'll have to start my own Baz category now. -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 6 15:47: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix16.ix.netcom.com (dfw-ix16.ix.netcom.com [206.214.98.16]) by hub.freebsd.org (Postfix) with ESMTP id 96CE415695; Fri, 6 Aug 1999 15:47:02 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix16.ix.netcom.com (8.8.4/8.8.4) id RAA17248; Fri, 6 Aug 1999 17:46:56 -0500 (CDT) Received: from sji-ca43-178.ix.netcom.com(209.111.209.178) by dfw-ix16.ix.netcom.com via smap (V1.3) id rma017205; Fri Aug 6 17:46:06 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id PAA10632; Fri, 6 Aug 1999 15:45:43 -0700 (PDT) Date: Fri, 6 Aug 1999 15:45:43 -0700 (PDT) Message-Id: <199908062245.PAA10632@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: obrien@FreeBSD.ORG Cc: ports@FreeBSD.ORG In-reply-to: <19990806153730.A11145@dragon.nuxi.com> (obrien@FreeBSD.ORG) Subject: Re: Foo and Bar??? From: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) References: <19990806153730.A11145@dragon.nuxi.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: "David O'Brien" * Darn!! I was debating whether I wanted to move all my ports to the Foo * or Bar category. Guess I'll have to start my own Baz category now. Ha ha ha. Very funny. Kidding aside, I was thinking about adding a test agaist a list of "official categories" to bsd.port.mk to avoid this kind of stuff happening again. (Every time I look at the packages/ dir, it seems someone has invented a new one...(including the "sysutil" stuff that was there forever).) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 6 16:25: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix1.ix.netcom.com (dfw-ix1.ix.netcom.com [206.214.98.1]) by hub.freebsd.org (Postfix) with ESMTP id EEFA514C3B for ; Fri, 6 Aug 1999 16:25:01 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix1.ix.netcom.com (8.8.4/8.8.4) id SAA29828; Fri, 6 Aug 1999 18:24:31 -0500 (CDT) Received: from sji-ca43-178.ix.netcom.com(209.111.209.178) by dfw-ix1.ix.netcom.com via smap (V1.3) id rma029800; Fri Aug 6 18:24:01 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id QAA10843; Fri, 6 Aug 1999 16:23:21 -0700 (PDT) Date: Fri, 6 Aug 1999 16:23:21 -0700 (PDT) Message-Id: <199908062323.QAA10843@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: vanderh@ecf.utoronto.ca Cc: ports@freebsd.org In-reply-to: <19990806192008.F11290@mad> (message from Tim Vanderhoek on Fri, 6 Aug 1999 19:20:08 -0400) Subject: Re: linux_base From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) References: <19990806192008.F11290@mad> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Tim Vanderhoek * The linux_base has never worked for the -current package build sweep. * This isn't a problem and has been deemed acceptable. Until Satoshi * decides to split his (eight?) machines between running -current and * running -stable, such problems will probably always exist. I've thought about that, but I first need to design a way to selectively submit jobs to some subset of the build machines, or it will just turn this into a crapshoot. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 6 18:22:48 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 726C114D13; Fri, 6 Aug 1999 18:22:46 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA49260; Fri, 6 Aug 1999 18:22:10 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Fri, 6 Aug 1999 18:22:10 -0700 (PDT) From: Message-Id: <199908070122.SAA49260@freefall.freebsd.org> To: mitsuru@postman.riken.go.jp, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12950: upgrade port: tinyproxy Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: upgrade port: tinyproxy State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Fri Aug 6 18:22:03 PDT 1999 State-Changed-Why: committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 7 0:52: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A8D014C80 for ; Sat, 7 Aug 1999 00:52:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA65960; Sat, 7 Aug 1999 00:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from blues.ghis.net (pppc2-84.eisa.net.au [203.166.251.204]) by hub.freebsd.org (Postfix) with ESMTP id 37B1C14BE0 for ; Sat, 7 Aug 1999 00:47:21 -0700 (PDT) (envelope-from jim@blues.ghis.net) Received: (from jim@localhost) by blues.ghis.net (8.9.3/8.9.3) id RAA39856; Sat, 7 Aug 1999 17:46:59 +1000 (EST) (envelope-from jim) Message-Id: <199908070746.RAA39856@blues.ghis.net> Date: Sat, 7 Aug 1999 17:46:59 +1000 (EST) From: jim@blues.ghis.net Reply-To: jim@blues.ghis.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13010: update port: wmpinboard-0.8.5 to 0.9 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13010 >Category: ports >Synopsis: update port: wmpinboard-0.8.5 to 0.9 >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 Aug 7 00:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jim Mock >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: Patch updates the wmpinboard port to the latest version. Removed README install from Makefile - now comes with man page instead. Also changed MAINTAINER to reflect my current email address. >How-To-Repeat: >Fix: Apply the following diffs.. Index: wmpinboard/Makefile =================================================================== RCS file: /home/ncvs/cvs-rep/ports/deskutils/wmpinboard/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 1999/06/10 08:51:56 1.4 +++ Makefile 1999/08/07 07:04:59 @@ -1,16 +1,16 @@ # New ports collection makefile for: wmpinboard -# Version required: 0.8.5 +# Version required: 0.9 # Date created: 17 January 1999 -# Whom: Jim Mock +# Whom: Jim Mock # # $Id: Makefile,v 1.4 1999/06/10 08:51:56 tg Exp $ # -DISTNAME= wmpinboard-0.8.5 +DISTNAME= wmpinboard-0.9 CATEGORIES= deskutils afterstep windowmaker MASTER_SITES= http://www.tu-ilmenau.de/~gomar/stuff/wmpinboard/ -MAINTAINER= jim@phrantic.phear.net +MAINTAINER= jim@blues.ghis.net LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm @@ -18,18 +18,14 @@ USE_BZIP2= yes USE_IMAKE= yes -NO_INSTALL_MANPAGES= yes +MAN1= wmpinboard.1 +MANCOMPRESSED= no + do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/wmpinboard ${X11BASE}/bin + @${INSTALL_PROGRAM} ${WRKSRC}/wmpinboard ${X11BASE}/bin post-install: - @${ECHO} " " - @${ECHO} "------------------------------------------------------------" - @${ECHO} "===> Installing README in ${PREFIX}/share/doc/wmpinboard" - @${ECHO} "------------------------------------------------------------" - @${ECHO} " " - @${MKDIR} ${PREFIX}/share/doc/wmpinboard && chmod a+rx ${PREFIX}/share/doc/wmpinboard - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/wmpinboard + @${INSTALL_MAN} ${WRKSRC}/wmpinboard.1 ${PREFIX}/man/man1 .include Index: wmpinboard/files/md5 =================================================================== RCS file: /home/ncvs/cvs-rep/ports/deskutils/wmpinboard/files/md5,v retrieving revision 1.4 diff -u -r1.4 md5 --- md5 1999/06/10 08:51:59 1.4 +++ md5 1999/08/07 07:02:28 @@ -1 +1 @@ -MD5 (wmpinboard-0.8.5.tar.bz2) = 0e64847471f69f80bd8e7baf532018ae +MD5 (wmpinboard-0.9.tar.bz2) = ede143a0be02609221b9075f6c1f2ec7 Index: wmpinboard/pkg/PLIST =================================================================== RCS file: /home/ncvs/cvs-rep/ports/deskutils/wmpinboard/pkg/PLIST,v retrieving revision 1.2 diff -u -r1.2 PLIST --- PLIST 1999/03/24 17:54:02 1.2 +++ PLIST 1999/08/07 06:40:46 @@ -1,3 +1 @@ bin/wmpinboard -share/doc/wmpinboard/README -@dirrm share/doc/wmpinboard >Release-Note: >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 Aug 7 1: 3: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A6D7614DC6; Sat, 7 Aug 1999 01:03:06 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA66675; Sat, 7 Aug 1999 01:01:08 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 7 Aug 1999 01:01:08 -0700 (PDT) From: Message-Id: <199908070801.BAA66675@freefall.freebsd.org> To: jim@blues.ghis.net, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13010: update port: wmpinboard-0.8.5 to 0.9 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port: wmpinboard-0.8.5 to 0.9 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Aug 7 01:00:44 PDT 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 7 1:31: 1 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 17B2214BF9 for ; Sat, 7 Aug 1999 01:31:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA68530; Sat, 7 Aug 1999 01:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 7 Aug 1999 01:30:03 -0700 (PDT) Message-Id: <199908070830.BAA68530@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: stanislav shalunov Subject: Re: ports/12972: new port: sysutils/stmpclean Reply-To: stanislav shalunov Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12972; it has been noted by GNATS. From: stanislav shalunov To: freebsd-gnats-submit@freebsd.org, shalunov@att.com Cc: Subject: Re: ports/12972: new port: sysutils/stmpclean Date: Sat, 7 Aug 1999 04:32:18 -0400 (EDT) Actually, I must apologize for not including $Id:$ line in the Makefile. Would you please insert one when committing. Thank you very much, --Stanislav Shalunov shalunov@att.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 7 1:48:35 1999 Delivered-To: freebsd-ports@freebsd.org Received: from baerenklau.de.freebsd.org (baerenklau.de.freebsd.org [195.185.195.14]) by hub.freebsd.org (Postfix) with ESMTP id 589DC14F80 for ; Sat, 7 Aug 1999 01:48:21 -0700 (PDT) (envelope-from wosch@panke.de.freebsd.org) Received: (from uucp@localhost) by baerenklau.de.freebsd.org (8.8.8/8.8.8) with UUCP id KAA27965; Sat, 7 Aug 1999 10:44:56 +0200 (CEST) (envelope-from wosch@panke.de.freebsd.org) Received: (from wosch@localhost) by paula.panke.de.freebsd.org (8.9.3/8.8.8) id KAA01336; Sat, 7 Aug 1999 10:36:08 +0200 (CEST) (envelope-from wosch) Date: Sat, 7 Aug 1999 10:36:08 +0200 (CEST) Message-Id: <199908070836.KAA01336@paula.panke.de.freebsd.org> From: wosch@freebsd.org To: ports@freebsd.org Subject: New ports added/updated last two weeks Reply-To: ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org -----BEGIN PGP SIGNED MESSAGE----- Introduction - ------------ The FreeBSD Ports Collection offers a simple way for users and administrators to install applications. Each "port" listed here contains any patches necessary to make the original application source code compile and run on FreeBSD. Installing an application is as simple as downloading the port, unpacking it and typing make in the port directory. The Makefile automatically fetches the application source code, either from a local disk or via ftp, unpacks it on your system, applies the patches, and compiles. If all goes well, simply type make install to install the application. For more information about using ports, see the ports collection http://www.freebsd.org/handbook/ports.html and http://www.freebsd.org/ports/ There are currently 2517 ports in the FreeBSD Ports Collection. New ports added last two weeks - ------------------------------ Category devel (http://www.freebsd.org/ports/devel.html) ================================================================== cvsweb-1.0 WWW CGI script that allows remote access to a CVS tree Maintained by: sada@FreeBSD.ORG Also listed in: www linux_devtools-5.2 Packages needed for doing development under Linux emulation Maintained by: marcel@FreeBSD.org Also listed in: emulators Requires: linux_base-5.2, rpm-2.5.5 Category emulators (http://www.freebsd.org/ports/emulators.html) ================================================================== linux_base-5.2 The base set of packages needed for linux emulation Maintained by: marcel@FreeBSD.org Requires: rpm-2.5.5 Category ftp (http://www.freebsd.org/ports/ftp.html) ================================================================== IglooFTP-0.6.1 Easy to use FTP client for X Window System Maintained by: andy@icc.surw.chel.su Requires: XFree86-3.3.4, gettext-0.10.35, glib-1.2.3, gtk-1.2.3 beroftpd-1.3.4 Experimental replacement ftp server for Un*x systems based on wu-ftpd Maintained by: billf@FreeBSD.org cftp-0.9.3 Comfortable FTP, a full screen ftp client Maintained by: andy@icc.surw.chel.su curl-5.9 Non-interactive tool to get files from FTP, GOPHER, HTTP(S) servers Maintained by: kris@FreeBSD.ORG Also listed in: www downloader-0.98 A program for downloading via ftp or http with GUI. Maintained by: ijliao@csie.nctu.edu.tw Also listed in: www Requires: XFree86-3.3.4, gettext-0.10.35, glib-1.2.3, gtk-1.2.3 ftpfind-0.996 Find directory&file on a ftp server Maintained by: t-ishii@tryplanet.com ftpmirror-1.95 An utility to mirror directory hierarchy with FTP Maintained by: yasuf@big.or.jp ftpsearch-1.0 A system for indexing contents on ftp servers Maintained by: Tor.Egge@idi.ntnu.no ftptool-4.6 Graphic ftp shell based on xview Maintained by: janek@gaja.ipan.lublin.pl Requires: XFree86-3.3.4, xview-3.2.1 gftp-2.0.1 A free multithreaded GTK based ftp client Maintained by: dmarion@open.hr Requires: XFree86-3.3.4, autoconf-2.13, gettext-0.10.35, glib-1.2.3, gtk-1.2.3, m4-1.4 greed-0.801 A utility for downloading files with resume capabilities Maintained by: cpiazza@FreeBSD.org Also listed in: www gtm-0.3.1 The GNOME Transfer Manager, a front-end to wget Maintained by: nectar@FreeBSD.ORG Also listed in: gnome Requires: ORBit-0.4.3, XFree86-3.3.4, esound-0.2.8, gettext-0.10.35, giflib-3.0, glib-1.2.3, gmake-3.77, gnomelibs-1.0.9, gtk-1.2.3, imlib-1.9.4, jpeg-6b, libaudiofile-0.1.6, png-1.0.3, tiff-3.4b37, wget-1.5.3, xpm-3.4k jmirror-1.0b FTP mirroring program written in PERL (REQUIRES PERL5,Net::FTP) Maintained by: jmrobins@jmirror.ruin.org Requires: p5-Net-1.0606 lftp-2.0.1 Shell-like command line ftp client Maintained by: andy@icc.surw.chel.su llnlxdir-2.1 Motif FTP client with drag-and-drop file transfer Maintained by: dima@FreeBSD.ORG Requires: XFree86-3.3.4, xpm-3.4k llnlxftp-2.1 Motif FTP client Maintained by: dima@FreeBSD.ORG Requires: XFree86-3.3.4, xpm-3.4k mirror-2.9 Mirror packages on remote sites Maintained by: torstenb@FreeBSD.ORG moxftp-2.2 Ftp shell under X Window System Maintained by: ports@FreeBSD.ORG Requires: XFree86-3.3.4, xpm-3.4k ncftp-1.9.5 FTP replacement with advanced user interface Maintained by: obrien@FreeBSD.org ncftp-2.4.3 FTP replacement with advanced user interface Maintained by: ache@FreeBSD.ORG ncftp-3.0b19 FTP replacement with advanced user interface Maintained by: obrien@FreeBSD.ORG omi-alpha-9 "mirror" subtrees of FTP servers Maintained by: ache@FreeBSD.org pavuk-0.9.15 HTTP, FTP and Gopher mirroring tool Maintained by: andy@icc.surw.chel.su Also listed in: www Requires: XFree86-3.3.4, gmake-3.77, xpm-3.4k proftpd-1.2.0 Highly configurable ftp daemon Maintained by: mharo@FreeBSD.org Requires: gmake-3.77 spegla-1.04 A mirror program for FTP sites (written in C) Maintained by: jkh@FreeBSD.org wget-1.5.3 Retrieve files from the 'net via HTTP and FTP Maintained by: obrien@FreeBSD.ORG Also listed in: www Requires: gettext-0.10.35 wu-ftpd-2.5.0 A replacement ftp server for Un*x systems Maintained by: ache@FreeBSD.org wxftp-0.4.4 WXftp is an X Window System FTP client, with WSftp-like UI Maintained by: kris@FreeBSD.ORG Requires: XFree86-3.3.4, gettext-0.10.35, glib-1.2.3, gmake-3.77, gtk-1.2.3 yafc-0.4.5 Yet another ftp client. Similar to ftp(1) Maintained by: cpiazza@FreeBSD.org Requires: bzip2-0.9.5b yale-tftpd-3.0 Enhanced tftpd(8) from Yale University and cisco Systems Maintained by: ports@FreeBSD.org Category games (http://www.freebsd.org/ports/games.html) ================================================================== adom-0.99.g14 An rogue-like advanced rpg with color support (binary port) Maintained by: rover@lglobus.ru Requires: linux_base-5.2, rpm-2.5.5 freesweep-0.86 Minesweeper-style game for text-mode terminals Maintained by: andy@icc.surw.chel.su Requires: gmake-3.77 gltron-0.32 A 3D worm game for two players for X Window System Maintained by: andy@icc.surw.chel.su Requires: Mesa-3.0, XFree86-3.3.4 Category graphics (http://www.freebsd.org/ports/graphics.html) ================================================================== gridpix-2.0 Present large images efficiently over the Internet Maintained by: asami@FreeBSD.org Requires: XFree86-3.3.4, jpeg-6b, netpbm-94.3.1, tiff-3.4b37 Category math (http://www.freebsd.org/ports/math.html) ================================================================== netcdf-3.5b1 Library for machine-independent, array-oriented data access. Maintained by: ports@FreeBSD.org py-scientific-2.0b1 A collection of Python modules for scientific computing. Maintained by: ports@FreeBSD.org Also listed in: python Requires: XFree86-3.3.4, netcdf-3.5b1, py-numeric-1.8, python-1.5.2, tcl-8.0.5, tk-8.0.5 Category misc (http://www.freebsd.org/ports/misc.html) ================================================================== rpm2cpio-1.0 Convert .rpm files for extraction with /usr/bin/cpio, needs just perl Maintained by: nox@jelal.kn-bremen.de rtfm-0.1 A FreeBSD documentation search mechanism Maintained by: chris@calldei.com wmstock-0.06 Cool WindowMaker Dockapp that shows stock ticker(s) Maintained by: andrews@technologist.com Also listed in: windowmaker Requires: XFree86-3.3.4, gmake-3.77, xpm-3.4k Category net (http://www.freebsd.org/ports/net.html) ================================================================== tund-0.11 IP over UDP tunnel assistant Maintained by: ks@itp.ac.ru Category news (http://www.freebsd.org/ports/news.html) ================================================================== bgrab-1.1 Downloads binaries from newsgroups Maintained by: kbyanc@posi.net Also listed in: foo bar Category russian (http://www.freebsd.org/ports/russian.html) ================================================================== koi8rPS-1.0 Add Russian (KOI8) fonts to your PostScript fonts collection. Maintained by: mi@aldan.algebra.com Also listed in: print Category security (http://www.freebsd.org/ports/security.html) ================================================================== snort-1.2 Lightweight network intrusion detection system Maintained by: dirk@FreeBSD.org Also listed in: net Category textproc (http://www.freebsd.org/ports/textproc.html) ================================================================== gdict-0.7 Small program that finds definitions of arbitrary (english) words Maintained by: domi@saargate.de Requires: XFree86-3.3.4, gettext-0.10.35, glib-1.2.3, gtk-1.2.3 rand-1.5 Utility to display files or streams in random order Maintained by: domi@saargate.de Category www (http://www.freebsd.org/ports/www.html) ================================================================== bluefish-0.3.2 Bluefish is an HTML editor designed for the experienced web designer Maintained by: jim@blues.ghis.net Also listed in: editors Requires: XFree86-3.3.4, gettext-0.10.35, glib-1.2.3, gtk-1.2.3 httperf-0.6 A tool for measuring webserver performance Maintained by: andrews@technologist.com Requires: gmake-3.77 Category x11-wm (http://www.freebsd.org/ports/x11-wm.html) ================================================================== enlightenment-conf-0.15 Enlightenment's configuration tool Maintained by: vanilla@FreeBSD.ORG Also listed in: gnome Requires: ORBit-0.4.3, XFree86-3.3.4, enlightenment-0.15.5, esound-0.2.8, fnlib-0.4, freetype-1.2, gettext-0.10.35, giflib-3.0, glib-1.2.3, gmake-3.77, gnomeaudio-1.0.0, gnomecontrolcenter-1.0.5, gnomecore-1.0.5, gnomelibs-1.0.9, gnomeprint-0.1.1, gtk-1.2.3, guile-1.3, imlib-1.9.4, jpeg-6b, libaudiofile-0.1.6, libghttp-1.0.3, libgtop-1.0.1, libtool-1.3, png-1.0.3, tiff-3.4b37, xpm-3.4k libdockapp-0.2 Standard library for Window Maker dock apps Maintained by: jim@phrantic.phear.net Requires: XFree86-3.3.4, xpm-3.4k Updated ports last two weeks - ----------------------------------- Category archivers (http://www.freebsd.org/ports/archivers.html) ================================================================== bzip2-0.9.5b A block-sorting file compressor Maintained by: obrien@FreeBSD.org Category audio (http://www.freebsd.org/ports/audio.html) ================================================================== bladeenc-0.82 MP3 encoder Maintained by: dirk@FreeBSD.org ripenc-0.7 Script that automates the ripping, encoding, and naming of CD's Maintained by: jonny@jonny.eng.br Category chinese (http://www.freebsd.org/ports/chinese.html) ================================================================== zh-moettf-1.0 Three Chinese BIG5 TrueType fonts: Kai LiShu Sung Maintained by: jtjang@gcn.net.tw Also listed in: x11-fonts Requires: XFree86-3.3.4, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, unrar-2.50, xtt-common-1.2.1 Category databases (http://www.freebsd.org/ports/databases.html) ================================================================== gtksql-0.3 Graphical query tool for PostgreSQL and/or MySQL Maintained by: domi@saargate.de Requires: XFree86-3.3.4, gettext-0.10.35, glib-1.2.3, gtk-1.2.3, mysql-client-3.22.24 postgresql-6.5.1 A robust, next generation, object-relational DBMS Maintained by: andreas@FreeBSD.ORG Requires: gmake-3.77 Category devel (http://www.freebsd.org/ports/devel.html) ================================================================== astyle-1.10.4 A reindenter and reformatter of C++, C and Java source code Maintained by: croyle@gelemna.ft-wayne.in.us Also listed in: textproc boehm-gc-4.14 Garbage collection and memory leak detection for C and C++ Maintained by: mmcg@cs.monash.edu.au doc++-3.3.13 Javadoc style C++ documentatation system Maintained by: Ruslan@Shevchenko.Kiev.UA Requires: XFree86-3.3.4, ghostscript-5.10, gmake-3.77, gsfonts-5.10, jpeg-6b, libwww-5.2.6, netpbm-94.3.1, png-1.0.3, teTeX-1.0.5, tiff-3.4b37 indent-2.2.0 GNU indent Maintained by: kchowksey@hss.hns.com linux_kdump-1.2 Linux-compatability ktrace.out processor Maintained by: marcel@FreeBSD.org Requires: linux_base-5.2, linux_devtools-5.2, rpm-2.5.5 pth-1.0.3 GNU Portable Threads Maintained by: rse@engelschall.com shtool-1.4.5 The GNU Portable Shell Tool Maintained by: rse@engelschall.com t1lib-0.9.1 A Type 1 Rasterizer Library for UNIX/X11 Maintained by: ijliao@csie.nctu.edu.tw Requires: gmake-3.77 Category editors (http://www.freebsd.org/ports/editors.html) ================================================================== gedit-0.5.4 A small but powerful text editor for Gnome Desktop Environment Maintained by: andy@icc.surw.chel.su Also listed in: gnome Requires: ORBit-0.4.3, XFree86-3.3.4, esound-0.2.8, gettext-0.10.35, giflib-3.0, glib-1.2.3, gnomelibs-1.0.9, gtk-1.2.3, imlib-1.9.4, jpeg-6b, libaudiofile-0.1.6, png-1.0.3, tiff-3.4b37, xpm-3.4k vim-5.4 A vi "workalike", with many additional features. Maintained by: obrien@FreeBSD.org Requires: XFree86-3.3.4, tcl-8.0.5, xpm-3.4k Category emulators (http://www.freebsd.org/ports/emulators.html) ================================================================== bochs-990708a Intel 80386 CPU emulator Maintained by: ports@FreeBSD.ORG Requires: XFree86-3.3.4 mtools-3.9.6 A collection of tools for manipulating MSDOS files Maintained by: jmz@FreeBSD.org Requires: gmake-3.77 Category games (http://www.freebsd.org/ports/games.html) ================================================================== bnetd-0.4.11 A game server for StarCraft Maintained by: ijliao@csie.nctu.edu.tw Also listed in: net xqf-0.9.0 Find quake servers Maintained by: steve@farrell.org Requires: XFree86-3.3.4, gettext-0.10.35, glib-1.2.3, gmake-3.77, gtk-1.2.3, qstat-2.3d Category graphics (http://www.freebsd.org/ports/graphics.html) ================================================================== gd-1.6.2 A graphics library for fast GIF creation Maintained by: jeff@cetlink.net Requires: libtool-1.3, png-1.0.3 gphoto-0.3.2 A universal digital camera picture control tool Maintained by: anders@fix.no Requires: ImageMagick-4.2.7, XFree86-3.3.4, freetype-1.2, gettext-0.10.35, giflib-3.0, glib-1.2.3, gtk-1.2.3, imlib-1.9.4, jbigkit-1.0, jpeg-6b, libtool-1.3, netpbm-94.3.1, png-1.0.3, tiff-3.4b37 xsane-0.30 XSANE is a gtk based X11 frontend for SANE (Scanner Access Now Easy) Maintained by: domi@saargate.de Requires: XFree86-3.3.4, gettext-0.10.35, glib-1.2.3, gmake-3.77, gtk-1.2.3, jpeg-6b, png-1.0.3, sane-1.0.1, tiff-3.4b37 Category irc (http://www.freebsd.org/ports/irc.html) ================================================================== blackened-1.7.0 The Blackened IRC Client. Maintained by: andrews@technologist.com xchat-1.1.6 X-Chat is a X11 (X Window System) IRC client, using the GTK+ toolkit Maintained by: jim@blues.ghis.net Requires: XFree86-3.3.4, bzip2-0.9.5b, gettext-0.10.35, glib-1.2.3, gmake-3.77, gtk-1.2.3 Category japanese (http://www.freebsd.org/ports/japanese.html) ================================================================== ja-bookview-2.4.4 NDTP client using Japanized Tcl/Tk Maintained by: takamune@avrl.mei.co.jp Requires: XFree86-3.3.4, ja-tcl-8.0.5, ja-tk-8.0.5 ja-ppxp-0.99072807 A new and easy to use PPP software Maintained by: nosuzuki@e-mail.ne.jp Also listed in: net tk80 Requires: XFree86-3.3.4, gmake-3.77, ja-tcl-8.0.5, ja-tk-8.0.5, xforms-0.88.1, xpm-3.4k ja-skkinput-2.03 A SKK-like Japanese input method for X11 Maintained by: yasuf@big.or.jp Also listed in: x11 Requires: XFree86-3.3.4, ja-skk-jisyoL-9.6, ja-skkserv-9.6 ja-xt-19990708 XSL Transformations (XSLT) implementation in Java (with Japanese patch) Maintained by: kuriyama@FreeBSD.ORG Also listed in: textproc Requires: jdk-1.1.8, unzip-5.40, xt-19990708 Category java (http://www.freebsd.org/ports/java.html) ================================================================== shujit-0.3.1b A Just In Time java bytecode compiler Maintained by: jake@checker.org Requires: egcs-1.1.2, gdbm-1.8.0, gmake-3.77, jdk-1.1.8, ruby-1.2.5 Category lang (http://www.freebsd.org/ports/lang.html) ================================================================== egcs-devel-19990718 EGCS enhanced version of the GNU compiler suite (inprogress version) Maintained by: obrien@FreeBSD.org Requires: gmake-3.77 Category mail (http://www.freebsd.org/ports/mail.html) ================================================================== fetchmail-5.0.5 Batch mail retrieval/forwarding utility for pop2, pop3, apop, imap Maintained by: ve@sci.fi pine4-ssl-4.10.1.2 PINE(tm) -- a Program for Internet News & Email Maintained by: nsayer@freebsd.org Also listed in: news Requires: openssl-0.9.3a, rsaref-2.0 spruce-0.4.8c A simple GTK based email client Maintained by: cpiazza@FreeBSD.org Requires: XFree86-3.3.4, gettext-0.10.35, glib-1.2.3, gmake-3.77, gtk-1.2.3 Category misc (http://www.freebsd.org/ports/misc.html) ================================================================== asbutton-0.3 A dockapp that displays 4 or 9 buttons to run apps of your choice Maintained by: jim@blues.ghis.net Also listed in: windowmaker afterstep Requires: XFree86-3.3.4, xpm-3.4k Category net (http://www.freebsd.org/ports/net.html) ================================================================== dnsutl-1.5 Programs to make using DNS easier Maintained by: Karl.Dietz@triplan.com gated-3.5.11 Routing protocol daemon Maintained by: peter@FreeBSD.ORG mrtg-2.8.6 The multi-router traffic grapher Maintained by: jfitz@FreeBSD.ORG Requires: gd-1.6.2, png-1.0.3 p5-URI-1.03 Perl5 interface to Uniform Resource Identifier (URI) references Maintained by: ache@FreeBSD.ORG Also listed in: perl5 ppxp-0.99072807 A new and easy to use PPP software Maintained by: nosuzuki@e-mail.ne.jp Also listed in: tk80 Requires: XFree86-3.3.4, gmake-3.77, tcl-8.0.5, tk-8.0.5, xforms-0.88.1, xpm-3.4k samba-2.0.5 A free SMB and CIFS client and server for UNIX Maintained by: hosokawa@jp.FreeBSD.org zebra-0.74 Free multithreaded RIPv1, RIPv2, OSPFv2, BGP4 route software (server/reflector) Maintained by: andreas@FreeBSD.ORG Category news (http://www.freebsd.org/ports/news.html) ================================================================== dejasearch-1.6.3 A frontend to DejaNews for searching Usenet archives Maintained by: kris@FreeBSD.ORG Requires: p5-libwww-5.44 suck-4.2.1 Receives/sends news to/from localhost via NNTP Maintained by: jseger@FreeBSD.org Requires: gmake-3.77 Category print (http://www.freebsd.org/ports/print.html) ================================================================== pdflib-2.0 A C library for dynamically generating PDF Maintained by: dirk@FreeBSD.org Requires: afm-1.0, jpeg-6b, tiff-3.4b37 Category security (http://www.freebsd.org/ports/security.html) ================================================================== gnupg-0.9.9 The GNU Privacy Guard Maintained by: kuriyama@FreeBSD.ORG nmap-2.2b4 Port scanning utility for large networks Maintained by: obrien@FreeBSD.org Also listed in: net Requires: XFree86-3.3.4, gettext-0.10.35, glib-1.2.3, gtk-1.2.3 p5-Digest-MD5-2.08 Perl5 interface to MD5, MD2, SHA1 and HMAC Message-Digest Algorithms Maintained by: ache@FreeBSD.ORG Also listed in: perl5 strobe-1.06 Fast scatter/gather TCP port scanner Maintained by: jseger@FreeBSD.org Also listed in: net Category sysutils (http://www.freebsd.org/ports/sysutils.html) ================================================================== lsof-4.45 Lists information about open files. (simular to fstat(1)) Maintained by: obrien@FreeBSD.org Category textproc (http://www.freebsd.org/ports/textproc.html) ================================================================== freegrep-0.11 An implementation of grep(1) under a BSD-friendly license Maintained by: howardjp@wam.umd.edu grap-0.95b An implementation of Kernigan & Bentley's grap language Maintained by: faber@lunabase.org Also listed in: graphics lotusxsl-0.17.4 XSLT (XSL Transformations) implementation. Maintained by: kuriyama@FreeBSD.ORG Requires: jdk-1.1.8, jfc-1.1, unzip-5.40, xml4j-2.0.13 mswordview-0.5.14.2 MS-WORD to HTML converter Maintained by: sumikawa@kame.net Requires: XFree86-3.3.4, freetype-1.2, libwmf-0.1.11, xpm-3.4k py-mxTextTools-1.1.0 Tools for fast text processing in python Maintained by: tg@FreeBSD.org Also listed in: python Requires: XFree86-3.3.4, python-1.5.2, tcl-8.0.5, tk-8.0.5, unzip-5.40 xml4j-2.0.13 XML for Java parser Maintained by: kuriyama@FreeBSD.ORG Requires: jdk-1.1.8, jfc-1.1 xt-19990708 XSL Transformations (XSLT) implementation in Java Maintained by: kuriyama@FreeBSD.ORG Requires: jdk-1.1.8, unzip-5.40 Category www (http://www.freebsd.org/ports/www.html) ================================================================== apache+mod_ssl-1.3.6+2.3.10 The Apache 1.3 webserver with SSL/TLS functionality Maintained by: rse@engelschall.com Also listed in: security Requires: mm-1.0.9, openssl-0.9.3a lynx-2.8.3dev.5 A non-graphical, text-based World-Wide Web client Maintained by: ache@FreeBSD.ORG Requires: bzip2-0.9.5b mozilla-M8 The mozilla ver 0.0 communicator web-surfboard Maintained by: reg@shale.csir.co.za Requires: ORBit-0.4.3, XFree86-3.3.4, egcs-1.1.2, gettext-0.10.35, glib-1.2.3, gmake-3.77, gtk-1.2.3 p5-HTML-Parser-2.23 Perl5 module for parse HTML tag Maintained by: ports@FreeBSD.ORG Also listed in: perl5 p5-ParallelUA-2.43 Perl5 Parallel LWP User Agent for WWW access Maintained by: ache@FreeBSD.ORG Also listed in: perl5 devel Requires: p5-HTML-Parser-2.23, p5-URI-1.03, p5-libwww-5.44 p5-libwww-5.44 Perl5 library for WWW access Maintained by: jfitz@FreeBSD.ORG Also listed in: perl5 devel Requires: p5-Digest-MD5-2.08, p5-HTML-Parser-2.23, p5-MIME-Base64-2.11, p5-Net-1.0606, p5-URI-1.03 webalizer-1.30.4 A web server log file analysis program Maintained by: dirk.meyer@dinoex.sub.org Requires: gd-1.6.2, png-1.0.3 Category x11-clocks (http://www.freebsd.org/ports/x11-clocks.html) ================================================================== asclock-xlib-2.0.11 New flavor of asclock Maintained by: kuriyama@FreeBSD.ORG Also listed in: afterstep windowmaker Requires: XFree86-3.3.4, xpm-3.4k Category x11 (http://www.freebsd.org/ports/x11.html) ================================================================== XFree86-3.3.4 X11R6.3/XFree86 core distribution Maintained by: jmz@FreeBSD.ORG xscreensaver-3.17 Save your screen while you entertain your cat Maintained by: jseger@FreeBSD.ORG Requires: XFree86-3.3.4, xpm-3.4k _________________________________________________________________ © 1996-1998 by Wolfram Schneider. All rights reserved. Please direct questions about this service to www@FreeBSD.org General questions about FreeBSD ports should be sent to ports@FreeBSD.org Last database update: 1999-08-02 12:15:44 UTC; based on revision 1.234 _________________________________________________________________ This information was produced by http://www.freebsd.org/cgi/ports.cgi -----BEGIN PGP SIGNATURE----- Version: 2.6.3ia Charset: noconv iQCVAwUBN6vv3TmN/mkrcYGtAQFX3gP/TmIkEvwaCuo38e6S/De4iyHeowdj4jyX 7IC8MLy59KT69gGHZexo7kKLrOr2gunfVHKjmgiBWhyXBxDIPujuePkc34jSnNCg Y0VJ2fUTz1j+xpkTYeTIY3WPmnFUoJHZTo4qbPYVwF5U0sRaimQnZvAfxU3YmuKj 0sqF9IivQI4= =RTlU -----END PGP SIGNATURE----- -- Wolfram Schneider http://wolfram.schneider.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 7 2:20:32 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B86E14FCA for ; Sat, 7 Aug 1999 02:20:29 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA70781; Sat, 7 Aug 1999 02:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from blues.ghis.net (pppc2-84.eisa.net.au [203.166.251.204]) by hub.freebsd.org (Postfix) with ESMTP id 4818914DBE for ; Sat, 7 Aug 1999 02:14:10 -0700 (PDT) (envelope-from jim@blues.ghis.net) Received: (from jim@localhost) by blues.ghis.net (8.9.3/8.9.3) id TAA44441; Sat, 7 Aug 1999 19:13:47 +1000 (EST) (envelope-from jim) Message-Id: <199908070913.TAA44441@blues.ghis.net> Date: Sat, 7 Aug 1999 19:13:47 +1000 (EST) From: jim@blues.ghis.net Reply-To: jim@blues.ghis.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13011: update port: gaim-0.8.0 to 0.9.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13011 >Category: ports >Synopsis: update port: gaim-0.8.0 to 0.9.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: Sat Aug 7 02:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jim Mock >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: Patch updates the gaim port to the latest version. No longer using the custom pixmap because of legal issues with AOL and the use of the AOL logo. Also updated MAINTAINER. >How-To-Repeat: >Fix: Apply the following diffs.. Index: gaim/Makefile =================================================================== RCS file: /home/ncvs/cvs-rep/ports/net/gaim/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 1999/05/29 03:55:14 1.5 +++ Makefile 1999/08/07 08:47:51 @@ -1,20 +1,16 @@ # New ports collection makefile for: gaim -# Version required: 0.8.0 +# Version required: 0.9.6 # Date created: 26 Mar 1999 -# Whom: Jim Mock +# Whom: Jim Mock # # $Id: Makefile,v 1.5 1999/05/29 03:55:14 steve Exp $ # -DISTNAME= gaim-0.8.0 +DISTNAME= gaim-0.9.6 CATEGORIES= net MASTER_SITES= ftp://ftp.marko.net/pub/gaim/ \ - http://www.freebsd.org/~mharo/distfiles/ \ - ftp://ftp.netmug.org/pub/FreeBSD/distfiles/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} logo.xpm.gz -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= jim@phrantic.phear.net +MAINTAINER= jim@blues.ghis.net LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ glib12.2:${PORTSDIR}/devel/glib12 @@ -28,14 +24,10 @@ CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \ GLIB_CONFIG="${GLIB_CONFIG}" -post-patch: - ${CP} ${DISTDIR}/logo.xpm.gz ${WRKSRC}/pixmaps - ${GUNZIP_CMD} ${WRKSRC}/pixmaps/logo.xpm.gz - do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/gaim ${PREFIX}/bin - @ ${MKDIR} ${PREFIX}/share/gaim/pixmaps && chmod a+rx ${PREFIX}/share/gaim/pixmaps - @ ${ECHO} "===> Installing pixmaps" - ${INSTALL_DATA} ${WRKSRC}/pixmaps/*.xpm ${PREFIX}/share/gaim/pixmaps + @${INSTALL_PROGRAM} ${WRKSRC}/src/gaim ${PREFIX}/bin + @${MKDIR} ${PREFIX}/share/gaim/pixmaps && chmod a+rx ${PREFIX}/share/gaim/pixmaps + @${ECHO} "===> Installing pixmaps" + @${INSTALL_DATA} ${WRKSRC}/pixmaps/*.xpm ${PREFIX}/share/gaim/pixmaps .include Index: gaim/files/md5 =================================================================== RCS file: /home/ncvs/cvs-rep/ports/net/gaim/files/md5,v retrieving revision 1.4 diff -u -r1.4 md5 --- md5 1999/05/05 14:13:42 1.4 +++ md5 1999/08/07 08:26:28 @@ -1,2 +1 @@ -MD5 (gaim-0.8.0.tar.gz) = e13fd5527da4ff1af0fc237544584145 -MD5 (logo.xpm.gz) = 0ae9c355e316e941e3f494602ec8addf +MD5 (gaim-0.9.6.tar.gz) = 6036d5b77626bfdb9708281dabcb6c6c Index: gaim/pkg/PLIST =================================================================== RCS file: /home/ncvs/cvs-rep/ports/net/gaim/pkg/PLIST,v retrieving revision 1.2 diff -u -r1.2 PLIST --- PLIST 1999/05/05 14:13:45 1.2 +++ PLIST 1999/08/07 08:52:02 @@ -3,6 +3,8 @@ share/gaim/pixmaps/aimicon.xpm share/gaim/pixmaps/aimicon2.xpm share/gaim/pixmaps/aol_icon.xpm +share/gaim/pixmaps/away.xpm +share/gaim/pixmaps/away_icon.xpm share/gaim/pixmaps/big.xpm share/gaim/pixmaps/bold.xpm share/gaim/pixmaps/buddyadd.xpm @@ -13,16 +15,25 @@ share/gaim/pixmaps/im.xpm share/gaim/pixmaps/info.xpm share/gaim/pixmaps/italic.xpm +share/gaim/pixmaps/link.xpm share/gaim/pixmaps/login_icon.xpm share/gaim/pixmaps/logo.xpm share/gaim/pixmaps/logout_icon.xpm +share/gaim/pixmaps/msg_pending.xpm share/gaim/pixmaps/no_icon.xpm share/gaim/pixmaps/normal.xpm +share/gaim/pixmaps/offline.xpm +share/gaim/pixmaps/online.xpm share/gaim/pixmaps/palette.xpm +share/gaim/pixmaps/peng_frown.xpm +share/gaim/pixmaps/peng_smile.xpm +share/gaim/pixmaps/peng_wink.xpm share/gaim/pixmaps/permadd.xpm share/gaim/pixmaps/permdel.xpm +share/gaim/pixmaps/signing_on.xpm share/gaim/pixmaps/small.xpm share/gaim/pixmaps/speaker.xpm +share/gaim/pixmaps/underline.xpm share/gaim/pixmaps/wood.xpm @dirrm share/gaim/pixmaps @dirrm share/gaim >Release-Note: >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 Aug 7 2:32:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A7DDE155DA; Sat, 7 Aug 1999 02:32:19 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA71715; Sat, 7 Aug 1999 02:31:51 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 7 Aug 1999 02:31:51 -0700 (PDT) From: Message-Id: <199908070931.CAA71715@freefall.freebsd.org> To: jim@blues.ghis.net, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13011: update port: gaim-0.8.0 to 0.9.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port: gaim-0.8.0 to 0.9.6 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Aug 7 02:31:23 PDT 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 7 2:52:41 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F5C21561E for ; Sat, 7 Aug 1999 02:52:39 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA72595; Sat, 7 Aug 1999 02:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from blues.ghis.net (pppc2-84.eisa.net.au [203.166.251.204]) by hub.freebsd.org (Postfix) with ESMTP id 6135215607 for ; Sat, 7 Aug 1999 02:41:16 -0700 (PDT) (envelope-from jim@blues.ghis.net) Received: (from jim@localhost) by blues.ghis.net (8.9.3/8.9.3) id TAA48044; Sat, 7 Aug 1999 19:40:10 +1000 (EST) (envelope-from jim) Message-Id: <199908070940.TAA48044@blues.ghis.net> Date: Sat, 7 Aug 1999 19:40:10 +1000 (EST) From: jim@blues.ghis.net Reply-To: jim@blues.ghis.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13012: update port: xwhois-0.3.6 to 0.3.7 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13012 >Category: ports >Synopsis: update port: xwhois-0.3.6 to 0.3.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 Aug 7 02:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jim Mock >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: Patch updates xwhois to the latest version. >How-To-Repeat: >Fix: Apply the following diffs.. Index: xwhois/Makefile =================================================================== RCS file: /home/ncvs/cvs-rep/ports/net/xwhois/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 1999/07/14 23:20:25 1.7 +++ Makefile 1999/08/07 09:19:03 @@ -1,12 +1,12 @@ # New ports collection makefile for: xwhois -# Version required: 0.3.5 +# Version required: 0.3.7 # Date created: 31 December 1998 # Whom: Kris Kennaway # # $Id: Makefile,v 1.7 1999/07/14 23:20:25 obrien Exp $ # -DISTNAME= xwhois-0.3.6 +DISTNAME= xwhois-0.3.7 CATEGORIES= net MASTER_SITES= http://c64.org/~nr/ \ http://www.goatnet.ml.org/ \ Index: xwhois/files/md5 =================================================================== RCS file: /home/ncvs/cvs-rep/ports/net/xwhois/files/md5,v retrieving revision 1.5 diff -u -r1.5 md5 --- md5 1999/07/14 23:20:27 1.5 +++ md5 1999/08/07 09:19:12 @@ -1 +1 @@ -MD5 (xwhois-0.3.6.tar.gz) = e20cac14468bb883453d5302cbc66052 +MD5 (xwhois-0.3.7.tar.gz) = 67b6bc9a8fa8849c4182b14711033435 Index: xwhois/patches/patch-aa =================================================================== RCS file: /home/ncvs/cvs-rep/ports/net/xwhois/patches/patch-aa,v retrieving revision 1.4 diff -u -r1.4 patch-aa --- patch-aa 1999/05/27 12:50:26 1.4 +++ patch-aa 1999/08/07 09:27:58 @@ -1,6 +1,6 @@ ---- configure.orig Sat May 8 10:19:38 1999 -+++ configure Sun May 9 12:14:58 1999 -@@ -842,11 +842,13 @@ +--- configure.orig Sat Aug 7 19:21:57 1999 ++++ configure Sat Aug 7 19:27:22 1999 +@@ -851,11 +851,13 @@ echo "configure: warning: cant find gtk-config" 1>&2 echo "-------------------------------------------------" echo " GTK+ doesnt seam to be installed on this system" @@ -16,25 +16,25 @@ x=`echo $GTK_PREFIX|cut -d. -f1` y=`echo $GTK_PREFIX|cut -d. -f2` z=`echo $GTK_PREFIX|cut -d. -f3` -@@ -928,10 +930,10 @@ +@@ -937,10 +939,10 @@ XWHOIS_SERVERS='$(prefix)/share/xwhois/xwhois.servers' --INCLUDES="-I. `gtk-config --cflags`" -+INCLUDES="-I. `$GTK_CONFIG --cflags`" +-INCLUDES="-I. -I.. `gtk-config --cflags`" ++INCLUDES="-I. -I.. `$GTK_CONFIG --cflags`" -LIBS=`gtk-config --libs` +LIBS=`$GTK_CONFIG --libs` - DEFINES='-DSTD -DHAVE_SNPRINTF -DXWHOIS_SERVERS=\"$(XWHOIS_SERVERS)\" -D$(GTK_TYPE)' - -@@ -1234,7 +1236,7 @@ - CFLAGS="-Wall $CFLAGS" + # DEFINES='-DSTD -DHAVE_SNPRINTF -DXWHOIS_SERVERS=\"$(XWHOIS_SERVERS)\" -D$(GTK_TYPE)' + DEFINES='-DXWHOIS_SERVERS=\"$(XWHOIS_SERVERS)\" -D$(GTK_TYPE)' +@@ -1324,7 +1326,7 @@ + CFLAGS="-Wall ${CFLAGS}" fi if test $CC = "cc"; then -- CFLAGS="-g3 $CFLAGS" -+ CFLAGS="$CFLAGS" +- CFLAGS="-g3 ${CFLAGS}" ++ CFLAGS="${CFLAGS}" fi # Special system options. >Release-Note: >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 Aug 7 3: 5: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C9BE614F42; Sat, 7 Aug 1999 03:05:03 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA73097; Sat, 7 Aug 1999 03:03:01 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 7 Aug 1999 03:03:01 -0700 (PDT) From: Message-Id: <199908071003.DAA73097@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, kris@FreeBSD.org Subject: Re: ports/13012: update port: xwhois-0.3.6 to 0.3.7 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port: xwhois-0.3.6 to 0.3.7 Responsible-Changed-From-To: freebsd-ports->kris Responsible-Changed-By: cpiazza Responsible-Changed-When: Sat Aug 7 03:02:51 PDT 1999 Responsible-Changed-Why: Over to maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 7 9:25:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from shattered.disturbed.net (shattered.disturbed.net [205.236.147.18]) by hub.freebsd.org (Postfix) with ESMTP id 9165C14DC1 for ; Sat, 7 Aug 1999 09:25:34 -0700 (PDT) (envelope-from veers@disturbed.net) Received: from shattered.disturbed.net ([205.236.147.18]:35083 "EHLO shattered.disturbed.net") by disturbed.net with ESMTP id ; Sat, 7 Aug 1999 12:24:24 -0400 Date: Sat, 7 Aug 1999 12:24:24 -0400 (EDT) From: Alex Perel To: ports@freebsd.org Subject: Re: New ports added/updated last two weeks In-Reply-To: <199908070836.KAA01336@paula.panke.de.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 << much snippage >> Something that just came to my mind - has there been any consideration to throwing this type of message onto -announce periodically, much like NetBSD is doing? That would help keep a large number of users (who may well be tracking -stable, but who simply don't care to read the -ports mailing list) in touch with ports progress. Just a thought. Alex G. Perel -=- AP5081 veers@disturbed.net -=- veers@samurai.com Disturbed Networks - Powered exclusively by FreeBSD == The Power to Serve -=- http://www.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 Aug 7 9:35:57 1999 Delivered-To: freebsd-ports@freebsd.org Received: from hyperhost.net (ether.lightrealm.com [207.159.132.5]) by hub.freebsd.org (Postfix) with ESMTP id 6F2EE14C38 for ; Sat, 7 Aug 1999 09:35:55 -0700 (PDT) (envelope-from patseal@hyperhost.net) Received: from foobar.foobar.yi.org (p7.a8.du.radix.net [207.192.132.135]) by hyperhost.net (8.8.5/8.8.5) with ESMTP id MAA01986 for ; Sat, 7 Aug 1999 12:35:09 -0400 (EDT) Received: by foobar.foobar.yi.org (Postfix, from userid 1000) id 1C369137F06; Sat, 7 Aug 1999 12:30:30 -0400 (EDT) Date: Sat, 7 Aug 1999 12:30:30 -0400 From: Patrick Seal To: freebsd-ports@FreeBSD.ORG Subject: imake Message-ID: <19990807123029.A3324@hyperhost.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i X-Operating-System: FreeBSD foobar.foobar.yi.org 3.2-STABLE FreeBSD 3.2-STABLE Organization: Hyperhost Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I've been given permission to update the astro/xtide port to version 2. However, I'm running into a few problems you might be able to help me with. When I run `xmkmf; make` it works, but if I run `xmkmf -a` or `xmkmf ; make depend` it spits out a bunch of errors about not finding png.h. (which is in /usr/local/include) How can I tell imake to look in the right directory? If I let xmkmf -a continue, it compiles fine. So these errors don't really mean anything. -- ------------------------------------ _____________________________________ Patrick Seal |"Microsoft isn't evil, they just make | really crappy operating systems." Hyperhost - http://www.hyperhost.net| -Linus Torvalds To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 7 10: 1:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C8D715039 for ; Sat, 7 Aug 1999 10:01:26 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA96373 for ports@freebsd.org; Sat, 7 Aug 1999 10:00:19 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Date: Sat, 7 Aug 1999 10:00:19 -0700 (PDT) From: Message-Id: <199908071700.KAA96373@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 Sat Aug 7 10: 7: 0 1999 Delivered-To: freebsd-ports@freebsd.org Received: from smtp02.wxs.nl (smtp02.wxs.nl [195.121.6.60]) by hub.freebsd.org (Postfix) with ESMTP id 682601505A for ; Sat, 7 Aug 1999 10:06:56 -0700 (PDT) (envelope-from asmodai@wxs.nl) Received: from daemon.ninth-circle.org ([195.121.196.197]) by smtp02.wxs.nl (Netscape Messaging Server 3.61) with ESMTP id AAA1EDB; Sat, 7 Aug 1999 19:06:11 +0200 Received: (from asmodai@localhost) by daemon.ninth-circle.org (8.9.3/8.9.3) id TAA07502; Sat, 7 Aug 1999 19:03:15 +0200 (CEST) (envelope-from asmodai) Date: Sat, 7 Aug 1999 19:03:14 +0200 From: Jeroen Ruigrok/Asmodai To: Alex Perel Cc: ports@freebsd.org Subject: Re: New ports added/updated last two weeks Message-ID: <19990807190314.A7471@daemon.ninth-circle.org> References: <199908070836.KAA01336@paula.panke.de.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.3i In-Reply-To: ; from Alex Perel on Sat, Aug 07, 1999 at 12:24:24PM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * Alex Perel (veers@disturbed.net) [990807 18:33]: > came to my mind - has there been any consideration to > throwing this type of message onto -announce periodically, much like NetBSD > is doing? Well, I have to say that both Gerald Hicks and me are also for that idea. Dunno what others think? -- Jeroen Ruigrok van der Werven asmodai(at)wxs.nl The BSD Programmer's Documentation Project Network/Security Specialist BSD: Technical excellence at its best Cum angelis et pueris, fideles inveniamur. Quis est iste Rex gloriae...? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 7 10:15: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from tao.thought.org (tao.tera.com [207.108.223.55]) by hub.freebsd.org (Postfix) with ESMTP id 1B3B414F90 for ; Sat, 7 Aug 1999 10:15:01 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.8.8/8.7.3) id KAA02459; Sat, 7 Aug 1999 10:13:36 -0700 (PDT) From: "Gary D. Kline" Message-Id: <199908071713.KAA02459@tao.thought.org> Subject: Re: New ports added/updated last two weeks In-Reply-To: <19990807190314.A7471@daemon.ninth-circle.org> from Jeroen Ruigrok/Asmodai at "Aug 7, 99 07:03:14 pm" To: asmodai@wxs.nl (Jeroen Ruigrok/Asmodai) Date: Sat, 7 Aug 1999 10:13:36 -0700 (PDT) Cc: veers@disturbed.net, ports@freebsd.org Organization: <> thought.org: public service Unix since 1986... <> X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org According to Jeroen Ruigrok/Asmodai: > * Alex Perel (veers@disturbed.net) [990807 18:33]: > > came to my mind - has there been any consideration to > > throwing this type of message onto -announce periodically, much like NetBSD > > is doing? > > Well, I have to say that both Gerald Hicks and me are also for that idea. > > Dunno what others think? > > -- > Jeroen Ruigrok van der Werven asmodai(at)wxs.nl > The BSD Programmer's Documentation Project > Network/Security Specialist BSD: Technical excellence at its best > Cum angelis et pueris, fideles inveniamur. Quis est iste Rex gloriae...? > > Sounds like a good idea to me; say, once every 3 months. Anybody else?? gary > -- Gary D. Kline kline@tao.thought.org Public service Unix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 7 10:25:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from shattered.disturbed.net (shattered.disturbed.net [205.236.147.18]) by hub.freebsd.org (Postfix) with ESMTP id 9041014F90 for ; Sat, 7 Aug 1999 10:25:15 -0700 (PDT) (envelope-from veers@disturbed.net) Received: from shattered.disturbed.net ([205.236.147.18]:40971 "EHLO shattered.disturbed.net") by disturbed.net with ESMTP id ; Sat, 7 Aug 1999 13:23:42 -0400 Date: Sat, 7 Aug 1999 13:23:42 -0400 (EDT) From: Alex Perel To: "Gary D. Kline" Cc: Jeroen Ruigrok/Asmodai , ports@freebsd.org Subject: Re: New ports added/updated last two weeks In-Reply-To: <199908071713.KAA02459@tao.thought.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, 7 Aug 1999, Gary D. Kline wrote: > Sounds like a good idea to me; say, once every 3 months. Actually, I think monthly (or even bi-monthly) is a bit better - In the span of 3 months the amount of updates will be hard to digest in one go. Alex G. Perel -=- AP5081 veers@disturbed.net -=- veers@samurai.com Disturbed Networks - Powered exclusively by FreeBSD == The Power to Serve -=- http://www.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 Aug 7 11:14: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from peak.mountin.net (peak.mountin.net [207.227.119.2]) by hub.freebsd.org (Postfix) with ESMTP id CF8D914D54 for ; Sat, 7 Aug 1999 11:13:58 -0700 (PDT) (envelope-from jeff-ml@mountin.net) Received: (from daemon@localhost) by peak.mountin.net (8.9.1/8.9.1) id NAA26202; Sat, 7 Aug 1999 13:12:55 -0500 (CDT) (envelope-from jeff-ml@mountin.net) Received: from dial-142.tnt1.rac.cyberlynk.net(209.224.182.142) by peak.mountin.net via smap (V1.3) id sma026200; Sat Aug 7 13:12:52 1999 Message-Id: <3.0.3.32.19990807131308.0193b4e0@207.227.119.2> X-Sender: jeff-ml@207.227.119.2 X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Sat, 07 Aug 1999 13:13:08 -0500 To: Jeroen Ruigrok/Asmodai From: "Jeffrey J. Mountin" Subject: Re: New ports added/updated last two weeks Cc: ports@FreeBSD.ORG In-Reply-To: <19990807190314.A7471@daemon.ninth-circle.org> References: <199908070836.KAA01336@paula.panke.de.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 At 07:03 PM 8/7/99 +0200, Jeroen Ruigrok/Asmodai wrote: >* Alex Perel (veers@disturbed.net) [990807 18:33]: >> came to my mind - has there been any consideration to >> throwing this type of message onto -announce periodically, much like NetBSD >> is doing? > >Well, I have to say that both Gerald Hicks and me are also for that idea. > >Dunno what others think? Not for or against, but those that *could* benefit are those most likely to ask before looking anyways and those that know better. If you cvsup ports periodically and keep the output, then you know what has been changed and can look for ports that you install. Surely anyone that bothers to track stable (or current) *should* (ahem!), also track CVS. Another group are those that may wish to help out, but then they would already be tracking the lists. Should the "added/updated" list for ports be also on announce, then what about the "current problem reports" for bugs as well. Might as well be thorough. my .02 Jeff Mountin - jeff@mountin.net Systems/Network Administrator FreeBSD - the power to serve '86 Yamaha MaxiumX (not FBSD powered) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 7 11:41:37 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E12614F2D for ; Sat, 7 Aug 1999 11:41:36 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA06663; Sat, 7 Aug 1999 11:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 6CCEE14FC2; Sat, 7 Aug 1999 11:40:48 -0700 (PDT) Message-Id: <19990807184048.6CCEE14FC2@hub.freebsd.org> Date: Sat, 7 Aug 1999 11:40:48 -0700 (PDT) From: patrick@mindstep.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/13014: update bnetd to 0.4.16 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13014 >Category: ports >Synopsis: update bnetd to 0.4.16 >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 Aug 7 11:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Patrick Bihan-Faou >Release: FreeBSD 3.2-STABLE >Organization: MindStep Corporation >Environment: FreeBSD penpro.local.mindstep.com 3.2-STABLE FreeBSD 3.2-STABLE #14: Wed Jul 28 12:13:59 EDT 1999 serge@penpro.local.mindstep.com:/usr/src/sys/compile/PENPRO i386 >Description: BNetd has been updated to 0.4.16 >How-To-Repeat: not applicable >Fix: diff -ruN bnetd/Makefile bnetd-0.4.16/Makefile --- bnetd/Makefile Sat Aug 7 13:14:57 1999 +++ bnetd-0.4.16/Makefile Sat Aug 7 14:18:20 1999 @@ -6,7 +6,7 @@ # $Id: Makefile,v 1.6 1999/08/03 03:42:07 cpiazza Exp $ # -DISTNAME= bnetd-0.4.15.1 +DISTNAME= bnetd-0.4.16 CATEGORIES= games net MASTER_SITES= http://www.bnetd.org/files/ diff -ruN bnetd/files/md5 bnetd-0.4.16/files/md5 --- bnetd/files/md5 Sat Aug 7 13:14:57 1999 +++ bnetd-0.4.16/files/md5 Sat Aug 7 14:20:32 1999 @@ -1 +1 @@ -MD5 (bnetd-0.4.15.1.tar.gz) = ff4049200e236f80e231e8c48afc7651 +MD5 (bnetd-0.4.16.tar.gz) = 1e5aebf07c8b93e9cd606cf1160b49d5 >Release-Note: >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 Aug 7 11:51: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B54514F8F for ; Sat, 7 Aug 1999 11:51:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA07051; Sat, 7 Aug 1999 11:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from cr1003333-a.crdva1.bc.home.com (cr1003333-a.crdva1.bc.wave.home.com [24.113.51.240]) by hub.freebsd.org (Postfix) with ESMTP id ED77814F2D for ; Sat, 7 Aug 1999 11:46:11 -0700 (PDT) (envelope-from jh@cr1003333-a.crdva1.bc.home.com) Received: (from jh@localhost) by cr1003333-a.crdva1.bc.home.com (8.9.3/8.9.3) id LAA10227; Sat, 7 Aug 1999 11:45:14 -0700 (PDT) (envelope-from jh) Message-Id: <199908071845.LAA10227@cr1003333-a.crdva1.bc.home.com> Date: Sat, 7 Aug 1999 11:45:14 -0700 (PDT) From: Jonathan Hanna Reply-To: pangolin@home.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13015: upgrade spin to 3.3.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13015 >Category: ports >Synopsis: upgrade spin to 3.3.3 >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Aug 7 11:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jonathan Hanna >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: diff -urNP spin.orig/Makefile spin/Makefile --- spin.orig/Makefile Thu Jun 24 20:51:25 1999 +++ spin/Makefile Sat Aug 7 11:33:22 1999 @@ -1,18 +1,17 @@ # Ports collection makefile for: spin -# Version required: 3.3.0 +# Version required: 3.3.3 # Date created: Oct 23, 1997 # Whom: jhanna@home.com # # $Id: Makefile,v 1.3 1999/06/25 03:51:25 cpiazza Exp $ # -DISTNAME= spin-3.30 +DISTNAME= spin-3.33 CATEGORIES= math MASTER_SITES= ftp://netlib.bell-labs.com/netlib/spin/ \ ftp://www.netlib.org/spin/ \ - ftp://www.enseeiht.fr/NetLib/spin/ \ - ftp://wcarchive.cdrom.com/netlib/spin/ -DISTFILES= spin330.tar.gz html.tar.gz + ftp://wcarchive.cdrom.com/pub/netlib/spin/ +DISTFILES= spin333.tar.gz html.tar.gz MAINTAINER= jhanna@home.com @@ -29,9 +28,9 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/spin ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKDIR}/Xspin3.3/xspin330.tcl ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKDIR}/Xspin3.3/xspin333.tcl ${PREFIX}/bin ${RM} -f ${PREFIX}/bin/xspin - ln -s ${PREFIX}/bin/xspin330.tcl ${PREFIX}/bin/xspin + ln -s ${PREFIX}/bin/xspin333.tcl ${PREFIX}/bin/xspin .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/spin/Doc diff -urNP spin.orig/files/md5 spin/files/md5 --- spin.orig/files/md5 Thu Jun 24 20:51:30 1999 +++ spin/files/md5 Sat Aug 7 11:06:17 1999 @@ -1,2 +1,2 @@ -MD5 (spin/spin330.tar.gz) = 976613a7a02486d8daca4cd2cf6a3886 +MD5 (spin/spin333.tar.gz) = 63acc2bf9d4e5c58d81663d7092d4de9 MD5 (spin/html.tar.gz) = 66686c33ab6213819fa08d41ed17bf8e diff -urNP spin.orig/patches/patch-aa spin/patches/patch-aa --- spin.orig/patches/patch-aa Thu Jun 24 20:51:36 1999 +++ spin/patches/patch-aa Sat Aug 7 11:07:20 1999 @@ -1,5 +1,5 @@ ---- ../Xspin3.3/xspin330.tcl.orig Wed Jun 23 18:29:29 1999 -+++ ../Xspin3.3/xspin330.tcl Wed Jun 23 18:30:51 1999 +--- ../Xspin3.3/xspin333.tcl.orig Wed Jun 23 18:29:29 1999 ++++ ../Xspin3.3/xspin333.tcl Wed Jun 23 18:30:51 1999 @@ -1,4 +1,4 @@ -#!/usr/local/bin/wish -f +#!/usr/local/bin/wish8.0 -f diff -urNP spin.orig/patches/patch-ab spin/patches/patch-ab --- spin.orig/patches/patch-ab Thu Jun 24 20:51:36 1999 +++ spin/patches/patch-ab Sat Aug 7 11:35:16 1999 @@ -4,9 +4,9 @@ # Send bug-reports and/or questions to: gerard@research.bell-labs.com # The book is available frm www.amazon.com --CC=gcc -O2 -DNXT # or any other ansi compatible c compiler +-CC=cc -O2 -DNXT # or any other ansi compatible c compiler -CFLAGS=-ansi -D_POSIX_SOURCE # on some systems add: -I/usr/include -+# CC=gcc -O2 -DNXT # or any other ansi compatible c compiler ++# CC=cc -O2 -DNXT # or any other ansi compatible c compiler +# CFLAGS=-ansi -D_POSIX_SOURCE # on some systems add: -I/usr/include # on Solaris: add -DSOLARIS >Release-Note: >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 Aug 7 16:51:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from tas20-atm.tampabay.rr.com (tas20-atm.tampabay.rr.com [24.92.0.70]) by hub.freebsd.org (Postfix) with ESMTP id 07FCA14C2B for ; Sat, 7 Aug 1999 16:51:14 -0700 (PDT) (envelope-from jmock@tampabay.rr.com) Received: from dt141n50.tampabay.rr.com (dt141n50.tampabay.rr.com [24.92.193.80]) by tas20-atm.tampabay.rr.com (8.9.3/8.9.3) with SMTP id TAA10328; Sat, 7 Aug 1999 19:44:31 -0400 (EDT) Received: by dt141n50.tampabay.rr.com with Microsoft Mail id <01BEE10F.0AE39A80@dt141n50.tampabay.rr.com>; Sat, 7 Aug 1999 19:57:13 -0500 Message-ID: <01BEE10F.0AE39A80@dt141n50.tampabay.rr.com> From: J H Mock To: "'jseger@freebsd.org?'" Cc: "'ports@freebsd.org'" Subject: freebsd port: isc-dhcp-2.0 Date: Sat, 7 Aug 1999 00:06:04 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ok....I am a real new user of FreeBSD......I am trying to get my machine = connected onto the internet. I am using a cable modem service that = asigns an IP with a dhcp server. I, therefore, need to run a dhcp = client. I found version 2 on FreeBSD.org and I have version 1 installed = on my computer. My problem is that I do not know how to enable the dhcp client. In what = config file do I enable it??? I can find no mention of dhcp in the = rc.conf file. That seems to be where most of the networking decisions = are at work. I know that I am recognizing the NIC because I can get out = on my local network with a static IP....however, I need to be able to = reach the internet for the things I want to learn. I realize that working with anyone as new to Unix as myself can be = difficult, but any help would be appreciated, even if it is to just = point me towards the correct references. Thank you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 7 18:34:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 851A114C9D for ; Sat, 7 Aug 1999 18:34:22 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA23406; Sat, 7 Aug 1999 18:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from pawn.primelocation.net (pawn.primelocation.net [205.161.238.235]) by hub.freebsd.org (Postfix) with ESMTP id B472614C38 for ; Sat, 7 Aug 1999 18:27:09 -0700 (PDT) (envelope-from jedgar@pawn.primelocation.net) Received: by pawn.primelocation.net (Postfix, from userid 1003) id 5F5C9F818; Sat, 7 Aug 1999 21:24:47 -0400 (EDT) Message-Id: <19990808012447.5F5C9F818@pawn.primelocation.net> Date: Sat, 7 Aug 1999 21:24:47 -0400 (EDT) From: jedgar@fxp.org Reply-To: jedgar@fxp.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13017: New Port: p5-IRC Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13017 >Category: ports >Synopsis: New Port: p5-IRC >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 Aug 7 18:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris D. Faulhaber >Release: FreeBSD 3.2-STABLE i386 >Organization: BUGO - BSD Users Group of Orlando >Environment: >Description: New port of the Net-IRC Perl5 module. This module provides an easy Perl-based interface to writing Perl-based IRC bots and clients. >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: # # p5-IRC # p5-IRC/Makefile # p5-IRC/files # p5-IRC/files/md5 # p5-IRC/pkg # p5-IRC/pkg/PLIST # p5-IRC/pkg/COMMENT # p5-IRC/pkg/DESCR # echo c - p5-IRC mkdir -p p5-IRC > /dev/null 2>&1 echo x - p5-IRC/Makefile sed 's/^X//' >p5-IRC/Makefile << 'END-of-p5-IRC/Makefile' X# New ports collection makefile for: p5-IRC X# Version required: 0.59 X# Date created: 07 August 1999 X# Whom: Chris D. Faulhaber X# X# $Id:$ X# X XDISTNAME= Net-IRC-0.59 XPKGNAME= p5-IRC-0.59 XCATEGORIES= irc perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Net X XMAINTAINER= jedgar@fxp.org X XUSE_PERL5= YES X XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= \ X Net::Connection.3 \ X Net::DCC.3 \ X Net::Event.3 \ X Net::IRC.3 X Xdo-configure: X @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL X X.include END-of-p5-IRC/Makefile echo c - p5-IRC/files mkdir -p p5-IRC/files > /dev/null 2>&1 echo x - p5-IRC/files/md5 sed 's/^X//' >p5-IRC/files/md5 << 'END-of-p5-IRC/files/md5' XMD5 (Net-IRC-0.59.tar.gz) = 6caa4bb6accdd9c33e8b37e8ffd77f3d END-of-p5-IRC/files/md5 echo c - p5-IRC/pkg mkdir -p p5-IRC/pkg > /dev/null 2>&1 echo x - p5-IRC/pkg/PLIST sed 's/^X//' >p5-IRC/pkg/PLIST << 'END-of-p5-IRC/pkg/PLIST' Xlib/perl5/site_perl/%%PERL_VER%%/Net/IRC.pm Xlib/perl5/site_perl/%%PERL_VER%%/Net/IRC/Connection.pm Xlib/perl5/site_perl/%%PERL_VER%%/Net/IRC/DCC.pm Xlib/perl5/site_perl/%%PERL_VER%%/Net/IRC/Event.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/IRC/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/IRC X@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/IRC END-of-p5-IRC/pkg/PLIST echo x - p5-IRC/pkg/COMMENT sed 's/^X//' >p5-IRC/pkg/COMMENT << 'END-of-p5-IRC/pkg/COMMENT' XPerl5 modules to implement the IRC protocol (RFC 1459) END-of-p5-IRC/pkg/COMMENT echo x - p5-IRC/pkg/DESCR sed 's/^X//' >p5-IRC/pkg/DESCR << 'END-of-p5-IRC/pkg/DESCR' XWelcome to Net::IRC, a work in progress. First intended to Xbe a quick tool for writing an IRC script in Perl, XNet::IRC has grown into a comprehensive Perl Ximplementation of the IRC protocol (RFC 1459), supported Xand developed by several members of the EFnet IRC channel X#perl. X XThere are 4 component modules which make up Net::IRC: X XNet::IRC X The wrapper for everything else, containing methods X to generate Connection objects (see below) and a X connection manager which does an event loop on all X available filehandles. Sockets or files which are X readable (or writable, or whatever you want it to X select() for) get passed to user-supplied handler X subroutines in other packages or in user code. X XNet::IRC::Connection X X The big time sink on this project. Each Connection X instance is a single connection to an IRC server. The X module itself contains methods for every single IRC X command available to users (Net::IRC isn't designed X for writing servers, for obvious reasons), methods to X set, retrieve, and call handler functions which the X user can set (more on this later), and too many cute X comments. Hey, what can I say, we were bored. X XNet::IRC::Event X X Kind of a struct-like object for storing info about X things that the IRC server tells you (server X responses, channel talk, joins and parts, et cetera). X It records who initiated the event, who it affects, X the event type, and any other arguments provided for X that event. Incidentally, the only argument passed to X a handler function. X XNet::IRC::DCC X X The analogous object to Connection.pm for connecting, X sending and retrieving with the DCC protocol. X Instances of DCC.pm are invoked from X Connection->new_{send,get,chat} in the same way that X IRC->newconn invokes Connection->new. This will make X more sense later, we promise. END-of-p5-IRC/pkg/DESCR exit >Release-Note: >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 Aug 7 18:42: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A212314CCA for ; Sat, 7 Aug 1999 18:42:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA23830; Sat, 7 Aug 1999 18:40:56 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from blues.ghis.net (pppc2-97.eisa.net.au [203.166.251.217]) by hub.freebsd.org (Postfix) with ESMTP id 06C5614C88 for ; Sat, 7 Aug 1999 18:40:16 -0700 (PDT) (envelope-from jim@blues.ghis.net) Received: (from jim@localhost) by blues.ghis.net (8.9.3/8.9.3) id LAA58173; Sun, 8 Aug 1999 11:36:59 +1000 (EST) (envelope-from jim) Message-Id: <199908080136.LAA58173@blues.ghis.net> Date: Sun, 8 Aug 1999 11:36:59 +1000 (EST) From: jim@blues.ghis.net Reply-To: jim@blues.ghis.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13018: new port: gaddr-1.1.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13018 >Category: ports >Synopsis: new port: gaddr-1.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: Sat Aug 7 18:40:55 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jim Mock >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: New port of gaddr, a gtk (and optionally, GNOME) address book. >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: # # gaddr # gaddr/Makefile # gaddr/files # gaddr/files/md5 # gaddr/pkg # gaddr/pkg/COMMENT # gaddr/pkg/DESCR # gaddr/pkg/PLIST # gaddr/patches # gaddr/patches/patch-aa # gaddr/patches/patch-ab # echo c - gaddr mkdir -p gaddr > /dev/null 2>&1 echo x - gaddr/Makefile sed 's/^X//' >gaddr/Makefile << 'END-of-gaddr/Makefile' X# New ports collection makefile for: gaddr X# Version required: 1.1.2 X# Date created: 8 August 1999 X# Whom: Jim Mock X# X# $Id$ X# X XDISTNAME= gaddr-1.1.2 XCATEGORIES= deskutils XMASTER_SITES= http://www.cse.unl.edu/~cluening/gaddr/ X XMAINTAINER= jim@blues.ghis.net X XLIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 X XGTK_CONFIG?= ${X11BASE}/bin/gtk12-config X XUSE_X_PREFIX= yes XGNU_CONFIGURE= yes X X.if defined(USE_GNOME) XCONFIGURE_ARGS+= --enable-gnome X.endif X XCONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" X Xpost-install: X @strip ${PREFIX}/bin/gaddr X X.include END-of-gaddr/Makefile echo c - gaddr/files mkdir -p gaddr/files > /dev/null 2>&1 echo x - gaddr/files/md5 sed 's/^X//' >gaddr/files/md5 << 'END-of-gaddr/files/md5' XMD5 (gaddr-1.1.2.tar.gz) = 55f178fd9a296815984b2d57cb678d0f END-of-gaddr/files/md5 echo c - gaddr/pkg mkdir -p gaddr/pkg > /dev/null 2>&1 echo x - gaddr/pkg/COMMENT sed 's/^X//' >gaddr/pkg/COMMENT << 'END-of-gaddr/pkg/COMMENT' XA GTK (and optionally, GNOME) address book END-of-gaddr/pkg/COMMENT echo x - gaddr/pkg/DESCR sed 's/^X//' >gaddr/pkg/DESCR << 'END-of-gaddr/pkg/DESCR' Xgaddr is a nice simple little address book written using the GTK+ Xwidget set. It holds addresses and any other information you want to Xknow about a person. It basically acts like a pile of alphabetized X3x5 cards on which you can write whatever your little heart desires. X XWWW: http://www.cse.unl.edu/~cluening/gaddr/ X X- Jim END-of-gaddr/pkg/DESCR echo x - gaddr/pkg/PLIST sed 's/^X//' >gaddr/pkg/PLIST << 'END-of-gaddr/pkg/PLIST' Xbin/gaddr END-of-gaddr/pkg/PLIST echo c - gaddr/patches mkdir -p gaddr/patches > /dev/null 2>&1 echo x - gaddr/patches/patch-aa sed 's/^X//' >gaddr/patches/patch-aa << 'END-of-gaddr/patches/patch-aa' X--- db.c.orig Sun Aug 8 10:58:13 1999 X+++ db.c Sun Aug 8 10:58:27 1999 X@@ -19,7 +19,7 @@ X X #include X #include X-#include X+#include X #include "db.h" X X /* Definition of a record in linked list END-of-gaddr/patches/patch-aa echo x - gaddr/patches/patch-ab sed 's/^X//' >gaddr/patches/patch-ab << 'END-of-gaddr/patches/patch-ab' X--- Makefile.in.orig Sun Aug 8 11:12:01 1999 X+++ Makefile.in Sun Aug 8 11:14:15 1999 X@@ -1,7 +1,7 @@ X # Makefile for gaddr X # Cory Lueninghoener 1999 (cluenin1@bigred.unl.edu) X X-CC=gcc X+CC?=gcc X #CC=cc X #DEBUG=--debug X X@@ -28,4 +28,4 @@ X rm -f gaddr X X install: gaddr X- cp gaddr /usr/X11R6/bin/gaddr X+ @/usr/bin/install -c -o 0 -g 0 -s -m 755 gaddr ${PREFIX}/bin END-of-gaddr/patches/patch-ab exit >Release-Note: >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 Aug 7 20:41:33 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 26B2914CFC for ; Sat, 7 Aug 1999 20:41:30 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA29789; Sat, 7 Aug 1999 20:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from pawn.primelocation.net (pawn.primelocation.net [205.161.238.235]) by hub.freebsd.org (Postfix) with ESMTP id 6903314CFC for ; Sat, 7 Aug 1999 20:31:50 -0700 (PDT) (envelope-from jedgar@pawn.primelocation.net) Received: by pawn.primelocation.net (Postfix, from userid 1003) id DFE7FF818; Sat, 7 Aug 1999 23:29:27 -0400 (EDT) Message-Id: <19990808032927.DFE7FF818@pawn.primelocation.net> Date: Sat, 7 Aug 1999 23:29:27 -0400 (EDT) From: jedgar@fxp.org Reply-To: jedgar@fxp.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13019: New port: pan -- Threaded GNOME newsreader Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13019 >Category: ports >Synopsis: New port: pan -- Threaded GNOME newsreader >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 Aug 7 20:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris D. Faulhaber >Release: FreeBSD 3.2-STABLE i386 >Organization: BUGO - BSD Users Group of Orlando >Environment: >Description: New port of pan -- a threaded GNOME newsreader. >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: # # pan # pan/Makefile # pan/files # pan/files/md5 # pan/pkg # pan/pkg/PLIST # pan/pkg/COMMENT # pan/pkg/DESCR # pan/patches # pan/patches/patch-aa # echo c - pan mkdir -p pan > /dev/null 2>&1 echo x - pan/Makefile sed 's/^X//' >pan/Makefile << 'END-of-pan/Makefile' X# New ports collection makefile for: pan X# Version required: 0.4.3 X# Date created: 07 August 1999 X# Whom: Chris D. Faulhaber X# X# $Id:$ X# X XDISTNAME= pan-0.4.3 XCATEGORIES= news gnome XMASTER_SITES= ftp://source.rebelbase.com/pub/pan/ X XMAINTAINER= jedgar@fxp.org X XLIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm \ X gnome.2:${PORTSDIR}/x11/gnomelibs X XGLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config XGTK_CONFIG?= ${X11BASE}/bin/gtk12-config X XUSE_X_PREFIX= yes XUSE_GMAKE= yes XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --with-x XCONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \ X GLIB_CONFIG="${GLIB_CONFIG}" \ X GTK_CONFIG="${GTK_CONFIG}" \ X LIBS="-L${LOCALBASE}/lib" X X.include X X.if ${OSVERSION} < 300000 Xpre-fetch: X @${ECHO} X @${ECHO} "Must have FreeBSD-3.0 or greater due to" X @${ECHO} "the use of the thread library." X @${ECHO} X.endif X X.include END-of-pan/Makefile echo c - pan/files mkdir -p pan/files > /dev/null 2>&1 echo x - pan/files/md5 sed 's/^X//' >pan/files/md5 << 'END-of-pan/files/md5' XMD5 (pan-0.4.3.tar.gz) = 4a1cf450c44150c244f228a00af349e7 END-of-pan/files/md5 echo c - pan/pkg mkdir -p pan/pkg > /dev/null 2>&1 echo x - pan/pkg/PLIST sed 's/^X//' >pan/pkg/PLIST << 'END-of-pan/pkg/PLIST' Xbin/pan END-of-pan/pkg/PLIST echo x - pan/pkg/COMMENT sed 's/^X//' >pan/pkg/COMMENT << 'END-of-pan/pkg/COMMENT' Xpan -- Threaded GNOME newsreader based on Agent for Windows END-of-pan/pkg/COMMENT echo x - pan/pkg/DESCR sed 's/^X//' >pan/pkg/DESCR << 'END-of-pan/pkg/DESCR' XPimp Ass Newsreader (PAN) X------------------------- X XThreaded GNOME newsreader based on Agent for Windows. END-of-pan/pkg/DESCR echo c - pan/patches mkdir -p pan/patches > /dev/null 2>&1 echo x - pan/patches/patch-aa sed 's/^X//' >pan/patches/patch-aa << 'END-of-pan/patches/patch-aa' X--- configure.orig Wed Aug 4 15:30:02 1999 X+++ configure Sat Aug 7 22:50:40 1999 X@@ -1662,14 +1662,14 @@ X exit X fi X X-echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6 X-echo "configure:1667: checking for pthread_create in -lpthread" >&5 X+echo $ac_n "checking for pthread_create in -pthread""... $ac_c" 1>&6 X+echo "configure:1667: checking for pthread_create in -pthread" >&5 X ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'` X if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then X echo $ac_n "(cached) $ac_c" 1>&6 X else X ac_save_LIBS="$LIBS" X-LIBS="-lpthread $LIBS" X+LIBS="-pthread $LIBS" X cat > conftest.$ac_ext <&6 X@@ -1749,9 +1749,9 @@ X echo ; X exit X else X- GLIB_LIBS=`glib-config --libs gthread` X- GLIB_CFLAGS=`glib-config --cflags gthread` X- GLIB_VERSION=`glib-config --version` X+ GLIB_LIBS=`$GLIB_CONFIG --libs gthread` X+ GLIB_CFLAGS=`$GLIB_CONFIG --cflags gthread` X+ GLIB_VERSION=`$GLIB_CONFIG --version` X X LIBS="$LIBS $GLIB_LIBS" X CFLAGS="$CFLAGS $GLIB_CFLAGS" END-of-pan/patches/patch-aa exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message