From owner-freebsd-ports Sun Jul 25 1:39:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from kirk.giovannelli.it (kirk.giovannelli.it [194.184.65.4]) by hub.freebsd.org (Postfix) with ESMTP id 005AC14EA0; Sun, 25 Jul 1999 01:39:00 -0700 (PDT) (envelope-from gmarco@giovannelli.it) Received: from giovannelli.it (ppp-massa52-64-56.iol.it [212.52.64.56]) by kirk.giovannelli.it (8.9.3/8.9.3) with ESMTP id KAA05841; Sun, 25 Jul 1999 10:36:28 +0200 (CEST) (envelope-from gmarco@giovannelli.it) Message-ID: <379ACD46.69BB36E4@giovannelli.it> Date: Sun, 25 Jul 1999 10:39:34 +0200 From: Gianmarco Giovannelli X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: ports@freebsd.org, dirk@freebsd.org, chat@freebsd.org Subject: Is there a mysql user that want to save a FreeBSD box ? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Sorry for crossposting in ports, chat ad to mantainer itself... but all my previous email on this topic were not answered, but I really need a quick , very quick answer... Hi, I am doing a project for my university and I need to use a database. We worked great with PostreSQL, but now it has a big limitation on the query size (8kb) and we have to add text records (via Web) of about 70-100kb so we have to looking for other options. We arrive to MySql that seems to not suffers from this limitation and I have installed it, but our port seems not able to make the MySql socket /tmp/mysql.sock at all... We need that because the product we are using for manage the database remotely is HeiTML and it needs it to work. The bad news is that the LINUX rpm package works well and it create the right socket. Linux [root@seaside /]# find . -name "*.sock" -print ./var/lib/mysql/mysql.sock [root@seaside /]# FreeBSD seaside:/# find . -name "*.sock" -print seaside:/# and to make thing manually : seaside:/# /usr/local/etc/rc.d/mysql-server.sh mysql seaside:/# ll /tmp/ total 1 drwxrwxrwt 2 root wheel 512 Jul 25 09:48 vi.recover seaside:/# seaside:/# ps -auxc | grep mysql mysql 438 0.0 1.4 11008 1856 p2 I 10:33AM 0:00.03 mysqld Now on tuesday perhaps I have to wipe my FreeBSD (freebsd.ds.unifi.it) box (it was the first in a Linux jungle, and perhaps :-( also the last) and installed another Linux box. It was a very annoying thing because I make a big advocacy to FreeBSD there and I think I can continue to replace Linux boxes with FreeBSD ones, but ... Probably is a my fault, and what seems a big problem is a little thing, but the default port installed by a plain make install in the port dir make this situation and I was not able to correct this. I really tried to change the configure args by adding the line to explicit set the path of the socket but also that is not working... I then dig in the script that starts the server (/usr/local/bin/safe_mysqld)and I found : #Default communication ports #MYSQL_TCP_PORT=3306 if test -z "$MYSQL_UNIX_PORT" then MYSQL_UNIX_PORT="/tmp/mysql.sock" export MYSQL_UNIX_PORT fi #export MYSQL_TCP_PORT that seems to handle the socket, but probably make the right thing, becaus e the socket is never created... Please let me know... Thanks for attention... -- Regards... Gianmarco "Unix expert since yesterday" http://www.giovannelli.it To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 25 7: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 579AA14EE7 for ; Sun, 25 Jul 1999 07:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA22435; Sun, 25 Jul 1999 07:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by hub.freebsd.org (Postfix) with ESMTP id F21A914EE7 for ; Sun, 25 Jul 1999 07:08:18 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: (from andy@localhost) by icc.surw.chel.su (8.9.2/8.8.8) id SAA61175; Sun, 25 Jul 1999 18:05:09 +0400 (MSD) (envelope-from andy) Message-Id: <199907251405.SAA61175@icc.surw.chel.su> Date: Sun, 25 Jul 1999 18:05:09 +0400 (MSD) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12805: New port: freesweep-0.86 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12805 >Category: ports >Synopsis: New port: freesweep-0.86 >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 Jul 25 07:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Andrey Zakhvatov >Release: FreeBSD 3.1-RELEASE i386 >Organization: South Ural Railway ICC >Environment: >Description: This is a port of minesweeper-style game for text-mode terminals Features include boards up to 1024x1024 and saving and loading the boards. WWW: http://www.upl.cs.wisc.edu/~hartmann/sweep/ # 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: # # freesweep-0.86 # freesweep-0.86/Makefile # freesweep-0.86/files # freesweep-0.86/files/md5 # freesweep-0.86/pkg # freesweep-0.86/pkg/COMMENT # freesweep-0.86/pkg/DESCR # freesweep-0.86/pkg/PLIST # freesweep-0.86/patches # freesweep-0.86/patches/patch-aa # echo c - freesweep-0.86 mkdir -p freesweep-0.86 > /dev/null 2>&1 echo x - freesweep-0.86/Makefile sed 's/^X//' >freesweep-0.86/Makefile << 'END-of-freesweep-0.86/Makefile' X# New ports collection makefile for: freesweep X# Version required: 0.86 X# Date created: 25 July 1999 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= freesweep-0.86 XCATEGORIES= games XMASTER_SITES= http://www.upl.cs.wisc.edu/~hartmann/sweep/ X XMAINTAINER= andy@icc.surw.chel.su X XALL_TARGET= XGNU_CONFIGURE= yes XUSE_GMAKE= yes X XMAN6= freesweep.6 X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKSRC}/freesweep ${PREFIX}/bin X @ ${INSTALL_MAN} ${WRKSRC}/freesweep.6 ${PREFIX}/man/man6 X Xpost-install: X.if !defined(NOPORTDOCS) X @ ${MKDIR} ${PREFIX}/share/doc/freesweep X @ ${INSTALL_DATA} ${WRKSRC}/CHANGES ${PREFIX}/share/doc/freesweep X @ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/freesweep X.endif X X.include END-of-freesweep-0.86/Makefile echo c - freesweep-0.86/files mkdir -p freesweep-0.86/files > /dev/null 2>&1 echo x - freesweep-0.86/files/md5 sed 's/^X//' >freesweep-0.86/files/md5 << 'END-of-freesweep-0.86/files/md5' XMD5 (freesweep-0.86.tar.gz) = df49495b8fb807e55febc0553e0cd704 END-of-freesweep-0.86/files/md5 echo c - freesweep-0.86/pkg mkdir -p freesweep-0.86/pkg > /dev/null 2>&1 echo x - freesweep-0.86/pkg/COMMENT sed 's/^X//' >freesweep-0.86/pkg/COMMENT << 'END-of-freesweep-0.86/pkg/COMMENT' XMinesweeper-style game for text-mode terminals END-of-freesweep-0.86/pkg/COMMENT echo x - freesweep-0.86/pkg/DESCR sed 's/^X//' >freesweep-0.86/pkg/DESCR << 'END-of-freesweep-0.86/pkg/DESCR' XMinesweeper-type game for text-mode terminals. Features Xinclude boards up to 1024x1024 and saving and loading the boards. X XWWW: http://www.upl.cs.wisc.edu/~hartmann/sweep/ END-of-freesweep-0.86/pkg/DESCR echo x - freesweep-0.86/pkg/PLIST sed 's/^X//' >freesweep-0.86/pkg/PLIST << 'END-of-freesweep-0.86/pkg/PLIST' Xbin/freesweep Xshare/doc/freesweep/CHANGES Xshare/doc/freesweep/README X@dirrm share/doc/freesweep END-of-freesweep-0.86/pkg/PLIST echo c - freesweep-0.86/patches mkdir -p freesweep-0.86/patches > /dev/null 2>&1 echo x - freesweep-0.86/patches/patch-aa sed 's/^X//' >freesweep-0.86/patches/patch-aa << 'END-of-freesweep-0.86/patches/patch-aa' X--- sweep.h.in Sun Jul 25 03:39:50 1999 X+++ /home/andy/tmp/wrk/sweep.h.in Sun Jul 25 17:51:44 1999 X@@ -36,7 +36,7 @@ X #include X X #ifdef HAVE_LIBNCURSES X-#include "@NCURSES_HINT@/include/curses.h" X+#include X #else /* HAVE_LIBNCURSES */ X #include X #endif /* HAVE_LIBNCURSES */ END-of-freesweep-0.86/patches/patch-aa exit >How-To-Repeat: >Fix: Please, check and commit this port. >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 Jul 25 7:53:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from hermit.bcs.nostrum.com (hermit.bcs.nostrum.com [206.28.8.2]) by hub.freebsd.org (Postfix) with ESMTP id 9DBFD1516E; Sun, 25 Jul 1999 07:53:15 -0700 (PDT) (envelope-from daved@nostrum.com) Received: (from daved@localhost) by hermit.bcs.nostrum.com (8.9.3/8.9.3) id JAA54028; Sun, 25 Jul 1999 09:52:24 -0500 (CDT) Date: Sun, 25 Jul 1999 09:52:23 -0500 From: Dave Duchscher To: Gianmarco Giovannelli Cc: ports@FreeBSD.ORG, dirk@FreeBSD.ORG, chat@FreeBSD.ORG Subject: Re: Is there a mysql user that want to save a FreeBSD box ? Message-ID: <19990725095223.A53952@hermit.bcs.nostrum.com> References: <379ACD46.69BB36E4@giovannelli.it> Mime-Version: 1.0 Content-Type: multipart/signed; boundary=cWoXeonUoKmBZSoM; micalg=pgp-md5; protocol="application/pgp-signature" X-Mailer: Mutt 0.95.5i In-Reply-To: <379ACD46.69BB36E4@giovannelli.it>; from Gianmarco Giovannelli on Sun, Jul 25, 1999 at 10:39:34AM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --cWoXeonUoKmBZSoM Content-Type: text/plain; charset=us-ascii > Sorry for crossposting in ports, chat ad to mantainer itself... but > all my previous email on this topic were not answered, but I really > need a quick , very quick answer... Then you should probably read the supplied docs. From the online manual: http://www.tcx.se/Manual_chapter/manual_Installing.html#FreeBSD http://www.tcx.se/Manual_chapter/manual_Installing.html#MIT-pthreads * MIT-pthreads doesn't support the `AF_UNIX' protocol used to implement Unix sockets. This means that if you compile using MIT-pthreads, all connections must be made using TCP/IP (which is a little slower). If you find after building *MySQL* that you cannot connect to the local server, it may be that your client is attempting to connect to `localhost' using a Unix socket as the default. Try making a TCP/IP connection with `mysql' by using a host option (`-h' or `--host') to specify the local host name explicitly. The default on FreeBSD is to compile MySQL with MIT-pthreads. When using the port, there is an option to use native threads which I believe does not have this limitation. Here is the message that is printed when you make the port: You may set NATIVE_THREADS (make NATIVE_THREADS=yes) to compile mysql with the native FreeBSD threads (libc_r). Warning: There are still some bugs in libc_r which prevent 'mysqladmin shutdown' from working properly and killing mysqld might not work. DaveD --cWoXeonUoKmBZSoM Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: kSwspWwCu7QMad+dmOhYanNQmghA+212 iQCVAwUBN5sWk/sJYFdBGj/VAQFe7gQAn/FJtt1jaxtOMfPjlNT0nZYXdWuVyczm KVP5T8TQ2QEngrWu7D9cY43/NlhPnt8I+aOYjQ9jxzBkwY3pi+HqYKhK5XY43Xen vqzOexa/s9yGQUqzo+hbAaQosf3DDnQ5W+/y8xPBy2AoD6+QG2no7HnMiGktYrNm OJjfxNhOZcg= =ApCm -----END PGP SIGNATURE----- --cWoXeonUoKmBZSoM-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 25 8:22: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from the.oneinsane.net (the.oneinsane.net [207.113.133.228]) by hub.freebsd.org (Postfix) with ESMTP id 254B214CCD for ; Sun, 25 Jul 1999 08:22:02 -0700 (PDT) (envelope-from insane@lunatic.oneinsane.net) Received: from lunatic.oneinsane.net (insane@lunatic.oneinsane.net [207.113.133.231]) by the.oneinsane.net (8.9.3/8.9.3) with ESMTP id IAA28888; Sun, 25 Jul 1999 08:20:20 -0700 (PDT) Received: (from insane@localhost) by lunatic.oneinsane.net (8.9.3/8.9.3) id IAA59531; Sun, 25 Jul 1999 08:20:15 -0700 (PDT) (envelope-from insane) Date: Sun, 25 Jul 1999 08:20:15 -0700 From: "Ron 'The InSaNe One' Rosson" To: jim@phrantic.phear.net Cc: freebsd-ports@freebsd.org Subject: xchat not scrolling properly Message-ID: <19990725082015.A55628@lunatic.oneinsane.net> Reply-To: Ron Rosson Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i X-Operating-System: FreeBSD lunatic.oneinsane.net 3.2-STABLE X-Opinion: What you read here is my IMHO X-Disclaimer: I am a firm believer in RTFM X-WWW: http://www.oneinsane.net X-PGP-KEY: http://www.oneinsane.net/~insane/insane-pgp5i.txt X-Uptime: 8:18AM up 3 days, 16:39, 1 user, load averages: 0.25, 0.30, 0.26 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Just tried out xchat 1.1.2 through 1.1.4 and I like what I see but when I try to use transparent background with or without tin the scrolling of the window stops on all of them. Have you seen this before.. and if so do you know of a fix other than running it without ZVT. TIA -- ------------------------------------------------------------------- Ron Rosson ... and a UNIX user said ... The InSaNe One rm -rf * insane@oneinsane.net and all was null and void ------------------------------------------------------------------- I plead contemporary insanity To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 25 9:22: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from kirk.giovannelli.it (kirk.giovannelli.it [194.184.65.4]) by hub.freebsd.org (Postfix) with ESMTP id B954D15175; Sun, 25 Jul 1999 09:22:02 -0700 (PDT) (envelope-from gmarco@giovannelli.it) Received: from giovannelli.it (ppp-massa52-64-30.iol.it [212.52.64.30]) by kirk.giovannelli.it (8.9.3/8.9.3) with ESMTP id SAA06295; Sun, 25 Jul 1999 18:21:22 +0200 (CEST) (envelope-from gmarco@giovannelli.it) Message-ID: <379B3A2C.21311667@giovannelli.it> Date: Sun, 25 Jul 1999 18:24:12 +0200 From: Gianmarco Giovannelli X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: chat@freebsd.org, ports@freebsd.org Subject: Re: Is there a mysql user that want to save a FreeBSD box ? References: <379ACD46.69BB36E4@giovannelli.it> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thanks to everyone for the lot of answers about my problem... Now I have the socket. :-) I also discovered the problem was also pointed out in the manual. But it was not so easy to find it. I am not an expert user and very difficult I could associate the MIT-pthreads (which are for me a very obscure thing right now :-) to the fact my socket don't come out... Perhaps when the new port of MySql is coming out we can think to improve with a more verbose note that can point out better the problem... So instead of only : "You may set NATIVE_THREADS (make NATIVE_THREADS=yes) to compile mysql with the native FreeBSD threads (libc_r). Warning: There are still some bugs in libc_r which prevent 'mysqladmin shutdown' from working properly and killing mysqld might not work." I think we can add also a line explaing that if you don't use this NATIVE_THREADS opt you can't use the socket as well.. Thanks very much to everyone who has kindly answered me... -- Regards... Gianmarco "Unix expert since yesterday" http://www.giovannelli.it To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 25 10: 0: 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 2E69914CBA; Sun, 25 Jul 1999 10:00:02 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA73420; Sun, 25 Jul 1999 10:00:01 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Date: Sun, 25 Jul 1999 10:00:01 -0700 (PDT) From: Message-Id: <199907251700.KAA73420@freefall.freebsd.org> To: obrien@FreeBSD.org, freebsd-ports@FreeBSD.org, obrien@FreeBSD.org Subject: Re: ports/12787: port of GNU helloworld Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: port of GNU helloworld Responsible-Changed-From-To: freebsd-ports->obrien Responsible-Changed-By: obrien Responsible-Changed-When: Sun Jul 25 09:58:51 PDT 1999 Responsible-Changed-Why: I'll see if this is worth importing. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 25 10: 5:11 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 CE4D514CBA for ; Sun, 25 Jul 1999 10:05:05 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (iras-1-91.ucdavis.edu [169.237.16.91]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id KAA90816; Sun, 25 Jul 1999 10:02:14 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id KAA25170; Sun, 25 Jul 1999 10:02:12 -0700 (PDT) (envelope-from obrien) Date: Sun, 25 Jul 1999 10:02:11 -0700 From: "David O'Brien" To: Marc van Woerkom Cc: ports@FreeBSD.ORG Subject: Re: wacky logic. Message-ID: <19990725100211.A25104@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG References: <199907242132.XAA02190@oranje.my.domain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <199907242132.XAA02190@oranje.my.domain>; from Marc van Woerkom on Sat, Jul 24, 1999 at 11:32:30PM +0200 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 > Besides that, the last time I looked at GNU hello, I thought it was > just a demo to show GNU coding and packaging standards - does it have a use Last I looked it was just a demo to show GNU coding style. I've assigned the PR to me and will take a look at it. If the port is what I think it is, I will not commit it. The package would be useless for GNUhelloworld's purpose [that I know of]. And if you can figure out how to bulid the port, you already know enough programming to be beyond what GNUhelloworld can do for you. -- -- 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 Sun Jul 25 15:39: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from alpha.bevcomm.net (alpha.bevcomm.net [206.9.84.2]) by hub.freebsd.org (Postfix) with ESMTP id 1268C14DDA for ; Sun, 25 Jul 1999 15:38:59 -0700 (PDT) (envelope-from prentice@bevcomm.net) Received: from prentice (cisco2-port17.bevcomm.net [206.9.84.117]) by alpha.bevcomm.net (8.8.8/8.8.3) with SMTP id RAA03800 for ; Sun, 25 Jul 1999 17:38:02 -0500 (CDT) Message-ID: <000701bed763$969601e0$755409ce@prentice> From: "george prentice" To: Subject: Date: Mon, 26 Jul 1999 05:37:11 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0004_01BED728.E8938C00" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3155.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0004_01BED728.E8938C00 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable ------=_NextPart_000_0004_01BED728.E8938C00 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
 
------=_NextPart_000_0004_01BED728.E8938C00-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 25 18: 1:34 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 5EF3D14CA3 for ; Sun, 25 Jul 1999 18:01:32 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA98591; Sun, 25 Jul 1999 18:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 25 Jul 1999 18:00:02 -0700 (PDT) Message-Id: <199907260100.SAA98591@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: Marcel Moolenaar Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/12748: linux_base-5.2 and linux communicator problem Date: Mon, 26 Jul 1999 02:48:17 +0200 Marcel Moolenaar wrote: > ... > > Anyway, I'll await your mail. > Hello Marcel! I guess you can close the PR. It works fine for me at home. I'll try getting it going at the office next week or so; it'll probably work just fine; could have been an nfs glitch or something, I'm not sure. Now I know it works fine on a standalone machine. Keep up the good work ;-) /Palle To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 26 0:50: 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 E3A5114C01 for ; Mon, 26 Jul 1999 00:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA23545; Mon, 26 Jul 1999 00:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 26 Jul 1999 00:50:01 -0700 (PDT) Message-Id: <199907260750.AAA23545@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Jim Mock Subject: Re: ports/12798: update port: xchat-1.1.3 to 1.1.4 Reply-To: Jim Mock Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12798; it has been noted by GNATS. From: Jim Mock To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/12798: update port: xchat-1.1.3 to 1.1.4 Date: Mon, 26 Jul 1999 17:40:59 +1000 On Sun, 25 Jul 1999 at 12:48:53 +1000, jim@blues.ghis.net wrote: > > >Number: 12798 > >Category: ports > >Synopsis: update port: xchat-1.1.3 to 1.1.4 > >Confidential: no > >Severity: non-critical > >Priority: low > >Responsible: freebsd-ports > >State: open Please close this PR. 1.1.5 has been released.. I'll be sending the patch to go to that version tonight. - Jim -- - Jim Mock - jim@blues.ghis.net - systems administrator - ghis.NET - - work: http://www.ghis.net/ - personal: http://www.ghis.net/~jim/ - - FreeBSD 'zine: http://www.freebsdzine.org/ - jim@freebsdzine.org - - FreeBSD: http://advocacy.freebsd.org/ - jim@advocacy.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 Jul 26 1:13:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from blues.ghis.net (pppc1-22.eisa.net.au [203.166.251.22]) by hub.freebsd.org (Postfix) with ESMTP id 669CD15159 for ; Mon, 26 Jul 1999 01:13:18 -0700 (PDT) (envelope-from jim@blues.ghis.net) Received: (from jim@localhost) by blues.ghis.net (8.9.3/8.9.3) id SAA08072; Mon, 26 Jul 1999 18:12:57 +1000 (EST) (envelope-from jim) Date: Mon, 26 Jul 1999 18:12:57 +1000 From: Jim Mock To: "Ron 'The InSaNe One' Rosson" Cc: freebsd-ports@FreeBSD.ORG Subject: Re: xchat not scrolling properly Message-ID: <19990726181257.A7990@blues.ghis.net> Reply-To: jim@blues.ghis.net References: <19990725082015.A55628@lunatic.oneinsane.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.3i In-Reply-To: <19990725082015.A55628@lunatic.oneinsane.net> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 25 Jul 1999 at 08:20:15 -0700, Ron 'The InSaNe One' Rosson wrote: > Just tried out xchat 1.1.2 through 1.1.4 and I like what I see but > when I try to use transparent background with or without tin the > scrolling of the window stops on all of them. Have you seen this > before.. and if so do you know of a fix other than running it > without ZVT. I haven't seen it, but I don't think I've run it with ZVT. I'm working on patches to go to 1.1.5, and I'll play around with it and see if I can replicate what you're seeing. - Jim -- - Jim Mock - jim@blues.ghis.net - systems administrator - ghis.NET - - work: http://www.ghis.net/ - personal: http://www.ghis.net/~jim/ - - FreeBSD 'zine: http://www.freebsdzine.org/ - jim@freebsdzine.org - - FreeBSD: http://advocacy.freebsd.org/ - jim@advocacy.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 Jul 26 3: 1: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 C1AEA14FB6; Mon, 26 Jul 1999 03:01:14 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA36277; Mon, 26 Jul 1999 03:00:07 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Mon, 26 Jul 1999 03:00:07 -0700 (PDT) From: Message-Id: <199907261000.DAA36277@freefall.freebsd.org> To: sheldonh@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: pending/12802: Re: japanese/vfghostscript5 had been modified without Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Re: japanese/vfghostscript5 had been modified without Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: sheldonh Responsible-Changed-When: Mon Jul 26 02:59:08 PDT 1999 Responsible-Changed-Why: Misfiled PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 26 3: 2: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 E5A4C152EB; Mon, 26 Jul 1999 03:02:23 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA36388; Mon, 26 Jul 1999 03:00:42 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Mon, 26 Jul 1999 03:00:42 -0700 (PDT) From: Message-Id: <199907261000.DAA36388@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-ports@FreeBSD.org, taoka@FreeBSD.org Subject: Re: ports/12802: Re: japanese/vfghostscript5 had been modified without Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Re: japanese/vfghostscript5 had been modified without Responsible-Changed-From-To: freebsd-ports->taoka Responsible-Changed-By: sheldonh Responsible-Changed-When: Mon Jul 26 03:00:08 PDT 1999 Responsible-Changed-Why: It looks like the commit in question was his. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 26 3: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 6E2DA15324 for ; Mon, 26 Jul 1999 03:50:53 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA39731; Mon, 26 Jul 1999 03:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 0455A14BEE; Mon, 26 Jul 1999 03:40:07 -0700 (PDT) Message-Id: <19990726104007.0455A14BEE@hub.freebsd.org> Date: Mon, 26 Jul 1999 03:40:07 -0700 (PDT) From: sobomax@altavista.net To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/12814: [PATCH] New version of mpg123 port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12814 >Category: ports >Synopsis: [PATCH] New version of mpg123 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 Jul 26 03:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Maxim Sobolev >Release: 3.2-STABLE >Organization: Vega International Capital >Environment: FreeBSD vega 3.2-STABLE FreeBSD 3.2-STABLE #0: Sat Jul 24 15:19:41 EEST 1999 max@vega:/usr/src/sys/compile/VEGA i386 >Description: New version of mpg123 port >How-To-Repeat: >Fix: diff -ruN mpg123.orig/Makefile mpg123/Makefile --- mpg123.orig/Makefile Mon Jul 26 13:02:59 1999 +++ mpg123/Makefile Mon Jul 26 12:18:19 1999 @@ -6,9 +6,10 @@ # $Id: Makefile,v 1.11 1999/02/01 09:01:09 jkoshy Exp $ # -DISTNAME= mpg123-0.59q +DISTNAME= mpg123-0.59r CATEGORIES= audio -MASTER_SITES= http://www-ti.informatik.uni-tuebingen.de/~hippm/mpg123/ \ +MASTER_SITES= http://www.mpg123.de/mpg123/ \ + http://www-ti.informatik.uni-tuebingen.de/~hippm/mpg123/ \ ftp://ftp.tu-clausthal.de/pub/unix/audio/mpg123/ \ http://ftp.tu-clausthal.de/pub/unix/audio/mpg123/ diff -ruN mpg123.orig/files/md5 mpg123/files/md5 --- mpg123.orig/files/md5 Mon Jul 26 13:02:59 1999 +++ mpg123/files/md5 Mon Jul 26 12:17:11 1999 @@ -1 +1 @@ -MD5 (mpg123-0.59q.tar.gz) = 004b50277781704142964a728687224e +MD5 (mpg123-0.59r.tar.gz) = 95df59ad1651dd2346d49fafc83747e7 diff -ruN mpg123.orig/patches/patch-aa mpg123/patches/patch-aa --- mpg123.orig/patches/patch-aa Mon Jul 26 13:02:59 1999 +++ mpg123/patches/patch-aa Mon Jul 26 12:59:44 1999 @@ -1,5 +1,5 @@ ---- Makefile.orig Tue Jan 26 15:35:18 1999 -+++ Makefile Mon Jun 14 22:21:57 1999 +--- Makefile.orig Tue Jun 15 23:39:06 1999 ++++ Makefile Mon Jul 26 12:59:24 1999 @@ -4,7 +4,7 @@ # Where to install binary and manpage on "make install": @@ -9,16 +9,10 @@ BINDIR=$(PREFIX)/bin MANDIR=$(PREFIX)/man SECTION=1 -@@ -247,24 +247,27 @@ +@@ -285,14 +285,17 @@ #CFLAGS='-DI386_ASSEM -O2 -DREAL_IS_FLOAT -DLINUX -Wall -g' #CFLAGS='-DI386_ASSEM -DREAL_IS_FLOAT -DLINUX -Wall -O2 -m486 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -malign-loops=2 -malign-jumps=2 -malign-functions=2' -+.if $(PORTOBJFORMAT) == "elf" -+GETBITS=getbits.o -+.else -+GETBITS=getbits_.o -+.endif -+ +CC ?= cc +LDFLAGS = +CFLAGS ?=-O4 -m486 @@ -29,19 +23,24 @@ + freebsd: - $(MAKE) CC=cc LDFLAGS= \ -- OBJECTS='decode_i386.o dct64_i386.o getbits_.o audio_oss.o' \ +- OBJECTS='decode_i386.o dct64_i386.o audio_oss.o' \ - CFLAGS='-Wall -ansi -pedantic -O4 -m486 -fomit-frame-pointer \ - -funroll-all-loops -ffast-math -DROT_I386 \ - -DREAD_MMAP \ - -DI386_ASSEM -DREAL_IS_FLOAT -DUSE_MMAP -DOSS' \ -+ ${MAKE} OBJECTS='decode_i386.o dct64_i386.o $(GETBITS) audio_oss.o' \ +- mpg123-make ++ ${MAKE} OBJECTS='decode_i386.o dct64_i386.o audio_oss.o' \ ++ mpg123-make + + freebsd-esd: + $(MAKE) CC=cc LDFLAGS= \ +@@ -307,13 +310,8 @@ mpg123-make -- freebsd-frontend: - $(MAKE) CC=cc LDFLAGS= \ -- OBJECTS='decode_i386.o dct64_i386.o getbits_.o audio_oss.o \ -+ $(MAKE) OBJECTS='decode_i386.o dct64_i386.o $(GETBITS) audio_oss.o \ +- OBJECTS='decode_i386.o dct64_i386.o audio_oss.o \ ++ $(MAKE) OBJECTS='decode_i386.o dct64_i386.o audio_oss.o \ control_sajber.o control_tk3play.o' \ - CFLAGS='-Wall -ansi -pedantic -O4 -m486 -fomit-frame-pointer \ - -funroll-all-loops -ffast-math -DROT_I386 \ @@ -50,12 +49,3 @@ $(FRONTEND) -@@ -414,7 +417,7 @@ - @ $(MAKE) BINNAME=mpg123m mpg123 - - mpg123-make: -- @ $(MAKE) BINNAME=mpg123 mpg123 -+ @ $(MAKE) CFLAGS="$(CFLAGS)" BINNAME=mpg123 mpg123 - - mpg123: mpg123.o common.o $(OBJECTS) decode_2to1.o decode_4to1.o \ - tabinit.o audio.o layer1.o layer2.o layer3.o buffer.o \ diff -ruN mpg123.orig/pkg/DESCR mpg123/pkg/DESCR --- mpg123.orig/pkg/DESCR Mon Jul 26 13:02:59 1999 +++ mpg123/pkg/DESCR Mon Jul 26 12:16:35 1999 @@ -3,5 +3,5 @@ outputs them to stdout. file/URL is assumed to be an MPEG-1/2 audio bit stream. -WWW: http://mpg.123.org -http://www-ti.informatik.uni-tuebingen.de/~hippm/mpg123.html +WWW: http://www.mpg123.de/ + >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 Jul 26 4: 8: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 59E3814E86; Mon, 26 Jul 1999 04:08:18 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA43243; Mon, 26 Jul 1999 04:06:53 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Date: Mon, 26 Jul 1999 04:06:53 -0700 (PDT) From: Message-Id: <199907261106.EAA43243@freefall.freebsd.org> To: jkoshy@FreeBSD.org, freebsd-ports@FreeBSD.org, jkoshy@FreeBSD.org Subject: Re: ports/12814: [PATCH] New version of mpg123 port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] New version of mpg123 port Responsible-Changed-From-To: freebsd-ports->jkoshy Responsible-Changed-By: jkoshy Responsible-Changed-When: Mon Jul 26 04:06:29 PDT 1999 Responsible-Changed-Why: I'll handle this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 26 4:24: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 7FBB915076; Mon, 26 Jul 1999 04:24:43 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA44388; Mon, 26 Jul 1999 04:22:24 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Mon, 26 Jul 1999 04:22:24 -0700 (PDT) From: Message-Id: <199907261122.EAA44388@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-ports@FreeBSD.org, taoka@FreeBSD.org Subject: Re: ports/12774: Some severe inconvenience had been imposed to this port. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Some severe inconvenience had been imposed to this port. Responsible-Changed-From-To: freebsd-ports->taoka Responsible-Changed-By: sheldonh Responsible-Changed-When: Mon Jul 26 04:21:30 PDT 1999 Responsible-Changed-Why: It looks like the commit in question was done by taoka. If I'm wrong, please let me know. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 26 5:11: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 E34C714FCC for ; Mon, 26 Jul 1999 05:11:36 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA48392; Mon, 26 Jul 1999 05:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from dominik.saargate.de (dominik.saargate.de [212.88.132.246]) by hub.freebsd.org (Postfix) with ESMTP id 4366A14E89 for ; Mon, 26 Jul 1999 05:02:02 -0700 (PDT) (envelope-from domi@dominik.saargate.de) Received: (from domi@localhost) by dominik.saargate.de (8.9.3/8.9.3) id NAA89910; Mon, 26 Jul 1999 13:15:08 +0200 (CEST) (envelope-from domi) Message-Id: <199907261115.NAA89910@dominik.saargate.de> Date: Mon, 26 Jul 1999 13:15:08 +0200 (CEST) From: domi@saargate.de Reply-To: domi@saargate.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12817: gdict fix for conflict with dict port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12817 >Category: ports >Synopsis: gdict fix for conflict with dict port >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 Jul 26 05:10:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dominik Brettnacher >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: "dict", installed by the gdict port conflicts with "dict" from the dict port. Therefore the first one is renamed to "cdict". >How-To-Repeat: >Fix: diff -uNr gdict.old/Makefile gdict/Makefile --- gdict.old/Makefile Mon Jul 26 13:13:42 1999 +++ gdict/Makefile Mon Jul 26 13:10:57 1999 @@ -16,6 +16,6 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gdict ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/dict ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/cdict ${PREFIX}/bin .include diff -uNr gdict.old/pkg/PLIST gdict/pkg/PLIST --- gdict.old/pkg/PLIST Mon Jul 26 13:13:42 1999 +++ gdict/pkg/PLIST Mon Jul 26 13:13:49 1999 @@ -1,2 +1,2 @@ -bin/dict +bin/cdict bin/gdict >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 Jul 26 5:11: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 81AE114F61 for ; Mon, 26 Jul 1999 05:11:36 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA48372; Mon, 26 Jul 1999 05:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from dominik.saargate.de (dominik.saargate.de [212.88.132.246]) by hub.freebsd.org (Postfix) with ESMTP id B0CD714BE7 for ; Mon, 26 Jul 1999 05:02:05 -0700 (PDT) (envelope-from domi@dominik.saargate.de) Received: (from domi@localhost) by dominik.saargate.de (8.9.3/8.9.3) id NAA89630; Mon, 26 Jul 1999 13:08:16 +0200 (CEST) (envelope-from domi) Message-Id: <199907261108.NAA89630@dominik.saargate.de> Date: Mon, 26 Jul 1999 13:08:16 +0200 (CEST) From: Dominik Brettnacher Reply-To: domi@saargate.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12816: xsane update 0.29 -> 0.30 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12816 >Category: ports >Synopsis: xsane update 0.29 -> 0.30 >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 Jul 26 05:10:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dominik Brettnacher >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: diff -uNr xsane.old/Makefile xsane/Makefile --- xsane.old/Makefile Mon Jul 26 13:06:44 1999 +++ xsane/Makefile Mon Jul 26 12:56:56 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: xsane -# Version required: 0.26 +# Version required: 0.30 # Date created: Fri Apr 8 00:18:29 MET DST 1999 # Whom: domi@saargate.de # -# $Id: Makefile,v 1.5 1999/07/17 22:04:07 dirk Exp $ +# $Id$ # -DISTNAME= xsane-0.29 +DISTNAME= xsane-0.30 CATEGORIES= graphics MASTER_SITES= http://www.wolfsburg.de/~rauch/sane/ \ http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/ diff -uNr xsane.old/files/md5 xsane/files/md5 --- xsane.old/files/md5 Mon Jul 26 13:06:43 1999 +++ xsane/files/md5 Mon Jul 26 12:57:42 1999 @@ -1 +1 @@ -MD5 (xsane-0.29.tar.gz) = 382e917725f31aa9310a93fd334eea46 +MD5 (xsane-0.30.tar.gz) = b675dc80d7a50c681e85699d78782171 diff -uNr xsane.old/pkg/DESCR xsane/pkg/DESCR --- xsane.old/pkg/DESCR Mon Jul 26 13:06:43 1999 +++ xsane/pkg/DESCR Sun Jul 18 20:53:52 1999 @@ -1,2 +1,4 @@ XSANE is a gtk based X11 frontend for SANE (Scanner Access Now Easy). It works either standalone or as a GIMP plugin. + +WWW: http://www.wolfsburg.de/~rauch/sane/sane-xsane.html diff -uNr xsane.old/pkg/PLIST xsane/pkg/PLIST --- xsane.old/pkg/PLIST Mon Jul 26 13:06:43 1999 +++ xsane/pkg/PLIST Mon Jul 26 13:04:11 1999 @@ -8,14 +8,18 @@ share/sane/sane-xsane-advanced-doc.html share/sane/sane-xsane-copy-doc.html share/sane/sane-xsane-doc.html +share/sane/sane-xsane-enhancement-doc.html share/sane/sane-xsane-fax-doc.html share/sane/sane-xsane-gimp-doc.html share/sane/sane-xsane-histogram-doc.html share/sane/sane-xsane-main-doc.html +share/sane/brightness.gif share/sane/sane-xsane-preview-doc.html share/sane/sane-xsane-scan-doc.html share/sane/sane-xsane-setup-doc.html share/sane/sane-xsane-standard-doc.html +share/sane/contrast.gif +share/sane/gamma.gif share/sane/sane-logo.gif share/sane/sane-logo2.gif share/sane/sane-xsane-advanced.gif >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 Jul 26 8:14:15 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 5D40D1535E for ; Mon, 26 Jul 1999 08:14:06 -0700 (PDT) (envelope-from nbm@rucus.ru.ac.za) Received: (qmail 85870 invoked by uid 1003); 26 Jul 1999 15:14:34 -0000 Date: Mon, 26 Jul 1999 17:14:34 +0200 From: Neil Blakey-Milner To: ports@FreeBSD.org Subject: update on port configurator. Message-ID: <19990726171434.A80877@rucus.ru.ac.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Under http://rucus.ru.ac.za/~nbm/portconf/, In gportconf.jpg, you can see what the graphical client for portconf looks like at the moment. If you look at the screenshots off the main page, you'll be reminded what the non-graphical version looks like (although I'm still fighting with xml on it - either I'm rewriting it in C, libdialog, and libxml; or XML::Parser or some other perl parser and I need to make up) I'm not an expert on XML or GTK, so if I'm doing something wrong with either, I'd appreciate a pointer (obviously I'm trying to be buzzword compliant). I'll have source for gportconf linked up tomorrow. 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 Mon Jul 26 10:54: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 574C715134; Mon, 26 Jul 1999 10:54:24 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA16259; Mon, 26 Jul 1999 10:53:57 -0700 (PDT) (envelope-from sada@FreeBSD.org) Date: Mon, 26 Jul 1999 10:53:57 -0700 (PDT) From: Message-Id: <199907261753.KAA16259@freefall.freebsd.org> To: imura@cs.titech.ac.jp, sada@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12606: configure problem Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: configure problem State-Changed-From-To: open->closed State-Changed-By: sada State-Changed-When: Mon Jul 26 10:53:14 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 Jul 26 11: 0: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 2973314F16 for ; Mon, 26 Jul 1999 11:00:14 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA16692 for freebsd-ports@freebsd.org; Mon, 26 Jul 1999 11:00:13 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 26 Jul 1999 11:00:13 -0700 (PDT) Message-Id: <199907261800.LAA16692@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD ports list Subject: Current unassigned ports problem reports Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The report has been examined by a team member and evaluated. f - feedback The problem has been solved, and the originator has been given a patch or a fix has been committed. The PR remains in this state pending a response from the originator. s - suspended The problem is not being worked on. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1999/07/21] ports/12748ports linux_base-5.2 and linux communicator pro 1 problem total. 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/10] ports/12587ports update port russian/apache13 o [1999/07/14] ports/12637ports ports o [1999/07/16] ports/12660ports Fix for gethostbyname2() problem when usi o [1999/07/20] ports/12714ports dylan port doesn't compile o [1999/07/20] ports/12718ports new port: net/tund o [1999/07/21] ports/12732ports devel/glib12 build fails o [1999/07/21] ports/12746ports problem with bash-2.03(1) port (/usr/port o [1999/07/24] ports/12795ports security/sslproxy fails 19 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/23] ports/12371ports Request for add patch: gnome-core: GNOME 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/04] ports/12514ports Update ports: japanese/skkserv, kickup sc 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/12530ports squid22 port with --enable-ipf-transparen 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/12547ports Update: net/radiusd-ciston to beta18 o [1999/07/09] ports/12569ports A recursive descent parsing framework for 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/12593ports Update port: editors/gedit f [1999/07/11] ports/12596ports pidentd is unstable in 3.2 and 4.0 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/12] ports/12618ports poor trouble reporting by qpopper's pop_i o [1999/07/13] ports/12624ports New version of mxv which also works with o [1999/07/13] ports/12636ports Trafshow port gives error message sometim o [1999/07/14] ports/12639ports Port update: net/kicq o [1999/07/14] ports/12641ports update ports:game/bnetd 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/16] ports/12672ports netscape fails with "bus error" on RELENG 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/18] ports/12700ports Errors in mtools.conf file o [1999/07/18] ports/12701ports port of rpm2cpio (perl version) o [1999/07/19] ports/12708ports New port: www/bacon o [1999/07/19] ports/12709ports [PATCH] Upgrade the emulators/bochs port o [1999/07/20] ports/12711ports fix to rtsp-proxy port o [1999/07/20] ports/12713ports [New port] rtfm - FreeBSD documentation s 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/20] ports/12725ports Doing a 'make install' for bash2 gets ins o [1999/07/20] ports/12726ports p5-Pg fixed o [1999/07/21] ports/12735ports New ports: lang/ghc o [1999/07/21] ports/12737ports regex for checking load avergaes is wrong o [1999/07/21] ports/12739ports port for the AT&T's DjVu Netscape plug-in o [1999/07/21] ports/12741ports upgrade of devel/doc++ o [1999/07/21] ports/12747ports new port: games/linux_adom (ports/12581 s o [1999/07/21] ports/12750ports [PATCH] Update emulators/wine port to win o [1999/07/21] ports/12752ports Update for math/gnuplot+ o [1999/07/22] ports/12761ports sysutils/stat doesn't terminate buffer an o [1999/07/22] ports/12762ports upgrade for devel/boehm-gc from 4.12 to 4 o [1999/07/23] ports/12779ports Update port: editors/emacs20 o [1999/07/23] ports/12781ports GNOME port updates o [1999/07/24] ports/12786ports grap port update o [1999/07/24] ports/12788ports New port: gltron-0.31 o [1999/07/24] ports/12796ports Update of asmem port to version 1.3 o [1999/07/24] ports/12797ports update port: asbutton-0.2 to 0.3 o [1999/07/24] ports/12798ports update port: xchat-1.1.3 to 1.1.4 o [1999/07/24] ports/12799ports new port: bluefish-0.3.2 o [1999/07/25] ports/12805ports New port: freesweep-0.86 o [1999/07/26] ports/12816ports xsane update 0.29 -> 0.30 o [1999/07/26] ports/12817ports gdict fix for conflict with dict port 124 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 Jul 26 12:11:11 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 D6CAC14F27 for ; Mon, 26 Jul 1999 12:11:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA21757; Mon, 26 Jul 1999 12:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from dominik.saargate.de (dominik.saargate.de [212.88.132.246]) by hub.freebsd.org (Postfix) with ESMTP id 3F20014CC2 for ; Mon, 26 Jul 1999 12:03:45 -0700 (PDT) (envelope-from domi@dominik.saargate.de) Received: (from domi@localhost) by dominik.saargate.de (8.9.3/8.9.3) id UAA98759; Mon, 26 Jul 1999 20:04:41 +0200 (CEST) (envelope-from domi) Message-Id: <199907261804.UAA98759@dominik.saargate.de> Date: Mon, 26 Jul 1999 20:04:41 +0200 (CEST) From: domi@saargate.de Reply-To: domi@saargate.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12820: gtksql update 0.2 -> 0.3 with some changes Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12820 >Category: ports >Synopsis: gtksql update 0.2 -> 0.3 with some changes >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 Jul 26 12:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dominik Brettnacher >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: an update for gtksql from version 0.2 to 0.3 * maintainership has changed (the old maintainer, andy@icc.surw.chel.su gave "Ok" to this) * gtk 1.2.x is now used instead of 1.0.x * the use can choose between MySQL support and PostgreSQL support, or he can use both of them >How-To-Repeat: >Fix: diff -uNr gtksql.old/Makefile gtksql/Makefile --- gtksql.old/Makefile Mon Jul 26 19:59:52 1999 +++ gtksql/Makefile Mon Jul 26 19:41:03 1999 @@ -1,21 +1,47 @@ # New ports collection makefile for: gtksql -# Version required: 0.2 +# Version required: 0.3 # Date created: 19 November 1998 # Whom: Andrey Zakhvatov # # $Id: Makefile,v 1.1.1.1 1999/03/20 05:28:38 taoka Exp $ # -DISTNAME= gtksql-0.2 +DISTNAME= gtksql-0.3 CATEGORIES= databases MASTER_SITES= http://www.multimania.com/bbrox/GtkSQL/ -MAINTAINER= andy@icc.surw.chel.su +MAINTAINER= domi@saargate.de -LIB_DEPENDS= gtk10.1:${PORTSDIR}/x11-toolkits/gtk10 \ - pq.2:${PORTSDIR}/databases/postgresql +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 + +IS_INTERACTIVE= yes USE_X_PREFIX= yes + +fetch-depends: +.if defined(USE_MYSQL) +LIB_DEPENDS += mysqlclient.6:${PORTSDIR}/databases/mysql322-client +.endif +.if defined(USE_PGSQL) +LIB_DEPENDS += pq.2:${PORTSDIR}/databases/postgresql +.endif + +.if !defined(USE_MYSQL) && !defined(USE_PGSQL) + @ ${ECHO} "You must specify which database to use, possible are:" + @ ${ECHO} + @ ${ECHO} "make USE_MYSQL=yes (for MySQL support)" + @ ${ECHO} "make USE_PGSQL=yes (for PostgreSQL support)" + @ ${ECHO} "make USE_MYSQL=yes USE_PGSQL=yes (for both MySQL and PostgreSQL support)" + @ ${FALSE} +.endif + +do-configure: +.if defined(USE_MYSQL) + @ ${PERL} -i -pe "s/^#MYSQL/MYSQL/g" ${WRKDIR}/${DISTNAME}/Makefile +.endif +.if defined(USE_PGSQL) + @ ${PERL} -i -pe "s/^#PGSQL/PGSQL/g" ${WRKDIR}/${DISTNAME}/Makefile +.endif do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/gtksql ${PREFIX}/bin diff -uNr gtksql.old/files/md5 gtksql/files/md5 --- gtksql.old/files/md5 Mon Jul 26 19:59:52 1999 +++ gtksql/files/md5 Mon Jul 26 19:20:33 1999 @@ -1 +1 @@ -MD5 (gtksql-0.2.tar.gz) = 74cdab5745874b5bdcef21398e95c066 +MD5 (gtksql-0.3.tar.gz) = 8f7a0a565e761fb649240cb46d6dd9cb diff -uNr gtksql.old/patches/patch-aa gtksql/patches/patch-aa --- gtksql.old/patches/patch-aa Mon Jul 26 19:59:52 1999 +++ gtksql/patches/patch-aa Mon Jul 26 19:41:52 1999 @@ -1,53 +1,34 @@ ---- Makefile.orig Sat Mar 20 13:36:17 1999 -+++ Makefile Sat Mar 20 13:36:17 1999 -@@ -1,8 +1,23 @@ -+# -+# C compiler -+# -+CC?= gcc -+ -+# -+# Local packages -+# -+LOCALBASE?= /usr/local -+ -+# -+# Installation prefix -+# -+PREFIX?= $(LOCALBASE) -+ - # Here, what you need for Pgsql --PGSQLIBS = -L/usr/local/pgsql/lib -lpq --PGSQLCFLAGS = -I/usr/local/pgsql/include -+PGSQLIBS = -L$(LOCALBASE)/pgsql/lib -lpq -lcrypt -+PGSQLCFLAGS = -I$(LOCALBASE)/pgsql/include - # Your favorite compilation options here :-) --MCFLAGS = -Wall -O -g -+CFLAGS?= -Wall -O -g - - # The database modules you want to be built - DBOBJS = postgres.o -@@ -12,19 +27,19 @@ - MOBJS = main.o queries.o dialogs.o tables.o common.o export.o status.o +--- Makefile.orig Mon Jul 26 19:30:44 1999 ++++ Makefile Mon Jul 26 19:41:39 1999 +@@ -4,14 +4,14 @@ - OBJS = $(MOBJS) $(DBOBJS) --CFLAGS = $(MCFLAGS) $(DBFLAGS) -+CFLAGS+= $(DBFLAGS) + # Comment out the variables for the databases that you do not want + # Here, what you need for PostgreSQL +-PGSQLIBS = -L/usr/local/pgsql/lib -lpq +-PGSQLCFLAGS = -I/usr/local/pgsql/include -DUSE_POSTGRESQL +-PGSQLOBJS = postgres.o ++#PGSQLIBS = -L/usr/local/pgsql/lib -lpq ++#PGSQLCFLAGS = -I/usr/local/pgsql/include -DUSE_POSTGRESQL ++#PGSQLOBJS = postgres.o + + # Here, what you need for MySQL +-MYSQLIBS = -L/usr/lib/mysql -lmysqlclient +-MYSQLCFLAGS = -I/usr/include/mysql -DUSE_MYSQL +-MYSQLOBJS = mysql.o ++#MYSQLIBS = -L/usr/local/lib/mysql -lmysqlclient ++#MYSQLCFLAGS = -I/usr/local/include/mysql -DUSE_MYSQL ++#MYSQLOBJS = mysql.o + + # Nothing to change below this point... + DBSQLIBS = $(PGSQLIBS) $(MYSQLIBS) +@@ -24,8 +24,8 @@ + OBJS = $(MOBJS) $(DBSQLOBJS) + CFLAGS = $(MCFLAGS) $(DBSQLFLAGS) -GTKLIBS = `gtk-config --libs` -GTKCFLAGS = `gtk-config --cflags` -+GTKLIBS = `gtk10-config --libs` -+GTKCFLAGS = `gtk10-config --cflags` ++GTKLIBS = `gtk12-config --libs` ++GTKCFLAGS = `gtk12-config --cflags` all: $(OBJS) -- gcc -o gtksql $(OBJS) $(PGSQLIBS) $(GTKLIBS) $(CFLAGS) -+ $(CC) -o gtksql $(OBJS) $(PGSQLIBS) $(GTKLIBS) $(CFLAGS) - - clean: - rm *.o gtksql - - install: all -- cp gtksql $(DESTDIR)usr/bin/ -+ cp gtksql $(PREFIX)/bin - - .c.o: + gcc -o gtksql $(OBJS) $(DBSQLIBS) $(GTKLIBS) $(CFLAGS) $(LDFLAGS) diff -uNr gtksql.old/pkg/COMMENT gtksql/pkg/COMMENT --- gtksql.old/pkg/COMMENT Mon Jul 26 19:59:52 1999 +++ gtksql/pkg/COMMENT Mon Jul 26 19:19:05 1999 @@ -1 +1 @@ -Graphical query tool for PostgreSQL +Graphical query tool for PostgreSQL and/or MySQL diff -uNr gtksql.old/pkg/DESCR gtksql/pkg/DESCR --- gtksql.old/pkg/DESCR Mon Jul 26 19:59:52 1999 +++ gtksql/pkg/DESCR Mon Jul 26 19:19:14 1999 @@ -1,4 +1,4 @@ -GtkSQL is a graphical query tool for PostgreSQL. You can work on +GtkSQL is a graphical query tool for PostgreSQL/MySQL. You can work on multiple queries simultaneously: * send the current query to the database >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 Jul 26 14: 1: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 B2AA21508A for ; Mon, 26 Jul 1999 14:01:25 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA29581; Mon, 26 Jul 1999 14:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from dominik.saargate.de (dominik.saargate.de [212.88.132.246]) by hub.freebsd.org (Postfix) with ESMTP id 7DC5E14FDD for ; Mon, 26 Jul 1999 13:50:46 -0700 (PDT) (envelope-from domi@dominik.saargate.de) Received: (from domi@localhost) by dominik.saargate.de (8.9.3/8.9.3) id WAA01153; Mon, 26 Jul 1999 22:49:09 +0200 (CEST) (envelope-from domi) Message-Id: <199907262049.WAA01153@dominik.saargate.de> Date: Mon, 26 Jul 1999 22:49:09 +0200 (CEST) From: domi@saargate.de Reply-To: domi@saargate.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12822: new port: rand-1.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12822 >Category: ports >Synopsis: new port: rand-1.5 >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 Jul 26 14:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dominik Brettnacher >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: >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: # # rand # rand/pkg # rand/pkg/DESCR # rand/pkg/COMMENT # rand/pkg/PLIST # rand/Makefile # rand/files # rand/files/md5 # rand/patches # rand/patches/patch-aa # rand/patches/patch-ab # echo c - rand mkdir -p rand > /dev/null 2>&1 echo c - rand/pkg mkdir -p rand/pkg > /dev/null 2>&1 echo x - rand/pkg/DESCR sed 's/^X//' >rand/pkg/DESCR << 'END-of-rand/pkg/DESCR' Xrand is a cat-like utility that displays the lines of a file or stream in Xrandom order. X XWWW: http://shells.clipboard.com/~br0ke/rand.html XAlternative: http://math.smsu.edu/~br0ke/rand.html END-of-rand/pkg/DESCR echo x - rand/pkg/COMMENT sed 's/^X//' >rand/pkg/COMMENT << 'END-of-rand/pkg/COMMENT' Xutility to display files or streams in random order END-of-rand/pkg/COMMENT echo x - rand/pkg/PLIST sed 's/^X//' >rand/pkg/PLIST << 'END-of-rand/pkg/PLIST' Xbin/rand END-of-rand/pkg/PLIST echo x - rand/Makefile sed 's/^X//' >rand/Makefile << 'END-of-rand/Makefile' X# New ports collection makefile for: rand X# Version required: 1.5 X# Date created: Mon Jul 26 1999 X# Whom: domi@saargate.de X# X# $Id$ X# X XDISTNAME= rand-1.5 XCATEGORIES= textproc XMASTER_SITES= http://shells.clipboard.com/~br0ke/files/ \ X http://math.smsu.edu/~br0ke/files/ X XMAINTAINER= domi@saargate.de X XWRKSRC= ${WRKDIR}/rand X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/rand ${PREFIX}/bin X X.include END-of-rand/Makefile echo c - rand/files mkdir -p rand/files > /dev/null 2>&1 echo x - rand/files/md5 sed 's/^X//' >rand/files/md5 << 'END-of-rand/files/md5' XMD5 (rand-1.5.tar.gz) = 3a468c830e75ae14c0c6bd1053047b37 END-of-rand/files/md5 echo c - rand/patches mkdir -p rand/patches > /dev/null 2>&1 echo x - rand/patches/patch-aa sed 's/^X//' >rand/patches/patch-aa << 'END-of-rand/patches/patch-aa' X--- Makefile.orig Mon Jul 26 22:37:51 1999 X+++ Makefile Mon Jul 26 22:37:59 1999 X@@ -1,4 +1,4 @@ X-CC=egcc X+CC?=cc X FLAGS=-O2 -Wall -ansi -pedantic #-mpentium -ffast-math X OBJS=rand.o X SRCS=rand.c END-of-rand/patches/patch-aa echo x - rand/patches/patch-ab sed 's/^X//' >rand/patches/patch-ab << 'END-of-rand/patches/patch-ab' X--- rand.c.orig Mon Jul 26 22:43:44 1999 X+++ rand.c Mon Jul 26 22:43:53 1999 X@@ -38,7 +38,6 @@ X #include X #include X #include X-#include X X #define LINE 0 X #define WORD 1 END-of-rand/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 Mon Jul 26 14:32:33 1999 Delivered-To: freebsd-ports@freebsd.org Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (Postfix) with ESMTP id 2F09614A09; Mon, 26 Jul 1999 14:32:27 -0700 (PDT) (envelope-from ambrisko@whistle.com) Received: from whistle.com (crab.whistle.com [207.76.205.112]) by alpo.whistle.com (8.9.1a/8.9.1) with ESMTP id OAA61399; Mon, 26 Jul 1999 14:29:32 -0700 (PDT) Received: (from ambrisko@localhost) by whistle.com (8.9.1/8.9.1) id OAA84337; Mon, 26 Jul 1999 14:29:31 -0700 (PDT) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <199907262129.OAA84337@whistle.com> Subject: Etherboot 2.4 needs newer binutils To: hackers@FreeBSD.ORG, ports@FreeBSD.ORG Date: Mon, 26 Jul 1999 14:29:31 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL29 (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 I need some wisdom on how to proceed. Since version 2 of Etherboot they are using the new data32 features of the Linux binutils. I know it works in binutils-2.9.1.0.25 which you can get from kernel.org or a mirror such as: http://kernel.stuph.org/pub/linux/devel/gcc I built it on -current after figuring the right host to pass to configure (it doesn't pick it up right without help). I installed the result as-new into /usr/local/bin and then modified the Etherboot Makefile to use it. Now I guess I have 2 questions: 1) When might this feature come into FreeBSD? Do we wait until this comes into the GNU release of binutils? 2) Do I make this a port so we can upgrade to the latest Etherboot release? Since they do a fair amount of active work I would like to track their latest stuff which currently we can't because our gas doesn't support "data32". Thanks, Doug A. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 26 17: 0: 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 4438B15117 for ; Mon, 26 Jul 1999 17:00:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA45993; Mon, 26 Jul 1999 17:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 50FDF14DA9; Mon, 26 Jul 1999 16:51:08 -0700 (PDT) Message-Id: <19990726235108.50FDF14DA9@hub.freebsd.org> Date: Mon, 26 Jul 1999 16:51:08 -0700 (PDT) From: dave@dogwood.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/12824: MySQL client only compile doesn't check thread library Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12824 >Category: ports >Synopsis: MySQL client only compile doesn't check thread library >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 26 17:00:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: David Cornejo >Release: 4.0-CURRENT >Organization: Dogwood Media >Environment: FreeBSD white.dogwood.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Thu Jul 22 17:00:55 PDT 1999 dave@white.dogwood.com:/usr/src/sys/compile/WHITE-USB i386 >Description: When compling the mysql322-{client|server} the client only build does not check the thread library used (according to the MySQL web pages) - this causes the client to be built assuming that it can default to using Unix domain sockets to communicate with the server. The default configuration for building the server uses mit-threads which disables the servers use of Unix domain sockets. To work around this the user must specify localhost in commands - for example "mysql" will not work, you must type "mysql -h localhost" >How-To-Repeat: build and install mysql322 client and server and attempt to access the server by typing "mysql" - you will get: ERROR 2002: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) >Fix: recombine the builds or modify the build process to check which thread library is in use for the client only build. >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 Jul 26 18: 0: 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 663E01519A for ; Mon, 26 Jul 1999 18:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA49774; Mon, 26 Jul 1999 18:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from neptune.psn.net (neptune.psn.net [207.211.58.16]) by hub.freebsd.org (Postfix) with ESMTP id 7DF5F15172 for ; Mon, 26 Jul 1999 17:58:04 -0700 (PDT) (envelope-from will@shadow.blackdawn.com) Received: from 5042-243.008.popsite.net ([209.224.140.243] helo=shadow.blackdawn.com) by neptune.psn.net with esmtp (PSN Internet Service 2.12 #3) for FreeBSD-gnats-submit@freebsd.org id 117aHw-00075i-00; Fri, 23 Jul 1999 01:02:41 -0700 Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.2) id EAA60812; Fri, 23 Jul 1999 04:02:32 -0400 (EDT) (envelope-from will) Message-Id: <199907230802.EAA60812@shadow.blackdawn.com> Date: Fri, 23 Jul 1999 04:02:32 -0400 (EDT) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12827: fix port: editors/joe Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12827 >Category: ports >Synopsis: fix port editors/joe >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 Jul 26 18:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 3.2-STABLE i386 >Organization: none >Environment: FreeBSD shadow.blackdawn.com 3.2-STABLE FreeBSD 3.2-STABLE #0: Wed Jun 23 12:45:46 EDT 1999 root@shadow.blackdawn.com:/usr/src/sys/compile/SHADOW i386 >Description: This report was sent in by Trevor Johnson , along with a nice fix which I have tested on FreeBSD to make sure it works. When joe is abnormally aborted, its DEADJOE file is world readable. This can be a substantial security problem for editing files that are usually only supposed to be readable by root - such as /etc/master.passwd. >How-To-Repeat: Start up joe like usual. Then kill -HUP it. It will create a DEADJOE file that is world readable.. regardless of umask settings. >Fix: diff -urN joe/patches/patch-ad joe.new/patches/patch-ad --- joe/patches/patch-ad Wed Dec 31 19:00:00 1969 +++ joe.new/patches/patch-ad Fri Jul 23 03:53:40 1999 @@ -0,0 +1,18 @@ +--- b.c Fri Jan 20 03:38:25 1995 ++++ b.c.new Fri Jul 23 03:36:10 1999 +@@ -21,6 +21,7 @@ + #include + #endif + #include ++#include + + #include "config.h" + #include "blocks.h" +@@ -1990,6 +1991,7 @@ + { + long tim=time(0); + B *b; ++ mode_t mask=umask(077); /* no access to DEADJOE for others */ + FILE *f=fopen("DEADJOE","a"); + fprintf(f,"\n*** Modified files in JOE when it aborted on %s",ctime(&tim)); + if(sig) fprintf(f,"*** JOE was aborted by signal %d\n",sig); >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 Jul 26 18: 0: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 28F911518F for ; Mon, 26 Jul 1999 18:00:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA49765; Mon, 26 Jul 1999 18:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from neptune.psn.net (neptune.psn.net [207.211.58.16]) by hub.freebsd.org (Postfix) with ESMTP id 20ECB14F6F for ; Mon, 26 Jul 1999 17:58:04 -0700 (PDT) (envelope-from will@shadow.blackdawn.com) Received: from 5042-243.008.popsite.net ([209.224.140.243] helo=shadow.blackdawn.com) by neptune.psn.net with esmtp (PSN Internet Service 2.12 #3) for FreeBSD-gnats-submit@freebsd.org id 117tqo-0006BB-00; Fri, 23 Jul 1999 21:55:58 -0700 Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.2) id AAA32871; Sat, 24 Jul 1999 00:55:55 -0400 (EDT) (envelope-from will) Message-Id: <199907240455.AAA32871@shadow.blackdawn.com> Date: Sat, 24 Jul 1999 00:55:55 -0400 (EDT) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12826: [PATCH] editors/joe port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12826 >Category: ports >Synopsis: [PATCH] editors/joe port >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 Jul 26 18:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 3.2-STABLE i386 >Organization: none >Environment: FreeBSD shadow.blackdawn.com 3.2-STABLE FreeBSD 3.2-STABLE #0: Fri Jul 23 20:15:30 EDT 1999 root@shadow.blackdawn.com:/usr/src/sys/compile/SHADOW i386 >Description: This report was sent to me by Trevor Johnson : joe creates a file, DEADJOE, when it is killed. Unfortunately, this file is by default world readable. When somebody is editing sensitive files, this program can reveal the contents, thus causing a security breach. >How-To-Repeat: Use joe to edit a file, then kill -HUP its process. The resulting DEADJOE will be world readable (and writable). >Fix: diff -urN joe/patches/patch-ad joe.new/patches/patch-ad --- joe/patches/patch-ad Wed Dec 31 19:00:00 1969 +++ joe.new/patches/patch-ad Fri Jul 23 03:53:40 1999 @@ -0,0 +1,18 @@ +--- b.c Fri Jan 20 03:38:25 1995 ++++ b.c.new Fri Jul 23 03:36:10 1999 +@@ -21,6 +21,7 @@ + #include + #endif + #include ++#include + + #include "config.h" + #include "blocks.h" +@@ -1990,6 +1991,7 @@ + { + long tim=time(0); + B *b; ++ mode_t mask=umask(077); /* no access to DEADJOE for others */ + FILE *f=fopen("DEADJOE","a"); + fprintf(f,"\n*** Modified files in JOE when it aborted on %s",ctime(&tim)); + if(sig) fprintf(f,"*** JOE was aborted by signal %d\n",sig); >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 Jul 26 18:15: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 8094315022; Mon, 26 Jul 1999 18:15:24 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA50789; Mon, 26 Jul 1999 18:13:58 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Date: Mon, 26 Jul 1999 18:13:58 -0700 (PDT) From: Message-Id: <199907270113.SAA50789@freefall.freebsd.org> To: andrews@technologist.com, hoek@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12826: [PATCH] editors/joe port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] editors/joe port State-Changed-From-To: open->closed State-Changed-By: hoek State-Changed-When: Mon Jul 26 18:13:13 PDT 1999 State-Changed-Why: unintentional dupe of 12827, I presume. Closing older one, since newer one 12827 was probably what you meant. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 26 19:50: 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 441551518B for ; Mon, 26 Jul 1999 19:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA56426; Mon, 26 Jul 1999 19:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from smtp.teleway.ne.jp (smtp.teleway.ne.jp [203.140.129.13]) by hub.freebsd.org (Postfix) with ESMTP id 89E581505D for ; Mon, 26 Jul 1999 19:48:29 -0700 (PDT) (envelope-from yasuf@big.or.jp) Received: from post1a.po.teleway.ne.jp (post1a.teleway.ne.jp [203.140.129.22]) by smtp.teleway.ne.jp (8.9.3+3.2W/3.7W) with ESMTP id LAA01530 for ; Tue, 27 Jul 1999 11:45:33 +0900 (JST) (envelope-from yasuf@big.or.jp) Received: from localhost ([210.234.51.74]) by post1a.po.teleway.ne.jp (Post.Office MTA v3.0 release "turbo_2" ID# 110-55583U50000L50000S0V35) with ESMTP id AAA9526 for ; Tue, 27 Jul 1999 11:45:30 +0900 Message-Id: <19990727114527Q.yasuf@big.or.jp> Date: Tue, 27 Jul 1999 11:45:27 +0900 From: yasuf@big.or.jp Reply-To: yasuf@big.or.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12829: Update: japanese/skkinput Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12829 >Category: ports >Synopsis: Update: japanese/skkinput >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 Jul 26 19:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Yasuhiro Fukuma >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: This patch contains: - Updates for ja-skkinput-2.03. - Maintainer change. - Solution of unfetchable error. - Solution of problems with Netscape Communicator. New files: patches/{patch-ab,patch-ac} >How-To-Repeat: >Fix: Index: skkinput/Makefile =================================================================== RCS file: /home/ncvs/ports/japanese/skkinput/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 1998/06/06 03:45:10 1.5 +++ Makefile 1999/07/23 06:51:40 @@ -6,26 +6,27 @@ # $Id: Makefile,v 1.5 1998/06/06 03:45:10 itojun Exp $ # -DISTNAME= skkinput-2.00 -PKGNAME= ja-skkinput-2.00 +DISTNAME= skkinput-2.03 +PKGNAME= ja-skkinput-2.03 CATEGORIES= japanese x11 -MASTER_SITES= http://www.yajima.kuis.kyoto-u.ac.jp/staffs/sakamoto/skkinput/ +MASTER_SITES= http://member.nifty.ne.jp/Tatari_SAKAMOTO/ -MAINTAINER= mrt@mickey.ai.kyutech.ac.jp +MAINTAINER= yasuf@big.or.jp -RUN_DEPENDS= ${LOCALBASE}/libexec/skkserv:${PORTSDIR}/japanese/skk \ - jman:${PORTSDIR}/japanese/man +RUN_DEPENDS= ${LOCALBASE}/sbin/skkserv:${PORTSDIR}/japanese/skkserv USE_IMAKE= yes MANLANG= ja MAN1= skkinput.1 MANCOMPRESSED= yes +DOCS= *.jis skkinput.doc myeval/skkinputlisp.doc dot.skkinput + post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${X11BASE}/share/doc/skkinput + @${MKDIR} ${PREFIX}/share/doc/skkinput @( cd ${WRKSRC} ; \ - ${INSTALL_DATA} *.jis skkinput.doc ${X11BASE}/share/doc/skkinput/ ) + ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/skkinput ) .endif .include Index: skkinput/files/md5 =================================================================== RCS file: /home/ncvs/ports/japanese/skkinput/files/md5,v retrieving revision 1.2 diff -u -r1.2 md5 --- md5 1998/04/18 15:50:19 1.2 +++ md5 1999/07/23 06:14:12 @@ -1 +1 @@ -MD5 (skkinput-2.00.tar.gz) = 5f10e3ed5a5f8ab40adf2daa6de84931 +MD5 (skkinput-2.03.tar.gz) = 74c08620e8e916a3d56f3bb3e85a5d62 Index: skkinput/patches/patch-ab =================================================================== RCS file: patch-ab diff -N patch-ab --- /dev/null Fri Jul 23 16:04:19 1999 +++ patch-ab Thu Mar 25 15:10:39 1999 @@ -0,0 +1,111 @@ +--- imattr.c.orig Tue Mar 3 20:58:22 1998 ++++ imattr.c Fri Mar 19 14:24:12 1999 +@@ -127,6 +127,11 @@ + static int getFontSet( IMIC *, unsigned int, int, int, char *, int ) ; + static int getLineSpace( IMIC *, unsigned int, int, int, char *, int ) ; + static int getCursor( IMIC *, unsigned int, int, int, char *, int ) ; ++ ++#ifndef ORIGINAL ++static int setFilterEvents( IMIC *, char *, int, int, int, int ); ++static int getFilterEvents( IMIC *, unsigned int, int, int, char *, int ); ++#endif + + static ICAttribute icAttributes[] = { + { XNInputStyle, TYPE_CARD32, OP_C|OP_G, +@@ -135,6 +140,8 @@ + setClientWindow, getClientWindow }, + { XNFocusWindow, TYPE_WINDOW, OP_C|OP_S|OP_G, + setFocusWindow, getFocusWindow }, ++ { XNFilterEvents, TYPE_CARD32, OP_C|OP_S|OP_G, ++ setFilterEvents, getFilterEvents }, + { XNPreeditAttributes, TYPE_NESTED_LIST, OP_C|OP_S|OP_G, + setPreeditAttributes, getPreeditAttributes }, + { XNStatusAttributes, TYPE_NESTED_LIST, OP_C|OP_S|OP_G, +@@ -495,6 +502,26 @@ + return 0 ; + } + ++#ifndef ORIGINAL ++/* ARGSUSED */ ++static int ++setFilterEvents ++( IMIC *icp, char *value, int len, int order, int nest, int op ) ++{ ++ unsigned long filter_events; ++ ++ CHECK_ICATTR_SIZE(4, IMBadSomething); ++ ++ filter_events = (unsigned long)getC32(value, order); ++ ++ if (!(icp->common_attr.set_mask & ATTR_MASK_FILTER_EVENTS) || ++ filter_events != icp->common_attr.filter_events) { ++ icp->common_attr.change_mask |= ATTR_MASK_FILTER_EVENTS; ++ } ++ return 0; ++} ++#endif ++ + /* ARGSUSED */ + static int setPreeditAttributes + ( IMIC *icp, char *value, int len, int order, int nest, int op ) +@@ -1061,6 +1088,35 @@ + } + } + ++#ifndef ORIGINAL ++/* ARGSUSED */ ++static int ++getFilterEvents ++( IMIC *icp, unsigned int id, int nest, int offset, ++ char *data, int len ) ++{ ++ IMConnection *conn = icp->im->connection; ++ ++ if (!(icp->common_attr.set_mask & ATTR_MASK_FILTER_EVENTS)) { ++ /* fill default value */ ++ fillCommonDefault(icp, (unsigned long)ATTR_MASK_FILTER_EVENTS); ++ } ++ ++ if (icp->common_attr.set_mask & ATTR_MASK_FILTER_EVENTS) { ++ IMPutC16(conn, id); /* attribute ID */ ++ IMPutC16(conn, 4); /* value length */ ++ IMPutC32(conn, icp->common_attr.filter_events); ++ } ++ else { ++ /* no default is available */ ++ IMCancelRequest(conn, offset); ++ IMSendError(conn, IMBadSomething, icp->im->id, icp->id, ++ "filter events not specified yet"); ++ return -1; ++ } ++} ++#endif ++ + /* ARGSUSED */ + static int getArea + ( IMIC *icp, unsigned int id, int nest, +@@ -1383,6 +1439,12 @@ + icp->focus_profile = icp->client_profile ; + } + } ++#ifndef ORIGINAL ++ if (mask & ATTR_MASK_FILTER_EVENTS) { ++ ap->filter_events = NoEventMask; ++ ap->set_mask |= ATTR_MASK_FILTER_EVENTS; ++ } ++#endif + } + + static int getNaturalLineSpace( IMIC *icp ) +@@ -1520,6 +1582,11 @@ + SENDERROR( IMBadFocusWindow, "invalid focus window ID" ) ; + } + } ++#ifndef ORIGINAL ++ if (mask & ATTR_MASK_FILTER_EVENTS) { ++ SENDERROR(IMBadSomething, "filter events not support"); ++ } ++#endif + + return ret ; + #undef SENDERROR Index: skkinput/patches/patch-ac =================================================================== RCS file: patch-ac diff -N patch-ac --- /dev/null Fri Jul 23 16:04:19 1999 +++ patch-ac Thu Mar 25 15:10:39 1999 @@ -0,0 +1,13 @@ +--- im.h.orig Tue Mar 3 21:08:33 1998 ++++ im.h Fri Mar 19 14:10:22 1999 +@@ -148,6 +148,10 @@ + XIMStyle input_style ; + Window client ; /* client window */ + Window focus ; /* focus window */ ++#ifndef ORIGINAL ++#define ATTR_MASK_FILTER_EVENTS (1<<3) ++ unsigned long filter_events; /* Event mask that IM need */ ++#endif + } IMCommonAttributes; + + typedef struct { Index: skkinput/pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/japanese/skkinput/pkg/PLIST,v retrieving revision 1.3 diff -u -r1.3 PLIST --- PLIST 1998/09/05 00:27:52 1.3 +++ PLIST 1999/07/23 06:43:26 @@ -6,5 +6,7 @@ share/doc/skkinput/PROGRAM.jis share/doc/skkinput/README.jis share/doc/skkinput/TODO.jis +share/doc/skkinput/dot.skkinput share/doc/skkinput/skkinput.doc +share/doc/skkinput/skkinputlisp.doc @dirrm share/doc/skkinput >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 Jul 26 21:19: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 0C98E153D6; Mon, 26 Jul 1999 21:19:33 -0700 (PDT) (envelope-from foxfair@FreeBSD.org) Received: (from foxfair@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA61610; Mon, 26 Jul 1999 21:17:01 -0700 (PDT) (envelope-from foxfair@FreeBSD.org) Date: Mon, 26 Jul 1999 21:17:01 -0700 (PDT) From: Message-Id: <199907270417.VAA61610@freefall.freebsd.org> To: jim@blues.ghis.net, foxfair@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12799: new port: bluefish-0.3.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: bluefish-0.3.2 State-Changed-From-To: open->closed State-Changed-By: foxfair State-Changed-When: Mon Jul 26 21:16:35 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 Jul 27 2: 8:42 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 13F7615052 for ; Tue, 27 Jul 1999 02:08:31 -0700 (PDT) (envelope-from nbm@rucus.ru.ac.za) Received: (qmail 1545 invoked by uid 1003); 27 Jul 1999 09:08:58 -0000 Date: Tue, 27 Jul 1999 11:08:58 +0200 From: Neil Blakey-Milner To: ports@FreeBSD.ORG Subject: Re: update on port configurator. Message-ID: <19990727110858.A98875@rucus.ru.ac.za> References: <19990726171434.A80877@rucus.ru.ac.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <19990726171434.A80877@rucus.ru.ac.za>; from Neil Blakey-Milner on Mon, Jul 26, 1999 at 05:14:34PM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I wrote earlier, > I'm not an expert on XML or GTK, so if I'm doing something wrong with > either, I'd appreciate a pointer (obviously I'm trying to be buzzword > compliant). I'll have source for gportconf linked up tomorrow. I learnt dialog and now have a similarly functional console version. GUI version is at http://rucus.ru.ac.za/~nbm/portconf/pcgtk-0.01.tar.gz, and requires the gtk12 and libxml ports. Console is at http://rucus.ru.ac.za/~nbm/portconf/pcdlg-0.01.tar.gz, and requires the libxml port. Code is ugly, untidy, and has memory leaks. A quick recap - I'm proposing either an addition in _PORT_USE, or an additional target using _PORT_USE, which calls a client program, which is expected to create Makefile.portconf (or another name, passed by make on the command line) from files/portconf.xml (or similarly another name), depending on the choices the user provides. In batch mode, set when BATCH is set, the client program returns the properties given to the default (or another, passed on command line) class, without displaying their user-interface. This Makefile.portconf is then .include'd by bsd.port.mk, and will allow easy and user-friendly customization of ports build, similar to apache13-php3, and most unlike the common hidden make variable tweaks to customize ports. Another bonus, theoretically, is the ability to build multiple packages from one port, with one command. Upon being passed the correct make variables on the "package" target to indicate multiple package build, or maybe on a "multi-package" target, make grabs a list of classes to build from ${PORTCONF_TARGETS} and does a "make package deinstall clean BATCH=1 PORTCONF_CLASS=${PORTCONF_TARGET}" for each of the given targets. (The targets are expected to modify PKGNAME on their own) 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 Tue Jul 27 4:10: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 4796614BDB; Tue, 27 Jul 1999 04:10:38 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA89270; Tue, 27 Jul 1999 04:10:21 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Date: Tue, 27 Jul 1999 04:10:21 -0700 (PDT) From: Message-Id: <199907271110.EAA89270@freefall.freebsd.org> To: domi@saargate.de, dirk@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12816: xsane update 0.29 -> 0.30 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: xsane update 0.29 -> 0.30 State-Changed-From-To: open->closed State-Changed-By: dirk State-Changed-When: Tue Jul 27 04:09:49 PDT 1999 State-Changed-Why: Upgrade 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 Jul 27 4:13: 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 B550C14CF2; Tue, 27 Jul 1999 04:13:08 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA89414; Tue, 27 Jul 1999 04:11:48 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Date: Tue, 27 Jul 1999 04:11:48 -0700 (PDT) From: Message-Id: <199907271111.EAA89414@freefall.freebsd.org> To: dirk@FreeBSD.org, freebsd-ports@FreeBSD.org, dirk@FreeBSD.org Subject: Re: ports/12824: MySQL client only compile doesn't check thread library Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: MySQL client only compile doesn't check thread library Responsible-Changed-From-To: freebsd-ports->dirk Responsible-Changed-By: dirk Responsible-Changed-When: Tue Jul 27 04:11:12 PDT 1999 Responsible-Changed-Why: I'll handle this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 27 5:41: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 EFD0A15418 for ; Tue, 27 Jul 1999 05:41:23 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA94551; Tue, 27 Jul 1999 05:40: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 F402414D7A for ; Tue, 27 Jul 1999 05:38:13 -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 UAA45413; Tue, 27 Jul 1999 20:37:53 +0800 (CST) (envelope-from ijliao) Message-Id: <199907271237.UAA45413@Terry.Dorm10.NCTU.edu.tw> Date: Tue, 27 Jul 1999 20:37: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/12834: update mrtg to 2.8.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12834 >Category: ports >Synopsis: update mrtg to 2.8.6 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jul 27 05:40:01 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 #1: Sun Jul 18 07:41:27 CST 1999 root@Terry.Dorm10.NCTU.edu.tw:/usr/src/sys/compile/TERRY i386 >Description: update mrtg to 2.8.6 plz close ports/12159 and ports/12346 >How-To-Repeat: >Fix: diff -ruN /usr/ports/net/mrtg/Makefile mrtg/Makefile --- /usr/ports/net/mrtg/Makefile Tue Mar 30 01:09:03 1999 +++ mrtg/Makefile Tue Jul 27 20:21:34 1999 @@ -6,7 +6,7 @@ # $Id: Makefile,v 1.12 1999/03/29 17:09:03 jfitz Exp $ # -DISTNAME= mrtg-2.7.2 +DISTNAME= mrtg-2.8.6 CATEGORIES= net MASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/pub/ diff -ruN /usr/ports/net/mrtg/files/md5 mrtg/files/md5 --- /usr/ports/net/mrtg/files/md5 Tue Mar 30 01:09:04 1999 +++ mrtg/files/md5 Tue Jul 27 20:32:48 1999 @@ -1 +1 @@ -MD5 (mrtg-2.7.2.tar.gz) = 55d40bbf9dc3d888d774fe377e017afa +MD5 (mrtg-2.8.6.tar.gz) = 20502d376a3851f8a31294d21aaa410d >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 Jul 27 5:52:53 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 41BC5153F3 for ; Tue, 27 Jul 1999 05:52:48 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA95413; Tue, 27 Jul 1999 05:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by hub.freebsd.org (Postfix) with ESMTP id 58D9814D23 for ; Tue, 27 Jul 1999 05:49:11 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: (from andy@localhost) by icc.surw.chel.su (8.9.2/8.8.8) id QAA26647; Tue, 27 Jul 1999 16:49:03 +0400 (MSD) (envelope-from andy) Message-Id: <199907271249.QAA26647@icc.surw.chel.su> Date: Tue, 27 Jul 1999 16:49:03 +0400 (MSD) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12835: New port: libcgic-1.06 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12835 >Category: ports >Synopsis: New port: libcgic-1.06 >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 Jul 27 05:50:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Andrey Zakhvatov >Release: FreeBSD 3.1-RELEASE i386 >Organization: South Ural Railway ICC >Environment: >Description: This is a port of ANSI C library for CGI programming. cgic is an ANSI C-language library for the creation of CGI-based World Wide Web applications. For basic information about the CGI standard, see the CGI documentation at NCSA. cgic performs the following tasks: * Parses form data, correcting for defective and/or inconsistent browsers * Transparently accepts both GET and POST form data * Handles line breaks in form fields in a consistent manner * Provides string, integer, floating-point, and single- and multiple-choice functions to retrieve form data * Provides bounds checking for numeric fields * Loads CGI environment variables into C strings which are always non-null * Provides a way to capture CGI situations for replay in a debugging environment cgic should be compatible with any CGI-compliant server environment. WWW: http://www.boutell.com/cgic/ # 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: # # libcgic-1.06 # libcgic-1.06/Makefile # libcgic-1.06/files # libcgic-1.06/files/md5 # libcgic-1.06/patches # libcgic-1.06/patches/patch-aa # libcgic-1.06/pkg # libcgic-1.06/pkg/PLIST # libcgic-1.06/pkg/COMMENT # libcgic-1.06/pkg/DESCR # echo c - libcgic-1.06 mkdir -p libcgic-1.06 > /dev/null 2>&1 echo x - libcgic-1.06/Makefile sed 's/^X//' >libcgic-1.06/Makefile << 'END-of-libcgic-1.06/Makefile' X# New ports collection makefile for: libcgic X# Version required: 1.06 X# Date created: 27 July 1999 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= cgic106 XPKGNAME= libcgic-1.06 XCATEGORIES= www XMASTER_SITES= http://www.boutell.com/cgic/ XEXTRACT_SUFX= .tar.Z X XALL_TARGET= libcgic.so.1 X XMAINTAINER= andy@icc.surw.chel.su X Xdo-install: X @ ${INSTALL_DATA} ${WRKSRC}/cgic.h ${PREFIX}/include X @ ${INSTALL_DATA} ${WRKSRC}/libcgic.so.1 ${PREFIX}/lib X @ ${LN} -s ${PREFIX}/lib/libcgic.so.1 ${PREFIX}/lib/libcgic.so X @ ${LDCONFIG} -m ${PREFIX}/lib X @ ${MKDIR} ${PREFIX}/share/examples/cgic X @ ${INSTALL_DATA} ${WRKSRC}/capture.c ${PREFIX}/share/examples/cgic X @ ${INSTALL_DATA} ${WRKSRC}/cgictest.c ${PREFIX}/share/examples/cgic X Xpost-install: X.if !defined(NOPORTDOCS) X @ ${MKDIR} ${PREFIX}/share/doc/cgic X.for file in cgic.html cgic.txt license.txt readme.txt support.txt testform.html X @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/cgic X.endfor X.endif X X.include END-of-libcgic-1.06/Makefile echo c - libcgic-1.06/files mkdir -p libcgic-1.06/files > /dev/null 2>&1 echo x - libcgic-1.06/files/md5 sed 's/^X//' >libcgic-1.06/files/md5 << 'END-of-libcgic-1.06/files/md5' XMD5 (cgic106.tar.Z) = 84d67045866991359da9ab51a3c3345f END-of-libcgic-1.06/files/md5 echo c - libcgic-1.06/patches mkdir -p libcgic-1.06/patches > /dev/null 2>&1 echo x - libcgic-1.06/patches/patch-aa sed 's/^X//' >libcgic-1.06/patches/patch-aa << 'END-of-libcgic-1.06/patches/patch-aa' X--- Makefile Fri Feb 16 00:20:09 1996 X+++ /home/andy/tmp/wrk/Makefile Tue Jul 27 15:40:18 1999 X@@ -3,16 +3,15 @@ X #or the system() function, respectively. Non-unix systems X #will also definitely have different linker syntax. X X-CFLAGS= X-CC=gcc X+#CFLAGS= X+#CC=gcc X AR=ar X LIBS=-L./ -lcgic X X all: libcgic.a cgictest capture X X-libcgic.a: cgic.o cgic.h X- rm -f libcgic.a X- $(AR) rc libcgic.a cgic.o X+libcgic.so.1: cgic.o X+ $(CC) $(CFLAGS) -shared -Wl,-soname,libcgic.so.1 -o libcgic.so.1 cgic.o X X cgictest: cgictest.o libcgic.a X gcc cgictest.o -o cgictest ${LIBS} X@@ -20,3 +19,5 @@ X capture: capture.o libcgic.a X gcc capture.o -o capture ${LIBS} X X+cgic.o: cgic.c cgic.h X+ $(CC) $(CFLAGS) -fPIC -o cgic.o -c -s cgic.c END-of-libcgic-1.06/patches/patch-aa echo c - libcgic-1.06/pkg mkdir -p libcgic-1.06/pkg > /dev/null 2>&1 echo x - libcgic-1.06/pkg/PLIST sed 's/^X//' >libcgic-1.06/pkg/PLIST << 'END-of-libcgic-1.06/pkg/PLIST' Xinclude/cgic.h Xlib/libcgic.so Xlib/libcgic.so.1 Xshare/doc/cgic/cgic.html Xshare/doc/cgic/cgic.txt Xshare/doc/cgic/license.txt Xshare/doc/cgic/readme.txt Xshare/doc/cgic/support.txt Xshare/doc/cgic/testform.html Xshare/examples/cgic/capture.c Xshare/examples/cgic/cgictest.c X@exec /sbin/ldconfig -m %B X@unexec /sbin/ldconfig -R X@dirrm share/doc/cgic X@dirrm share/examples/cgic END-of-libcgic-1.06/pkg/PLIST echo x - libcgic-1.06/pkg/COMMENT sed 's/^X//' >libcgic-1.06/pkg/COMMENT << 'END-of-libcgic-1.06/pkg/COMMENT' XANSI C library for CGI programming END-of-libcgic-1.06/pkg/COMMENT echo x - libcgic-1.06/pkg/DESCR sed 's/^X//' >libcgic-1.06/pkg/DESCR << 'END-of-libcgic-1.06/pkg/DESCR' Xcgic is an ANSI C-language library for the creation of CGI-based World XWide Web applications. For basic information about the CGI standard, Xsee the CGI documentation at NCSA. X X cgic performs the following tasks: X * Parses form data, correcting for defective and/or inconsistent X browsers X * Transparently accepts both GET and POST form data X * Handles line breaks in form fields in a consistent manner X * Provides string, integer, floating-point, and single- and X multiple-choice functions to retrieve form data X * Provides bounds checking for numeric fields X * Loads CGI environment variables into C strings which are always X non-null X * Provides a way to capture CGI situations for replay in a debugging X environment X Xcgic should be compatible with any CGI-compliant server environment. X XWWW: http://www.boutell.com/cgic/ END-of-libcgic-1.06/pkg/DESCR exit >How-To-Repeat: >Fix: Please, check and commit this port. >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 Jul 27 5:53: 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 60F7114CF1; Tue, 27 Jul 1999 05:53:01 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA95514; Tue, 27 Jul 1999 05:50:33 -0700 (PDT) (envelope-from kris@FreeBSD.org) Date: Tue, 27 Jul 1999 05:50:33 -0700 (PDT) From: Message-Id: <199907271250.FAA95514@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-ports@FreeBSD.org, kris@FreeBSD.org Subject: Re: ports/12827: fix port editors/joe Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: fix port editors/joe Responsible-Changed-From-To: freebsd-ports->kris Responsible-Changed-By: kris Responsible-Changed-When: Tue Jul 27 05:50:05 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 Tue Jul 27 6: 0: 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 04D3F151E9 for ; Tue, 27 Jul 1999 06:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA96106; Tue, 27 Jul 1999 06:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id E7DB614D23; Tue, 27 Jul 1999 05:50:32 -0700 (PDT) Message-Id: <19990727125032.E7DB614D23@hub.freebsd.org> Date: Tue, 27 Jul 1999 05:50:32 -0700 (PDT) From: mvh@ix.netcom.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/12836: p5-Apache port mod_perl part is out of date Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12836 >Category: ports >Synopsis: p5-Apache port mod_perl part is out of date >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 Jul 27 06:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Mike Harding >Release: 2.2-Stable >Organization: Stamps.com >Environment: FreeFreeBSD netcom1.netcom.com 3.2-STABLE FreeBSD 3.2-STABLE #0: Sat Jul 24 08:59:32 PDT 1999 mvh@netcom1.netcom.com:/usr/src/sys/compile/MIKE i386 BSD netcom1.netcom.com 3.2-STABLE FreeBSD 3.2-STABLE #0: Sat Jul 24 08:59:32 PDT 1999 mvh@netcom1.netcom.com:/usr/src/sys/compile/MIKE i386 >Description: mod_perl-1.19 is referred to in this port - it is not available in any of the sites listed in the makefile anymore, though. mod_perl-1.21 seems to work compile fine if I change DISTNAME= mod_perl-1.19 to DISTNAME= mod_perl-1.21 and compile with no checksums. I haven't installed/run this, because I have an httpd server already, but it should be easy to update... >How-To-Repeat: Try to make p5-Apache from the current ports when you don't have mod_perl-1.21 in /usr/ports/distfiles >Fix: Change the mod_perl version number to 1.21 >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 Jul 27 7:33: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 8A90214BEC; Tue, 27 Jul 1999 07:33:37 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA46289; Tue, 27 Jul 1999 07:32:13 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Tue, 27 Jul 1999 07:32:13 -0700 (PDT) From: Message-Id: <199907271432.HAA46289@freefall.freebsd.org> To: steve@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: pending/12681: joe 2.8 makes world-readable DEADJOE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: joe 2.8 makes world-readable DEADJOE Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: steve Responsible-Changed-When: Tue Jul 27 07:31:13 PDT 1999 Responsible-Changed-Why: Misfiled PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 27 7:35: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 8764114BEC; Tue, 27 Jul 1999 07:35:25 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA46694; Tue, 27 Jul 1999 07:34:58 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Tue, 27 Jul 1999 07:34:58 -0700 (PDT) From: Message-Id: <199907271434.HAA46694@freefall.freebsd.org> To: steve@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: pending/12839: japanese/vfghostscript55 also wants to be with certain drivers. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: japanese/vfghostscript55 also wants to be with certain drivers. Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: steve Responsible-Changed-When: Tue Jul 27 07:34:12 PDT 1999 Responsible-Changed-Why: Misfiled PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 27 7:36:36 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 9FED014BEC; Tue, 27 Jul 1999 07:36:35 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA47086; Tue, 27 Jul 1999 07:36:36 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Tue, 27 Jul 1999 07:36:36 -0700 (PDT) From: Message-Id: <199907271436.HAA47086@freefall.freebsd.org> To: steve@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: pending/12534: Update port: russian/apache13 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: russian/apache13 Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: steve Responsible-Changed-When: Tue Jul 27 07:36:07 PDT 1999 Responsible-Changed-Why: Misfiled PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 27 7:40:58 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 1A92414BEC; Tue, 27 Jul 1999 07:40:56 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA47609; Tue, 27 Jul 1999 07:40:15 -0700 (PDT) (envelope-from kris@FreeBSD.org) Date: Tue, 27 Jul 1999 07:40:15 -0700 (PDT) From: Message-Id: <199907271440.HAA47609@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-ports@FreeBSD.org, kris@FreeBSD.org Subject: Re: ports/12817: gdict fix for conflict with dict port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: gdict fix for conflict with dict port Responsible-Changed-From-To: freebsd-ports->kris Responsible-Changed-By: kris Responsible-Changed-When: Tue Jul 27 07:38:24 PDT 1999 Responsible-Changed-Why: I'll take care of this (I overlooked it when committing the original port) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 27 7:42: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 CA49914BEC; Tue, 27 Jul 1999 07:42:23 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA47779; Tue, 27 Jul 1999 07:42:24 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Tue, 27 Jul 1999 07:42:24 -0700 (PDT) From: Message-Id: <199907271442.HAA47779@freefall.freebsd.org> To: steve@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: pending/12549: imap-uw port doesn't use pw_expire to check for invalid logins Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Old Synopsis: imap-uw port doesn't check pw->pw_expire New Synopsis: imap-uw port doesn't use pw_expire to check for invalid logins Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: steve Responsible-Changed-When: Tue Jul 27 07:38:42 PDT 1999 Responsible-Changed-Why: Misfiled PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 27 7:45:34 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 4665614BEC; Tue, 27 Jul 1999 07:45:33 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA48081; Tue, 27 Jul 1999 07:44:04 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Tue, 27 Jul 1999 07:44:04 -0700 (PDT) From: Message-Id: <199907271444.HAA48081@freefall.freebsd.org> To: steve@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: pending/12744: Port update: java/shujit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Port update: java/shujit Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: steve Responsible-Changed-When: Tue Jul 27 07:43:30 PDT 1999 Responsible-Changed-Why: Misfiled PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 27 7:46: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 BB4F514BEC; Tue, 27 Jul 1999 07:46:25 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA48203; Tue, 27 Jul 1999 07:45:23 -0700 (PDT) (envelope-from kris@FreeBSD.org) Date: Tue, 27 Jul 1999 07:45:23 -0700 (PDT) From: Message-Id: <199907271445.HAA48203@freefall.freebsd.org> To: trevor@jpj.net, kris@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12681: joe 2.8 makes world-readable DEADJOE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: joe 2.8 makes world-readable DEADJOE State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Tue Jul 27 07:43:59 PDT 1999 State-Changed-Why: ports/12827 is the maintainer-approved patch which I'll be committing shortly (I think it's the same as the patch contained herein). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 27 7:52:35 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 742ED14C25 for ; Tue, 27 Jul 1999 07:52:33 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA48565; Tue, 27 Jul 1999 07:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 27 Jul 1999 07:50:02 -0700 (PDT) Message-Id: <199907271450.HAA48565@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Ade Lovett Subject: Re: ports/12781: GNOME port updates Reply-To: Ade Lovett Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12781; it has been noted by GNATS. From: Ade Lovett To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: ports/12781: GNOME port updates Date: Tue, 27 Jul 1999 09:37:40 -0500 On Sat, Jul 24, 1999 at 10:40:01AM -0700, Ade Lovett wrote: > > Please hold off on this PR for a few days. > > gnome-core-1.0.8 > gnome-pim-1.0.9 > and gnome-libs-1.0.12 Updates have been made to the tarball at: http://www.lovett.com/~ade/freebsd/gnomediff.tar.gz for gnome-core-1.0.9 (the 1.0.8 version was very short-lived), and gnome-pim-1.0.9 gnome-libs-1.0.12 shows no signs of being formally released for the next week or so (of course, now I've said that, it'll be released in the next hour.. :) The patches are ready to go.. -aDe -- Ade Lovett, Austin, TX. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 27 9: 7: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 9CC6114BEC; Tue, 27 Jul 1999 09:07:11 -0700 (PDT) (envelope-from foxfair@FreeBSD.org) Received: (from foxfair@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA53706; Tue, 27 Jul 1999 09:07:11 -0700 (PDT) (envelope-from foxfair@FreeBSD.org) Date: Tue, 27 Jul 1999 09:07:11 -0700 (PDT) From: Message-Id: <199907271607.JAA53706@freefall.freebsd.org> To: foxfair@FreeBSD.org, freebsd-ports@FreeBSD.org, jfitz@FreeBSD.org Subject: Re: ports/12834: update mrtg to 2.8.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update mrtg to 2.8.6 Responsible-Changed-From-To: freebsd-ports->jfitz Responsible-Changed-By: foxfair Responsible-Changed-When: Tue Jul 27 09:03:53 PDT 1999 Responsible-Changed-Why: Over to the maintainer again, there are two PRs about upgrading mrtg version (PR 12159. 12346). If no objection I'll close them after 12 hr from now. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 27 11: 0: 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 DDD431530D for ; Tue, 27 Jul 1999 11:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA62546; Tue, 27 Jul 1999 11:00: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 8B36015313 for ; Tue, 27 Jul 1999 10:51:44 -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 BAA34776; Wed, 28 Jul 1999 01:51:13 +0800 (CST) (envelope-from ijliao) Message-Id: <199907271751.BAA34776@Terry.Dorm10.NCTU.edu.tw> Date: Wed, 28 Jul 1999 01:51:13 +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/12840: update t1lib to 0.9.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12840 >Category: ports >Synopsis: update t1lib to 0.9.1 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jul 27 11:00: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 #1: Sun Jul 18 07:41:27 CST 1999 root@Terry.Dorm10.NCTU.edu.tw:/usr/src/sys/compile/TERRY i386 >Description: update t1lib to 0.9.1 >How-To-Repeat: >Fix: diff -ruN /usr/ports/devel/t1lib/Makefile t1lib/Makefile --- /usr/ports/devel/t1lib/Makefile Wed Jun 16 09:54:47 1999 +++ t1lib/Makefile Wed Jul 28 01:38:15 1999 @@ -6,14 +6,14 @@ # $Id: Makefile,v 1.2 1999/06/08 21:59:37 steve Exp $ # -DISTNAME= t1lib-0.9 +DISTNAME= t1lib-0.9.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= libs/graphics MAINTAINER= ijliao@csie.nctu.edu.tw -WRKSRC= ${WRKDIR}/T1-0.9 +WRKSRC= ${WRKDIR}/T1-0.9.1 GNU_CONFIGURE= yes USE_GMAKE= yes diff -ruN /usr/ports/devel/t1lib/files/md5 t1lib/files/md5 --- /usr/ports/devel/t1lib/files/md5 Mon Jun 7 01:33:49 1999 +++ t1lib/files/md5 Wed Jul 28 01:41:13 1999 @@ -1 +1 @@ -MD5 (t1lib-0.9.tar.gz) = dafa28cda3f9eaf89c24a839678e4189 +MD5 (t1lib-0.9.1.tar.gz) = 11c13904a5c7f1311111181826348c9d >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 Jul 27 11:11:11 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 D422614DB3 for ; Tue, 27 Jul 1999 11:11:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA63337; Tue, 27 Jul 1999 11:10:01 -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 74A2A15349 for ; Tue, 27 Jul 1999 11:05:32 -0700 (PDT) (envelope-from kbyanc@kronos.alcnet.com) Received: (from kbyanc@localhost) by kronos.alcnet.com (8.9.3/8.9.3/antispam) id LAA38593; Tue, 27 Jul 1999 11:11:21 -0400 (EDT) Message-Id: <199907271511.LAA38593@kronos.alcnet.com> Date: Tue, 27 Jul 1999 11:11:21 -0400 (EDT) From: kbyanc@alcnet.com Reply-To: kbyanc@alcnet.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12841: new port: bgrab-1.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12841 >Category: ports >Synopsis: New port of Rael's Binary Grabber (bgrab-1.1) >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 Jul 27 11:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Kelly Yancey >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: # 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: # # /usr/ports/news/bgrab/ # /usr/ports/news/bgrab/patches # /usr/ports/news/bgrab/patches/patch-aa # /usr/ports/news/bgrab/Makefile # /usr/ports/news/bgrab/pkg # /usr/ports/news/bgrab/pkg/COMMENT # /usr/ports/news/bgrab/pkg/DESCR # /usr/ports/news/bgrab/pkg/PLIST # /usr/ports/news/bgrab/files # /usr/ports/news/bgrab/files/md5 # echo c - /usr/ports/news/bgrab/ mkdir -p /usr/ports/news/bgrab/ > /dev/null 2>&1 echo c - /usr/ports/news/bgrab/patches mkdir -p /usr/ports/news/bgrab/patches > /dev/null 2>&1 echo x - /usr/ports/news/bgrab/patches/patch-aa sed 's/^X//' >/usr/ports/news/bgrab/patches/patch-aa << 'END-of-/usr/ports/news/bgrab/patches/patch-aa' Xdiff -u -N ./Makefile ../bgrab/Makefile X--- ./Makefile Wed Dec 31 19:00:00 1969 X+++ ../bgrab/Makefile Tue Jul 27 11:00:19 1999 X@@ -0,0 +1,16 @@ X+OBJ = main.o server.o screen.o tree.o multipart.o X+CC = g++ X+CPPFLAGS= -O6 X+LIBS = -lncurses X+DEST = /usr/local/bin X+ X+bgrab: $(OBJ) Makefile common.h X+ $(CC) $(LIBS) -o bgrab $(OBJ) X+ X+clean: X+ rm -f $(OBJ) bgrab X+ X+install: bgrab X+ install -o root -g wheel -m 0755 bgrab $(DEST)/bgrab X+ X+all: bgrab XBinary files ./bgrab and ../bgrab/bgrab differ Xdiff -u -N ./main.cc ../bgrab/main.cc X--- ./main.cc Mon Feb 1 03:04:23 1999 X+++ ../bgrab/main.cc Tue Jul 27 10:38:26 1999 X@@ -9,7 +9,6 @@ X #include X #include X #include X-#include X } X X extern "C++" { X@@ -19,7 +18,7 @@ X #include "multipart.h" X } X X-#define NNTP_PORT 119 X+unsigned NNTP_PORT = 119; X X char *NNTP_SERVER = NULL; X char *NNTP_GROUP = NULL; X@@ -194,6 +193,10 @@ X fprintf(stderr, "groupname newsgroup to read\n"); X fprintf(stderr," -n don't output to stdout\n"); X fprintf(stderr," -f fork to background. use only with -n\n"); X+ fprintf(stderr,"\nThe hostname or IP address of the news server can be\n"); X+ fprintf(stderr,"specified by the NNTPSERVER environment variable, or defaults\n"); X+ fprintf(stderr,"to \"news\". The port to connect to can be specified by the\n"); X+ fprintf(stderr,"NNTPPORT environment variable or defaults to 119.\n"); X exit(-1); X } X X@@ -225,6 +228,8 @@ X void main(int argc, char **argv) { X if (getenv("NNTPSERVER")) NNTP_SERVER = strdup(getenv("NNTPSERVER")); X else NNTP_SERVER = strdup("news"); X+ X+ if (getenv("NNTPPORT")) NNTP_PORT = atoi(getenv("NNTPPORT")); X X process_command_line(argc, argv); X XBinary files ./main.o and ../bgrab/main.o differ XBinary files ./multipart.o and ../bgrab/multipart.o differ Xdiff -u -N ./screen.h ../bgrab/screen.h X--- ./screen.h Sun Jan 24 03:24:50 1999 X+++ ../bgrab/screen.h Tue Jul 27 10:38:40 1999 X@@ -1,5 +1,5 @@ X extern "C" { X-#include X+#include X #include X } X XBinary files ./screen.o and ../bgrab/screen.o differ XBinary files ./server.o and ../bgrab/server.o differ XBinary files ./tree.o and ../bgrab/tree.o differ END-of-/usr/ports/news/bgrab/patches/patch-aa echo x - /usr/ports/news/bgrab/Makefile sed 's/^X//' >/usr/ports/news/bgrab/Makefile << 'END-of-/usr/ports/news/bgrab/Makefile' X# New ports collection makefile for: bgrab X# Version required: 1.1 X# Date created: 27 July 1999 X# Whom: kbyanc X# X# $Id$ X# X XDISTNAME= bgrab XPKGNAME= bgrab-1.1 XCATEGORIES= news XMASTER_SITES= http://awwm.linuxberg.com/files/console/network/ \ X http://powerlinux.linuxberg.com/files/console/network/ X XMAINTAINER= kbyanc@posi.net X XLIB_DEPENDS= ncurses:${PORTSDIR}/devel/ncurses X X.include END-of-/usr/ports/news/bgrab/Makefile echo c - /usr/ports/news/bgrab/pkg mkdir -p /usr/ports/news/bgrab/pkg > /dev/null 2>&1 echo x - /usr/ports/news/bgrab/pkg/COMMENT sed 's/^X//' >/usr/ports/news/bgrab/pkg/COMMENT << 'END-of-/usr/ports/news/bgrab/pkg/COMMENT' XRael's Binary Grabber - downloads binaries from newsgroups END-of-/usr/ports/news/bgrab/pkg/COMMENT echo x - /usr/ports/news/bgrab/pkg/DESCR sed 's/^X//' >/usr/ports/news/bgrab/pkg/DESCR << 'END-of-/usr/ports/news/bgrab/pkg/DESCR' XThis is an automated binary extraction tool for UseNet newsgroups. XIt will log into any newsgroup and download all the binary files. X X -kbyanc X kbyanc@posi.net END-of-/usr/ports/news/bgrab/pkg/DESCR echo x - /usr/ports/news/bgrab/pkg/PLIST sed 's/^X//' >/usr/ports/news/bgrab/pkg/PLIST << 'END-of-/usr/ports/news/bgrab/pkg/PLIST' Xbin/bgrab X END-of-/usr/ports/news/bgrab/pkg/PLIST echo c - /usr/ports/news/bgrab/files mkdir -p /usr/ports/news/bgrab/files > /dev/null 2>&1 echo x - /usr/ports/news/bgrab/files/md5 sed 's/^X//' >/usr/ports/news/bgrab/files/md5 << 'END-of-/usr/ports/news/bgrab/files/md5' XMD5 (bgrab.tar.gz) = 8c41598154b89b2a0195884b43e83ac2 END-of-/usr/ports/news/bgrab/files/md5 exit >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 Tue Jul 27 11:14:32 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 E835414C89 for ; Tue, 27 Jul 1999 11:14:12 -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.2) with ESMTP id TAA76723 for ; Tue, 27 Jul 1999 19:06:44 +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 QAA33609 for ports@freebsd.org; Tue, 27 Jul 1999 16:31:25 +0100 (BST) (envelope-from nik@catkin.nothing-going-on.org) Date: Tue, 27 Jul 1999 16:31:24 +0100 From: Nik Clayton To: ports@freebsd.org Subject: Move "search" from /usr/ports/Makefile to bsd.port.mk Message-ID: <19990727163124.A33168@kilt.nothing-going-on.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i Organization: Nik at home, where there's nothing going on Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi -port'ers, This has been sat in my "Deal with it" -doc mailing list queue for ages. I thought I'd pass it over to you guys as a request, if anyone cares to implement it. If you want, I can send it as a PR. ----- Forwarded message from Byron Brummer ----- [...] > Perhaps making the search under the "ports" page simular to or the same as > the one under the changes page would make life a lot easier. Since the > ports are such a big selling point, making them as easy to find as > possible helps a lot. Agreed. Along similar lines I'd *love* to see the search target of /usr/ports/Makefile moved into bsd.port.mk in such a way so that one could change to a subdirectory such as /usr/ports/print and run a `make search' for just that part of the tree. ----- End forwarded message ----- Cheers, 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 Tue Jul 27 14:29:20 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 20E21153AD for ; Tue, 27 Jul 1999 14:29:13 -0700 (PDT) (envelope-from vanderh@ecf.toronto.edu) Received: from localhost.nowhere (ppp18348.on.bellglobal.com [206.172.130.28]) by smtp11.bellglobal.com (8.8.5/8.8.5) with ESMTP id RAA09438; Tue, 27 Jul 1999 17:31:36 -0400 (EDT) Received: (from tim@localhost) by localhost.nowhere (8.9.3/8.9.1) id RAA38919; Tue, 27 Jul 1999 17:28:46 -0400 (EDT) (envelope-from tim) Date: Tue, 27 Jul 1999 17:28:46 -0400 From: Tim Vanderhoek To: Nik Clayton Cc: ports@freebsd.org Subject: Re: Move "search" from /usr/ports/Makefile to bsd.port.mk Message-ID: <19990727172846.C37558@mad> References: <19990727163124.A33168@kilt.nothing-going-on.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <19990727163124.A33168@kilt.nothing-going-on.org>; from Nik Clayton on Tue, Jul 27, 1999 at 04:31:24PM +0100 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Jul 27, 1999 at 04:31:24PM +0100, Nik Clayton wrote: > > Agreed. Along similar lines I'd *love* to see the search target of > /usr/ports/Makefile moved into bsd.port.mk in such a way so that one > could change to a subdirectory such as /usr/ports/print and run a > `make search' for just that part of the tree. This more or less equates to rewriting the search target. Currently search works by doing a simple grep through the ports/INDEX file. Probably easy enough to make it grep for both a key and a category. To make it work in an arbitrary subdir would be different. The INDEX is mostly constructed from the output of make describe. The describe target will work in an arbitrary subdir. It wouldn't be hard to do cd /usr/ports/subdir ; make describe | grep -i "${key}" | awk -F\| '{ printf("Port:\t%s\nPath:\t%s\nInfo:\t%s\nMaint:\t%s\nIndex:\t%s\nB-deps:\t%s\nR-deps:\t%s\n\n", $1, $2, $4, $6, $7, $8, $9); }' And that will work and give the desired effect (tested), but it will be slow. There isn't any ACCEPTABLE way to do it "right". Cheating by grepping INDEX first for the category and then for the key is easy enough. Adding this to each subdirectory Makefile will work. I suggest this solution rather than a bsd.port.mk solution, although changed to look more nicer and more sexier. PORTSDIR?= /usr/ports search: ${PORTSDIR}/INDEX @grep ${.CURDIR} ${PORTSDIR}/INDEX | grep -i "${key}" | awk -F\| '{ printf("Port:\t%s\nPath:\t%s\nInfo:\t%s\nMaint:\t%s\nIndex:\t%s\nB-deps:\t%s\nR-deps :\t%s\n\n", $$1, $$2, $$4, $$6, $$7, $$8, $$9); }' [Also tested]. You may want to file my message with the bugreport. -- 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 Tue Jul 27 15:41: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 5F8B814E9F for ; Tue, 27 Jul 1999 15:41:10 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA81755; Tue, 27 Jul 1999 15:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 3CAC714E62; Tue, 27 Jul 1999 15:33:04 -0700 (PDT) Message-Id: <19990727223304.3CAC714E62@hub.freebsd.org> Date: Tue, 27 Jul 1999 15:33:04 -0700 (PDT) From: pcc@gmx.net To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/12845: python 1.5.2 does not build the shamodule.c Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12845 >Category: ports >Synopsis: python 1.5.2 does not build the shamodule.c >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jul 27 15:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Peter Cornelius >Release: 2.2.8-STABLE cvs-up-to-date, current ports. >Organization: peter cornelius consulting >Environment: FreeBSD petra.cornelius.org 2.2.8-STABLE FreeBSD 2.2.8-STABLE #0: Sat Jul 17 19:43:17 CEST 1999 root@petra.cornelius.org:/usr/src/sys/compile/PETRA i386 >Description: Good afternoon, apparently the present python forgets about the shamodule.c (symptom: test-sha.py or a "let's-do-a-quick-port" of zope fail because they depend on the module). With my (little) insight into the port, apparently the error is in (tarball) ./Python-1.5.2/Modules/Setup.in , it there says: (...) # The sha module implements the SHA checksum algorithm. # (NIST's Secure Hash Algorithm.) sha shamodule.c (...) but, obviously, sha (i. e. /usr/local/bin/sha, I suppose) only prints a checksum that is little help in compiling that file ;-). I don't know whether I found the spot, but with all the lot I know about the python port, this is all I can do for now. I'll keep lookin' though... >How-To-Repeat: Try to hack quick port of Zope-2.0.0b1 (see www.zope.org) without any python knowledge. 8-S >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 Tue Jul 27 16:48: 2 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 BA52314BDE for ; Tue, 27 Jul 1999 16:47:57 -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 SAA22414; Tue, 27 Jul 1999 18:46:34 -0500 (CDT) Received: from sji-ca4-70.ix.netcom.com(205.186.212.198) by dfw-ix16.ix.netcom.com via smap (V1.3) id rma022354; Tue Jul 27 18:46:20 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id QAA39470; Tue, 27 Jul 1999 16:46:07 -0700 (PDT) Date: Tue, 27 Jul 1999 16:46:07 -0700 (PDT) Message-Id: <199907272346.QAA39470@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: nik@nothing-going-on.demon.co.uk, ports@freebsd.org In-reply-to: <19990727172846.C37558@mad> (message from Tim Vanderhoek on Tue, 27 Jul 1999 17:28:46 -0400) Subject: Re: Move "search" from /usr/ports/Makefile to bsd.port.mk From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) References: <19990727163124.A33168@kilt.nothing-going-on.org> <19990727172846.C37558@mad> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Tim Vanderhoek * On Tue, Jul 27, 1999 at 04:31:24PM +0100, Nik Clayton wrote: * > * > Agreed. Along similar lines I'd *love* to see the search target of * > /usr/ports/Makefile moved into bsd.port.mk in such a way so that one * > could change to a subdirectory such as /usr/ports/print and run a * > `make search' for just that part of the tree. Is this really necessary? I don't really see how this could be useful, especially with us planning to add deeper subtrees (and thus making it harder to guess which category the port would be in). Something that can be done against the whole tree with more options seems better. * Cheating by grepping INDEX first for the category and then for the key * is easy enough. * * Adding this to each subdirectory Makefile will work. I suggest this * solution rather than a bsd.port.mk solution, although changed to * look more nicer and more sexier. I'd rather put it in bsd.port.subdir.mk than all the subdir Makefiles.... * PORTSDIR?= /usr/ports * * search: ${PORTSDIR}/INDEX * @grep ${.CURDIR} ${PORTSDIR}/INDEX | grep -i "${key}" | awk -F\| '{ printf("Port:\t%s\nPath:\t%s\nInfo:\t%s\nMaint:\t%s\nIndex:\t%s\nB-deps:\t%s\nR-deps * :\t%s\n\n", $$1, $$2, $$4, $$6, $$7, $$8, $$9); }' Well, this won't work if ${PORTSDIR} is a symlink. You need to "normalize" the ${.CURDIR} part to match what INDEX uses. Maybe we can add another keyword ("category" or something) that can be used for search. (Or just add "-E" to the grep command line and have people use extended regexps to specify the category alongside the keyword. ;) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 27 20:34:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ns1.portal2.com (ns1.portal2.com [203.85.226.193]) by hub.freebsd.org (Postfix) with SMTP id 38300153DC for ; Tue, 27 Jul 1999 20:34:23 -0700 (PDT) (envelope-from yusufg@outblaze.com) Received: (qmail 7433 invoked from network); 28 Jul 1999 03:32:16 -0000 Received: from yusufg.portal2.com (qmailr@203.85.226.249) by ns1.portal2.com with SMTP; 28 Jul 1999 03:32:16 -0000 Received: (qmail 19701 invoked by uid 500); 28 Jul 1999 03:32:45 -0000 Date: 28 Jul 1999 03:32:45 -0000 Message-ID: <19990728033245.19700.qmail@yusufg.portal2.com> From: Yusuf Goolamabbas To: ports@freebsd.org Subject: Port request : httperf Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Is it possible to make httperf into a port Thanks, Yusuf -- Yusuf Goolamabbas yusufg@outblaze.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 27 20:58:33 1999 Delivered-To: freebsd-ports@freebsd.org Received: from neptune.psn.net (neptune.psn.net [207.211.58.16]) by hub.freebsd.org (Postfix) with ESMTP id 61EE614EBB for ; Tue, 27 Jul 1999 20:58:06 -0700 (PDT) (envelope-from will@shadow.blackdawn.com) Received: from 5042-243.008.popsite.net ([209.224.140.243] helo=shadow.blackdawn.com) by neptune.psn.net with esmtp (PSN Internet Service 2.12 #3) id 119Kqn-0001ji-00; Tue, 27 Jul 1999 20:57:54 -0700 Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.2) id XAA82512; Tue, 27 Jul 1999 23:57:51 -0400 (EDT) (envelope-from will) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <19990728033245.19700.qmail@yusufg.portal2.com> Date: Tue, 27 Jul 1999 23:57:50 -0400 (EDT) Reply-To: Will Andrews From: Will Andrews To: Yusuf Goolamabbas Subject: RE: Port request : httperf Cc: ports@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 28-Jul-99 Yusuf Goolamabbas wrote: > Is it possible to make httperf > > > into a port I had a look at the license: > The enclosed software and documentation includes copyrighted works > of Hewlett-Packard Co. For as long as you comply with the following > limitations, you are hereby authorized to (i) use, reproduce, and > modify the software and documentation, and to (ii) distribute the > software and documentation, including modifications, for > non-commercial purposes only. It appears as though this program (from a look at parts of its sources) could be easily ported. I'll take this -- will contact the author about whether this would be ok to add to the Ports Collection. (Note: A raw compile of this program proved successful.) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 28 0:55: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 D5E141542C; Wed, 28 Jul 1999 00:55:20 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA18721; Wed, 28 Jul 1999 00:55:11 -0700 (PDT) (envelope-from tg@FreeBSD.org) Date: Wed, 28 Jul 1999 00:55:11 -0700 (PDT) From: Message-Id: <199907280755.AAA18721@freefall.freebsd.org> To: pcc@gmx.net, tg@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12845: python 1.5.2 does not build the shamodule.c Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: python 1.5.2 does not build the shamodule.c State-Changed-From-To: open->closed State-Changed-By: tg State-Changed-When: Wed Jul 28 00:54:32 PDT 1999 State-Changed-Why: The port builds the SHA module now. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 28 4:30: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 467F51542C; Wed, 28 Jul 1999 04:30:42 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA39435; Wed, 28 Jul 1999 04:30:42 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Wed, 28 Jul 1999 04:30:42 -0700 (PDT) From: Message-Id: <199907281130.EAA39435@freefall.freebsd.org> To: sheldonh@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: pending/12848: includes bugfix for Terry Ewing Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: includes bugfix for Terry Ewing Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: sheldonh Responsible-Changed-When: Wed Jul 28 04:29:30 PDT 1999 Responsible-Changed-Why: Mis-filed PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 28 8:10: 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 E8CA514F0B for ; Wed, 28 Jul 1999 08:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA98453; Wed, 28 Jul 1999 08:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id F2C2814D85; Wed, 28 Jul 1999 08:09:48 -0700 (PDT) Message-Id: <19990728150948.F2C2814D85@hub.freebsd.org> Date: Wed, 28 Jul 1999 08:09:48 -0700 (PDT) From: nakaji@tutrp.tut.ac.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/12851: XFree86 needs change for pc98 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12851 >Category: ports >Synopsis: XFree86 needs change for pc98 >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 Jul 28 08:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: NAKAJI Hiroyuki >Release: 4.0-current >Organization: Toyohashi University of Technology >Environment: FreeBSD xa12.home.jp 4.0-CURRENT FreeBSD 4.0-CURRENT #6: Tue Jul 20 11:02:06 JST 1999 root@xa12.home.jp:/export/src/sys/compile/NAKAJI i386 >Description: 1. On FreeBSD(98), if tk42jp or tk80jp is installed, XF98Setup should be built with it and doc/Japanese should be installed because pc98 is popular in Japan. I modified scripts/configure for these purposes. 2. pkg/PLIST.pc98 needs some change for pc98. >How-To-Repeat: >Fix: Patch files are found at 1. http://www.rc.tutrp.tut.ac.jp/~nakaji/install/FreeBSD/ref/XFree86-19990728.diff 2. http://www.rc.tutrp.tut.ac.jp/~nakaji/install/FreeBSD/ref/XFree86-19990728-2.diff respectively. >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 Jul 28 11:20: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 6A34F14F8A for ; Wed, 28 Jul 1999 11:20:23 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA13813; Wed, 28 Jul 1999 11:20:01 -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 A33C614CB3 for ; Wed, 28 Jul 1999 11:19:41 -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 SAA15795 for FreeBSD-gnats-submit@freebsd.org; Wed, 28 Jul 1999 18:20:24 +0200 (CEST) Received: (from uucp@localhost) by net2.dinoex.sub.org (8.9.3/8.9.3) with UUCP id IAA20318 for FreeBSD-gnats-submit@freebsd.org; Wed, 28 Jul 1999 08:31:47 +0200 (CEST) Received: (from dm@localhost) by home.dinoex.sub.org (8.9.3/8.9.3) id IAA12562; Wed, 28 Jul 1999 08:16:33 +0200 (CEST) Message-Id: <199907280616.IAA12562@home.dinoex.sub.org> Date: Wed, 28 Jul 1999 08:16:33 +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/12857: ports/www/webalizer update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12857 >Category: ports >Synopsis: ports/www/webalizer update >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jul 28 11:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 3.2-RELEASE i386 >Organization: privat >Environment: gd-lib, apache >Description: generates statistics in HTML output, for Apache web server. >How-To-Repeat: old Release is out of date old distfile no longer on server >Fix: new version more languages are supported apply the patches to use the new version diff webalizer/Makefile webalizer-1.30.4/Makefile --- webalizer/Makefile Tue Jun 15 07:32:48 1999 +++ webalizer-1.30.4/Makefile Wed Jul 28 08:15:35 1999 @@ -5,8 +5,8 @@ # # $Id: Makefile,v 1.7 1999/06/10 08:15:16 steve Exp $ -DISTNAME= webalizer-1.22-06-src -PKGNAME= webalizer-1.22.6 +DISTNAME= webalizer-1.30-04-src +PKGNAME= webalizer-1.30.4 CATEGORIES= www MASTER_SITES= ftp://ftp.mrunix.net/pub/webalizer/ \ ftp://ftp.dinoex.sub.de/pub/approved/ @@ -26,7 +26,7 @@ german italian korean polish portuguese \ portuguese_brazil romanian russain slowak \ spanish swedish -WRKSRC= ${WRKDIR}/webalizer-1.22-06 +WRKSRC= ${WRKDIR}/webalizer-1.30-04 .if defined(BATCH) WEBALIZER_LANG=english diff webalizer/files/md5 webalizer-1.30.4/files/md5 --- webalizer/files/md5 Tue Jun 15 07:32:49 1999 +++ webalizer-1.30.4/files/md5 Wed Jul 28 08:03:02 1999 @@ -1 +1 @@ -MD5 (webalizer-1.22-06-src.tgz) = 9123858212879731d134555253ef23b1 +MD5 (webalizer-1.30-04-src.tgz) = f151b5e811bcdaa4ba72bca447f5cd44 diff webalizer/patches/patch-ac webalizer-1.30.4/patches/patch-ac --- webalizer/patches/patch-ac Thu Jun 10 10:15:23 1999 +++ webalizer-1.30.4/patches/patch-ac Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- webalizer.c.orig Sat Jun 5 05:13:18 1999 -+++ webalizer.c Wed Jun 9 19:11:19 1999 -@@ -3238,7 +3238,7 @@ - int isurlchar(char ch) - { - if (isalnum((int)ch)) return 1; /* allow letters, numbers... */ -- return (strchr(":/\\.-_@~",ch)!=NULL); /* and a few 'special' chars. */ -+ return (strchr(":/\\.-_@~+",ch)!=NULL); /* and a few 'special' chars. */ - } - - /*********************************************/ >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 Jul 28 17:40: 6 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 19D77154EA for ; Wed, 28 Jul 1999 17:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA48679; Wed, 28 Jul 1999 17:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from news-ma.rhein-neckar.de (news-ma.rhein-neckar.de [193.197.90.3]) by hub.freebsd.org (Postfix) with ESMTP id 7272814EEF for ; Wed, 28 Jul 1999 17:33:45 -0700 (PDT) (envelope-from naddy@bigeye.rhein-neckar.de) Received: from mips.rhein-neckar.de (uucp@localhost) by news-ma.rhein-neckar.de (8.8.8/8.8.8) with bsmtp id CAA09124 for FreeBSD-gnats-submit@freebsd.org; Thu, 29 Jul 1999 02:33:43 +0200 (CEST) (envelope-from naddy@bigeye.rhein-neckar.de) Received: from bigeye.rhein-neckar.de ([193.197.90.235]) by mips.rhein-neckar.de with esmtp id m119ddf-000WyWC (Debian Smail-3.2.0.101 1997-Dec-17 #2); Thu, 29 Jul 1999 02:01:35 +0200 (CEST) Received: (from naddy@localhost) by bigeye.rhein-neckar.de (8.9.3/8.9.3) id CAA39735; Thu, 29 Jul 1999 02:02:08 +0200 (CEST) (envelope-from naddy) Message-Id: <199907290002.CAA39735@bigeye.rhein-neckar.de> Date: Thu, 29 Jul 1999 02:02:08 +0200 (CEST) From: Christian Weisgerber Reply-To: naddy@mips.rhein-neckar.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12864: update: less-340 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12864 >Category: ports >Synopsis: update: less-340 >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: Wed Jul 28 17:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Christian Weisgerber >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: - Update port to less version 340. - Add a distributed patch for UTF-8 support. >How-To-Repeat: >Fix: diff -uNr /usr/ports/misc/less/Makefile less/Makefile --- /usr/ports/misc/less/Makefile Thu Apr 15 21:23:19 1999 +++ less/Makefile Thu Jul 29 01:46:56 1999 @@ -6,10 +6,14 @@ # $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 + +PATCH_SITES= ftp://ftp.ilog.fr/pub/Users/haible/utf8/ +PATCHFILES= less-340-utf-2.diff +PATCH_DIST_STRIP= -p1 MAINTAINER= ache@FreeBSD.ORG diff -uNr /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 Thu Jul 29 00:07:07 1999 @@ -1 +1,2 @@ -MD5 (less-337.tar.gz) = 125c500faaa318624d7d773d418dd2c7 +MD5 (less-340.tar.gz) = 1653b6b40b911103a67538a2b2d509a2 +MD5 (less-340-utf-2.diff) = 362aca72dbe314ed639e81f3ed1077c9 >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 Jul 28 18:35:49 1999 Delivered-To: freebsd-ports@freebsd.org Received: from bachue.usc.unal.edu.co (bachue.usc.unal.edu.co [168.176.3.20]) by hub.freebsd.org (Postfix) with ESMTP id B22F21551D for ; Wed, 28 Jul 1999 18:35:34 -0700 (PDT) (envelope-from pfgiffun@bachue.usc.unal.edu.co) Received: from bachue.usc.unal.edu.co ([168.176.3.50]) by bachue.usc.unal.edu.co (Netscape Messaging Server 3.6) with ESMTP id AAA454E for ; Wed, 28 Jul 1999 20:31:02 -0400 Message-ID: <379FAF69.AE8D90AF@bachue.usc.unal.edu.co> Date: Wed, 28 Jul 1999 20:33:29 -0500 From: "Pedro F. Giffuni" Organization: Universidad Nacional de Colombia X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.1-RELEASE i386) X-Accept-Language: it,es-CO MIME-Version: 1.0 To: ports@FreeBSD.org Subject: Freefem is broken Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I won't be able to maintain my ports for a month because I will be travelling tomorrow. The only broken port is FreeFEM: the URL has changed but the new version also wants an old version of the KDE near. JIC someone wants to fix it while I'm not here. cheers, Pedro. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 29 0:40:22 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 CC9511558B for ; Thu, 29 Jul 1999 00:40:20 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA74122; Thu, 29 Jul 1999 00:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from neptune.psn.net (neptune.psn.net [207.211.58.16]) by hub.freebsd.org (Postfix) with ESMTP id 9BC081557C for ; Thu, 29 Jul 1999 00:38:52 -0700 (PDT) (envelope-from will@shadow.blackdawn.com) Received: from 5042-243.008.popsite.net ([209.224.140.243] helo=shadow.blackdawn.com) by neptune.psn.net with esmtp (PSN Internet Service 2.12 #3) for FreeBSD-gnats-submit@freebsd.org id 119kin-0000o3-00; Thu, 29 Jul 1999 00:38:47 -0700 Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.2) id DAA42816; Thu, 29 Jul 1999 03:35:14 -0400 (EDT) (envelope-from will) Message-Id: <199907290735.DAA42816@shadow.blackdawn.com> Date: Thu, 29 Jul 1999 03:35:14 -0400 (EDT) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12867: update port irc/blackened from v1.6.2 to v1.7.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12867 >Category: ports >Synopsis: update port irc/blackened from v1.6.2 to v1.7.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: Thu Jul 29 00:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 3.2-STABLE i386 >Organization: none >Environment: FreeBSD shadow.blackdawn.com 3.2-STABLE FreeBSD 3.2-STABLE #0: Sun Jul 25 01:17:53 EDT 1999 root@shadow.blackdawn.com:/usr/src/sys/compile/SHADOW i386 >Description: This is an update to the blackened IRC client, from version 1.6.2 to 1.7.0. One nice thing about this version is that the help file has been clobbered into one file, greatly reducing the size of the PLIST. The port itself has been changed to reduce the size of the port Makefile by putting relevant make environment variables into a patch to the Makefile.in rather than putting a do-build instruction in the port's Makefile. Thanks go to Timothy Jensen for providing me with the patch for /sb before it actually reached the source distro. This patch is in patches/patch-ab. >How-To-Repeat: Use the diff at the URL below to apply the changes to the port. >Fix: The diff is located at: http://www.psn.net/~andrews/blackened/blackened.diff.1.7.0 Its size is a bit too much to put in a PR: -rw-r--r-- 1 root wheel 33860 Jul 29 03:19 blackened.diff.1.7.0 >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 Jul 29 7:31:27 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 9F4D5155CA; Thu, 29 Jul 1999 07:31:12 -0700 (PDT) (envelope-from zaks@prioris.im.pw.edu.pl) Received: (from localhost user: 'zaks', uid#501) by prioris.im.pw.edu.pl id ; Thu, 29 Jul 1999 16:14:57 +0200 Date: Thu, 29 Jul 1999 16:14:57 +0200 From: Slawek Zak To: freebsd-ports@freebsd.org Cc: freebsd-security@freebsd.org Subject: Extracted files' permissions Message-ID: <19990729161457.A727@prioris.im.pw.edu.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org When I lately extracted some packages, I have noticed that owners of the files and directories are random (try make extract lang/lua or lang/erlang) These UIDs may or may not exist on your system. If they do, the files can be easily overwritten by malicious user and lead to compromise of the system. So my question is if it should be treated as bug, and reported to the packager, or maybe there should be an additional step in extracting these files, in which the owner would be changed to 0:0. Of course the easiest solution would be chmod og= /usr/ports :) -- * Suavek Zak * email: zaks@im.pw.edu.pl voice: +48 (0) 22 674 66 79 * PGP v2.3: 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 Thu Jul 29 8:52: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from poboxer.pobox.com (ferg5200-1-29.cpinternet.com [208.149.16.29]) by hub.freebsd.org (Postfix) with ESMTP id 7CD6614E98 for ; Thu, 29 Jul 1999 08:51:40 -0700 (PDT) (envelope-from alk@poboxer.pobox.com) Received: (from alk@localhost) by poboxer.pobox.com (8.9.3/8.9.1) id KAA37914; Thu, 29 Jul 1999 10:51:05 -0500 (CDT) (envelope-from alk) From: Anthony Kimball MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Thu, 29 Jul 1999 10:51:04 -0500 (CDT) X-Face: \h9Jg:Cuivl4S*UP-)gO.6O=T]]@ncM*tn4zG);)lk#4|lqEx=*talx?.Gk,dMQU2)ptPC17cpBzm(l'M|H8BUF1&]dDCxZ.c~Wy6-j,^V1E(NtX$FpkkdnJixsJHE95JlhO 5\M3jh'YiO7KPCn0~W`Ro44_TB@&JuuqRqgPL'0/{):7rU-%.*@/>q?1&Ed Reply-To: alk@pobox.com To: freebsd-ports@freebsd.org Subject: glib12, gtk12 X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14240.30744.798262.300533@avalon.east> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org These ports appear to change the library names from mumble12.so to mumble-12.so, which breaks a lot of dynamically linked applications. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 29 10:10: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 DE1C2155E9 for ; Thu, 29 Jul 1999 10:10:11 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA61641; Thu, 29 Jul 1999 10:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from florida.sarang.net (florida.sarang.net [210.101.98.6]) by hub.freebsd.org (Postfix) with ESMTP id D347215101 for ; Thu, 29 Jul 1999 10:01:44 -0700 (PDT) (envelope-from leo@florida.sarang.net) Received: (from leo@localhost) by florida.sarang.net (8.9.3/8.9.3) id CAA09446; Fri, 30 Jul 1999 02:00:04 +0900 (KST) (envelope-from leo) Message-Id: <199907291700.CAA09446@florida.sarang.net> Date: Fri, 30 Jul 1999 02:00:04 +0900 (KST) From: Leo Kim Reply-To: leo@florida.sarang.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12870: mrtg installation bug Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12870 >Category: ports >Synopsis: mrtg installation bug >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 29 10:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Leo Kim >Release: FreeBSD 3.2-STABLE i386 >Organization: SarangNET >Environment: i586 (Pentium 166MHz) FreeBSD 3.2-STABLE >Description: Since one local Perl module used in mrtg Perl script is missing after installation, the mrtg Perl script doesn't work. >How-To-Repeat: /usr/local/bin/mrtg /usr/local/etc/mrtg/mrtg.cfg will produce the error. >Fix: Apply following patche to the /usr/ports/net/mrtg. --- Makefile.orig Thu Jul 29 12:47:15 1999 +++ Makefile Thu Jul 29 12:48:11 1999 @@ -43,3 +43,3 @@ done - for file in SNMP_Session.pm SNMP_util.pm BER.pm; do \ + for file in SNMP_Session.pm SNMP_util.pm BER.pm locales_mrtg.pm; do \ ${INSTALL_DATA} ${WRKSRC}/run/$$file ${PREFIX}/lib/perl5/site_perl/${PERL_VER}; \ --- pkg/PLIST.orig Thu Jul 29 12:50:03 1999 +++ pkg/PLIST Thu Jul 29 12:50:19 1999 @@ -9,2 +9,3 @@ lib/perl5/site_perl/%%PERL_VER%%/SNMP_util.pm +lib/perl5/site_perl/%%PERL_VER%%/locales_mrtg.pm share/mrtg/mrtg-l.gif >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 Jul 29 10: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 E821D155E5 for ; Thu, 29 Jul 1999 10:20:31 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA62327; Thu, 29 Jul 1999 10:20:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from misha.cisco.com (misha.cisco.com [171.69.206.50]) by hub.freebsd.org (Postfix) with ESMTP id 879B1155E9 for ; Thu, 29 Jul 1999 10:15:35 -0700 (PDT) (envelope-from mi@misha.cisco.com) Received: (from mi@localhost) by misha.cisco.com (8.9.3/8.9.1) id NAA81647; Thu, 29 Jul 1999 13:15:29 -0400 (EDT) (envelope-from mi) Message-Id: <199907291715.NAA81647@misha.cisco.com> Date: Thu, 29 Jul 1999 13:15:29 -0400 (EDT) From: Mikhail Teterin Reply-To: mi@aldan.algebra.com To: FreeBSD-gnats-submit@freebsd.org Cc: jack@gpi.ru X-Send-Pr-Version: 3.2 Subject: ports/12871: koi8r-ps port adds KOI8 True Type fonts Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12871 >Category: ports >Synopsis: koi8r-ps port adds KOI8 True Type fonts >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 29 10:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Mikhail Teterin >Release: FreeBSD 3.2-STABLE i386 >Organization: Virtual Estates, Inc. >Environment: >Description: The port, basicly, automates the instructions posted in ftp://ftp.kapella.gpi.ru/pub/cyrillic/psfonts/README.html It tries to patch the GhostScript's Fontmap automaticly, so unless you have non-standard GhostScript installation (or if you installed GhostScript afterwards), you should not have to do anything with it. Deinstalling the port will reverse the patch. For your X-server to use the fonts, you have to add the ${PREFIX}/share/CyrPS (usually, /usr/local/share/CyrPS) to the server's font-path. Use ``xset fp+'' to do this for the current X-session and consult your X-server's documentation to make this permanent. For gv to use the newly installed KOI8 fonts, it may need to start GhostScript with the ``-dNOPLATFONTS'' option. One way to ensure this is to add -dNOPLATFONTS to the GV.gsX11Device resource -- either in the /usr/X11R6/lib/X11/app-defaults/GV, or in individual's ~/.Xdefaults. An individual user can also put this into his or her ~/.gv file, by starting up gv, choosing the menu option ``Ghostscript Options'' from the ``State'' menu and typing in ``-dNOPLATFONTS'' into the ``Device'' entry. This package will NOT by itself help you print Cyrillic on PostScript printers -- they use their own PostScript engines (not GhostScript). The port russian/koify may help you with those. I'll submit the russian/koify after I come back from vacation. >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: # # koi8r-ps # koi8r-ps/Makefile # koi8r-ps/pkg # koi8r-ps/pkg/COMMENT # koi8r-ps/pkg/DESCR # koi8r-ps/pkg/PLIST # koi8r-ps/pkg/DEINSTALL # koi8r-ps/pkg/MESSAGE # koi8r-ps/pkg/MESSAGE.bak # koi8r-ps/files # koi8r-ps/files/Fontmap.diff # koi8r-ps/files/md5 # echo c - koi8r-ps mkdir -p koi8r-ps > /dev/null 2>&1 echo x - koi8r-ps/Makefile sed 's/^X//' >koi8r-ps/Makefile << 'END-of-koi8r-ps/Makefile' X# New ports collection makefile for: koi8rPS X# Version required: 1.0 X# Date created: 22 July 1999 X# Whom: mi@aldan.algebra.com X# X# $Id$ X XDISTNAME= koi8rPS-1.0 XCATEGORIES= russian print XMASTER_SITES= ftp://ftp.ziplink.net/users/kot/CyrPS/ \ X ftp://ftp.kapella.gpi.ru/pub/cyrillic/psfonts/ XDISTFILES= gs-type1_koi8_fonts.tgz gs-type1_koi8_afm.tgz \ X XFree86-Type1_fonts.dir.scale.gz X XMAINTAINER= mi@aldan.algebra.com X XEXTRACT_ONLY= X XDIST_SUBDIR= koi8r-ps X X.if !defined(FONTMAP) XFONTMAP!= if which gs > /dev/null 2>&1 ; then \ X d=`gs -h | awk '/^Search path:$$/ { nl=1; next } \ X nl { print $$3; exit }'`; \ X if [ -e $$d/Fontmap ] ; then \ X ${ECHO} $$d/Fontmap; \ X else \ X logger $$d/Fontmap; \ X ${ECHO} /nicht/ ; \ X fi; \ X else \ X ${ECHO} /nicht/ ; \ X fi X.endif X XMAINTAINER= mi@aldan.algebra.com X XNO_PACKAGE= Nothing to build, configurations only XNO_WRKSUBDIR= Yes X XCPS_DIR= ${PREFIX}/share/koi8r-ps X Xdo-extract: X ${MKDIR} ${WRKSRC} X ${GZIP_CMD} -d < ${DISTDIR}/${DIST_SUBDIR}/XFree86-Type1_fonts.dir.scale.gz \ X > ${WRKSRC}/XFree86-Type1_fonts.dir.scale X Xdo-build: X ${ECHO} `${GREP} koi8 ${WRKSRC}/XFree86-Type1_fonts.dir.scale | wc -l` \ X > ${WRKSRC}/fonts.dir X ${GREP} koi8 ${WRKSRC}/XFree86-Type1_fonts.dir.scale \ X >> ${WRKSRC}/fonts.dir X Xdo-configure: X ${SED} 's=(\(.*\.pfb\))=\(${CPS_DIR}/\1\)=' \ X < ${FILESDIR}/Fontmap.diff > ${WRKSRC}/Fontmap.diff X Xdo-install: X ${MKDIR} ${CPS_DIR} X ${TAR} -C ${CPS_DIR} -xzpf \ X ${DISTDIR}/${DIST_SUBDIR}/gs-type1_koi8_fonts.tgz X ${TAR} -C ${CPS_DIR} -xzpf \ X ${DISTDIR}/${DIST_SUBDIR}/gs-type1_koi8_afm.tgz X.if ${FONTMAP} == "/nicht/" X ################################################################# X ### You do not appear to have GhostScript installed. The file X ### ${CPS_DIR}/Fontmap.diff X ### needs to be merged into GhostScript's Fontmap -- usually X ### located in something like X ### ${PREFIX}/share/ghostscript/5.50/Fontmap X ### for GhostScript to use cyrillic fonts. X ################################################################# X @test -t 0 && test -t 1 && ${ECHO} -n "Press enter" && read junk || true X.else X @if ${GREP} -q ArialCyrMT-BoldItalic "${FONTMAP}" ; then \ X ${ECHO} Apparently, Fontmap already lists this fonts. Ok. \ X You can always merge ${CPS_DIR}/Fontmap.diff into \ X ${FONTMAP} manually. ; \ X else \ X env SIMPLE_BACKUP_SUFFIX=.CyrPS VERSION_CONTROL= \ X ${PATCH} "${FONTMAP}" ${WRKSRC}/Fontmap.diff ; \ X ${RM} -f "${FONTMAP}".CyrPS ; \ X fi X.endif X ${ECHO} ${FONTMAP} > ${CPS_DIR}/fontmap.path X ${INSTALL_DATA} ${WRKSRC}/Fontmap.diff ${CPS_DIR} X ${INSTALL_DATA} ${WRKSRC}/fonts.dir ${CPS_DIR} X ${LN} -s fonts.dir ${CPS_DIR}/fonts.scale X ${CAT} ${PKGDIR}/MESSAGE X X.include END-of-koi8r-ps/Makefile echo c - koi8r-ps/pkg mkdir -p koi8r-ps/pkg > /dev/null 2>&1 echo x - koi8r-ps/pkg/COMMENT sed 's/^X//' >koi8r-ps/pkg/COMMENT << 'END-of-koi8r-ps/pkg/COMMENT' XAdd Russian (KOI8) fonts to your PostScript fonts collection. END-of-koi8r-ps/pkg/COMMENT echo x - koi8r-ps/pkg/DESCR sed 's/^X//' >koi8r-ps/pkg/DESCR << 'END-of-koi8r-ps/pkg/DESCR' XThis port tries to follow numerous suggestions and HOWTOs posted on the Xweb about printing and viewing PostScript files containing Russian Xcharacters (in KOI8 encoding, are there others?). X XIn installs the fonts taken from X ftp://ftp.kapella.gpi.ru/pub/cyrillic/psfonts/ X Xinto their own ${PREFIX}/CyrPS directory, and places the Xinfonts.dir/fonts.scale there for your X-server's perusal. X XIf you happen to have ghostscript installed, it will also append its XFontmap file to print/display with this fonts by default. X XNote, however, that this will NOT make your PostScript printers print in XRussian, since they have their own PostScript interpreters built in. Use X`koify' port for to deal with those. END-of-koi8r-ps/pkg/DESCR echo x - koi8r-ps/pkg/PLIST sed 's/^X//' >koi8r-ps/pkg/PLIST << 'END-of-koi8r-ps/pkg/PLIST' Xshare/koi8r-ps/fontmap.path Xshare/koi8r-ps/Fontmap.diff Xshare/koi8r-ps/fonts.dir Xshare/koi8r-ps/fonts.scale Xshare/koi8r-ps/arial8.afm Xshare/koi8r-ps/arialbd8.afm Xshare/koi8r-ps/arialbi8.afm Xshare/koi8r-ps/ariali8.afm Xshare/koi8r-ps/cokoi8b.afm Xshare/koi8r-ps/cokoi8bi.afm Xshare/koi8r-ps/cokoi8i.afm Xshare/koi8r-ps/cokoi8n.afm Xshare/koi8r-ps/cour8.afm Xshare/koi8r-ps/courbd8.afm Xshare/koi8r-ps/courbi8.afm Xshare/koi8r-ps/couri8.afm Xshare/koi8r-ps/times8.afm Xshare/koi8r-ps/timesbd8.afm Xshare/koi8r-ps/timesbi8.afm Xshare/koi8r-ps/timesi8.afm Xshare/koi8r-ps/arial8.pfb Xshare/koi8r-ps/arial8.pfm Xshare/koi8r-ps/arialbd8.pfb Xshare/koi8r-ps/arialbd8.pfm Xshare/koi8r-ps/arialbi8.pfb Xshare/koi8r-ps/arialbi8.pfm Xshare/koi8r-ps/ariali8.pfb Xshare/koi8r-ps/ariali8.pfm Xshare/koi8r-ps/cokoi8b.pfb Xshare/koi8r-ps/cokoi8b.pfm Xshare/koi8r-ps/cokoi8bi.pfb Xshare/koi8r-ps/cokoi8bi.pfm Xshare/koi8r-ps/cokoi8i.pfb Xshare/koi8r-ps/cokoi8i.pfm Xshare/koi8r-ps/cokoi8n.pfb Xshare/koi8r-ps/cokoi8n.pfm Xshare/koi8r-ps/cour8.pfb Xshare/koi8r-ps/cour8.pfm Xshare/koi8r-ps/courbd8.pfb Xshare/koi8r-ps/courbd8.pfm Xshare/koi8r-ps/courbi8.pfb Xshare/koi8r-ps/courbi8.pfm Xshare/koi8r-ps/couri8.pfb Xshare/koi8r-ps/couri8.pfm Xshare/koi8r-ps/times8.pfb Xshare/koi8r-ps/times8.pfm Xshare/koi8r-ps/timesbd8.pfb Xshare/koi8r-ps/timesbd8.pfm Xshare/koi8r-ps/timesbi8.pfb Xshare/koi8r-ps/timesbi8.pfm Xshare/koi8r-ps/timesi8.pfb Xshare/koi8r-ps/timesi8.pfm X@dirrm share/koi8r-ps END-of-koi8r-ps/pkg/PLIST echo x - koi8r-ps/pkg/DEINSTALL sed 's/^X//' >koi8r-ps/pkg/DEINSTALL << 'END-of-koi8r-ps/pkg/DEINSTALL' X#!/bin/sh Xif [ "$2" = "POST-DEINSTALL" ] ; then exit ; fi Xif ! [ -e "${PKG_PREFIX}"/share/koi8r-ps/fontmap.path ] ; then X cat << END_WARNING X The file "${PKG_PREFIX}"/share/koi8r-ps/fontmap.path does not exist. X Unable to patch the GhostScript's Fontmap to stop using the X Cyrillic fonts, which you are removing, yb default. XEND_WARNING X exit Xfi X X XFONTMAP=`cat "${PKG_PREFIX}"/share/koi8r-ps/fontmap.path` Xif [ -e "$FONTMAP" ] ; then X cat << EXPLANATION X Patching the file X $FONTMAP X to tell GhostScript to stop looking for the fonts in this package. XEXPLANATION X env SIMPLE_BACKUP_SUFFIX=.CyrPS VERSION_CONTROL= \ X patch -l -N -R "$FONTMAP" "${PKG_PREFIX}/share/koi8r-ps/Fontmap.diff" \ X && rm -f "$FONTMAP".CyrPS Xelse X if [ "$FONTMAP" != "/nicht/" ] ; then X cat << END_WARNING X X The file X $FONTMAP X is recorded as the one patched during the isntallation of this X package. However, the file does not exist now, so we can not X reverse the patch. You _may_ have problem using GhostScript now. X XEND_WARNING X fi Xfi END-of-koi8r-ps/pkg/DEINSTALL echo x - koi8r-ps/pkg/MESSAGE sed 's/^X//' >koi8r-ps/pkg/MESSAGE << 'END-of-koi8r-ps/pkg/MESSAGE' XThis port tries to patch the GhostScript's Fontmap automaticly, so Xunless you have non-standard GhostScript installation (or if you Xinstalled GhostScript afterwards), you should not have to do anything. X XFor your X-server to use the fonts, you have to add the X${PREFIX}/share/CyrPS (usually, /usr/local/share/CyrPS) to the server's Xfont-path. Use ``xset fp+'' to do this for the current X-session and Xconsult your X-server's documentation to make this permanent. X XFor gv to use the newly installed KOI8 fonts, it may have to start XGhostScript with the ``-dNOPLATFONTS'' option. One way to ensure this is Xto add -dNOPLATFONTS to the GV.gsX11Device resource -- either in the X/usr/X11R6/lib/X11/app-defaults/GV, or in individual's ~/.Xdefaults. An Xindividual user can also put this into his or her ~/.gv file, by Xstarting up gv, choosing the menu option ``Ghostscript Options'' from Xthe ``State'' menu and typing in ``-dNOPLATFONTS'' into the ``Device'' Xentry. X XThis package will NOT by itself help you print Cyrillic on PostScript Xprinters -- they use their own PostScript engines (not GhostScript). The Xport russian/koify may help you with those. END-of-koi8r-ps/pkg/MESSAGE echo x - koi8r-ps/pkg/MESSAGE.bak sed 's/^X//' >koi8r-ps/pkg/MESSAGE.bak << 'END-of-koi8r-ps/pkg/MESSAGE.bak' XThis port tries to patch the GhostScript's Fontmap automaticly, so Xunless you have non-standard GhostScript installation (or if you Xinstalled GhostScript afterwards), you should not have to do anything. X XFor your X-server to use the fonts, you have to add the X${PREFIX}/share/CyrPS (usually, /usr/local/share/CyrPS) to the server's Xfont-path. Use ``xset fp+'' to do this for the current X-session and Xconsult your X-server's documentation to make this permanent. X XFor gv to use the newly installed KOI8 fonts, it may have to start XGhostScript with the ``-dNOPLATFONTS'' option. One way to ensure this is Xto add -dNOPLATFONTS to the GV.gsX11Device resource -- either in the X/usr/X11R6/lib/X11/app-defaults/GV, or in individual's ~/.Xdefaults. An Xindividual user can also put this into his or her ~/.gv file, by Xstarting up gv, choosing the menu option ``Ghostscript Options'' from Xthe ``State'' menu and typing in ``-dNOPLATFONTS'' into the ``Device'' Xentry. X XThis package will NOT by itself help you print cyrillics on PostScript Xprinters -- they use their own PostScript engines (not GhostScript). The Xport russian/koify may help you with those. END-of-koi8r-ps/pkg/MESSAGE.bak echo c - koi8r-ps/files mkdir -p koi8r-ps/files > /dev/null 2>&1 echo x - koi8r-ps/files/Fontmap.diff sed 's/^X//' >koi8r-ps/files/Fontmap.diff << 'END-of-koi8r-ps/files/Fontmap.diff' X--- Fontmap.orig Mon Jan 25 12:39:01 1999 X+++ Fontmap Fri Jul 23 16:48:39 1999 X@@ -400,0 +401,42 @@ X+ X+% Cyrrillic koi8 fonts/aliases X+ X+/ArialCyrMT (arial8.pfb) ; X+/Arial /ArialCyrMT ; X+/Helvetica /ArialCyrMT ; X+/ArialCyrMT-Bold (arialbd8.pfb) ; X+/Arial-Bold /ArialCyrMT-Bold ; X+/Helvetica-Bold /ArialCyrMT-Bold ; X+/ArialCyrMT-Italic (ariali8.pfb) ; X+/Arial-Italic /ArialCyrMT-Italic ; X+/Helvetica-Oblique /ArialCyrMT-Italic ; X+/ArialCyrMT-BoldItalic (arialbi8.pfb) ; X+/Arial-BoldItalic /ArialCyrMT-BoldItalic ; X+/Helvetica-BoldOblique /ArialCyrMT-BoldItalic ; X+ X+/CourierCyrPS (cour8.pfb) ; X+% /Courier /CourierCyrPS ; X+/CourierCyrPS-Bold (courbd8.pfb) ; X+% /Courier-Bold /CourierCyrPS-Bold ; X+/CourierCyrPS-Inclined (couri8.pfb) ; X+% /Courier-Oblique /CourierCyrPS-Inclined ; X+/CourierCyrPS-BoldInclined (courbi8.pfb) ; X+% /Courier-BoldOblique /CourierCyrPS-BoldInclined ; X+ X+/TimesNRCyrMT (times8.pfb) ; X+/Times-Roman /TimesNRCyrMT ; X+/TimesNRCyrMT-Bold (timesbd8.pfb) ; X+/Times-Bold /TimesNRCyrMT-Bold ; X+/TimesNRCyrMT-Inclined (timesi8.pfb) ; X+/Times-Italic /TimesNRCyrMT-Inclined ; X+/TimesNRCyrMT-BoldInclined (timesbi8.pfb) ; X+/Times-BoldItalic /TimesNRCyrMT-BoldInclined ; X+ X+/ERKurierKOI8RRegular (cokoi8n.pfb) ; X+/Courier /ERKurierKOI8RRegular ; X+/ERKurierKOI8RBold (cokoi8b.pfb) ; X+/Courier-Bold /ERKurierKOI8RBold ; X+/ERKurierKOI8RItalic (cokoi8i.pfb) ; X+/Courier-Oblique /ERKurierKOI8RItalic ; X+/ERKurierKOI8RBoldItalic (cokoi8bi.pfb) ; X+/Courier-BoldOblique /ERKurierKOI8RBoldItalic ; END-of-koi8r-ps/files/Fontmap.diff echo x - koi8r-ps/files/md5 sed 's/^X//' >koi8r-ps/files/md5 << 'END-of-koi8r-ps/files/md5' XMD5 (koi8r-ps/gs-type1_koi8_fonts.tgz) = 3dfc8059e5ddca75054bf8684bcc9f5c XMD5 (koi8r-ps/gs-type1_koi8_afm.tgz) = 6b2a937ffeac0665ab3de3f6da627962 XMD5 (koi8r-ps/XFree86-Type1_fonts.dir.scale.gz) = 6bc1a0e6e2c3443f1d5dc753beca6522 END-of-koi8r-ps/files/md5 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 Thu Jul 29 11:30:36 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 25CD1155FF for ; Thu, 29 Jul 1999 11:30:23 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA68061; Thu, 29 Jul 1999 11:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from naa.att.ne.jp (naa.att.ne.jp [165.76.100.5]) by hub.freebsd.org (Postfix) with ESMTP id 14DA815106 for ; Thu, 29 Jul 1999 11:29:39 -0700 (PDT) (envelope-from nosuzuki@e-mail.ne.jp) Received: from localhost (119.pool0.nagoya.att.ne.jp [165.76.100.134]) by naa.att.ne.jp (8.8.8+Spin/3.6Wbeta7-CONS(11/18/98)) id DAA25647; Fri, 30 Jul 1999 03:27:27 +0900 (JST) Message-Id: <19990730032631Y.nosuzuki@e-mail.ne.jp> Date: Fri, 30 Jul 1999 03:26:31 +0900 From: Norio Suzuki To: FreeBSD-gnats-submit@freebsd.org Subject: ports/12872: update: net/ppxp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12872 >Category: ports >Synopsis: Update: net/ppxp >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jul 29 11:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Norio Suzuki >Release: FreeBSD 3.2-RELEASE i386 >Organization: >Environment: FreeBSD linus.peanuts.place 3.2-RELEASE FreeBSD 3.2-RELEASE #2: Sat Jul 17 04:22:26 JST 1999 nosuzuki@linus.peanuts.place:/usr/home/nosuzuki/pao.src/PAO3/src/sys/compile/LINUS i386 >Description: The new version of PPxP ppxp-0.99072807 is released. And this is the update patch for net/ppxp port. Removed files: ppxp/patches/patch-aa This patch have included in the original source tree. Added files: ppxp/pkg/INSTALL This file is added for users' notice. >How-To-Repeat: >Fix: diff -urN ppxp.old/Makefile ppxp/Makefile --- ppxp.old/Makefile Wed Jun 9 07:40:49 1999 +++ ppxp/Makefile Wed Jul 28 15:05:07 1999 @@ -1,14 +1,14 @@ # New ports collection makefile for: ppxp -# Version required: 0.99030108 -# Date created: 8 May 1999 -# Whom: Norio Suzuki +# Version required: 0.99072807 +# Date created: 28 Jul 1999 +# Whom: Norio Suzuki # KUNISHIMA Takeo # Taguchi Takeshi # # $Id: Makefile,v 1.6 1999/06/08 22:14:32 steve Exp $ # -DISTNAME= ppxp-0.99030108 +DISTNAME= ppxp-0.99072807 CATEGORIES= net tk80 .if defined(USE_TCLJP) CATEGORIES+= japanese @@ -52,21 +52,22 @@ --with-tcl-config=${PREFIX}/lib/tcl8.0/tclConfig.sh \ --with-tk-config=${PREFIX}/lib/tk8.0/tkConfig.sh .endif -MAN1= PPxP.1 +MAN1= PPxP.1 plast.1 MAN5= ppxp-files.5 MANLANG= ja DOC_C= QuickStart.txt -DOC_ja_JP= QuickStart.txt guide-1.html guide-2.html \ +DOC_ja_JP= QuickStart.txt QuickUsage.txt guide-1.html guide-2.html \ guide-3.html guide-4.html guide-5.html guide-6.html \ guide-7.html guide-8.html guide-9.html guide-10.html \ - guide.html + guide-11.html guide.html Answers.txt Report.txt post-patch: @find ${WRKSRC} -name '*.orig' -exec ${RM} -f '{}' ';' post-install: @${INSTALL_MAN} ${WRKSRC}/doc/ja_JP/PPxP.1 ${PREFIX}/man/${MANLANG}/man1 + @${INSTALL_MAN} ${WRKSRC}/doc/ja_JP/plast.1 ${PREFIX}/man/${MANLANG}/man1 @${INSTALL_MAN} ${WRKSRC}/doc/ja_JP/ppxp-files.5 ${PREFIX}/man/${MANLANG}/man5 @${MKDIR} ${PREFIX}/share/doc/ppxp/C .for file in ${DOC_C} @@ -80,5 +81,6 @@ @${INSTALL_DATA} ${WRKSRC}/console/tcltk/README ${PREFIX}/share/doc/tkppxp @${MKDIR} ${PREFIX}/share/doc/xppxp @${INSTALL_DATA} ${WRKSRC}/console/xppxp/README ${PREFIX}/share/doc/xppxp + csh ./pkg/INSTALL ${PKGNAME} POST-INSTALL .include diff -urN ppxp.old/files/md5 ppxp/files/md5 --- ppxp.old/files/md5 Mon May 10 07:52:15 1999 +++ ppxp/files/md5 Wed Jul 28 14:16:46 1999 @@ -1 +1 @@ -MD5 (ppxp-0.99030108.tar.gz) = 366a33bd17265eb58d94c58993a431f2 +MD5 (ppxp-0.99072807.tar.gz) = c0a10f6a2d9f376e3d30dd6ce7acf207 diff -urN ppxp.old/patches/patch-aa ppxp/patches/patch-aa --- ppxp.old/patches/patch-aa Mon May 10 07:52:15 1999 +++ ppxp/patches/patch-aa Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- console/xppxp/icon.c.orig Sat May 8 02:57:54 1999 -+++ console/xppxp/icon.c Sat May 8 02:58:16 1999 -@@ -6,7 +6,7 @@ - #include - #include - #include --#include -+#include - #include - #include "xppxp.h" - #include "Panel.h" diff -urN ppxp.old/pkg/INSTALL ppxp/pkg/INSTALL --- ppxp.old/pkg/INSTALL Thu Jan 1 09:00:00 1970 +++ ppxp/pkg/INSTALL Sat Jul 24 17:02:08 1999 @@ -0,0 +1,8 @@ +#!/bin/csh -f +if $2 == "POST-INSTALL" then + echo "=========================================================" + echo " " + echo "Please add users who want to use PPxP to the dialer group" + echo " " + echo "=========================================================" +endif diff -urN ppxp.old/pkg/PLIST ppxp/pkg/PLIST --- ppxp.old/pkg/PLIST Mon May 10 07:52:15 1999 +++ ppxp/pkg/PLIST Wed Jul 28 14:57:35 1999 @@ -34,7 +34,10 @@ etc/ppxp/modem/mc6500 etc/ppxp/modem/mc6530 etc/ppxp/modem/mn128 +etc/ppxp/modem/mn7650 +etc/ppxp/modem/ms288af etc/ppxp/modem/ms336 +etc/ppxp/modem/mt128 etc/ppxp/modem/pcins128 etc/ppxp/modem/pcmi336_128@64 etc/ppxp/modem/rta50i @@ -51,6 +54,7 @@ etc/ppxp/rc/skeleton.rc etc/ppxp/rc/start etc/ppxp/rc/stop +info/dir lib/ppxp/tcl/PPxP.so lib/ppxp/tcl/pkgIndex.tcl lib/ppxp/tkppxp/images/circle.xbm @@ -100,9 +104,13 @@ sbin/in.ppxp sbin/ppxpd share/doc/ppxp/C/QuickStart.txt +share/doc/ppxp/ja/Answers.txt share/doc/ppxp/ja/QuickStart.txt +share/doc/ppxp/ja/QuickUsage.txt +share/doc/ppxp/ja/Report.txt share/doc/ppxp/ja/guide-1.html share/doc/ppxp/ja/guide-10.html +share/doc/ppxp/ja/guide-11.html share/doc/ppxp/ja/guide-2.html share/doc/ppxp/ja/guide-3.html share/doc/ppxp/ja/guide-4.html @@ -150,7 +158,6 @@ @dirrm share/doc/ppxp/ja @dirrm share/doc/ppxp/C @dirrm share/doc/ppxp -@dirrm etc/ppxp/rc @dirrm lib/ppxp/tkppxp/widgets @dirrm lib/ppxp/tkppxp/scripts @dirrm lib/ppxp/tkppxp/resources @@ -158,6 +165,7 @@ @dirrm lib/ppxp/tkppxp @dirrm lib/ppxp/tcl @dirrm lib/ppxp +@dirrm etc/ppxp/rc @dirrm etc/ppxp/modem @dirrm etc/ppxp/ip @dirrm etc/ppxp/conf >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 Jul 29 12: 1: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 C7F6015638 for ; Thu, 29 Jul 1999 12:01:47 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA70114; Thu, 29 Jul 1999 12:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from news.uni-kl.de (news.uni-kl.de [131.246.137.51]) by hub.freebsd.org (Postfix) with SMTP id 023BC14E2D for ; Thu, 29 Jul 1999 11:58:49 -0700 (PDT) (envelope-from naddy@unix-ag.uni-kl.de) Received: from sushi.unix-ag.uni-kl.de ( root@sushi.unix-ag.uni-kl.de [131.246.89.13] ) by news.uni-kl.de id aa14947 for ; 29 Jul 1999 21:00 MESZ Received: from fettuccini.unix-ag.uni-kl.de (fettuccini.unix-ag.uni-kl.de [131.246.89.27]) by sushi.unix-ag.uni-kl.de (8.9.1a/8.9.1) with ESMTP id UAA27634 for ; Thu, 29 Jul 1999 20:57:58 +0200 Received: (from naddy@localhost) by fettuccini.unix-ag.uni-kl.de (8.9.3/8.9.3) id UAA87455; Thu, 29 Jul 1999 20:58:02 +0200 (CEST) (envelope-from naddy) Message-Id: <199907291858.UAA87455@fettuccini.unix-ag.uni-kl.de> Date: Thu, 29 Jul 1999 20:58:02 +0200 (CEST) From: Christian Weisgerber Reply-To: naddy@mips.rhein-neckar.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12873: update: xmbdfed 3.9 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12873 >Category: ports >Synopsis: update: xmbdfed 3.9 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 29 12:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Christian Weisgerber >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: - update xmbdfed port to version 3.9, including two distributed patches - add optional inclusion of FreeType support - remove old patch that would make xmbdfed come up with no usable font at all >How-To-Repeat: >Fix: diff -uNr /usr/ports/x11-fonts/xmbdfed/Makefile xmbdfed/Makefile --- /usr/ports/x11-fonts/xmbdfed/Makefile Sun Jan 17 00:25:56 1999 +++ xmbdfed/Makefile Thu Jul 29 20:43:27 1999 @@ -6,18 +6,27 @@ # $Id: Makefile,v 1.9 1999/01/16 23:25:56 jfieber Exp $ # -DISTNAME= xmbdfed-3.7 +DISTNAME= xmbdfed-3.9 CATEGORIES= x11-fonts MASTER_SITES= ftp://crl.nmsu.edu/CLR/multiling/General/ PATCH_SITES= ${MASTER_SITES} -PATCHFILES= xmbdfed-3.7.patch1 +PATCHFILES= xmbdfed-3.9.patch1 xmbdfed-3.9.patch2 MAINTAINER= jfieber@FreeBSD.ORG +.if defined(FREETYPE) +LIB_DEPENDS= ttf.3:${PORTSDIR}/print/freetype +.endif + USE_X_PREFIX= yes REQUIRES_MOTIF= yes MAN1= xmbdfed.1 + +.if !defined(FREETYPE) +pre-extract: + @${ECHO} "You can add the optional FreeType import capability by defining FREETYPE" +.endif .include diff -uNr /usr/ports/x11-fonts/xmbdfed/files/md5 xmbdfed/files/md5 --- /usr/ports/x11-fonts/xmbdfed/files/md5 Sun Jan 17 00:26:01 1999 +++ xmbdfed/files/md5 Thu Jul 29 19:53:52 1999 @@ -1,2 +1,3 @@ -MD5 (xmbdfed-3.7.tar.gz) = 4271bdf58369897760427ab5d38d6f6c -MD5 (xmbdfed-3.7.patch1) = 1508ba39c6cc95d91e7439879ee6935d +MD5 (xmbdfed-3.9.tar.gz) = cf46985aaf12442cb2fcd1a806195a13 +MD5 (xmbdfed-3.9.patch1) = 53a94bd5c99bd9687fc3505aec6506aa +MD5 (xmbdfed-3.9.patch2) = 4c43818a68c0777e2a3adffaa52232a3 diff -uNr /usr/ports/x11-fonts/xmbdfed/patches/patch-aa xmbdfed/patches/patch-aa --- /usr/ports/x11-fonts/xmbdfed/patches/patch-aa Thu Oct 29 00:41:24 1998 +++ xmbdfed/patches/patch-aa Thu Jul 29 20:45:12 1999 @@ -1,17 +1,43 @@ ---- Makefile.orig Wed Oct 28 18:23:15 1998 -+++ Makefile Wed Oct 28 18:26:30 1998 +--- Makefile.orig Mon May 3 19:17:50 1999 ++++ Makefile Thu Jul 29 20:44:35 1999 @@ -23,8 +23,8 @@ # - # $Id: patch-aa,v 1.3 1998/10/28 23:41:24 jfieber Exp $ + # $Id: Makefile,v 1.8 1999/05/03 17:17:50 mleisher Exp $ # -CC = gcc -CFLAGS = -g -Wall +#CC = gcc +#CFLAGS = -g -Wall - OTHER = README COPYRIGHTS Makefile Imakefile.lesstif Project.tmpl \ + OTHER = README CHANGES COPYRIGHTS Makefile Imakefile.lesstif Project.tmpl \ xmbdfedrc xmbdfed.man -@@ -65,7 +65,7 @@ +@@ -47,17 +47,19 @@ + # Uncomment these if you have the FreeType library and want to use it to + # import TrueType fonts. + # +-#FTYPE_INCS = -I/usr/local/include +-#FTYPE_LIBS = -L/user/local/lib -lttf +-#FTYPE_DEFS = -DHAVE_FREETYPE ++.if defined(FREETYPE) ++FTYPE_INCS = -I${LOCALBASE}/include ++FTYPE_LIBS = -L${LOCALBASE}/lib -lttf ++FTYPE_DEFS = -DHAVE_FREETYPE ++.endif + + # + # Uncomment these if you have the hbf.h and hbf.c files in the current + # directory and the patch has been applied. + # +-#HBF_HDRS = hbf.h +-#HBF_OBJS = hbf.o +-#HBF_DEFS = -DHAVE_HBF ++HBF_HDRS = hbf.h ++HBF_OBJS = hbf.o ++HBF_DEFS = -DHAVE_HBF + + # + # Specify the various defines needed for HBF fonts. If you do not have GNU +@@ -65,7 +67,7 @@ # files with a ".gz" extension. If you don't care about HBF fonts, just # comment this line out. # @@ -20,7 +46,7 @@ # # Set the defines used for all files except the HBF support. -@@ -83,9 +83,9 @@ +@@ -83,9 +85,9 @@ # # Uncomment these for Solaris. # @@ -33,21 +59,19 @@ # # Uncomment these for Linux. -@@ -114,7 +114,17 @@ - #INCS = $(FTYPE_INCS) - #LIBS = -lXm -lXmu -lXt -lXext -lX11 -lsocket $(FTYPE_LIBS) +@@ -131,7 +133,15 @@ + #LIBS = -L/usr/Motif-1.2/lib32 -lXm \ + # -L/usr/lib/X11 -lXmu -lXt -lXext -lX11 -lSM -lICE $(FTYPE_LIBS) -+INCS = -I${X11BASE}/include -+LIBS = -L${X11BASE}/lib ${MOTIFLIB} -lXpm -lXmu -lXt -lX11 -lSM -lICE -lXext -lxpg4 ++INCS = -I${X11BASE}/include ${FTYPE_INCS} ++LIBS = -L${X11BASE}/lib ${MOTIFLIB} -lXpm -lXmu -lXt -lX11 -lSM -lICE -lXext -lxpg4 ${FTYPE_LIBS} + + all: xmbdfed + +install: xmbdfed -+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ -+ xmbdfed ${X11BASE}/bin/xmbdfed -+ ${INSTALL} ${COPY} -o ${MANOWN} -g ${MANGRP} -m ${MANMODE} \ -+ xmbdfed.man ${X11BASE}/man/man1/xmbdfed.1 ++ ${BSD_INSTALL_PROGRAM} xmbdfed ${PREFIX}/bin/xmbdfed ++ ${BSD_INSTALL_MAN} xmbdfed.man ${PREFIX}/man/man1/xmbdfed.1 xmbdfed: $(OBJS) $(PURIFY) $(CC) $(STATIC) $(CFLAGS) -o xmbdfed $(OBJS) $(LIBS) diff -uNr /usr/ports/x11-fonts/xmbdfed/patches/patch-ab xmbdfed/patches/patch-ab --- /usr/ports/x11-fonts/xmbdfed/patches/patch-ab Wed Jul 16 04:18:28 1997 +++ xmbdfed/patches/patch-ab Thu Jan 1 01:00:00 1970 @@ -1,19 +0,0 @@ -*** xmbdfed.c.orig Mon Jun 2 14:08:10 1997 ---- xmbdfed.c Fri Jun 20 15:30:46 1997 -*************** -*** 91,97 **** - #define HGINFO "\"%s\" %04lX (%02X,%02X)\nascent %d descent %d right %d left %d" - - static String fallback_resources[] = { -! "*fontList: -adobe-new century schoolbook-medium-r-normal--14-100-100-100-p-82-iso8859-1", - (String) NULL, - }; - ---- 91,97 ---- - #define HGINFO "\"%s\" %04lX (%02X,%02X)\nascent %d descent %d right %d left %d" - - static String fallback_resources[] = { -! /* "*fontList: -adobe-new century schoolbook-medium-r-normal--14-100-100-100-p-82-iso8859-1", */ - (String) NULL, - }; - >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 Jul 29 13:26: 2 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail11.svr.pol.co.uk (mail11.svr.pol.co.uk [195.92.193.23]) by hub.freebsd.org (Postfix) with ESMTP id 8830614C1D for ; Thu, 29 Jul 1999 13:25:58 -0700 (PDT) (envelope-from tom@freebsd.org) Received: from modem-91.thalidomide.dialup.pol.co.uk ([62.136.88.219] ident=[vsIf2xu5UqyfA2V7dYhjjE5f9+9JpwX3]) by mail11.svr.pol.co.uk with esmtp (Exim 2.12 #1) id 119wkW-0005lM-00 for ports@freebsd.org; Thu, 29 Jul 1999 21:25:57 +0100 Received: (qmail 533 invoked by uid 5000); 29 Jul 1999 19:56:04 -0000 Date: Thu, 29 Jul 1999 20:56:04 +0100 From: Tom Hukins To: Tim Vanderhoek Cc: Nik Clayton , ports@freebsd.org Subject: Re: Move "search" from /usr/ports/Makefile to bsd.port.mk Message-ID: <19990729205604.A486@hukins.freeserve.co.uk> Mail-Followup-To: Tim Vanderhoek , Nik Clayton , ports@freebsd.org References: <19990727163124.A33168@kilt.nothing-going-on.org> <19990727172846.C37558@mad> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <19990727172846.C37558@mad>; from Tim Vanderhoek on Tue, Jul 27, 1999 at 05:28:46PM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Jul 27, 1999 at 05:28:46PM -0400, Tim Vanderhoek wrote: > > This more or less equates to rewriting the search target. Currently > search works by doing a simple grep through the ports/INDEX file. > Probably easy enough to make it grep for both a key and a category. > > To make it work in an arbitrary subdir would be different. The > INDEX is mostly constructed from the output of make describe. The > describe target will work in an arbitrary subdir. It wouldn't be > hard to do This type of thing can be done very easily with my FreeBSD::Ports::* Perl modules: my $ports = tie my %port, 'FreeBSD::Ports::Index', '/usr/ports/INDEX'; $ports->category('audio'); print $_->as_ascii foreach keys %port; > And that will work and give the desired effect (tested), but it will > be slow. Yes, parsing the INDEX file is slow. Version 0.02 of my modules will hopefully use Perl's Storable, or something similar, to dump out a parsed version of an INDEX file. Unfortunately, I've not had any time to work on these modules in ages, but I'm hoping to get more work done some time in August. Regards, Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 29 13: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 7B55A15151 for ; Thu, 29 Jul 1999 13:30:27 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA77024; Thu, 29 Jul 1999 13:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from smtp11.bellglobal.com (smtp11.bellglobal.com [204.101.251.53]) by hub.freebsd.org (Postfix) with ESMTP id B3CE215161 for ; Thu, 29 Jul 1999 13:26:01 -0700 (PDT) (envelope-from josh@zipperup.org) Received: from asherah.dyndns.org (HSE-Toronto-ppp52166.sympatico.ca [209.226.241.247]) by smtp11.bellglobal.com (8.8.5/8.8.5) with ESMTP id QAA04447 for ; Thu, 29 Jul 1999 16:29:19 -0400 (EDT) Received: by asherah.dyndns.org (Postfix, from userid 701954) id AF3CA32602; Thu, 29 Jul 1999 16:25:57 -0400 (EDT) Message-Id: <19990729202557.AF3CA32602@asherah.dyndns.org> Date: Thu, 29 Jul 1999 16:25:57 -0400 (EDT) From: josh@zipperup.org Reply-To: josh@zipperup.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12874: Update to xinetd port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12874 >Category: ports >Synopsis: Update to xinetd port >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 29 13:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Josh Tiefenbach >Release: FreeBSD 4.0-CURRENT i386 >Organization: Connective Software >Environment: FreeBSD cerebus.zipperup.org 4.0-CURRENT FreeBSD 4.0-CURRENT #2: Sat Jul 3 14:25:44 EDT 1999 josh@cerebus.zipperup.org:/usr/src/sys/compile/CEREBUS i386 >Description: xinetd port is out-of-date. master site is now at xinetd-2.1.8.6b6. In addition, the start-up script does not record the pid of the xinetd process. >How-To-Repeat: make the port. Fails on fetch. >Fix: Update Makefile and files/md5 to reflect new distfile. In addition, the following patch modifies ${PREFIX}/etc/rc.d/xinetd.sh to record the pid of the xinetd process in /var/run/xinetd.pid --- Makefile Mon May 10 18:40:56 1999 +++ Makefile.new Thu Jul 29 16:19:18 1999 @@ -24,7 +24,9 @@ @if [ ! -f ${PREFIX}/etc/rc.d/xinetd.sh ]; then \ ${ECHO} "Install ${PREFIX}/etc/rc.d/xinetd.sh startup file."; \ ${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/xinetd.sh; \ - ${ECHO} "[ -x ${PREFIX}/sbin/xinetd ] && ${PREFIX}/sbin/xinetd && echo -n ' xinetd'" >> ${PREFIX}/etc/rc.d/xinetd.sh; \ + ${ECHO} "[ -x ${PREFIX}/sbin/xinetd ] " >> ${PREFIX}/etc/rc.d/xinetd.sh;\ + ${ECHO} "&& ${PREFIX}/sbin/xinetd -pid 2> /var/run/xinetd.pid " >> ${PREFIX}/etc/rc.d/xinetd.sh; \ + ${ECHO} "&& echo -n ' xinetd'" >> ${PREFIX}/etc/rc.d/xinetd.sh; \ chmod 751 ${PREFIX}/etc/rc.d/xinetd.sh; \ fi strip ${PREFIX}/sbin/xinetd >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 Jul 29 13:30: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 7C87515197 for ; Thu, 29 Jul 1999 13:30:28 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA77033; Thu, 29 Jul 1999 13:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from thoth.mch.sni.de (thoth.mch.sni.de [192.35.17.2]) by hub.freebsd.org (Postfix) with ESMTP id 2E6161509C for ; Thu, 29 Jul 1999 13:28:44 -0700 (PDT) (envelope-from ust@cert.siemens.de) Received: from mail2.siemens.de (mail2.siemens.de [139.25.208.14]) by thoth.mch.sni.de (8.9.3/8.9.3) with ESMTP id WAA09227 for ; Thu, 29 Jul 1999 22:26:55 +0200 (MET DST) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail2.siemens.de (8.9.3/8.9.3) with ESMTP id WAA07827 for ; Thu, 29 Jul 1999 22:26:53 +0200 (MET DST) Received: from alaska.cert.siemens.de (alaska.cert.siemens.de [139.23.202.134]) by mars.cert.siemens.de (8.9.3/8.9.3/Siemens CERT [ $Revision: 1.9 ]) with ESMTP id WAA01203 for ; Thu, 29 Jul 1999 22:27:01 +0200 (CEST) Received: (from ust@localhost) by alaska.cert.siemens.de (8.9.3/8.9.3/alaska [ $Revision: 1.2 ]) id UAA02466; Thu, 29 Jul 1999 20:26:57 GMT (envelope-from ust) Message-Id: <199907292026.UAA02466@alaska.cert.siemens.de> Date: Thu, 29 Jul 1999 20:26:57 GMT From: Udo Schweigert Reply-To: ust@cert.siemens.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12875: Bind8 port update to version 8.2.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12875 >Category: ports >Synopsis: Bind8 port update to version 8.2.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 29 13:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Udo Schweigert >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: Today I updated to bind 8.2.1. The patch to the current port is added below. >How-To-Repeat: >Fix: diff -ru bind8/Makefile /tmp/bind8/Makefile --- bind8/Makefile Mon Jun 28 23:25:07 1999 +++ /tmp/bind8/Makefile Thu Jul 29 18:40:45 1999 @@ -1,17 +1,15 @@ # New ports collection makefile for: bind -# Version required: 8.2 +# Version required: 8.2.1 # Date created: 18 July 1997 # Whom: jseger@scds.com # # $Id: Makefile,v 1.12 1999/06/28 21:25:07 billf Exp $ # -DISTNAME= bind-8.2 +DISTNAME= bind-8.2.1 CATEGORIES= net -MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.2/ -PATCH_SITES= ftp://ftp.isc.org/isc/bind/src/8.2/ -DISTFILES= ${DISTNAME}-src.tar.gz ${DISTNAME}-doc.tar.gz -PATCHFILES= patch1 +MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.2.1/ +DISTFILES= bind-src.tar.gz bind-doc.tar.gz MAINTAINER= jseger@FreeBSD.org diff -ru bind8/files/md5 /tmp/bind8/files/md5 --- bind8/files/md5 Mon Jun 28 23:25:14 1999 +++ /tmp/bind8/files/md5 Thu Jul 29 18:25:13 1999 @@ -1,3 +1,2 @@ -MD5 (bind-8.2-src.tar.gz) = f45ad0d96c8f4d7338b4c669fee906d8 -MD5 (bind-8.2-doc.tar.gz) = a5bee5f073016c2e2fb2a835f087ba28 -MD5 (patch1) = 73b1ba41798f47144723052bc434d876 +MD5 (bind-src.tar.gz) = 449cad9c83d31c28179d3fa9dabd3a38 +MD5 (bind-doc.tar.gz) = 52ba164906f8cb5d0fe1d06ceb5ac5db >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 Jul 29 13:50:31 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 03370151BA; Thu, 29 Jul 1999 13:50:20 -0700 (PDT) (envelope-from van.woerkom@netcologne.de) Received: from oranje.my.domain (dial4-82.netcologne.de [195.14.233.82]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id WAA27712; Thu, 29 Jul 1999 22:49:58 +0200 (MET DST) Received: (from marc@localhost) by oranje.my.domain (8.9.3/8.9.3) id WAA01601; Thu, 29 Jul 1999 22:48:21 +0200 (CEST) (envelope-from van.woerkom@netcologne.de) Date: Thu, 29 Jul 1999 22:48:21 +0200 (CEST) Message-Id: <199907292048.WAA01601@oranje.my.domain> X-Authentication-Warning: oranje.my.domain: marc set sender to van.woerkom@netcologne.de using -f From: Marc van Woerkom To: multimedia@freebsd.org, ports@freebsd.org Subject: GLX / XFree 3.3.4 update - G200 testers wanted Reply-To: van.woerkom@netcologne.de Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Just for your information - I am finished with a GLX port that works with XFree86 3.3.4 and has been tested with RIVA 128. I bought a TNT card today and will test this chip also. So for RIVA chips I have something to release very soon. But in fact this port should work for Matrox G200 too - I am willing to add configuration options to the port - is there anyone here with a G200 who wants to test? Regards, Marc P.S. I am subscribed to and am tracking GLX and Mesa development lists now To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 29 13:51:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from gelemna.ft-wayne.in.us (fw5-48.fwi.com [209.84.173.244]) by hub.freebsd.org (Postfix) with ESMTP id 1EFD615197 for ; Thu, 29 Jul 1999 13:51:19 -0700 (PDT) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: (from croyle@localhost) by gelemna.ft-wayne.in.us (8.9.3/8.9.3) id PAA38542; Thu, 29 Jul 1999 15:49:00 -0500 (EST) (envelope-from croyle) To: Slawek Zak Cc: ports@freebsd.org Subject: Re: Extracted files' permissions References: <19990729161457.A727@prioris.im.pw.edu.pl> Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII From: Don Croyle Date: 29 Jul 1999 15:48:59 -0500 Organization: Minimal at best In-Reply-To: Slawek Zak's message of "Thu, 29 Jul 1999 16:14:57 +0200" Message-ID: <866733dvwk.fsf@emerson.gelemna.ft-wayne.in.us> Lines: 14 X-Mailer: Gnus v5.5/XEmacs 20.4 - "Emerald" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Slawek Zak writes: > When I lately extracted some packages, I have noticed that owners of > the files and directories are random (try make extract lang/lua or > lang/erlang) These UIDs may or may not exist on your system. If they > do, the files can be easily overwritten by malicious user and lead to > compromise of the system. If the extraction is done by the superuser, extracted files get the owner that they had on the origin system. If it's done by an ordinary user, the user is the owner. -- I've always wanted to be a dilettante, but I've never quite been ready to make the commitment. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 29 15: 0:45 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix3.ix.netcom.com (dfw-ix3.ix.netcom.com [206.214.98.3]) by hub.freebsd.org (Postfix) with ESMTP id 0F834151AC for ; Thu, 29 Jul 1999 15:00:37 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix3.ix.netcom.com (8.8.4/8.8.4) id QAA03404; Thu, 29 Jul 1999 16:58:32 -0500 (CDT) Received: from sji-ca13-87.ix.netcom.com(209.109.238.87) by dfw-ix3.ix.netcom.com via smap (V1.3) id rma003388; Thu Jul 29 16:58:29 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id OAA50528; Thu, 29 Jul 1999 14:58:18 -0700 (PDT) Date: Thu, 29 Jul 1999 14:58:18 -0700 (PDT) Message-Id: <199907292158.OAA50528@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: zaks@prioris.im.pw.edu.pl Cc: freebsd-ports@freebsd.org In-reply-to: <19990729161457.A727@prioris.im.pw.edu.pl> (message from Slawek Zak on Thu, 29 Jul 1999 16:14:57 +0200) Subject: Re: Extracted files' permissions From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) References: <19990729161457.A727@prioris.im.pw.edu.pl> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Slawek Zak * When I lately extracted some packages, I have noticed that owners of * the files and directories are random (try make extract lang/lua or * lang/erlang) These UIDs may or may not exist on your system. If they * do, the files can be easily overwritten by malicious user and lead to * compromise of the system. I just checked, lua has root:wheel but the erlang_base package indeed has a bunch of files owned by 325:10. * So my question is if it should be treated as bug, and reported to the * packager, or maybe there should be an additional step in extracting * these files, in which the owner would be changed to 0:0. * * Of course the easiest solution would be chmod og= /usr/ports :) There could be some things that can only be fixed by the maintainer. For instance, if the port is extracting a zip file directly into the installation directory, no automated chmod in ${WRKDIR} is going to help us. Also, it is somewhat dangerous to change the ownerships in ${WRKDIR} blindly since there might be a set-uid-games executable in there. That said, what about something like the following? At least that will cover the case where the the port is doing a tar | tar from ${WRKDIR} into the installation dir. Ports that absolutely need the ownership to be preserved can set EXTRACT_PRESERVE_OWNERSHIP. -PW ======= Index: bsd.port.mk =================================================================== RCS file: /usr/cvs/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/07/29 21:49:09 @@ -824,6 +824,8 @@ AWK?= /usr/bin/awk BASENAME?= /usr/bin/basename CAT?= /bin/cat +CHMOD?= /bin/chmod +CHOWN?= /usr/sbin/chown CP?= /bin/cp ECHO?= /bin/echo EXPR?= /bin/expr ################################################################ # The following are used to create easy dummy targets for @@ -1469,6 +1475,12 @@ exit 1; \ fi \ done +.if !defined(EXTRACT_PRESERVE_OWNERSHIP) + @if [ `id -u` = 0 ]; then \ + ${CHMOD} -R ug-s ${WRKDIR}; \ + ${CHOWN} -R 0:0 ${WRKDIR}; \ + fi +.endif .endif # Patch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 29 15:25: 9 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 D12B71560B; Thu, 29 Jul 1999 15:24:59 -0700 (PDT) (envelope-from vanderh@ecf.toronto.edu) Received: from localhost.nowhere (Hamilton-ppp44858.sympatico.ca [206.172.76.51]) by smtp11.bellglobal.com (8.8.5/8.8.5) with ESMTP id SAA06611; Thu, 29 Jul 1999 18:27:49 -0400 (EDT) Received: (from tim@localhost) by localhost.nowhere (8.9.3/8.9.1) id RAA24437; Thu, 29 Jul 1999 17:52:37 -0400 (EDT) (envelope-from tim) Date: Thu, 29 Jul 1999 17:52:37 -0400 From: Tim Vanderhoek To: Tom Hukins Cc: Nik Clayton , ports@freebsd.org Subject: Re: Move "search" from /usr/ports/Makefile to bsd.port.mk Message-ID: <19990729175237.D24296@mad> References: <19990727163124.A33168@kilt.nothing-going-on.org> <19990727172846.C37558@mad> <19990729205604.A486@hukins.freeserve.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <19990729205604.A486@hukins.freeserve.co.uk>; from Tom Hukins on Thu, Jul 29, 1999 at 08:56:04PM +0100 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Jul 29, 1999 at 08:56:04PM +0100, Tom Hukins wrote: > > This type of thing can be done very easily with my FreeBSD::Ports::* > Perl modules: Cool. > > And that will work and give the desired effect (tested), but it will > > be slow. > > Yes, parsing the INDEX file is slow. Version 0.02 of my modules will Well, the reason the first of my two suggestions would be slow is not because it has to parse INDEX. It's slow because it doesn't even use INDEX but essentially regenerates the INDEX. [If I'm remembering my suggestion correctly -- I didn't check]. > hopefully use Perl's Storable, or something similar, to dump out a > parsed version of an INDEX file. grep parses it pretty quickly. :) -- 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 Thu Jul 29 15:32:47 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix12.ix.netcom.com (dfw-ix12.ix.netcom.com [206.214.98.12]) by hub.freebsd.org (Postfix) with ESMTP id C4F1E1560F for ; Thu, 29 Jul 1999 15:32:44 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix12.ix.netcom.com (8.8.4/8.8.4) id RAA24393; Thu, 29 Jul 1999 17:32:21 -0500 (CDT) Received: from sji-ca13-87.ix.netcom.com(209.109.238.87) by dfw-ix12.ix.netcom.com via smap (V1.3) id rma024211; Thu Jul 29 17:30:36 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id PAA88504; Thu, 29 Jul 1999 15:30:31 -0700 (PDT) Date: Thu, 29 Jul 1999 15:30:31 -0700 (PDT) Message-Id: <199907292230.PAA88504@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: nacai@iname.com Cc: ports@freebsd.org Subject: gnome-wm uses /bin/bash From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This appears to work ok, do you mind if I commit this as patch-ai? -PW ======= --- ./gsm/gnome-wm.org Tue Mar 23 14:03:46 1999 +++ ./gsm/gnome-wm Thu Jul 29 15:29:01 1999 @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # The user can specify his prefered WM by setting the WINDOW_MANAGER # environment variable. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 29 15:35:31 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix12.ix.netcom.com (dfw-ix12.ix.netcom.com [206.214.98.12]) by hub.freebsd.org (Postfix) with ESMTP id 24F681560F; Thu, 29 Jul 1999 15:35:28 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix12.ix.netcom.com (8.8.4/8.8.4) id RAA24732; Thu, 29 Jul 1999 17:34:11 -0500 (CDT) Received: from sji-ca13-87.ix.netcom.com(209.109.238.87) by dfw-ix12.ix.netcom.com via smap (V1.3) id rma024702; Thu Jul 29 17:34:03 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id PAA94695; Thu, 29 Jul 1999 15:33:58 -0700 (PDT) Date: Thu, 29 Jul 1999 15:33:58 -0700 (PDT) Message-Id: <199907292233.PAA94695@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: nacai@iname.com, imura@cs.titech.ac.jp, se@freebsd.org Cc: ports@freebsd.org Subject: how to start gnome/kde From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I decided to try gnome/kde and had a hell of a time trying to figure out how to start them. Their homepages (www.kde.org, www.gnome.org) have users' guides but they basically assume that you've got an installation that starts them up by default. Do you mind if I add something like "Use {kde,gnome-session} to start" in their respective pkg/DESCRs? Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 29 15:54:51 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 26FA814F44; Thu, 29 Jul 1999 15:54:45 -0700 (PDT) (envelope-from vanderh@ecf.toronto.edu) Received: from localhost.nowhere (Hamilton-ppp44858.sympatico.ca [206.172.76.51]) by smtp11.bellglobal.com (8.8.5/8.8.5) with ESMTP id SAA13510; Thu, 29 Jul 1999 18:55:26 -0400 (EDT) Received: (from tim@localhost) by localhost.nowhere (8.9.3/8.9.1) id SAA25405; Thu, 29 Jul 1999 18:52:27 -0400 (EDT) (envelope-from tim) Date: Thu, 29 Jul 1999 18:52:27 -0400 From: Tim Vanderhoek To: Satoshi - Ports Wraith - Asami Cc: zaks@prioris.im.pw.edu.pl, freebsd-ports@freebsd.org Subject: Re: Extracted files' permissions Message-ID: <19990729185227.A25334@mad> References: <19990729161457.A727@prioris.im.pw.edu.pl> <199907292158.OAA50528@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <199907292158.OAA50528@silvia.hip.berkeley.edu>; from Satoshi - Ports Wraith - Asami on Thu, Jul 29, 1999 at 02:58:18PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Jul 29, 1999 at 02:58:18PM -0700, Satoshi - Ports Wraith - Asami wrote: > > That said, what about something like the following? At least that If this really must go in then it also needs to allow for non-priv user port builds. -- 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 Thu Jul 29 15:59:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix10.ix.netcom.com (dfw-ix10.ix.netcom.com [206.214.98.10]) by hub.freebsd.org (Postfix) with ESMTP id DDFD914DBC for ; Thu, 29 Jul 1999 15:59:14 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix10.ix.netcom.com (8.8.4/8.8.4) id RAA23301; Thu, 29 Jul 1999 17:56:49 -0500 (CDT) Received: from sji-ca13-87.ix.netcom.com(209.109.238.87) by dfw-ix10.ix.netcom.com via smap (V1.3) id rma023266; Thu Jul 29 17:56:24 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id PAA21191; Thu, 29 Jul 1999 15:56:19 -0700 (PDT) Date: Thu, 29 Jul 1999 15:56:19 -0700 (PDT) Message-Id: <199907292256.PAA21191@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: nacai@iname.com Cc: ports@freebsd.org Subject: gnome help From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I start gnome with gnome-session, and when I click on the "GNOME User's Guide" on the help browser, I get a popup saying Error loading document: ghelp:users-guide There is no message to the console or the system log. The other links (manpages etc.) seem to work fine. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 29 16: 0:36 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix2.ix.netcom.com (dfw-ix2.ix.netcom.com [206.214.98.2]) by hub.freebsd.org (Postfix) with ESMTP id 535AC150B1 for ; Thu, 29 Jul 1999 16:00:31 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix2.ix.netcom.com (8.8.4/8.8.4) id RAA21080; Thu, 29 Jul 1999 17:58:29 -0500 (CDT) Received: from sji-ca13-87.ix.netcom.com(209.109.238.87) by dfw-ix2.ix.netcom.com via smap (V1.3) id rma021063; Thu Jul 29 17:58:03 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id PAA21531; Thu, 29 Jul 1999 15:57:59 -0700 (PDT) Date: Thu, 29 Jul 1999 15:57:59 -0700 (PDT) Message-Id: <199907292257.PAA21531@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: zaks@prioris.im.pw.edu.pl, freebsd-ports@freebsd.org In-reply-to: <19990729185227.A25334@mad> (message from Tim Vanderhoek on Thu, 29 Jul 1999 18:52:27 -0400) Subject: Re: Extracted files' permissions From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) References: <19990729161457.A727@prioris.im.pw.edu.pl> <199907292158.OAA50528@silvia.hip.berkeley.edu> <19990729185227.A25334@mad> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Tim Vanderhoek * If this really must go in then it also needs to allow for non-priv * user port builds. What do you mean? My patch tests for `id -u` = 0 so it won't do anything if the builder is not root (and if you're not root, all files are owned by you anyway). -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 29 16:38:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dt011n65.san.rr.com (dt011n65.san.rr.com [204.210.13.101]) by hub.freebsd.org (Postfix) with ESMTP id E6CA11568C; Thu, 29 Jul 1999 16:38:32 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from gorean.org (master [10.0.0.2]) by dt011n65.san.rr.com (8.8.8/8.8.8) with ESMTP id QAA26345; Thu, 29 Jul 1999 16:37:32 -0700 (PDT) (envelope-from Doug@gorean.org) Message-ID: <37A0E5BC.CBA2B135@gorean.org> Date: Thu, 29 Jul 1999 16:37:32 -0700 From: Doug Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.6 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: Satoshi - Ports Wraith - Asami Cc: vanderh@ecf.utoronto.ca, zaks@prioris.im.pw.edu.pl, freebsd-ports@freebsd.org Subject: Re: Extracted files' permissions References: <19990729161457.A727@prioris.im.pw.edu.pl> <199907292158.OAA50528@silvia.hip.berkeley.edu> <19990729185227.A25334@mad> <199907292257.PAA21531@silvia.hip.berkeley.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Satoshi - Ports Wraith - Asami wrote: > > * From: Tim Vanderhoek > > * If this really must go in then it also needs to allow for non-priv > * user port builds. > > What do you mean? My patch tests for `id -u` = 0 so it won't do > anything if the builder is not root (and if you're not root, all files > are owned by you anyway). Do we really want to force users to be root to install ports/packages? I can think of lots of ways that this would be bad, since it dramatically limits flexibility. I personally have a lot of things that are writable by group wheel so that I can do some things (like download and extract stuff I just want to look at) as a regular user. I might be misunderstanding something here though... Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 29 16:51:25 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 2822A15663; Thu, 29 Jul 1999 16:51:22 -0700 (PDT) (envelope-from vanderh@ecf.toronto.edu) Received: from localhost.nowhere (Hamilton-ppp44858.sympatico.ca [206.172.76.51]) by smtp13.bellglobal.com (8.8.5/8.8.5) with ESMTP id TAA26308; Thu, 29 Jul 1999 19:50:32 -0400 (EDT) Received: (from tim@localhost) by localhost.nowhere (8.9.3/8.9.1) id TAA26453; Thu, 29 Jul 1999 19:49:16 -0400 (EDT) (envelope-from tim) Date: Thu, 29 Jul 1999 19:49:16 -0400 From: Tim Vanderhoek To: Doug Cc: Satoshi - Ports Wraith - Asami , zaks@prioris.im.pw.edu.pl, freebsd-ports@freebsd.org Subject: Re: Extracted files' permissions Message-ID: <19990729194916.A26433@mad> References: <19990729161457.A727@prioris.im.pw.edu.pl> <199907292158.OAA50528@silvia.hip.berkeley.edu> <19990729185227.A25334@mad> <199907292257.PAA21531@silvia.hip.berkeley.edu> <37A0E5BC.CBA2B135@gorean.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <37A0E5BC.CBA2B135@gorean.org>; from Doug on Thu, Jul 29, 1999 at 07:37:32PM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Jul 29, 1999 at 07:37:32PM -0400, Doug wrote: > > Do we really want to force users to be root to install ports/packages? I > can think of lots of ways that this would be bad, since it dramatically No, I was wrong. Satoshi's patch was written correctly, I simply didn't bother to read it closely enough. Apologies for the confusion. > group wheel so that I can do some things (like download and extract stuff I > just want to look at) as a regular user. You should soon be able to make world as a regular user. :) -- 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 Thu Jul 29 19:40: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 9C70B1562F for ; Thu, 29 Jul 1999 19:40:23 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA00572; Thu, 29 Jul 1999 19:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from neptune.psn.net (neptune.psn.net [207.211.58.16]) by hub.freebsd.org (Postfix) with ESMTP id 92C911561C for ; Thu, 29 Jul 1999 19:37:03 -0700 (PDT) (envelope-from will@shadow.blackdawn.com) Received: from 5042-243.008.popsite.net ([209.224.140.243] helo=shadow.blackdawn.com) by neptune.psn.net with esmtp (PSN Internet Service 2.12 #3) for FreeBSD-gnats-submit@freebsd.org id 11A2Wk-0000RP-00; Thu, 29 Jul 1999 19:36:07 -0700 Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.2) id DAA42907; Thu, 29 Jul 1999 03:35:21 -0400 (EDT) (envelope-from will) Message-Id: <199907290735.DAA42907@shadow.blackdawn.com> Date: Thu, 29 Jul 1999 03:35:21 -0400 (EDT) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12878: new port: httperf Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12878 >Category: ports >Synopsis: new port: httperf >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 29 19:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 3.2-STABLE i386 >Organization: none >Environment: FreeBSD shadow.blackdawn.com 3.2-STABLE FreeBSD 3.2-STABLE #0: Sun Jul 25 01:17:53 EDT 1999 root@shadow.blackdawn.com:/usr/src/sys/compile/SHADOW i386 >Description: httperf is a new port. Port shar attatched. >How-To-Repeat: Use the shar 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: # # ./Makefile # ./files # ./files/md5 # ./pkg # ./pkg/PLIST # ./pkg/DESCR # ./pkg/COMMENT # echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: httperf X# Version required: 0.6 X# Date created: 28 Jul 1999 X# Whom: Will Andrews X# X# $Id$ X# X XDISTNAME= httperf-0.6 XCATEGORIES= net XMASTER_SITES= ftp://ftp.hpl.hp.com/pub/httperf/ X XMAINTAINER= andrews@technologist.com X XWRKSRC= ${WRKDIR}/${PKGNAME} XUSE_GMAKE= yes X X# there is no "install" target in the Makefile. X# also, installing relevant help files, as there is no manpage yet. X# chmod'ing httperf as it could be exploited by normal users to overload X# a webserver, instead of for its actual purpose. X Xdo-install: X @${INSTALL_PROGRAM} ${WRKSRC}/httperf ${PREFIX}/bin X chmod 750 ${PREFIX}/bin/httperf X @${MKDIR} ${PREFIX}/share/httperf X @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/httperf X @${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${PREFIX}/share/httperf X @${INSTALL_DATA} ${WRKSRC}/NEWS ${PREFIX}/share/httperf X @${INSTALL_DATA} ${WRKSRC}/TODO ${PREFIX}/share/httperf X @${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/httperf 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 (httperf-0.6.tar.gz) = d67ee49eb06e14d0bf8dbf5bce954c5b END-of-./files/md5 echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/httperf Xshare/httperf/README Xshare/httperf/NEWS Xshare/httperf/ChangeLog Xshare/httperf/COPYRIGHT Xshare/httperf/TODO X@dirrm share/httperf END-of-./pkg/PLIST echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XQuoted from the website below: X X "This paper describes httperf, a tool for measuring web server Xperformance. It provides a flexible facility for generating various XHTTP workloads and for measuring server performance. The focus of httperf Xis not on implementing one particular benchmark but on providing a robust, Xhigh-performance tool that facilitates the construction of both micro- Xand macro-level benchmarks. The three distinguishing characteristics of Xhttperf are its robustness, which includes the ability to generate and Xsustain server overload, support for the HTTP/1.1 protocol, and its Xextensibility to new workload generators and performance measurements. XIn addition to reporting on the design and implementation of httperf this Xpaper also discusses some of the experiences and insights gained while Xrealizing this tool." X X"This paper" refers to the paper that was written on this program. I don't Xthink I could possibly summarize it better than the above paragraph. X XWWW: http://www.hpl.hp.com/personal/David_Mosberger/httperf.html X X- Will END-of-./pkg/DESCR echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' XA tool for measuring webserver performance. END-of-./pkg/COMMENT 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 Thu Jul 29 19:46:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from tokyonet-entrance.astec.co.jp (tokyonet-entrance.astec.co.jp [202.239.16.2]) by hub.freebsd.org (Postfix) with ESMTP id 1EB881562B for ; Thu, 29 Jul 1999 19:46:05 -0700 (PDT) (envelope-from nakai@internetsolutions.co.jp) Received: from amont.astec.co.jp (amont.astec.co.jp [172.20.10.1]) by tokyonet-entrance.astec.co.jp (8.9.1+3.0W/3.7W-astecMX2.3) with ESMTP id LAA29383; Fri, 30 Jul 1999 11:45:07 +0900 (JST) Received: from internetsolutions.co.jp (isg29.astec.co.jp [172.20.70.229]) by amont.astec.co.jp (8.7.6/3.6W-astecMX2.4) with ESMTP id LAA16838; Fri, 30 Jul 1999 11:45:06 +0900 (JST) Message-ID: <37A111B0.F981068@internetsolutions.co.jp> Date: Fri, 30 Jul 1999 11:45:04 +0900 From: =?iso-2022-jp?B?GyRCQ2YwZhsoQiAbJEI5LEduGyhC?= Organization: InternetSolutions, Inc. X-Mailer: Mozilla 4.5 [ja] (Win98; I) X-Accept-Language: ja MIME-Version: 1.0 To: Satoshi Asami Cc: ports@freebsd.org Subject: Re: gnome-wm uses /bin/bash References: <199907292230.PAA88504@silvia.hip.berkeley.edu> Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Satoshi Asami wrote: > > This appears to work ok, do you mind if I commit this as patch-ai? > > -PW > ======= > --- ./gsm/gnome-wm.org Tue Mar 23 14:03:46 1999 > +++ ./gsm/gnome-wm Thu Jul 29 15:29:01 1999 > @@ -1,4 +1,4 @@ > -#!/bin/bash > +#!/bin/sh > > # The user can specify his prefered WM by setting the WINDOW_MANAGER > # environment variable. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message Yes, OK. ----- Nakai To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 29 19:48:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from tokyonet-entrance.astec.co.jp (tokyonet-entrance.astec.co.jp [202.239.16.2]) by hub.freebsd.org (Postfix) with ESMTP id CF27615012 for ; Thu, 29 Jul 1999 19:48:22 -0700 (PDT) (envelope-from nakai@internetsolutions.co.jp) Received: from amont.astec.co.jp (amont.astec.co.jp [172.20.10.1]) by tokyonet-entrance.astec.co.jp (8.9.1+3.0W/3.7W-astecMX2.3) with ESMTP id LAA29409; Fri, 30 Jul 1999 11:47:11 +0900 (JST) Received: from internetsolutions.co.jp (isg29.astec.co.jp [172.20.70.229]) by amont.astec.co.jp (8.7.6/3.6W-astecMX2.4) with ESMTP id LAA16880; Fri, 30 Jul 1999 11:47:10 +0900 (JST) Message-ID: <37A1122D.7428E38F@internetsolutions.co.jp> Date: Fri, 30 Jul 1999 11:47:09 +0900 From: =?iso-2022-jp?B?GyRCQ2YwZhsoQiAbJEI5LEduGyhC?= Organization: InternetSolutions, Inc. X-Mailer: Mozilla 4.5 [ja] (Win98; I) X-Accept-Language: ja MIME-Version: 1.0 To: Satoshi Asami Cc: ports@freebsd.org Subject: Re: gnome help References: <199907292256.PAA21191@silvia.hip.berkeley.edu> Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Satoshi Asami wrote: > > I start gnome with gnome-session, and when I click on the "GNOME > User's Guide" on the help browser, I get a popup saying > > Error loading document: > ghelp:users-guide > > There is no message to the console or the system log. > > The other links (manpages etc.) seem to work fine. > > Satoshi We may need another 'gnomeuserguide' port for this. I think that is optional so gnomecore needn't to depend on that. Can anyone want try to make it? :) -------------- Yukihiro Nakai To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 29 20: 0:13 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 26D7814BF1 for ; Thu, 29 Jul 1999 20:00:05 -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 VAA08704; Thu, 29 Jul 1999 21:59:20 -0500 (CDT) Received: from sji-ca6-17.ix.netcom.com(205.186.213.17) by dfw-ix15.ix.netcom.com via smap (V1.3) id rma008689; Thu Jul 29 21:59:14 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id TAA44070; Thu, 29 Jul 1999 19:59:05 -0700 (PDT) Date: Thu, 29 Jul 1999 19:59:05 -0700 (PDT) Message-Id: <199907300259.TAA44070@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: nakai@internetsolutions.co.jp Cc: ports@freebsd.org In-reply-to: <37A111B0.F981068@internetsolutions.co.jp> (nakai@internetsolutions.co.jp) Subject: Re: gnome-wm uses /bin/bash From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) References: <199907292230.PAA88504@silvia.hip.berkeley.edu> <37A111B0.F981068@internetsolutions.co.jp> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: * > This appears to work ok, do you mind if I commit this as patch-ai? * Yes, OK. Thanks. There was a patch-ai already in the Attic so I committed it as patch-ak. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 29 20: 2:14 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix3.ix.netcom.com (dfw-ix3.ix.netcom.com [206.214.98.3]) by hub.freebsd.org (Postfix) with ESMTP id 47F5314BF1 for ; Thu, 29 Jul 1999 20:02:07 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix3.ix.netcom.com (8.8.4/8.8.4) id WAA10211; Thu, 29 Jul 1999 22:00:38 -0500 (CDT) Received: from sji-ca6-17.ix.netcom.com(205.186.213.17) by dfw-ix3.ix.netcom.com via smap (V1.3) id rma010196; Thu Jul 29 22:00:22 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id UAA44092; Thu, 29 Jul 1999 20:00:18 -0700 (PDT) Date: Thu, 29 Jul 1999 20:00:18 -0700 (PDT) Message-Id: <199907300300.UAA44092@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: nakai@internetsolutions.co.jp Cc: ports@freebsd.org In-reply-to: <37A1122D.7428E38F@internetsolutions.co.jp> (nakai@internetsolutions.co.jp) Subject: Re: gnome help From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) References: <199907292256.PAA21191@silvia.hip.berkeley.edu> <37A1122D.7428E38F@internetsolutions.co.jp> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: * We may need another 'gnomeuserguide' port for this. * I think that is optional so gnomecore needn't to depend on that. Well, if gnomecore has the help box, it's not a very good idea *not* to depend on it. Especially since this is the biggest button that's staring right at you. All IMO, of course. :) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 29 20:20: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 673A41500B; Thu, 29 Jul 1999 20:20:49 -0700 (PDT) (envelope-from foxfair@FreeBSD.org) Received: (from foxfair@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA02614; Thu, 29 Jul 1999 20:19:40 -0700 (PDT) (envelope-from foxfair@FreeBSD.org) Date: Thu, 29 Jul 1999 20:19:40 -0700 (PDT) From: Message-Id: <199907300319.UAA02614@freefall.freebsd.org> To: foxfair@FreeBSD.org, freebsd-ports@FreeBSD.org, jseger@FreeBSD.org Subject: Re: ports/12875: Bind8 port update to version 8.2.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Bind8 port update to version 8.2.1 Responsible-Changed-From-To: freebsd-ports->jseger Responsible-Changed-By: foxfair Responsible-Changed-When: Thu Jul 29 20:18:58 PDT 1999 Responsible-Changed-Why: Over to the maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 29 23:33:11 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 4AB35156A5; Thu, 29 Jul 1999 23:33:01 -0700 (PDT) (envelope-from foxfair@FreeBSD.org) Received: (from foxfair@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA13328; Thu, 29 Jul 1999 23:32:33 -0700 (PDT) (envelope-from foxfair@FreeBSD.org) Date: Thu, 29 Jul 1999 23:32:33 -0700 (PDT) From: Message-Id: <199907300632.XAA13328@freefall.freebsd.org> To: leo@florida.sarang.net, foxfair@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12870: mrtg installation bug Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: mrtg installation bug State-Changed-From-To: open->closed State-Changed-By: foxfair State-Changed-When: Thu Jul 29 23:32:11 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 Fri Jul 30 0: 3: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 8A2861504C for ; Fri, 30 Jul 1999 00:03:11 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA15684; Fri, 30 Jul 1999 00:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from neptune.psn.net (neptune.psn.net [207.211.58.16]) by hub.freebsd.org (Postfix) with ESMTP id 6E391156B0 for ; Thu, 29 Jul 1999 23:57:40 -0700 (PDT) (envelope-from will@shadow.blackdawn.com) Received: from 5042-243.008.popsite.net ([209.224.140.243] helo=shadow.blackdawn.com) by neptune.psn.net with esmtp (PSN Internet Service 2.12 #3) for FreeBSD-gnats-submit@freebsd.org id 11A6ZP-0007e1-00; Thu, 29 Jul 1999 23:55:10 -0700 Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.2) id CAA67234; Fri, 30 Jul 1999 02:54:56 -0400 (EDT) (envelope-from will) Message-Id: <199907300654.CAA67234@shadow.blackdawn.com> Date: Fri, 30 Jul 1999 02:54:56 -0400 (EDT) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12879: update bsd.port.mk MASTER_SITE_XCONTRIB Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12879 >Category: ports >Synopsis: update bsd.port.mk MASTER_SITE_XCONTRIB >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 Jul 30 00:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 3.2-STABLE i386 >Organization: none >Environment: FreeBSD shadow.blackdawn.com 3.2-STABLE FreeBSD 3.2-STABLE #0: Sun Jul 25 01:17:53 EDT 1999 root@shadow.blackdawn.com:/usr/src/sys/compile/SHADOW i386 >Description: I noticed that one of my ports, namely astro/xearth, had trouble getting the distfiles from ftp.eu.net, which is in the current bsd.port.mk MASTER_SITE_XCONTRIB definition. I removed it, and upon finding that there was only one left, went to research some more. I found several at ftp.x.org, then added them to bsd.port.mk and here's the patch... Ports that use XCONTRIB will benefit from having additional sites to download from, especially if the primary (crl.dec.com) is backlogged. >How-To-Repeat: Apply the patch below to bsd.port.mk. >Fix: --- bsd.port.mk Fri Jul 23 17:33:07 1999 +++ bsd.port.mk.new Fri Jul 30 02:39:25 1999 @@ -854,7 +854,10 @@ # Popular master sites MASTER_SITE_XCONTRIB+= \ ftp://crl.dec.com/pub/X11/contrib/%SUBDIR%/ \ - ftp://ftp.eu.net/X11/contrib/%SUBDIR%/ + ftp://uiarchive.uiuc.edu/pub/X11/contrib/%SUBDIR%/ \ + ftp://ftp.duke.edu/pub/X11/contrib/%SUBDIR%/ \ + ftp://ftp.sunet.se/pub/X11/contrib/%SUBDIR%/ \ + ftp://sunsite.sut.ac.jp/pub/archives/X11/ MASTER_SITE_GNU+= \ ftp://prep.ai.mit.edu/pub/gnu/%SUBDIR%/ \ >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 Jul 30 0:12: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 8B41F14DA8 for ; Fri, 30 Jul 1999 00:12:30 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA16389; Fri, 30 Jul 1999 00:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from neptune.psn.net (neptune.psn.net [207.211.58.16]) by hub.freebsd.org (Postfix) with ESMTP id 15A1915007 for ; Fri, 30 Jul 1999 00:03:42 -0700 (PDT) (envelope-from will@shadow.blackdawn.com) Received: from 5042-243.008.popsite.net ([209.224.140.243] helo=shadow.blackdawn.com) by neptune.psn.net with esmtp (PSN Internet Service 2.12 #3) for FreeBSD-gnats-submit@freebsd.org id 11A6fB-00004W-00; Fri, 30 Jul 1999 00:01:13 -0700 Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.2) id DAA68166; Fri, 30 Jul 1999 03:00:59 -0400 (EDT) (envelope-from will) Message-Id: <199907300700.DAA68166@shadow.blackdawn.com> Date: Fri, 30 Jul 1999 03:00:59 -0400 (EDT) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12880: update port astro/xearth MASTER_SITES Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12880 >Category: ports >Synopsis: update port astro/xearth MASTER_SITES >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 Jul 30 00:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 3.2-STABLE i386 >Organization: none >Environment: FreeBSD shadow.blackdawn.com 3.2-STABLE FreeBSD 3.2-STABLE #0: Sun Jul 25 01:17:53 EDT 1999 root@shadow.blackdawn.com:/usr/src/sys/compile/SHADOW i386 >Description: This updates the xearth MASTER_SITES. Nothing more, nothing less. >How-To-Repeat: Apply the patch below to the current xearth port. >Fix: diff -urN xearth/Makefile xearth.new/Makefile --- xearth/Makefile Fri Jul 30 02:52:04 1999 +++ xearth.new/Makefile Fri Jul 30 02:58:45 1999 @@ -9,7 +9,9 @@ DISTNAME= xearth-1.0 CATEGORIES= astro x11 MASTER_SITES= ftp://cag.lcs.mit.edu/pub/tuna/ \ + ftp://ftp.cs.colorado.edu/users/tuna/ \ ${MASTER_SITE_XCONTRIB} + MASTER_SITE_SUBDIR= applications MAINTAINER= andrews@technologist.com >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 Jul 30 0:18:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from neva.vlink.ru (neva.vlink.ru [195.9.70.8]) by hub.freebsd.org (Postfix) with ESMTP id E94D414BFE for ; Fri, 30 Jul 1999 00:18:03 -0700 (PDT) (envelope-from dsh@neva.vlink.ru) Received: by neva.vlink.ru (Postfix, from userid 1000) id 2B3391E4F; Fri, 30 Jul 1999 11:16:06 +0400 (MSD) To: ports@freebsd.org Subject: ifmail-os-2.14.7 Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII From: Denis Shaposhnikov Date: 30 Jul 1999 11:16:04 +0400 Message-ID: <87btcusj4b.fsf@neva.vlink.ru> Lines: 9 X-Mailer: Gnus v5.6.45/XEmacs 21.2(beta12) - "Clio" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Sorry, for your time. I submit the ifmail-os-2.14.7 port at 1999-07-05 PR 12518. But now it still not commited to ports tree. Can I knowing, why? -- 2:550/5068@fidonet 2:550/5069@fidonet mailto:dsh@vlink.ru http://neva.vlink.ru Key fingerprint = 46 C8 1B 3B 15 1F 64 B0 38 0B 28 CE B0 75 7B E9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 30 0:29:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from fever.semiotek.com (H253.C225.tor.velocet.net [209.167.225.253]) by hub.freebsd.org (Postfix) with ESMTP id E784E156A3 for ; Fri, 30 Jul 1999 00:29:21 -0700 (PDT) (envelope-from jread@fever.semiotek.com) Received: (from jread@localhost) by fever.semiotek.com (8.8.8/8.8.7) id DAA17379 for freebsd-ports@freebsd.org; Fri, 30 Jul 1999 03:29:20 -0400 (EDT) (envelope-from jread) Message-ID: <19990730032920.A17314@semiotek.com> Date: Fri, 30 Jul 1999 03:29:20 -0400 From: Justin Wells To: freebsd-ports@freebsd.org Subject: Can I automatically upgrade a large number of ports? Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I first posted this to freebsd-questions, but nobody there seemed to know the answer. I just supped my ports collection again, and once again used pkg_version to extract a list of all the ports that had changed, selected some, and manually upgraded them by doing a pkg_delete and a make install. Boy this is tedious. I would like to issue a single command that goes off and grabs the newest ports, finds out what I have installed that is now obsolete, and upgrades just those packages. If it can't do every single package well ok--if it can do the majority that would be great (I know pkg_version doesn't accurately assess everything, but it gets most of it right). I tried writing a script to do this, based on pkg_version, but it turned out to be dangerous and difficult: -- I don't want to pkg_delete until I know that I've got the new version all compiled and configured; otherwise I might wipe out something important. pkg_delete complains anyway if I try to do this -- If I don't run pkg_delete then I get multiple versions of the same port installed, one over the other. The package database gets all messed up, and worse yet, pkg_version stops reporting useful information about that port (too many versions installed). -- It's tricky relating a package name back to a directory in /usr/ports. Are they guaranteed to be unique? Can I do a cd /usr/ports/*/rsync and be sure there will never, ever be a /usr/ports/games/rsync as well as the one I want? Anyway, it seems like I should be able to do: cd /usr/ports cvsup supfile make install_upgrades and have it all taken care of. Is there a way? Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 30 0:30: 6 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 E9036156AC; Fri, 30 Jul 1999 00:30:01 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA18099; Fri, 30 Jul 1999 00:30:01 -0700 (PDT) (envelope-from asami@FreeBSD.org) Date: Fri, 30 Jul 1999 00:30:01 -0700 (PDT) From: Message-Id: <199907300730.AAA18099@freefall.freebsd.org> To: andrews@technologist.com, asami@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12879: update bsd.port.mk MASTER_SITE_XCONTRIB Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update bsd.port.mk MASTER_SITE_XCONTRIB State-Changed-From-To: open->closed State-Changed-By: asami State-Changed-When: Fri Jul 30 00:29:25 PDT 1999 State-Changed-Why: Thanks, will commit with the next batch. BTW, you forgot to add %SUBDIR% to the last one.... :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 30 0:30: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 CE0641567A for ; Fri, 30 Jul 1999 00:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA18086; Fri, 30 Jul 1999 00:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from neptune.psn.net (neptune.psn.net [207.211.58.16]) by hub.freebsd.org (Postfix) with ESMTP id 203E715733 for ; Fri, 30 Jul 1999 00:29:05 -0700 (PDT) (envelope-from will@shadow.blackdawn.com) Received: from 5042-243.008.popsite.net ([209.224.140.243] helo=shadow.blackdawn.com) by neptune.psn.net with esmtp (PSN Internet Service 2.12 #3) for FreeBSD-gnats-submit@freebsd.org id 11A75l-0000iI-00; Fri, 30 Jul 1999 00:28:35 -0700 Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.2) id DAA70811; Fri, 30 Jul 1999 03:28:29 -0400 (EDT) (envelope-from will) Message-Id: <199907300728.DAA70811@shadow.blackdawn.com> Date: Fri, 30 Jul 1999 03:28:29 -0400 (EDT) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12881: update port archivers/bzip2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12881 >Category: ports >Synopsis: update port archivers/bzip2 >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 Jul 30 00:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 3.2-STABLE i386 >Organization: none >Environment: FreeBSD shadow.blackdawn.com 3.2-STABLE FreeBSD 3.2-STABLE #0: Sun Jul 25 01:17:53 EDT 1999 root@shadow.blackdawn.com:/usr/src/sys/compile/SHADOW i386 >Description: Update to the MASTER_SITES for bzip2. The author apparently moved the website, so... >How-To-Repeat: Apply the patch below to the current bzip2 port. >Fix: diff -urN bzip2/Makefile bzip2.new/Makefile --- bzip2/Makefile Fri Jul 30 03:05:56 1999 +++ bzip2.new/Makefile Fri Jul 30 03:07:10 1999 @@ -9,7 +9,7 @@ DISTNAME= bzip2-0.9.0c CATEGORIES= archivers -MASTER_SITES= http://www.muraroa.demon.co.uk/ +MASTER_SITES= http://www.digistar.com/bzip2/ MAINTAINER= obrien@FreeBSD.org >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 Jul 30 0:35: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 4F770156A3; Fri, 30 Jul 1999 00:35:06 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA18490; Fri, 30 Jul 1999 00:33:28 -0700 (PDT) (envelope-from asami@FreeBSD.org) Date: Fri, 30 Jul 1999 00:33:28 -0700 (PDT) From: Message-Id: <199907300733.AAA18490@freefall.freebsd.org> To: andrews@technologist.com, asami@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12880: update port astro/xearth MASTER_SITES Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port astro/xearth MASTER_SITES State-Changed-From-To: open->closed State-Changed-By: asami State-Changed-When: Fri Jul 30 00:30:10 PDT 1999 State-Changed-Why: Thanks, committed. By the way, you didn't need the second newline. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 30 0:46:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from neptune.psn.net (neptune.psn.net [207.211.58.16]) by hub.freebsd.org (Postfix) with ESMTP id 0E69B1508B for ; Fri, 30 Jul 1999 00:46:09 -0700 (PDT) (envelope-from will@shadow.blackdawn.com) Received: from 5042-243.008.popsite.net ([209.224.140.243] helo=shadow.blackdawn.com) by neptune.psn.net with esmtp (PSN Internet Service 2.12 #3) for freebsd-ports@FreeBSD.ORG id 11A7Ky-0000wi-00; Fri, 30 Jul 1999 00:44:18 -0700 Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.2) id DAA72248 for freebsd-ports@FreeBSD.ORG; Fri, 30 Jul 1999 03:44:12 -0400 (EDT) (envelope-from will) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <19990730032920.A17314@semiotek.com> Date: Fri, 30 Jul 1999 03:44:11 -0400 (EDT) Reply-To: Will Andrews From: Will Andrews To: freebsd-ports@FreeBSD.ORG Subject: RE: Can I automatically upgrade a large number of ports? Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 30-Jul-99 Justin Wells wrote: > > I first posted this to freebsd-questions, but nobody there seemed to > know the answer. There is none (yet) that I know of. > Boy this is tedious. > > I would like to issue a single command that goes off and grabs the > newest ports, finds out what I have installed that is now obsolete, > and upgrades just those packages. If it can't do every single package > well ok--if it can do the majority that would be great (I know > pkg_version doesn't accurately assess everything, but it gets most > of it right). It's one area of the ports collection that I'd sure like to polish, as well as (I'm sure) other porters/contributors. If you'd like to do the job.. go for it! > I tried writing a script to do this, based on pkg_version, but it > turned out to be dangerous and difficult: > > -- I don't want to pkg_delete until I know that I've got the > new version all compiled and configured; otherwise I might > wipe out something important. pkg_delete complains anyway if > I try to do this > > -- If I don't run pkg_delete then I get multiple versions of the > same port installed, one over the other. The package database > gets all messed up, and worse yet, pkg_version stops reporting > useful information about that port (too many versions installed). Instead of running pkg_delete first, simply make the new version of the port, test it out, then pkg_delete, and install the new version. I'm sure it'd be tedious, if you like updating your programs on a regular basis. I just update them whenever I find it necessary (i.e., update a version of a program that I want, only to find out it wants a new version of this or that library...) > -- It's tricky relating a package name back to a directory in > /usr/ports. Are they guaranteed to be unique? Can I do a > cd /usr/ports/*/rsync and be sure there will never, ever > be a /usr/ports/games/rsync as well as the one I want? I wouldn't try this. I don't think there are any categories with ports of the same name at this time, but there may be in the future. -- Will Andrews System Administrator, Gatekeeper Technologies http://www.gatekeep.net/ - Powered by FreeBSD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 30 1:30: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 A2D2714CC7 for ; Fri, 30 Jul 1999 01:30:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA22591; Fri, 30 Jul 1999 01:30:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from neptune.psn.net (neptune.psn.net [207.211.58.16]) by hub.freebsd.org (Postfix) with ESMTP id 85C97151B4 for ; Fri, 30 Jul 1999 01:25:16 -0700 (PDT) (envelope-from will@shadow.blackdawn.com) Received: from 5042-243.008.popsite.net ([209.224.140.243] helo=shadow.blackdawn.com) by neptune.psn.net with esmtp (PSN Internet Service 2.12 #3) for FreeBSD-gnats-submit@freebsd.org id 11A7yR-0001oT-00; Fri, 30 Jul 1999 01:25:05 -0700 Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.2) id EAA82453; Fri, 30 Jul 1999 04:24:49 -0400 (EDT) (envelope-from will) Message-Id: <199907300824.EAA82453@shadow.blackdawn.com> Date: Fri, 30 Jul 1999 04:24:49 -0400 (EDT) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12883: new port: misc/wmstock Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12883 >Category: ports >Synopsis: new port: misc/wmstock >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 Jul 30 01:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 3.2-STABLE i386 >Organization: none >Environment: FreeBSD shadow.blackdawn.com 3.2-STABLE FreeBSD 3.2-STABLE #0: Sun Jul 25 01:17:53 EDT 1999 root@shadow.blackdawn.com:/usr/src/sys/compile/SHADOW i386 >Description: This is the port for wmstock 0.06. Thanks go to the author, Matt Fischer for working with me on getting this program to work on FreeBSD. We shared quite a bit of email, to say the least. If you're an avid investor and use Window Maker for your windowmanager, you may find this program very useful. >How-To-Repeat: Use the shar below to create the port. >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: # # wmstock # wmstock/pkg # wmstock/pkg/PLIST # wmstock/pkg/DESCR # wmstock/pkg/COMMENT # wmstock/files # wmstock/files/md5 # wmstock/patches # wmstock/patches/patch-aa # wmstock/patches/patch-ab # wmstock/Makefile # echo c - wmstock mkdir -p wmstock > /dev/null 2>&1 echo c - wmstock/pkg mkdir -p wmstock/pkg > /dev/null 2>&1 echo x - wmstock/pkg/PLIST sed 's/^X//' >wmstock/pkg/PLIST << 'END-of-wmstock/pkg/PLIST' Xbin/wmstock Xbin/testqt.pl END-of-wmstock/pkg/PLIST echo x - wmstock/pkg/DESCR sed 's/^X//' >wmstock/pkg/DESCR << 'END-of-wmstock/pkg/DESCR' Xwmstock is a cool WindowMaker dockapp that shows stock Xticker(s) that are retrieved from Yahoo through wget. X XHowever, since wget appears to be broken in this manner/form Xat this time, this port has a patch to use lynx instead, and Xrequires lynx to be installed. X XAuthor: Matt Fischer XWWW: http://mattfischer.com/wmstock X X- Will END-of-wmstock/pkg/DESCR echo x - wmstock/pkg/COMMENT sed 's/^X//' >wmstock/pkg/COMMENT << 'END-of-wmstock/pkg/COMMENT' XCool WindowMaker Dockapp that shows stock ticker(s). END-of-wmstock/pkg/COMMENT echo c - wmstock/files mkdir -p wmstock/files > /dev/null 2>&1 echo x - wmstock/files/md5 sed 's/^X//' >wmstock/files/md5 << 'END-of-wmstock/files/md5' XMD5 (wmstock-0.06.tar.gz) = 56687a81ad7fe74b67856d0369bcea8b END-of-wmstock/files/md5 echo c - wmstock/patches mkdir -p wmstock/patches > /dev/null 2>&1 echo x - wmstock/patches/patch-aa sed 's/^X//' >wmstock/patches/patch-aa << 'END-of-wmstock/patches/patch-aa' X--- testqt.pl Tue Jul 6 16:16:09 1999 X+++ testqt.pl.new Fri Jul 30 03:56:46 1999 X@@ -1,11 +1,11 @@ X #!/usr/bin/perl X- X- $wget_loc = `which wget`; X+ X+ $wget_loc = `which lynx`; X chop $wget_loc; X X- if (!$wget_loc) X+ if (!$wget_loc) X { X- die "testqt.pl:: Could not find wget. If it is not in your path please add it to your path. If it is not installed please install it.\n"; X+ die "testqt.pl:: Could not find lynx. If it is not in your path please add it to your path. If it is not installed please install it.\n"; X } X X $home = (getpwuid($<))[7]; X@@ -76,9 +76,10 @@ X # for some people? Dont know why... (Perhaps they have a ~/.wgetrc file X # that overrides command line options?). X # X+ # lynx update, for FreeBSD. *This* works. X X $tempfile = "stock.tmp.$$"; X- $wget_args = " --cache=off --tries 0 -q -O $home/.wmstock/$tempfile \"$URL\""; X+ $wget_args = " -dump \"$URL\" > $home/.wmstock/$tempfile"; X $command = $wget_loc.$wget_args; X system "$wget_loc$wget_args"; X sleep(3); X@@ -115,7 +116,7 @@ X $version = $_[0]; X $vtempfile = ".newest"; X $vers_url="http://www.mattfischer.com/wmstock/src/$vtempfile"; X- $wget_args = " --cache=off --tries 0 -q -O $home/.wmstock/$vtempfile \"$vers_url\""; X+ $wget_args = " -dump \"$vers_url\" > $home/.wmstock/$vtempfile"; X $command = $wget_loc.$wget_args; X X print "Please wait while I check for a new version.\n"; END-of-wmstock/patches/patch-aa echo x - wmstock/patches/patch-ab sed 's/^X//' >wmstock/patches/patch-ab << 'END-of-wmstock/patches/patch-ab' X--- Makefile.orig Wed Jul 7 15:22:08 1999 X+++ Makefile Fri Jul 30 04:12:01 1999 X@@ -6,9 +6,9 @@ X CFLAGS = -O2 -g -Wall X DEBUG = -DMLF_DEBUG X GCOV = -fprofile-arcs -ftest-coverage X-INCDIR = -I/usr/X11R6/include/X11 -I/usr/X11R6/include X-DESTDIR= /usr/X11R6 X-LIBDIR = -L/usr/X11R6/lib X+INCDIR = -I${PREFIX}/include/X11 -I${PREFIX}/include X+DESTDIR= ${PREFIX} X+LIBDIR = -L${PREFIX}/lib X # for linux X LIBS = -lXpm -lX11 -lXext X # for Solaris X@@ -22,10 +22,6 @@ X .c.o: X $(CC) $(CFLAGS) -c $< -o $*.o $(INCDIR) X X-# $(CC) $(CFLAGS) -D$(shell echo `uname -s`) -c $< -o $*.o $(INCDIR) X-# no longer need the -D... X- X- X all: wmstock.o wmstock X X wmstock.o: wmstock_master.xpm wmstock_mask.xbm X@@ -43,8 +39,3 @@ X rm -f $$i; \ X done X rm -f wmstock X- X-install:: wmstock X- install -c -s -m 0755 wmstock $(DESTDIR)/bin X- install -c -m 0755 testqt.pl $(DESTDIR)/bin X- install -c -m 0644 wmstock.1x $(DESTDIR)/man/man1 END-of-wmstock/patches/patch-ab echo x - wmstock/Makefile sed 's/^X//' >wmstock/Makefile << 'END-of-wmstock/Makefile' X# New ports collection makefile for: wmstock X# Version required: 0.06 X# Date created: 19 Jun 1999 X# Whom: Will Andrews X# X# $Id$ X# X XDISTNAME= wmstock-0.06 XCATEGORIES= misc XMASTER_SITES= http://mattfischer.com/wmstock/src/ \ X http://www.psn.net/~andrews/wmstock/ X XMAINTAINER= andrews@technologist.com X XLIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm XBUILD_DEPENDS= ${LOCALBASE}/bin/lynx:${PORTSDIR}/www/lynx X XUSE_X_PREFIX= yes X XWRKSRC= ${WRKDIR}/wmstock/src XUSE_GMAKE= yes XMAN1= wmstock.1 X Xdo-install: X @${INSTALL_PROGRAM} ${WRKSRC}/wmstock ${PREFIX}/bin/wmstock X @${INSTALL_SCRIPT} ${WRKSRC}/testqt.pl ${PREFIX}/bin/testqt.pl X @${INSTALL_MAN} ${WRKSRC}/wmstock.1x ${PREFIX}/man/man1/wmstock.1 X X.include END-of-wmstock/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 Fri Jul 30 1:37:54 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 DA156150F4 for ; Fri, 30 Jul 1999 01:37:44 -0700 (PDT) (envelope-from nbm@rucus.ru.ac.za) Received: (qmail 67294 invoked by uid 1003); 30 Jul 1999 08:38:13 -0000 Date: Fri, 30 Jul 1999 10:38:13 +0200 From: Neil Blakey-Milner To: Will Andrews Cc: freebsd-ports@FreeBSD.ORG Subject: Re: Can I automatically upgrade a large number of ports? Message-ID: <19990730103813.A67066@rucus.ru.ac.za> References: <19990730032920.A17314@semiotek.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: ; from Will Andrews on Fri, Jul 30, 1999 at 03:44:11AM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri 1999-07-30 (03:44), Will Andrews wrote: > > -- It's tricky relating a package name back to a directory in > > /usr/ports. Are they guaranteed to be unique? Can I do a > > cd /usr/ports/*/rsync and be sure there will never, ever > > be a /usr/ports/games/rsync as well as the one I want? > > I wouldn't try this. I don't think there are any categories with ports of the > same name at this time, but there may be in the future. Think language categories. 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 Jul 30 1:42:51 1999 Delivered-To: freebsd-ports@freebsd.org Received: from slarti.muc.de (slarti.muc.de [193.149.48.10]) by hub.freebsd.org (Postfix) with SMTP id 0BEB11514B for ; Fri, 30 Jul 1999 01:42:43 -0700 (PDT) (envelope-from jhs@jhs.muc.de) Received: (qmail 12991 invoked from network); 30 Jul 1999 08:40:11 -0000 Received: from jhs.muc.de (193.149.49.84) by slarti.muc.de with SMTP; 30 Jul 1999 08:40:11 -0000 Received: (from jhs@localhost) by jhs.muc.de (8.9.3/8.9.3) id QAA03955; Thu, 29 Jul 1999 16:24:15 GMT (envelope-from jhs) Date: Thu, 29 Jul 1999 16:24:15 GMT Message-Id: <199907291624.QAA03955@jhs.muc.de> To: freebsd-ports@freebsd.org Subject: ODBC support ? From: "Julian Stacey" Reply-To: "Julian Stacey" X-Net: jhs@muc.de jhs@freebsd.org www.jhs.muc.de www.freebsd.org/~jhs/ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Request for info on ODBC, (skip this article if you don't know ODBC) Anyone know of any ODBC support sources that I might port to FreeBSD ? I looked in 3.2-release/usr/ports/INDEX, but no ODBC keyword. ODBC is a Micro$oft database format I believe ? There's maps of Germany available on CD-ROM, but I refuse to install Micro$oft on my laptop, & I'd prefer to avoid Wine & VMware complexities. I don't mind getting dragged ito C or (new to me) Java ports though. Being British resident in Germany, near Austrian border, I'll later also be interested in whatever format Ordnance Survey in the UK publish CDs in (if they do) .... & maybe other countries maps such as Italy too. It seems one might have a jungle of various formats to consider, probably all with accompanying smelly M$oft .exes ( Ugh ! :-( ) PS I see SCO has "Limited ODBC support" (some ref to that & SQL in Vision2K leaflet printed by SCO Germany 2/99 (I don't know if they used proprietary code or hopefully/maybe they ported public stuff ?) ... I don't want to get involved with SCO exe's though, I had enough SCO on last project, & the BSD [SCO] emulator only does 1 of 2 exec formats. Suggestions/Info ? Julian H. Stacey http://www.freebsd.org/~jhs/ Considering Linux ? Then also consider the 2000+ free packages for FreeBSD. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 30 2:11: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 6E49014D94 for ; Fri, 30 Jul 1999 02:11:39 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA25932; Fri, 30 Jul 1999 02:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from bulls.mei.co.jp (bulls.mei.co.jp [202.224.189.102]) by hub.freebsd.org (Postfix) with ESMTP id CE1DE14D94 for ; Fri, 30 Jul 1999 02:00:22 -0700 (PDT) (envelope-from takamune@avrl.mei.co.jp) Received: by bulls.mei.co.jp (8.9.1/3.7W) with ESMTP id RAA28557 for ; Fri, 30 Jul 1999 17:57:18 +0900 (JST) Received: by dodgers.mei.co.jp (8.9.1/3.7W) with SMTP id RAA17166 for ; Fri, 30 Jul 1999 17:57:18 +0900 (JST) Received: by avrlgate1.avrl.mei.co.jp (8.6.10+2.4W/3.3W3-avrl3.0) id RAA21526; Fri, 30 Jul 1999 17:57:17 +0900 Received: by dream.avrl.mei.co.jp (8.9.3/3.6W-03/04/98-dream) id RAA02471; Fri, 30 Jul 1999 17:57:17 +0900 (JST) Message-Id: <199907300857.RAA02471@dream.avrl.mei.co.jp> Date: Fri, 30 Jul 1999 17:57:17 +0900 (JST) From: takamune@avrl.mei.co.jp Reply-To: takamune@avrl.mei.co.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12885: Update: japanese/bookview Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12885 >Category: ports >Synopsis: Update: japanese/bookview >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 Jul 30 02:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Kazutoki TAKAMUNE >Release: FreeBSD 3.2-STABLE i386 >Organization: Matsushita Electric Industrial Co., Ltd. >Environment: This port works on FreeBSD 3.2-STABLE(Tue Jul 27 12:38:08 JST 1999) machine with ja-tcl-8.0.5/ja-tk-8.0.5. I haven't tested on FreeBSD 4.0-CURRENT ! >Description: Please apply this patch to upgrade port (of which I'm the maintainer). Changes: - Updates japanese/bookview for the latest version 2.4.4. - No files have been added or removed. >How-To-Repeat: >Fix: diff -x CVS -Nur /usr/ports/japanese/bookview/Makefile japanese/bookview/Makefile --- /usr/ports/japanese/bookview/Makefile Wed Jun 9 08:31:47 1999 +++ japanese/bookview/Makefile Fri Jul 30 12:00:00 1999 @@ -1,13 +1,13 @@ # New ports collection makefile for: bookview -# Version required: 2.4.3 +# Version required: 2.4.4 # Date created: 2 Oct 1997 # Whom: Motoyuki Kasahara # # $Id: Makefile,v 1.5 1999/06/08 23:31:47 steve Exp $ # -DISTNAME= bookview-2.4.3 -PKGNAME= ja-bookview-2.4.3 +DISTNAME= bookview-2.4.4 +PKGNAME= ja-bookview-2.4.4 CATEGORIES= japanese MASTER_SITES= ftp://ftp.sra.co.jp/pub/net/ndtp/bookview/ \ ftp://ftp.sra.co.jp/pub/net/ndtp/bookview/old/ \ diff -x CVS -Nur /usr/ports/japanese/bookview/files/md5 japanese/bookview/files/md5 --- /usr/ports/japanese/bookview/files/md5 Wed Jun 9 08:32:05 1999 +++ japanese/bookview/files/md5 Fri Jul 30 12:00:00 1999 @@ -1 +1 @@ -MD5 (bookview-2.4.3.tar.gz) = 025f3820bed5d1461d62f564499b573a +MD5 (bookview-2.4.4.tar.gz) = c25115fef5ab739215913612ea3b98eb >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 Jul 30 2:14: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from volodya.prime.net.ua (volodya.prime.net.ua [195.64.229.17]) by hub.freebsd.org (Postfix) with ESMTP id 4174014D94; Fri, 30 Jul 1999 02:13:56 -0700 (PDT) (envelope-from andyo@prime.net.ua) Received: from prime.net.ua (localhost [127.0.0.1]) by volodya.prime.net.ua (8.9.3/8.8.8) with ESMTP id MAA02516; Fri, 30 Jul 1999 12:14:23 +0300 (EEST) (envelope-from andyo@prime.net.ua) Message-ID: <37A16CEF.657AE236@prime.net.ua> Date: Fri, 30 Jul 1999 12:14:23 +0300 From: "Andy V. Oleynik" Organization: M-Info X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.2-STABLE i386) X-Accept-Language: en, ru, uk MIME-Version: 1.0 To: Slawek Zak Cc: freebsd-ports@FreeBSD.ORG, freebsd-security@FreeBSD.ORG Subject: Re: Extracted files' permissions References: <19990729161457.A727@prioris.im.pw.edu.pl> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org It's not seldom situation when creator creates package under its own uid/gid which may not exist on other systems. Dont worry about it. Just write perl script which read package list and chown 0:0 all the stuff :) Slawek Zak wrote: > When I lately extracted some packages, I have noticed that owners of > the files and directories are random (try make extract lang/lua or > lang/erlang) These UIDs may or may not exist on your system. If they > do, the files can be easily overwritten by malicious user and lead to > compromise of the system. > > So my question is if it should be treated as bug, and reported to the > packager, or maybe there should be an additional step in extracting > these files, in which the owner would be changed to 0:0. > > Of course the easiest solution would be chmod og= /usr/ports :) > > -- > * Suavek Zak > * email: zaks@im.pw.edu.pl voice: +48 (0) 22 674 66 79 > * PGP v2.3: 2048/9A7CBF71, finger://zaks@prioris.im.pw.edu.pl > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-security" in the body of the message -- WBW Andy V. Oleynik (When U work in virtual office prime.net.ua's U have good chance to obtain system administrator virtual money ö%-) +380442448363 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 30 2:31: 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 553E6150A7 for ; Fri, 30 Jul 1999 02:31:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA27062; Fri, 30 Jul 1999 02:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from gelemna.ft-wayne.in.us (fw-line-29.fwi.com [209.84.172.34]) by hub.freebsd.org (Postfix) with ESMTP id BA82414D94 for ; Fri, 30 Jul 1999 02:25:02 -0700 (PDT) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: (from croyle@localhost) by gelemna.ft-wayne.in.us (8.9.3/8.9.3) id EAA15041; Fri, 30 Jul 1999 04:24:06 -0500 (EST) (envelope-from croyle) Message-Id: <199907300924.EAA15041@gelemna.ft-wayne.in.us> Date: Fri, 30 Jul 1999 04:24:06 -0500 (EST) From: Don Croyle Reply-To: croyle@gelemna.ft-wayne.in.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12886: Update devel/astyle to 1.10.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12886 >Category: ports >Synopsis: Update devel/astyle to 1.10.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 30 02:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Don Croyle >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: Update the devel/astyle port to use the latest distfile. I also thought it would be a good idea to start installing the docs, such as they are. >How-To-Repeat: >Fix: Apply this patch: diff -ruN astyle.old/Makefile astyle/Makefile --- astyle.old/Makefile Wed Jul 21 23:20:45 1999 +++ astyle/Makefile Fri Jul 30 04:04:19 1999 @@ -1,13 +1,13 @@ # New ports collection makefile for: astyle -# Version required: 1.10.1 +# Version required: 1.10.4 # Date created: 31 Jan 1999 # Whom: Don Croyle # # $Id: Makefile,v 1.2 1999/07/22 04:20:45 cpiazza Exp $ # -DISTNAME= astyle_1.10.1_src -PKGNAME= astyle-1.10.1 +DISTNAME= astyle_1.10.4_src +PKGNAME= astyle-1.10.4 CATEGORIES= devel textproc MASTER_SITES= http://gene.md.huji.ac.il/~tald/astyle/stable/src/ \ http://www.infonex.com/~dacroyle/freebsd/ @@ -15,8 +15,7 @@ MAINTAINER= croyle@gelemna.ft-wayne.in.us -WRKSRC= ${WRKDIR}/astyle_1.10.1 -ALL_TARGET= astyle +WRKSRC= ${WRKDIR}/astyle_1.10.4 post-extract: perl -pi -e 's/\r//' ${WRKSRC}/* @@ -27,5 +26,9 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/astyle ${PREFIX}/bin/ +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/astyle + ${INSTALL_DATA} ${WRKSRC}/astyle.html ${PREFIX}/share/doc/astyle +.endif .include diff -ruN astyle.old/files/md5 astyle/files/md5 --- astyle.old/files/md5 Wed Jul 21 23:20:46 1999 +++ astyle/files/md5 Fri Jul 30 03:47:20 1999 @@ -1 +1 @@ -MD5 (astyle_1.10.1_src.tgz) = f682d3ce6ba0611384a5319816826607 +MD5 (astyle_1.10.4_src.tgz) = f1a8d5e16975a8062308b818bd4c5bd2 diff -ruN astyle.old/pkg/PLIST astyle/pkg/PLIST --- astyle.old/pkg/PLIST Fri Apr 2 20:26:18 1999 +++ astyle/pkg/PLIST Fri Jul 30 04:06:03 1999 @@ -1 +1,3 @@ bin/astyle +share/doc/astyle/astyle.html +@dirrm share/doc/astyle >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 Jul 30 6:20: 6 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 070A0156C3 for ; Fri, 30 Jul 1999 06:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA42912; Fri, 30 Jul 1999 06:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from gw-nl3.philips.com (gw-nl3.philips.com [192.68.44.35]) by hub.freebsd.org (Postfix) with ESMTP id 1380E14ED1 for ; Fri, 30 Jul 1999 06:12:33 -0700 (PDT) (envelope-from Jos.Backus@nl.origin-it.com) Received: from smtprelay-nl1.philips.com (localhost.philips.com [127.0.0.1]) by gw-nl3.philips.com with ESMTP id PAA05685 for ; Fri, 30 Jul 1999 15:09:35 +0200 (MEST) (envelope-from Jos.Backus@nl.origin-it.com) Received: from smtprelay-eur1.philips.com(130.139.36.3) by gw-nl3.philips.com via mwrap (4.0a) id xma005680; Fri, 30 Jul 99 15:09:35 +0200 Received: from hal.mpn.cp.philips.com (hal.mpn.cp.philips.com [130.139.64.195]) by smtprelay-nl1.philips.com (8.9.3/8.8.5-1.2.2m-19990317) with SMTP id PAA19521 for ; Fri, 30 Jul 1999 15:09:33 +0200 (MET DST) Received: (qmail 9300 invoked by uid 666); 30 Jul 1999 13:09:55 -0000 Message-Id: <19990730130955.9299.qmail@hal.mpn.cp.philips.com> Date: 30 Jul 1999 13:09:55 -0000 From: Jos Backus Reply-To: Jos Backus To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12889: Port graphics/gd installs include files in wrong place Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12889 >Category: ports >Synopsis: graphics/gd's includes should install into $PREFIX/include/gd >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 Jul 30 06:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jos Backus >Release: FreeBSD 4.0-CURRENT i386 >Organization: Origin B.V. >Environment: Ports tree as of today, graphics/gd version 1.6.2. >Description: A ``make install'' in /usr/ports/graphics/gd installs the header files in $PREFIX/include instead of $PREFIX/include/gd. Among others, this breaks the net/mrtg port as it looks for those header files in $PREFIX/include/gd, which is where the gd-1.3 version of the port used to install them. >How-To-Repeat: On a system without the graphics/gd port installed, do: # cd /usr/ports/net/mrtg # make ; make install >Fix: Adding ``CONFIGURE_ARGS= --includedir $PREFIX/gd'' to the Makefile doesn't cut it as that applies to the build include path, not the install path. So I have no ideas offhand, sorry. >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 Jul 30 7:30: 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 1A94A1568E for ; Fri, 30 Jul 1999 07:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA47802; Fri, 30 Jul 1999 07:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from fed-ef1.frb.gov (fed.frb.gov [132.200.32.32]) by hub.freebsd.org (Postfix) with ESMTP id 2966114D7D for ; Fri, 30 Jul 1999 07:23:22 -0700 (PDT) (envelope-from seth@freebie.dp.ny.frb.org) Received: by fed-ef1.frb.gov; id KAA23837; Fri, 30 Jul 1999 10:21:47 -0400 (EDT) Received: from m1pmdf.frb.gov(192.168.3.38) by fed.frb.gov via smap (V4.2) id xma023304; Fri, 30 Jul 99 10:21:01 -0400 Message-Id: <199907301420.KAA14361@freebie.dp.ny.frb.org> Date: Fri, 30 Jul 1999 10:20:53 -0400 (EDT) From: Seth Reply-To: seth@freebie.dp.ny.frb.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12890: nmap seems to break under certain conditions in recent build Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12890 >Category: ports >Synopsis: nmap seems to break under certain conditions in recent build >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: Fri Jul 30 07:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Seth >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: 3.2-STABLE FreeBSD 3.2-STABLE #0: Tue Jul 27 14:48:55 EDT 1999 built 27 July 1999. >Description: After the latest build, nmap seems to have broken a bit. I've isolated it to a case where the box has 2 NICs, and the first one is down AND has never been configured. xl0: flags=8802 mtu 1500 (no inet line; ether deleted) media: 100baseTX supported media: autoselect 100baseTX 100baseTX 100baseTX 10baseT/UTP 10baseT/UTP 10baseT/UTP xl1: flags=8843 mtu 1500 inet w.x.96.162 netmask 0xffffc000 broadcast w.x.127.255 ether 00:c0:4f:xx:xx:xx media: 100baseTX supported media: autoselect 100baseTX 100baseTX 100baseTX 10baseT/UTP 10baseT/UTP 10baseT/UTP netstat -nr shows valid routes; in fact, I'm using the box remotely (off-net) via xl1 to send this PR. nmap -sS -O w.x.68.82 (same subnet as xl1) returns the following: WARNING: Could not determine what interface to route packets through to w.x.y.z, changing ping scantype to ICMP only nmap with just -e xl1 returns I cannot figure out what source address to use for device xl1, does it even exist? QUITTING! nmap with both -e and -S seems to work. Funny thing is: once you ifconfig xl0 (even with a bogus address), bring it up, then bring it down, nmap works fine over xl1. It continues to work even after ifconfig xl0 delete . Thinking it might be something in bpffilter, I tried two other programs that use it: ntop and tcpdump. No problems to report there. >How-To-Repeat: See above. Tried w/ nmap-2.12 and nmap 2.2-BETA4. >Fix: Workaround above: ifconfig xl0, down it, delete it. >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 Jul 30 10:12:59 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 52F3E14F13; Fri, 30 Jul 1999 10:12:55 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA59515; Fri, 30 Jul 1999 10:10:32 -0700 (PDT) (envelope-from ache@FreeBSD.org) Date: Fri, 30 Jul 1999 10:10:32 -0700 (PDT) From: Message-Id: <199907301710.KAA59515@freefall.freebsd.org> To: mi@aldan.algebra.com, ache@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12871: koi8r-ps port adds KOI8 True Type fonts Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: koi8r-ps port adds KOI8 True Type fonts State-Changed-From-To: open->closed State-Changed-By: ache State-Changed-When: Fri Jul 30 10:10:05 PDT 1999 State-Changed-Why: Port commited To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 30 12:21:54 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 777B114D9A for ; Fri, 30 Jul 1999 12:21:44 -0700 (PDT) (envelope-from van.woerkom@netcologne.de) Received: from oranje.my.domain (dial2-39.netcologne.de [194.8.195.39]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id VAA24250; Fri, 30 Jul 1999 21:20:20 +0200 (MET DST) Received: (from marc@localhost) by oranje.my.domain (8.9.3/8.9.3) id VAA05430; Fri, 30 Jul 1999 21:18:40 +0200 (CEST) (envelope-from van.woerkom@netcologne.de) Date: Fri, 30 Jul 1999 21:18:40 +0200 (CEST) Message-Id: <199907301918.VAA05430@oranje.my.domain> X-Authentication-Warning: oranje.my.domain: marc set sender to van.woerkom@netcologne.de using -f From: Marc van Woerkom To: jhs@colin.muc.de Cc: freebsd-ports@FreeBSD.ORG In-reply-to: <199907291624.QAA03955@jhs.muc.de> Subject: Re: ODBC support ? Reply-To: van.woerkom@netcologne.de References: <199907291624.QAA03955@jhs.muc.de> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > ODBC is a Micro$oft database format I believe ? No, it is not a file format or such, it is an application interface for database access. We use ODBC drivers for Oracle and DB/2 at work. Our apps assemble SQL statements and route them via ODBC to the database and retrieve the results. In your case I would expect something like MS Access behind the ODBC driver.. don't know. Coping with ODBC seems to be a science of its own, alas. Regards, Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 30 12:29:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from neptune.psn.net (neptune.psn.net [207.211.58.16]) by hub.freebsd.org (Postfix) with ESMTP id B889214E1A; Fri, 30 Jul 1999 12:29:14 -0700 (PDT) (envelope-from will@shadow.blackdawn.com) Received: from 5042-243.008.popsite.net ([209.224.140.243] helo=shadow.blackdawn.com) by neptune.psn.net with esmtp (PSN Internet Service 2.12 #3) id 11AIJx-0001mv-00; Fri, 30 Jul 1999 12:27:58 -0700 Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.2) id PAA35866; Fri, 30 Jul 1999 15:27:54 -0400 (EDT) (envelope-from will) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Fri, 30 Jul 1999 15:27:54 -0400 (EDT) Reply-To: Will Andrews From: Will Andrews To: freebsd-ports@freebsd.org, freebsd-security@freebsd.org Subject: RE: skip port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Moved this to FreeBSD-ports, the correct mailing list for problems with ports. Please make all replies there and not freebsd-net or -security. On 30-Jul-99 Thomas Uhrfelt wrote: > I solved the problem with the BROKEN tag in the SKIP makefile, this was due > to a serious error on my part .. I had cvsup:ed my ports tree with the . tag > instead of RELENG_3_2_0, so I was as current I could be, and since the SKIP > port is broken in current.. well go figure.. I have backed myself down to > 3.2R ports now and when I try to compile this (works great on the 3.2 > machine) on a 3.1-R machine (of course with ports from 3.1-R, one only makes > this kinda mistake once huh?) I get the following: There's a reason ports are set BROKEN.. see ports/9949. Perhaps (since this is the latest PR I could find relating to skip) they forgot to take the "BROKEN" line out.. or something else is broken, and there was no PR as to why it was set "BROKEN" again. (although kern/12703 indicates a problem with a particular device, tx0; it does not state if/why skip would be set BROKEN). See http://www.FreeBSD.ORG/cgi/query-pr.cgi?pr=9949 and http://www.FreeBSD.ORG/cgi/query-pr.cgi?pr=12703 for more information. > orion# make clean > ===> Cleaning for skip-1.0 > orion# make install > ===> Extracting for skip-1.0 >>> Checksum OK for skipsrc-1.0.tar.Z. > ===> skip-1.0 depends on file: /usr/X11R6/lib/libxview.a - found > ===> skip-1.0 depends on file: /usr/X11R6/lib/X11/config/XView.cf - found > ===> skip-1.0 depends on executable: gmake - found > ===> skip-1.0 depends on shared library: xview.3 - found > ===> Patching for skip-1.0 > ===> Applying FreeBSD patches for skip-1.0 > > ... Lot's of sucessful compiles here, now on the the troubleling part ... > > 6/des_ede_ecb.o ../bdcmod/safer/bin.x86/skip_safercbc.o > ../bdcmod/safer/bin.x86/safer.o ../common/bin.x86/md5.o > modstat: /dev/lkm: Device not configured > gmake[2]: *** [bin.x86/skip.o] Error 2 > gmake[2]: Leaving directory `/usr/ports/security/skip/work/skip/freebsd' > gmake[1]: *** [freebsd] Error 2 > gmake[1]: Leaving directory `/usr/ports/security/skip/work/skip' > gmake: *** [skip] Error 2 According to ports/9949, this program was remade as a KLD.. thus you wouldn't be using /dev/lkm.. (as far as I know :) Would Archie Cobbs like to take over explaining this? :) -- Will Andrews System Administrator, Gatekeeper Technologies http://www.gatekeep.net/ - Powered by FreeBSD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 30 12:49:36 1999 Delivered-To: freebsd-ports@freebsd.org Received: from lily.ezo.net (lily.ezo.net [206.102.130.13]) by hub.freebsd.org (Postfix) with ESMTP id 861E0156E6 for ; Fri, 30 Jul 1999 12:49:22 -0700 (PDT) (envelope-from jflowers@ezo.net) Received: from ivy.ezo.net (ivy.ezo.net [206.150.211.171]) by lily.ezo.net (8.8.7/8.8.7) with SMTP id PAA21759 for ; Fri, 30 Jul 1999 15:47:59 -0400 (EDT) Message-ID: <004e01bed9fb$a14dc600$abd396ce@ezo.net> From: "Jim Flowers" To: References: Subject: Re: skip port Date: Thu, 29 Jul 1999 15:50:37 -0400 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 I ran into this with 3.2-STABLE #4 and used a SKIP port from a 3.1-STABLE #3 build. The only problem was a dependency complaint during make install due to having used a package for the xview stuff instead of a port. Removed the dependency to complete the make install which registered the package and exited normally. There have been no problems with the SKIP implementation in about a week of operation. ----- Original Message ----- From: Will Andrews To: ; Sent: Friday, July 30, 1999 3:27 PM Subject: RE: skip port > Moved this to FreeBSD-ports, the correct mailing list for problems with ports. > Please make all replies there and not freebsd-net or -security. > > On 30-Jul-99 Thomas Uhrfelt wrote: > > I solved the problem with the BROKEN tag in the SKIP makefile, this was due > > to a serious error on my part .. I had cvsup:ed my ports tree with the . tag > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 30 12:51: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 ADD891570A for ; Fri, 30 Jul 1999 12:51:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA70757; Fri, 30 Jul 1999 12:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (Postfix) with ESMTP id 5676A15231 for ; Fri, 30 Jul 1999 12:45:22 -0700 (PDT) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.3/8.9.1) id XAA65208; Fri, 30 Jul 1999 23:45:12 +0400 (MSD) Message-Id: <199907301945.XAA65208@netserv1.chg.ru> Date: Fri, 30 Jul 1999 23:45:12 +0400 (MSD) From: "Dmitry S. Sivachenko" Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12891: Please update converters/recode to 3.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12891 >Category: ports >Synopsis: Please update converters/recode to 3.5 >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 Jul 30 12:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dmitry S. Sivachenko >Release: FreeBSD 3.2-RELEASE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: diff -Nur recode.old/Makefile recode/Makefile --- recode.old/Makefile Sun Feb 14 00:44:39 1999 +++ recode/Makefile Fri Jul 30 23:43:44 1999 @@ -6,7 +6,7 @@ # $Id: Makefile,v 1.5 1999/01/27 07:41:05 fenner Exp $ # -DISTNAME= recode-3.4 +DISTNAME= recode-3.5 CATEGORIES= converters MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= recode @@ -14,5 +14,7 @@ MAINTAINER= torstenb@FreeBSD.ORG GNU_CONFIGURE= YES + +MAN1= recode.1 .include diff -Nur recode.old/files/md5 recode/files/md5 --- recode.old/files/md5 Mon Jul 17 05:04:43 1995 +++ recode/files/md5 Fri Jul 30 22:42:30 1999 @@ -1 +1 @@ -MD5 (recode-3.4.tar.gz) = f5b6a3e8dcc88e588117b275789ba473 +MD5 (recode-3.5.tar.gz) = 5f2c54592e9f7af31a11e62c7babc81c diff -Nur recode.old/patches/patch-aa recode/patches/patch-aa --- recode.old/patches/patch-aa Thu Jan 1 03:00:00 1970 +++ recode/patches/patch-aa Fri Jul 30 22:43:54 1999 @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig Fri Jul 30 22:43:08 1999 ++++ src/Makefile.in Fri Jul 30 22:43:21 1999 +@@ -149,7 +149,7 @@ + + librecode_la_SOURCES = argmatch.c charname.c combine.c fr-charname.c hash.c merged.c names.c outer.c recode.c request.c strip-pool.c task.c $(C_STEPS) + +-librecode_la_LDFLAGS = -version-info 0:0:0 ++librecode_la_LDFLAGS = -version-info 3:5:0 + + INCLUDES = -I.. -I../intl -I$(srcdir) -I$(top_srcdir)/lib + diff -Nur recode.old/patches/patch-ab recode/patches/patch-ab --- recode.old/patches/patch-ab Thu Jan 1 03:00:00 1970 +++ recode/patches/patch-ab Fri Jul 30 23:11:44 1999 @@ -0,0 +1,10 @@ +--- doc/recode.texi.orig Fri Jul 30 23:10:58 1999 ++++ doc/recode.texi Fri Jul 30 23:11:14 1999 +@@ -2,6 +2,7 @@ + @c %**start of header + @setfilename recode.info + @settitle The @code{recode} reference manual ++@dircategory GNU Recode + @finalout + @c %**end of header + diff -Nur recode.old/pkg/PLIST recode/pkg/PLIST --- recode.old/pkg/PLIST Mon Jul 17 05:04:44 1995 +++ recode/pkg/PLIST Fri Jul 30 23:44:43 1999 @@ -1,2 +1,26 @@ bin/recode +@unexec install-info --delete %D/info/recode.info %D/info/dir info/recode.info +info/recode.info-1 +info/recode.info-2 +info/recode.info-3 +info/recode.info-4 +info/recode.info-5 +@exec install-info --delete %D/info/recode.info %D/info/dir +lib/librecode.la +lib/librecode.so +lib/librecode.so.3 +lib/librecode.a +include/recode.h +include/recodext.h +share/locale/da/LC_MESSAGES/recode.mo +share/locale/de/LC_MESSAGES/recode.mo +share/locale/es/LC_MESSAGES/recode.mo +share/locale/fr/LC_MESSAGES/recode.mo +share/locale/nl/LC_MESSAGES/recode.mo +share/locale/pl/LC_MESSAGES/recode.mo +share/locale/pt/LC_MESSAGES/recode.mo +share/locale/sl/LC_MESSAGES/recode.mo +share/locale/sv/LC_MESSAGES/recode.mo +@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m +@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R >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 Jul 30 14:41: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 C94101571B; Fri, 30 Jul 1999 14:41:27 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA77961; Fri, 30 Jul 1999 14:39:29 -0700 (PDT) (envelope-from asami@FreeBSD.org) Date: Fri, 30 Jul 1999 14:39:29 -0700 (PDT) From: Message-Id: <199907302139.OAA77961@freefall.freebsd.org> To: mzaki@e-mail.ne.jp, asami@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12371: Request for add patch: gnome-core: GNOME can't find window-managers automatically Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Request for add patch: gnome-core: GNOME can't find window-managers automatically State-Changed-From-To: open->closed State-Changed-By: asami State-Changed-When: Fri Jul 30 14:38:13 PDT 1999 State-Changed-Why: Thanks, fixed on 29 July 1999. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 30 17:20: 6 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 394EC15757 for ; Fri, 30 Jul 1999 17:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA85568; Fri, 30 Jul 1999 17:20:01 -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 1BAC814D45 for ; Fri, 30 Jul 1999 17:13:08 -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 CAA28375 for FreeBSD-gnats-submit@freebsd.org; Sat, 31 Jul 1999 02:16:16 +0200 (CEST) Received: (from uucp@localhost) by net2.dinoex.sub.org (8.9.3/8.9.3) with UUCP id XAA25038 for FreeBSD-gnats-submit@freebsd.org; Fri, 30 Jul 1999 23:32:28 +0200 (CEST) Received: (from dm@localhost) by home.dinoex.sub.org (8.9.3/8.9.3) id XAA01066; Fri, 30 Jul 1999 23:19:01 +0200 (CEST) Message-Id: <199907302119.XAA01066@home.dinoex.sub.org> Date: Fri, 30 Jul 1999 23:19:01 +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/12892: ports/graphics/gd break ports Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12892 >Category: ports >Synopsis: ports/graphics/gd break ports >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 30 17:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 3.2-RELEASE i386 >Organization: privat >Environment: programs using gd lib, ports/www/wealizer ports/german/wealizer >Description: gd is a lib whiuch supports drawing functions for output in GIF-files. >How-To-Repeat: install gd-1-6.2 and try to build any ports using gd gd-1.6 has a complete new interface, the fuctions for Gif-Files are no longer there. >Fix: keep gd-1.3 for all programms let gd-1.6 use diffrent names, treat them as a very diffrent lib eg. (libgd16.a). porgrams may use the one they need. >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 Jul 30 17:31:21 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 F0B8514F2E; Fri, 30 Jul 1999 17:31:19 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from bubble.didi.com (sji-ca14-63.ix.netcom.com [205.186.215.63]) by vader.cs.berkeley.edu (8.9.3/8.6.9) with ESMTP id RAA51149; Fri, 30 Jul 1999 17:29:52 -0700 (PDT) Received: (from asami@localhost) by bubble.didi.com (8.9.3/8.8.8) id RAA96472; Fri, 30 Jul 1999 17:29:49 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Date: Fri, 30 Jul 1999 17:29:49 -0700 (PDT) Message-Id: <199907310029.RAA96472@bubble.didi.com> X-Authentication-Warning: bubble.didi.com: asami set sender to asami@cs.berkeley.edu using -f To: torstenb@FreeBSD.ORG Cc: ports@FreeBSD.ORG Subject: mail/metamail installs some *.orig /usr/local/bin From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Torsten, Subject says all. :) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 30 18: 3:26 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 8E1A414E96; Fri, 30 Jul 1999 18:03:18 -0700 (PDT) (envelope-from van.woerkom@netcologne.de) Received: from oranje.my.domain (dial1-59.netcologne.de [194.8.196.59]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id DAA04024; Sat, 31 Jul 1999 03:03:17 +0200 (MET DST) Received: (from marc@localhost) by oranje.my.domain (8.9.3/8.9.3) id DAA00490; Sat, 31 Jul 1999 03:01:35 +0200 (CEST) (envelope-from van.woerkom@netcologne.de) Date: Sat, 31 Jul 1999 03:01:35 +0200 (CEST) Message-Id: <199907310101.DAA00490@oranje.my.domain> X-Authentication-Warning: oranje.my.domain: marc set sender to van.woerkom@netcologne.de using -f From: Marc van Woerkom To: multimedia@freebsd.org, ports@freebsd.org Subject: GLX / XFree 3.3.4 update (2) Reply-To: van.woerkom@netcologne.de References: <199907292048.WAA01601@oranje.my.domain> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Just for your information - I am finished with a GLX port that works > with XFree86 3.3.4 and has been tested with RIVA 128. Alas I found out that the ID strings for nvidia chips have changed slightly from XFree86 3.3.3.1 to 3.3.4. Result: fallback to software rendering! Those who experiment with RIVA/GLX under XF 3.3.4 should patch their glx sources accordingly. So that means I should have a first 3.3.4 port ready tomorrow. Regards, Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 30 18:40: 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 1FEEB14EE7 for ; Fri, 30 Jul 1999 18:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA88815; Fri, 30 Jul 1999 18:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 30 Jul 1999 18:40:03 -0700 (PDT) Message-Id: <199907310140.SAA88815@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Bill Fumerola Subject: Re: ports/12892: ports/graphics/gd break ports Reply-To: Bill Fumerola Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12892; it has been noted by GNATS. From: Bill Fumerola To: dirk.meyer@dinoex.sub.org Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/12892: ports/graphics/gd break ports Date: Fri, 30 Jul 1999 20:36:24 -0400 (EDT) On Fri, 30 Jul 1999 dirk.meyer@dinoex.sub.org wrote: > install gd-1-6.2 > and try to build any ports using gd Though I am the one who updated this, it seems to be broken. I'll try and get this to work (I have to install mrtg here sometime, and it needs it, though I doubt mrtg will work now that gd doesn't do GIF.) > gd-1.6 has a complete new interface, > the fuctions for Gif-Files are no longer there. That's true. > keep gd-1.3 for all programms Can't. Licensing issues. > let gd-1.6 use diffrent names, > treat them as a very diffrent lib eg. (libgd16.a). > porgrams may use the one they need. Patches accepted. GD is depended on by a lot of ports for GIF processing, however it is not the project's responsibility to fix other software to use the new GD. These other ports are going to have to choose their own new direction. -- - 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 Fri Jul 30 18:59:50 1999 Delivered-To: freebsd-ports@freebsd.org Received: from bubba.whistle.com (bubba.whistle.com [207.76.205.7]) by hub.freebsd.org (Postfix) with ESMTP id BE4A614D40; Fri, 30 Jul 1999 18:59:47 -0700 (PDT) (envelope-from archie@whistle.com) Received: (from archie@localhost) by bubba.whistle.com (8.9.2/8.9.2) id SAA31040; Fri, 30 Jul 1999 18:59:07 -0700 (PDT) From: Archie Cobbs Message-Id: <199907310159.SAA31040@bubba.whistle.com> Subject: Re: skip port In-Reply-To: from Will Andrews at "Jul 30, 1999 03:13:24 pm" To: andrews@TECHNOLOGIST.COM (Will Andrews) Date: Fri, 30 Jul 1999 18:59:07 -0700 (PDT) Cc: thomas.uhrfelt@plymovent.se (Thomas Uhrfelt), freebsd-security@FreeBSD.ORG, freebsd-net@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, archie@whistle.com (Archie Cobbs) X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Will Andrews writes: > According to ports/9949, this program was remade as a KLD.. thus you wouldn't > be using /dev/lkm.. (as far as I know :) > > Would Archie Cobbs like to take over explaining this? :) Sure.. there are two separate things going on. When FreeBSD switched from LKM -> KLD, the skip port broke (in -current) and was subsequently fixed by me. That was 6 months ago or so. More recently (in the past couple of weeks) the skip port was broken again (again, in -current only) due to the changes to the dev_t stuff. So as it stands now, it is broken for -current. However, it will work for 3.2 *but* you of course must get the right version of the port. Or you can get the head version and uncomment the BROKEN= line. That's the information I have :-) -Archie ___________________________________________________________________________ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 30 21:55:53 1999 Delivered-To: freebsd-ports@freebsd.org Received: from gold.wvnet.edu (gold.wvnet.edu [129.71.2.25]) by hub.freebsd.org (Postfix) with ESMTP id 51D6514D32 for ; Fri, 30 Jul 1999 21:55:50 -0700 (PDT) (envelope-from sce04020@mail.wvnet.edu) Received: from mail.wvnet.edu (129.71.227.240:1056) by gold.wvnet.edu (LSMTP for Windows NT v1.1b) with SMTP id <0.41CA6F14@gold.wvnet.edu>; Sat, 31 Jul 1999 1:02:01 -0400 Message-ID: <37A281C2.263D5075@mail.wvnet.edu> Date: Sat, 31 Jul 1999 00:55:30 -0400 From: Kenneth Legg X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: ports@FreeBSD.ORG Subject: rpm-2.5.5 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org What is the procedure to installing rpm-2.2.5? Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 30 22:30:34 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 99858151B3 for ; Fri, 30 Jul 1999 22:30:32 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA98225; Fri, 30 Jul 1999 22:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from blues.ghis.net (pppc1-103.eisa.net.au [203.166.251.103]) by hub.freebsd.org (Postfix) with ESMTP id 0208E151B3 for ; Fri, 30 Jul 1999 22:20:26 -0700 (PDT) (envelope-from jim@blues.ghis.net) Received: (from jim@localhost) by blues.ghis.net (8.9.3/8.9.3) id PAA58147; Sat, 31 Jul 1999 15:18:20 +1000 (EST) (envelope-from jim) Message-Id: <199907310518.PAA58147@blues.ghis.net> Date: Sat, 31 Jul 1999 15:18:20 +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/12893: update port: xchat-1.1.3 to 1.1.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12893 >Category: ports >Synopsis: update port: xchat-1.1.3 to 1.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: Fri Jul 30 22:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jim Mock >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: Patch updates xchat port to the latest version. Also updated my email address since the old one will be vanishing shortly. This PR should replace ports/12798 (which I followed up last week but was never closed). >How-To-Repeat: >Fix: Apply the following diff.. diff -ruN /usr/ports/irc/xchat/Makefile xchat/Makefile --- /usr/ports/irc/xchat/Makefile Wed Jul 21 16:11:16 1999 +++ xchat/Makefile Sat Jul 31 15:00:41 1999 @@ -1,17 +1,17 @@ # New ports collection makefile for: xchat -# Version required: 1.1.3 +# Version required: 1.1.6 # Date created: 17 Nov 1998 -# Whom: Jim Mock +# Whom: Jim Mock # # $Id: Makefile,v 1.19 1999/07/21 05:24:44 cpiazza Exp $ # -DISTNAME= xchat-1.1.3 +DISTNAME= xchat-1.1.6 CATEGORIES= irc MASTER_SITES= http://xchat.org/files/beta/ \ http://xchat.linuxpower.org/files/beta/ -MAINTAINER= jim@phrantic.phear.net +MAINTAINER= jim@blues.ghis.net LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 diff -ruN /usr/ports/irc/xchat/files/md5 xchat/files/md5 --- /usr/ports/irc/xchat/files/md5 Mon Jul 19 16:59:22 1999 +++ xchat/files/md5 Sat Jul 31 14:54:35 1999 @@ -1 +1 @@ -MD5 (xchat-1.1.3.tar.bz2) = 3c88def396eb9a0eadf37b6b4cb0f6e0 +MD5 (xchat-1.1.6.tar.bz2) = b0adbbdfe47d72335146db9fb65d3b23 >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 Jul 30 23:42:11 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 8E56814EE7 for ; Fri, 30 Jul 1999 23:42:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA01146; Fri, 30 Jul 1999 23:40:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from blues.ghis.net (pppc2-4.eisa.net.au [203.166.251.124]) by hub.freebsd.org (Postfix) with ESMTP id 3C08E14EE7 for ; Fri, 30 Jul 1999 23:37:51 -0700 (PDT) (envelope-from jim@blues.ghis.net) Received: (from jim@localhost) by blues.ghis.net (8.9.3/8.9.3) id QAA64129; Sat, 31 Jul 1999 16:37:49 +1000 (EST) (envelope-from jim) Message-Id: <199907310637.QAA64129@blues.ghis.net> Date: Sat, 31 Jul 1999 16:37:49 +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/12894: new port: gyroscope-1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12894 >Category: ports >Synopsis: new port: gyroscope-1.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 30 23:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jim Mock >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: New port of gyroscope, an HTML color picker written in GTK. Web developers looking for an easy way to choose colors should find this useful. >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: # # gyroscope # gyroscope/Makefile # gyroscope/patches # gyroscope/patches/patch-aa # gyroscope/files # gyroscope/files/md5 # gyroscope/pkg # gyroscope/pkg/PLIST # gyroscope/pkg/COMMENT # gyroscope/pkg/DESCR # echo c - gyroscope mkdir -p gyroscope > /dev/null 2>&1 echo x - gyroscope/Makefile sed 's/^X//' >gyroscope/Makefile << 'END-of-gyroscope/Makefile' X# New ports collection makefile for: gyroscope X# Version required: 1.0 X# Date created: 31 July 1999 X# Whom: Jim Mock X# X# $Id$ X# X XDISTNAME= gyroscope-1.0 XCATEGORIES= www XMASTER_SITES= http://www.millar.u-net.com/ X XMAINTAINER= jim@blues.ghis.net X XLIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 X XGTK_CONFIG?= ${X11BASE}/bin/gtk12-config X XWRKSRC= ${WRKDIR}/gyroscope XUSE_X_PREFIX= yes X Xdo-build: X @(cd ${WRKSRC} && ${MAKE}) X X.include END-of-gyroscope/Makefile echo c - gyroscope/patches mkdir -p gyroscope/patches > /dev/null 2>&1 echo x - gyroscope/patches/patch-aa sed 's/^X//' >gyroscope/patches/patch-aa << 'END-of-gyroscope/patches/patch-aa' X--- Makefile.orig Sun Jan 31 03:30:22 1999 X+++ Makefile Sat Jul 31 16:27:41 1999 X@@ -1,8 +1,8 @@ X-CC = gcc X+CC ?= gcc X BINARYNAME = gyroscope X-BIN_DIR = /usr/local/bin/ X-GTKINC = `gtk-config --cflags` -Wall -O2 X-GTKLIB = `gtk-config --libs` X+BIN_DIR = ${X11BASE}/bin X+GTKINC = `gtk12-config --cflags` -Wall -O2 X+GTKLIB = `gtk12-config --libs` X X $(BINARYNAME): main.o gtkcolorsel.o X $(CC) -o $(BINARYNAME) main.o gtkcolorsel.o $(GTKLIB) X@@ -17,4 +17,4 @@ X -@ rm core -f *.o ./$(BINARYNAME) X X install: X- cp ./$(BINARYNAME) $(BIN_DIR)$(BINARYNAME) X+ @/usr/bin/install -c -o 0 -g 0 -s -m 1755 ${BINARYNAME} ${BIN_DIR}/${BINARYNAME} END-of-gyroscope/patches/patch-aa echo c - gyroscope/files mkdir -p gyroscope/files > /dev/null 2>&1 echo x - gyroscope/files/md5 sed 's/^X//' >gyroscope/files/md5 << 'END-of-gyroscope/files/md5' XMD5 (gyroscope-1.0.tar.gz) = d2f51c415fb3e10be8a43043e2c818ad END-of-gyroscope/files/md5 echo c - gyroscope/pkg mkdir -p gyroscope/pkg > /dev/null 2>&1 echo x - gyroscope/pkg/PLIST sed 's/^X//' >gyroscope/pkg/PLIST << 'END-of-gyroscope/pkg/PLIST' Xbin/gyroscope END-of-gyroscope/pkg/PLIST echo x - gyroscope/pkg/COMMENT sed 's/^X//' >gyroscope/pkg/COMMENT << 'END-of-gyroscope/pkg/COMMENT' XGyroscope is an HTML color picker written using GTK END-of-gyroscope/pkg/COMMENT echo x - gyroscope/pkg/DESCR sed 's/^X//' >gyroscope/pkg/DESCR << 'END-of-gyroscope/pkg/DESCR' XGyroscope is an HTML color picker written using GTK. You slide the Xsliders and click in the appropriate places to choose a color and Xit displays the #123456 type format for it. X XWWW: http://www.millar.u-net.com/gyroscope.html X X- Jim END-of-gyroscope/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 Jul 31 0:21: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 4E1651525E for ; Sat, 31 Jul 1999 00:21:42 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA03205; Sat, 31 Jul 1999 00:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from blues.ghis.net (pppc2-4.eisa.net.au [203.166.251.124]) by hub.freebsd.org (Postfix) with ESMTP id D53E91525E for ; Sat, 31 Jul 1999 00:14:31 -0700 (PDT) (envelope-from jim@blues.ghis.net) Received: (from jim@localhost) by blues.ghis.net (8.9.3/8.9.3) id RAA68665; Sat, 31 Jul 1999 17:13:03 +1000 (EST) (envelope-from jim) Message-Id: <199907310713.RAA68665@blues.ghis.net> Date: Sat, 31 Jul 1999 17:13:03 +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/12895: new port: erwin-0.3.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12895 >Category: ports >Synopsis: new port: erwin-0.3.1 >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 Jul 31 00:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jim Mock >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: New port of erwin, a simple HTML editor based on GTK. >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: # # erwin # erwin/Makefile # erwin/files # erwin/files/md5 # erwin/patches # erwin/patches/patch-aa # erwin/pkg # erwin/pkg/COMMENT # erwin/pkg/PLIST # erwin/pkg/DESCR # echo c - erwin mkdir -p erwin > /dev/null 2>&1 echo x - erwin/Makefile sed 's/^X//' >erwin/Makefile << 'END-of-erwin/Makefile' X# New ports collection makefile for: erwin X# Version required: 0.3.1 X# Date created: 31 July 1999 X# Whom: Jim Mock X# X# $Id$ X# X XDISTNAME= erwin-0.3.1 XCATEGORIES= www editors XMASTER_SITES= http://www-stud.fht-esslingen.de/erwin/ 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 XUSE_GMAKE= yes X Xpost-install: X @strip ${PREFIX}/bin/erwin X.if !defined(NOPORTDOCS) X @${ECHO} "===> Installing README in ${PREFIX}/share/doc/erwin" X @${MKDIR} ${PREFIX}/share/doc/erwin && chmod a+rx ${PREFIX}/share/doc/erwin X @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/erwin X.endif X X.include END-of-erwin/Makefile echo c - erwin/files mkdir -p erwin/files > /dev/null 2>&1 echo x - erwin/files/md5 sed 's/^X//' >erwin/files/md5 << 'END-of-erwin/files/md5' XMD5 (erwin-0.3.1.tar.gz) = 73ea4a702ecdac15551019cd7653b289 END-of-erwin/files/md5 echo c - erwin/patches mkdir -p erwin/patches > /dev/null 2>&1 echo x - erwin/patches/patch-aa sed 's/^X//' >erwin/patches/patch-aa << 'END-of-erwin/patches/patch-aa' X--- Makefile.orig Sat Jul 31 17:03:44 1999 X+++ Makefile Sat Jul 31 17:04:37 1999 X@@ -2,7 +2,7 @@ X bindir = $(prefix)/bin X X NAME = erwin-0.3.1 X-CC = gcc X+CC ?= gcc X PROG = erwin X OBJS = erwin.o erwinmenu.o erwinfunctions.o erwintoolbar.o \ X erwinnotebook.o erwindialogs.o erwintags.o gtkmessage.o X@@ -28,10 +28,10 @@ X rm -f $(PROG) $(OBJS) *.?~ core license.h X X $(PROG): $(OBJS) X- $(CC) $(LDFLAGS) $(shell gtk-config --libs) -o $@ $(OBJS) X+ $(CC) $(LDFLAGS) $(shell gtk12-config --libs) -o $@ $(OBJS) X X %.o: %.c X- $(CC) $(CFLAGS) $(shell gtk-config --cflags) -o $@ -c $< X+ $(CC) $(CFLAGS) $(shell gtk12-config --cflags) -o $@ -c $< X X tar: clean X cd ..; ln -s erwin $(NAME);tar cf - $(NAME)/* > $(NAME).tar;rm $(NAME);gzip -f $(NAME).tar END-of-erwin/patches/patch-aa echo c - erwin/pkg mkdir -p erwin/pkg > /dev/null 2>&1 echo x - erwin/pkg/COMMENT sed 's/^X//' >erwin/pkg/COMMENT << 'END-of-erwin/pkg/COMMENT' Xerwin is a simple (right now) html editor based on GTK+ END-of-erwin/pkg/COMMENT echo x - erwin/pkg/PLIST sed 's/^X//' >erwin/pkg/PLIST << 'END-of-erwin/pkg/PLIST' Xbin/erwin Xshare/doc/erwin/README X@dirrm share/doc/erwin END-of-erwin/pkg/PLIST echo x - erwin/pkg/DESCR sed 's/^X//' >erwin/pkg/DESCR << 'END-of-erwin/pkg/DESCR' Xerwin is a simple (right now) html editor based on GTK+. The current Xversion of erwin allows for editing of more than one file at a time, Xand also is capable of some simple syntax highlighting. X XWWW: http://www-stud.fht-esslingen.de/erwin/ X X- Jim END-of-erwin/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 Jul 31 1:54: 5 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 EF95714E8B for ; Sat, 31 Jul 1999 01:53:57 -0700 (PDT) (envelope-from asami@sunrise.cs.berkeley.edu) Received: from bubble.didi.com (sji-ca3-136.ix.netcom.com [209.109.233.136]) by vader.cs.berkeley.edu (8.9.3/8.6.9) with ESMTP id BAA52165; Sat, 31 Jul 1999 01:52:52 -0700 (PDT) Received: (from asami@localhost) by bubble.didi.com (8.9.3/8.8.8) id XAA05129; Fri, 30 Jul 1999 23:05:14 -0700 (PDT) (envelope-from asami) Date: Fri, 30 Jul 1999 23:05:14 -0700 (PDT) Message-Id: <199907310605.XAA05129@bubble.didi.com> To: jread@semiotek.com Cc: freebsd-ports@FreeBSD.ORG In-reply-to: <19990730032920.A17314@semiotek.com> (message from Justin Wells on Fri, 30 Jul 1999 03:29:20 -0400) Subject: Re: Can I automatically upgrade a large number of ports? From: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Justin Wells * I first posted this to freebsd-questions, but nobody there seemed to * know the answer. Nobody here does, either. Or we would have fixed it already. :) * I just supped my ports collection again, and once again used pkg_version * to extract a list of all the ports that had changed, selected some, and * manually upgraded them by doing a pkg_delete and a make install. * * Boy this is tedious. Yes. This is one of the glaring weaknesses of the FreeBSD Ports Collection. I'm not sure if anybody else (meaning other OS's) really solved this problem though. Does anyone know? * I would like to issue a single command that goes off and grabs the * newest ports, finds out what I have installed that is now obsolete, * and upgrades just those packages. If it can't do every single package * well ok--if it can do the majority that would be great (I know * pkg_version doesn't accurately assess everything, but it gets most * of it right). * * I tried writing a script to do this, based on pkg_version, but it * turned out to be dangerous and difficult: First, I'd like to suggest you stop thinking in terms of pkg_* and bsd.port.mk. There are limitations of the tools themselves as well as fundamental problems. Without deciding what ought to be done in all cases, we can't even start designing the solution. * -- I don't want to pkg_delete until I know that I've got the * new version all compiled and configured; otherwise I might * wipe out something important. pkg_delete complains anyway if * I try to do this Here's dillemma #1 -- you can't really test the new version until it's all installed and (ideally) configured. Most ports currently won't support this, as they will overwrite many files from the old version. One solution to this is to install ports into separate hierarchies (/usr/local/.pkg/${PKGNAME} or some such) and use symlinks to refer to them from the main tree. GNU stow is one way to implement stuff like this, wasn't someone looking at it? * -- If I don't run pkg_delete then I get multiple versions of the * same port installed, one over the other. The package database * gets all messed up, and worse yet, pkg_version stops reporting * useful information about that port (too many versions installed). This is just an artifact of the problem above plus the shortcoming of the current implementation of package tools. I wouldn't worry about it too much if we can solve the first one. * -- It's tricky relating a package name back to a directory in * /usr/ports. Are they guaranteed to be unique? Can I do a * cd /usr/ports/*/rsync and be sure there will never, ever * be a /usr/ports/games/rsync as well as the one I want? No, there are currently many language-specific ports that have the same directory name as the original as someone else pointed out. However, it shouldn't be hard to add this information in the pkg metadata if necessary. * Anyway, it seems like I should be able to do: * * cd /usr/ports * cvsup supfile * make install_upgrades * * and have it all taken care of. Is there a way? Let's work together for it. :) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 31 1:54:39 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 22DB514E8B; Sat, 31 Jul 1999 01:54:37 -0700 (PDT) (envelope-from asami@sunrise.cs.berkeley.edu) Received: from bubble.didi.com (sji-ca3-136.ix.netcom.com [209.109.233.136]) by vader.cs.berkeley.edu (8.9.3/8.6.9) with ESMTP id BAA52168; Sat, 31 Jul 1999 01:52:54 -0700 (PDT) Received: (from asami@localhost) by bubble.didi.com (8.9.3/8.8.8) id WAA05045; Fri, 30 Jul 1999 22:30:48 -0700 (PDT) (envelope-from asami) Date: Fri, 30 Jul 1999 22:30:48 -0700 (PDT) Message-Id: <199907310530.WAA05045@bubble.didi.com> To: vanilla@FreeBSD.ORG Cc: ports@FreeBSD.ORG Subject: sysutils/gnomecontrolcenter From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, This port doesn't seem to have anything to do with system administration. It only "controls" the appearance of your desktop, as far as I can tell. In that case, it should move to x11 alongside gnomecore. What do you think? Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 31 2:20: 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 7F5DD14CF9 for ; Sat, 31 Jul 1999 02:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA07810; Sat, 31 Jul 1999 02:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 31 Jul 1999 02:20:02 -0700 (PDT) Message-Id: <199907310920.CAA07810@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: dirk.meyer@dinoex.sub.org (Dirk Meyer) Subject: Re: ports/12857 ports/www/webalizer update Reply-To: dirk.meyer@dinoex.sub.org (Dirk Meyer) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12857; it has been noted by GNATS. From: dirk.meyer@dinoex.sub.org (Dirk Meyer) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/12857 ports/www/webalizer update Date: Sat, 31 Jul 1999 11:13:49 +0200 best regards Dirk -- Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany -- Tel. +49-5606-6512 --- graphs.c.orig Tue Jun 15 06:33:40 1999 +++ graphs.c Sat Jul 31 10:43:48 1999 @@ -285,7 +285,7 @@ /* save gif image */ if ((out = fopen(fname, "wb")) != NULL) { - gdImageGif(im, out); + gdImagePng(im, out); fclose(out); } /* deallocate memory */ @@ -501,7 +501,7 @@ /* open file for writing */ if ((out = fopen(fname, "wb")) != NULL) { - gdImageGif(im, out); + gdImagePng(im, out); fclose(out); } /* deallocate memory */ @@ -614,7 +614,7 @@ /* save as gif file */ if ( (out = fopen(fname, "wb")) != NULL) { - gdImageGif(im, out); + gdImagePng(im, out); fclose(out); } /* deallocate memory */ @@ -700,7 +700,7 @@ /* save gif image */ if ((out = fopen(fname, "wb")) != NULL) { - gdImageGif(im, out); + gdImagePng(im, out); fclose(out); } /* deallocate memory */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 31 2:31: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 2AB8C14CF9 for ; Sat, 31 Jul 1999 02:31:41 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA08101; Sat, 31 Jul 1999 02:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 31 Jul 1999 02:30:02 -0700 (PDT) Message-Id: <199907310930.CAA08101@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: dirk.meyer@dinoex.sub.org (Dirk Meyer) Subject: Re: ports/12892: ports/graphics/gd break ports Reply-To: dirk.meyer@dinoex.sub.org (Dirk Meyer) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12892; it has been noted by GNATS. From: dirk.meyer@dinoex.sub.org (Dirk Meyer) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/12892: ports/graphics/gd break ports Date: Sat, 31 Jul 1999 11:13:49 +0200 > > install gd-1-6.2 > > and try to build any ports using gd > > Though I am the one who updated this, it seems to be broken. a minor change in the distribution: diff gd/Makefile gd-1.6.2/Makefile --- gd/Makefile Sun Jul 25 01:56:41 1999 +++ gd-1.6.2/Makefile Fri Jul 30 23:08:49 1999 @@ -17,6 +17,7 @@ FETCH_BEFORE_ARGS= -b GNU_CONFIGURE= yes +CONFIGURE_ARGS+=--libdir=${PREFIX}/lib pre-install: ${MKDIR} ${PREFIX}/include/gd diff gd/files/md5 gd-1.6.2/files/md5 --- gd/files/md5 Sun Jul 25 01:56:43 1999 +++ gd-1.6.2/files/md5 Fri Jul 30 23:03:43 1999 @@ -1 +1 @@ -MD5 (gd-1.6.2.tar.gz) = 672bf9bbdfb6d94cf506db2dac2b6fc4 +MD5 (gd-1.6.2.tar.gz) = 4c4e248ea99d1ad7b8578f6bce6c5aa9 > GD is depended on by a lot of ports for GIF processing, however > it is not the project's responsibility to fix other software to > use the new GD. These other ports are going to have to choose > their own new direction. kay, I found the alternative function, so i start patching my ports. 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 Sat Jul 31 3:40: 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 27D0714DB6 for ; Sat, 31 Jul 1999 03:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA10377; Sat, 31 Jul 1999 03:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from nohow.demon.co.uk (host62-172-62-195.btinternet.com [62.172.62.195]) by hub.freebsd.org (Postfix) with ESMTP id B40BA14D41 for ; Sat, 31 Jul 1999 03:39:24 -0700 (PDT) (envelope-from jose@nohow.demon.co.uk) Received: (from jose@localhost) by nohow.demon.co.uk (8.9.3/8.9.3) id LAA18189; Sat, 31 Jul 1999 11:19:10 +0100 (BST) (envelope-from jose) Message-Id: <199907311019.LAA18189@nohow.demon.co.uk> Date: Sat, 31 Jul 1999 11:19:10 +0100 (BST) From: Jose Marques Reply-To: jose@nobody.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: 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 >Number: 12897 >Category: ports >Synopsis: java/jdk-docs port does not set user:group of docs >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jul 31 03:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jose Marques >Release: FreeBSD 3.2-STABLE i386 >Organization: None >Environment: >Description: The java/jdk-docs port does not set the user and group of the docs files it installs. It leaves then as uid 10 gid 143. >How-To-Repeat: Install the java/jdk-docs port. >Fix: cd /usr/local/jdk1.1.8 chown -R root:wheel docs >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 Jul 31 5:12: 4 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 3577514E90 for ; Sat, 31 Jul 1999 05:12:01 -0700 (PDT) (envelope-from van.woerkom@netcologne.de) Received: from oranje.my.domain (dial3-170.netcologne.de [195.14.250.170]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id OAA18095; Sat, 31 Jul 1999 14:11:48 +0200 (MET DST) Received: (from marc@localhost) by oranje.my.domain (8.9.3/8.9.3) id OAA07547; Sat, 31 Jul 1999 14:09:56 +0200 (CEST) (envelope-from van.woerkom@netcologne.de) Date: Sat, 31 Jul 1999 14:09:56 +0200 (CEST) Message-Id: <199907311209.OAA07547@oranje.my.domain> X-Authentication-Warning: oranje.my.domain: marc set sender to van.woerkom@netcologne.de using -f From: Marc van Woerkom To: sce04020@mail.wvnet.edu Cc: ports@FreeBSD.ORG In-reply-to: <37A281C2.263D5075@mail.wvnet.edu> (message from Kenneth Legg on Sat, 31 Jul 1999 00:55:30 -0400) Subject: Re: rpm-2.5.5 Reply-To: van.woerkom@netcologne.de References: <37A281C2.263D5075@mail.wvnet.edu> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > What is the procedure to installing rpm-2.2.5? cd /usr/ports/misc/rpm; make install clean Regards, Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 31 8:35: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 DDBCE14D2E; Sat, 31 Jul 1999 08:35:31 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA68189; Sat, 31 Jul 1999 08:34:58 -0700 (PDT) (envelope-from billf@FreeBSD.org) Date: Sat, 31 Jul 1999 08:34:58 -0700 (PDT) From: Message-Id: <199907311534.IAA68189@freefall.freebsd.org> To: billf@FreeBSD.org, freebsd-ports@FreeBSD.org, billf@FreeBSD.org Subject: Re: ports/12892: ports/graphics/gd break ports Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ports/graphics/gd break ports Responsible-Changed-From-To: freebsd-ports->billf Responsible-Changed-By: billf Responsible-Changed-When: Sat Jul 31 08:34:33 PDT 1999 Responsible-Changed-Why: I suppose I can fix this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 31 8:35: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 CED1314F09; Sat, 31 Jul 1999 08:35:50 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA68320; Sat, 31 Jul 1999 08:35:29 -0700 (PDT) (envelope-from billf@FreeBSD.org) Date: Sat, 31 Jul 1999 08:35:29 -0700 (PDT) From: Message-Id: <199907311535.IAA68320@freefall.freebsd.org> To: billf@FreeBSD.org, freebsd-ports@FreeBSD.org, billf@FreeBSD.org Subject: Re: ports/12857: ports/www/webalizer update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ports/www/webalizer update Responsible-Changed-From-To: freebsd-ports->billf Responsible-Changed-By: billf Responsible-Changed-When: Sat Jul 31 08:35:07 PDT 1999 Responsible-Changed-Why: I'll fix this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 31 8:45:32 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.3angels.com (www1.3angels.com [207.126.100.16]) by hub.freebsd.org (Postfix) with SMTP id D2C2714D3A; Sat, 31 Jul 1999 08:45:25 -0700 (PDT) (envelope-from junho55@hotmail.com) Received: from thezeron [210.91.108.38] by mail.3angels.com (SMTPD32-4.03) id A718236E0426; Fri, 30 Jul 1999 18:53:28 PST8PDT To: junho55@hotmail.com From: junho55@hotmail.com Subject: Á˼ÛÇÕ´Ï´Ù.½Ãµð¸®½ºÆ®ÀÔ´Ï´Ù.redme¸ÕÀúº¸½Ê½Ã¿ä MIME-Version: 1.0 Content-Type: multipart/mixed; boundary=qahnfcafbcjgrqjh Date: Sun, 1 Aug 99 00:45:21 PST8PDT Message-Id: <19990731154525.D2C2714D3A@hub.freebsd.org> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --qahnfcafbcjgrqjh Content-Type: text/plain; charset=iso-2022-kr Content-Transfer-Encoding: 8bit ¾È³çÇϼ¼¿ä ¾ÈÁØÈ£ ÀԴϴ٠Ȥ½Ã ¿øÄ¡¾ÊÀ¸½Ã¸é »èÁ¦ÇØÁÖ½Ã°í ¸ÞÀÏÀ» ÁÖ½Ê½Ã¿ä ´Ù½Ã´Â ¸ÞÀÏÀ» ¾È º¸³»°Ú½À´Ï´Ù. Á˼ÛÇÕ´Ï´Ù. °ü½ÉÀÖÀ¸½Ã¸é °è¼Ó º¸½Ã±â ¹Ù¶ø´Ï´Ù. ÁÖ¹®¹× ¹®ÀÇ»çÇ×Àº ÀüÈ­·Î ¹Þ½À´Ï´Ù. ÀúÀÇ À̸ÞÀÏÁÖ¼Ò´Â junho55@hotmail.com ÷ºÎÈ­ÀÏ list.zipǪ½Ã°í redmeÈ­ÀÏÀ» ¸ÕÀú º¸½Ê½Ã¿ä. ¢Â Á¦°¡º¸³»µå¸° È­ÀÏÀº »õ·ÒÆíÁý±â¿¡¼­ º¸½Ê½Ã¿ä. Ȥ½Ã ÁÙÀÌƲ¸®¸é µµ±¸-¿É¼Ç-±âŸ¿¡¼­ ¹®´ÜÆøÁöÁ¤À» 95·ÎÁöÁ¤ÇÏ½Ã°í º¸½Ã¸é È®½ÇÈ÷ º¸½Ç¼ö ÀÖ½À´Ï´Ù. ¢Â ÀÏ¿äÀÏ °ú °øÈÞÀÏ¿¡´Â ÁÖ¹®À» ¹ÞÁö¾Ê½À´Ï´Ù. ÁÖ¹®½Ã°£ ¿ÀÀü 09:30 ½Ã ºÎÅÍ ¿ÀÈÄ 10:00 ±îÁöÀԴϴ٠Ȥ½Ã ¿¬¶ôÀÌ ¾ÈµÇ¸é ¹®ÀÚ·Î ³²°ÜÁֽʽÿä. È®ÀÎÈÄ ¿¬¶ôµå¸®°Ú½À´Ï´Ù. ¢Â ½ÃµðÀÇ °áÇÔÀ¸·Î ÀÎÇÑ °Ç ±³È¯ÇØ µå¸³´Ï´Ù. 100% ½Ãµð¿¡ ÀÌ»óÀÌ ÀÖ´Ù°í »ý°¢µÇ¸é ÀÏ´Ü ´Ù¸¥ ÄÄÇ»ÅÍ¿¡¼­ ½ÇÇà ÇØ º¸½Ê½Ã¿ä. 2~3´ëÀÇ ÄÄ¿¡¼­µµ °°Àº Áõ»óÀ¸·Î ¾ÈµÉ¶§´Â ±³È¯ÇØ µå¸³´Ï´Ù. ¢Â ¿ìÆí¿ä±ÝÀº? Àå¼ö¿¡ °ü°è¾øÀÌ 2,000¿ø ÀÔ´Ï´Ù. ¿î¼Ûºñ°¡ Æ÷ÇÔµÇÁö ¾ÊÀ¸¸é ¹ß¼Û ¾ÈÇص帳´Ï´Ù !!! ¢Â °ø½Ãµð´Â ÀνķüÀÌ °¡Àå ¶Ù¾î³­°ñµå ½Ãµð¸¸ »ç¿ëÇÕ´Ï´Ù. ¢Â Á÷°Å·¡¿Í ¼ºÀοëÀº Àý´ë·Î ¾ÈÇÕ´Ï´Ù.(¹°¾îº¸Áöµµ ¸¶½Ê½Ã¿ä) ¢Â ±¸ÀÔ ¹æ¹ý 1. ÀÔ±ÝÀÚ À̸§ 2. ¹ÞÀ¸½Ç ºÐ À̸§ 3. ÁÖ¼Ò (¿ìÆí¹øÈ£) 4. ¿¬¶ôó(ÀüÈ­¹øÈ£) ÁÖ¼ÒºÒ¸í½Ã Á¦°Ô ¹Ý¼ÛÀÌ ¾ÈµÇ°Åµç¿ä. 5. ¿øÇÏ´Â ½Ãµð¸ñ·Ï°ú¹øÈ£ À§ÀÇ ¾ç½ÄÀ¸·Î ÀÔ±ÝÀü¿¡ ÀüÈ­ÁÖ¼¼¿ä. ¼öÃëÀκҸíÀ̳ª ÁÖ¼ÒºÒ¸íÀ¸·Î ¹ÞÁö ¸øÇÏ½Ã´Â°Ç Ã¥ÀÓÁú ¼ö ¾ø½À´Ï´Ù. ¡Ú ºü¸¥µî±â À̹ǷΠ¼öÃëÀÎÀÌ ²À °è¼Å¾ß ÇÕ´Ï´Ù. ¢Â ÀÓ±ÝÇϽðí ÀüÈ­ÁÖ½Ã¸é ´õ¿í´õ È®½ÇÇÏ°í ºü¸£°Ô ¹ß¼ÛµË´Ï´Ù. ¢Â ¹ß¼ÛÀº ÀÓ±ÝÇϽŠ´ÙÀ½³¯ ¹ß¼ÛµË´Ï´Ù. º¸Åë ¹ß¼Û ÈÄ ÇÏ·ç¿¡¼­ ÀÌƲÁ¤µµ¸é ¹Þ¾Æ º¸½Ç¼ö ÀÖ½À´Ï´Ù. Ȥ 4~5ÀÏ Áö³ªµµ µµÂøÀÌ ¾ÈµÇ¸é ÀüÈ­ Áֽʽÿä --qahnfcafbcjgrqjh Content-Type: application/octet-stream; name="LIST.zip" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="LIST.zip" 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 --qahnfcafbcjgrqjh-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 31 8:49:51 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 098D614D2E; Sat, 31 Jul 1999 08:49:48 -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 KAA12881; Sat, 31 Jul 1999 10:48:18 -0500 (CDT) Date: Sat, 31 Jul 1999 10:48:17 -0500 (CDT) From: Steve Price To: billf@FreeBSD.ORG Cc: freebsd-ports@FreeBSD.ORG Subject: More gd port brokenness (was Re: ports/12892: ports/graphics/gd ...) In-Reply-To: <199907311534.IAA68189@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org You might also want to look into fixing ports/12889 too. Attached is a patch that cleans things up. -steve Index: Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/gd/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 1999/07/24 23:56:41 1.7 +++ Makefile 1999/07/31 13:40:27 @@ -16,7 +16,9 @@ LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png FETCH_BEFORE_ARGS= -b -GNU_CONFIGURE= yes +USE_LIBTOOL= yes +CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" +CONFIGURE_ARGS+= --includedir=${PREFIX}/include/gd pre-install: ${MKDIR} ${PREFIX}/include/gd Index: pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/graphics/gd/pkg/PLIST,v retrieving revision 1.4 diff -u -r1.4 PLIST --- PLIST 1999/07/24 23:56:46 1.4 +++ PLIST 1999/07/31 13:40:12 @@ -13,8 +13,8 @@ include/gd/gdfonts.h include/gd/gdfontt.h lib/libgd.a -lib/libgd.la -share/examples/gd/demoin.gif -share/examples/gd/index.html +lib/libgd.so +lib/libgd.so.0 +@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B +@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R @dirrm include/gd -@dirrm share/examples/gd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 31 9:10: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 B144814CD3 for ; Sat, 31 Jul 1999 09:10:53 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA70184; Sat, 31 Jul 1999 09:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 31 Jul 1999 09:10:01 -0700 (PDT) Message-Id: <199907311610.JAA70184@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Steve Price Subject: Re: ports/12786: grap port update Reply-To: Steve Price Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12786; it has been noted by GNATS. From: Steve Price To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/12786: grap port update Date: Sat, 31 Jul 1999 11:02:58 -0500 (CDT) Ted, Can you resend the attachment? Either GNATS ate it or someone forgot to attach it. :) Thanks. -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 31 10:31:37 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 E187014CF0 for ; Sat, 31 Jul 1999 10:31:35 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (iras-4-27.ucdavis.edu [169.237.17.155]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id KAA36651; Sat, 31 Jul 1999 10:30:50 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id KAA89319; Sat, 31 Jul 1999 10:30:47 -0700 (PDT) (envelope-from obrien) Date: Sat, 31 Jul 1999 10:30:45 -0700 From: "David O'Brien" To: Archie Cobbs Cc: freebsd-ports@FreeBSD.ORG Subject: Re: skip port Message-ID: <19990731103045.A89293@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG References: <199907310159.SAA31040@bubba.whistle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <199907310159.SAA31040@bubba.whistle.com>; from Archie Cobbs on Fri, Jul 30, 1999 at 06:59:07PM -0700 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 > So as it stands now, it is broken for -current. However, it will > work for 3.2 *but* you of course must get the right version of the port. > Or you can get the head version and uncomment the BROKEN= line. Sounds like the ``BROKEN='' needs to be wrapped by ${OSVERSION}. -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 31 12:13:51 1999 Delivered-To: freebsd-ports@freebsd.org Received: from bubba.whistle.com (bubba.whistle.com [207.76.205.7]) by hub.freebsd.org (Postfix) with ESMTP id D4A9F14D8A; Sat, 31 Jul 1999 12:13:49 -0700 (PDT) (envelope-from archie@whistle.com) Received: (from archie@localhost) by bubba.whistle.com (8.9.2/8.9.2) id MAA64004; Sat, 31 Jul 1999 12:11:27 -0700 (PDT) From: Archie Cobbs Message-Id: <199907311911.MAA64004@bubba.whistle.com> Subject: Re: skip port In-Reply-To: <19990731103045.A89293@dragon.nuxi.com> from "David O'Brien" at "Jul 31, 1999 10:30:45 am" To: obrien@FreeBSD.ORG Date: Sat, 31 Jul 1999 12:11:27 -0700 (PDT) Cc: freebsd-ports@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (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 David O'Brien writes: > > So as it stands now, it is broken for -current. However, it will > > work for 3.2 *but* you of course must get the right version of the port. > > Or you can get the head version and uncomment the BROKEN= line. > > Sounds like the ``BROKEN='' needs to be wrapped by ${OSVERSION}. Been there, done that, doesn't work. You don't get OSVERSION until you include , but by then BROKEN has already been "used." So it's a chicken-and-egg problem. Moreover, I thought ports were only supposed to be accurate for -current.. ? -Archie ___________________________________________________________________________ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 31 12:38:20 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 B3AD514C97 for ; Sat, 31 Jul 1999 12:38:17 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (iras-4-59.ucdavis.edu [169.237.17.187]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id MAA37094; Sat, 31 Jul 1999 12:36:40 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id MAA17129; Sat, 31 Jul 1999 12:36:39 -0700 (PDT) (envelope-from obrien) Date: Sat, 31 Jul 1999 12:36:38 -0700 From: "David O'Brien" To: Archie Cobbs Cc: freebsd-ports@FreeBSD.ORG Subject: Re: skip port Message-ID: <19990731123638.A16992@dragon.nuxi.com> Reply-To: obrien@NUXI.com References: <19990731103045.A89293@dragon.nuxi.com> <199907311911.MAA64004@bubba.whistle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <199907311911.MAA64004@bubba.whistle.com>; from Archie Cobbs on Sat, Jul 31, 1999 at 12:11:27PM -0700 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 > > Sounds like the ``BROKEN='' needs to be wrapped by ${OSVERSION}. > > Been there, done that, doesn't work. .include .if ${OSVERSION} >= 4 BROKEN='dev_t issues' .endif . . .include > Moreover, I thought ports were only supposed to be accurate for -current.. ? Not in the least. I am not sure why people think this. Ports are most importantly buildable and working for -STABLE, since that will become the release and we want good packages on the CDROM. Ports stopped tracking -CURRENT to tracking -STABLE in 1997. Since Satoshi now has a build farm, and uses a chrooted build environment, ports track both (more or less). -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 31 12:50:20 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 163D414C57 for ; Sat, 31 Jul 1999 12:50:07 -0700 (PDT) (envelope-from vanderh@ecf.toronto.edu) Received: from localhost.nowhere (ppp18406.on.bellglobal.com [206.172.130.86]) by smtp13.bellglobal.com (8.8.5/8.8.5) with ESMTP id PAA08658; Sat, 31 Jul 1999 15:49:17 -0400 (EDT) Received: (from tim@localhost) by localhost.nowhere (8.9.3/8.9.1) id PAA00703; Sat, 31 Jul 1999 15:48:00 -0400 (EDT) (envelope-from tim) Date: Sat, 31 Jul 1999 15:47:59 -0400 From: Tim Vanderhoek To: "David O'Brien" Cc: Archie Cobbs , freebsd-ports@FreeBSD.ORG Subject: Re: skip port Message-ID: <19990731154759.A683@mad> References: <19990731103045.A89293@dragon.nuxi.com> <199907311911.MAA64004@bubba.whistle.com> <19990731123638.A16992@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <19990731123638.A16992@dragon.nuxi.com>; from David O'Brien on Sat, Jul 31, 1999 at 12:36:38PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, Jul 31, 1999 at 12:36:38PM -0700, David O'Brien wrote: > > Not in the least. I am not sure why people think this. Ports are most > importantly buildable and working for -STABLE, since that will become the > release and we want good packages on the CDROM. They should also try to work on the last -release, since that's more or less supported by the upgrade kits and a large hunk of documentation that says it works (whether these docs are correct or not...). -- 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 Sat Jul 31 13:11: 0 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dialup124.zpr.uni-koeln.de (dialup124.zpr.Uni-Koeln.DE [134.95.219.124]) by hub.freebsd.org (Postfix) with ESMTP id DA5BF14CB1; Sat, 31 Jul 1999 13:10:40 -0700 (PDT) (envelope-from se@zpr.uni-koeln.de) Received: by dialup124.zpr.uni-koeln.de (Postfix, from userid 200) id 4E12BD26; Sat, 31 Jul 1999 15:24:10 +0200 (CEST) Date: Sat, 31 Jul 1999 15:24:10 +0200 From: Stefan Esser To: Satoshi Asami Cc: nacai@iname.com, imura@cs.titech.ac.jp, ports@freebsd.org, Stefan Esser Subject: Re: how to start gnome/kde Message-ID: <19990731152410.A594@dialup124.zpr.uni-koeln.de> Reply-To: se@freebsd.org References: <199907292233.PAA94695@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <199907292233.PAA94695@silvia.hip.berkeley.edu>; from Satoshi Asami on Thu, Jul 29, 1999 at 03:33:58PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 1999-07-29 15:33 -0700, Satoshi Asami wrote: > I decided to try gnome/kde and had a hell of a time trying to figure > out how to start them. Their homepages (www.kde.org, www.gnome.org) > have users' guides but they basically assume that you've got an > installation that starts them up by default. Hmmm, there are several ways to start them. In the case of KDE, you can have the KDE Login Manager (KDM) accept the user ID and password, or you can have a traditional XDM and put startkde into your .xsession file. And finally, you can have a text login and manually invoke X11 and KDE (though I doubt many people start KDE that way). > Do you mind if I add something like "Use {kde,gnome-session} to start" > in their respective pkg/DESCRs? No, sure, go for it. Let me know if I can help. For KDE, the default method is to have ${PREFIX}/bin/startkde take care of starting all the daemons in the correct order and with a little irelative delay. The latter has been claimed to be of advantage under Linux, but I honestly don't think this is really true under FreeBSD, at least on the systems I tried it on. I think we should refer the user to optionally start kdm from the local rc.d directory. (With xdm disabled, of course.) We should use startkde for the session, but I may add a patch to the port, which minimizes startup time on my (average, I assume ;-) system. Regards, STefan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 31 14:40: 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 0C1ED14CEE for ; Sat, 31 Jul 1999 14:40:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA86526; Sat, 31 Jul 1999 14:40:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from wcug.wwu.edu (sloth.wcug.wwu.edu [140.160.164.200]) by hub.freebsd.org (Postfix) with SMTP id 6235B14BD5 for ; Sat, 31 Jul 1999 14:38:30 -0700 (PDT) (envelope-from wcarrel@wcug.wwu.edu) Received: (qmail 10325 invoked by uid 1131); 31 Jul 1999 21:35:27 -0000 Message-Id: Date: Sat, 31 Jul 1999 14:35:27 -0700 (PDT) From: William Carrel To: FreeBSD-gnats-submit@freebsd.org Subject: ports/12899: New port: wmnet-new Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12899 >Category: ports >Synopsis: New port: wmnet-new >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jul 31 14:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: William Carrel >Release: FreeBSD 3.2-STABLE i386 >Organization: Carrel.org >Environment: FreeBSD-3.2-STABLE i386 >Description: A new port of wmnet, a windowmaker dockapp for monitoring traffic flow, based on the linux distribution. The wmnet currently in ports is actually a port of wmifs, a different program entirely. wmnet-new allows more customizability in the color of the indicators as well as numerous other fields. A patch file that is included brings this program up to date to run on FreeBSD 3.x. A shar archive of the port subdirectory follows. >How-To-Repeat: N/A >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: # # wmnet-new # wmnet-new/Makefile # wmnet-new/patches # wmnet-new/patches/patch-aa # wmnet-new/files # wmnet-new/files/md5 # wmnet-new/pkg # wmnet-new/pkg/COMMENT # wmnet-new/pkg/DESCR # wmnet-new/pkg/PLIST # echo c - wmnet-new mkdir -p wmnet-new > /dev/null 2>&1 echo x - wmnet-new/Makefile sed 's/^X//' >wmnet-new/Makefile << 'END-of-wmnet-new/Makefile' X# New ports collection Makefile for: wmnet-new X# Version required: 1.05 X# Date created: 30 July 1999 X# Whom: William Carrel X# X# $Id$ X# X XDISTNAME= wmnet-1.05 XPKGNAME= wmnet-new-1.05 XCATEGORIES= net XMASTER_SITES= ftp://isufug.ee.iastate.edu/pub/wmnet/ X XMAINTAINER= wcarrel@wcug.wwu.edu X XUSE_IMAKE= yes X XMAN1= wmnet.1 X X.include END-of-wmnet-new/Makefile echo c - wmnet-new/patches mkdir -p wmnet-new/patches > /dev/null 2>&1 echo x - wmnet-new/patches/patch-aa sed 's/^X//' >wmnet-new/patches/patch-aa << 'END-of-wmnet-new/patches/patch-aa' X--- drivers.c.orig Fri Oct 9 12:06:02 1998 X+++ drivers.c Fri Jul 30 21:29:49 1999 X@@ -7,6 +7,9 @@ X * No warranties, whatever.... you know the usuals.... this is free X * software. if you use it, great... if you wanna make a change to it, X * great, but please send me the diff. X+ * X+ * Modified for FreeBSD 3.0 by William Carrel X+ * X */ X X #include X@@ -24,6 +27,14 @@ X /* For FreeBSD */ X #ifdef USE_KVM X #include X+#include /* to get the version macro */ X+/* FreeBSD 3.0 changed the location of somethings. */ X+#if (__FreeBSD_version >= 300000) X+#include X+#include X+#include X+#endif /* FreeBSD 3.0 changes */ X+ X #include X #include X X@@ -483,7 +494,11 @@ X flag = (ACCOUNT_IN_FOUND|ACCOUNT_OUT_FOUND); X X } else { X+#if (__FreeBSD_version >= 300000) X+ ifnet_addr = (unsigned long)TAILQ_NEXT(ifnet, if_link); X+#else X ifnet_addr = (unsigned long)ifnet->if_next; X+#endif X } X } X END-of-wmnet-new/patches/patch-aa echo c - wmnet-new/files mkdir -p wmnet-new/files > /dev/null 2>&1 echo x - wmnet-new/files/md5 sed 's/^X//' >wmnet-new/files/md5 << 'END-of-wmnet-new/files/md5' XMD5 (wmnet-1.05.tar.gz) = 3c7d8c030223ab406c407a8243b29815 XMD5 (wmnet-105-patch.gz) = 14b11e97223f7929b978cc245db8e8ef END-of-wmnet-new/files/md5 echo c - wmnet-new/pkg mkdir -p wmnet-new/pkg > /dev/null 2>&1 echo x - wmnet-new/pkg/COMMENT sed 's/^X//' >wmnet-new/pkg/COMMENT << 'END-of-wmnet-new/pkg/COMMENT' XA WindowMaker dockapp that shows traffic on interfaces END-of-wmnet-new/pkg/COMMENT echo x - wmnet-new/pkg/DESCR sed 's/^X//' >wmnet-new/pkg/DESCR << 'END-of-wmnet-new/pkg/DESCR' XThis is a port of wmnet. It shows traffic on a specified interface in the XWindowMaker dock. It concetrates on scrolling quicker and showing current rate Xinformation as opposed to other tools which tend to show the traffic from 3 Xminutes ago. X XWWW: http://isufug.ee.iastate.edu/~joff/wmnet.html X X- William Carrel Xwcarrel@wcug.wwu.edu END-of-wmnet-new/pkg/DESCR echo x - wmnet-new/pkg/PLIST sed 's/^X//' >wmnet-new/pkg/PLIST << 'END-of-wmnet-new/pkg/PLIST' Xbin/wmnet END-of-wmnet-new/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 Sat Jul 31 14:51:52 1999 Delivered-To: freebsd-ports@freebsd.org Received: from bubba.whistle.com (bubba.whistle.com [207.76.205.7]) by hub.freebsd.org (Postfix) with ESMTP id 8F116150C1 for ; Sat, 31 Jul 1999 14:51:48 -0700 (PDT) (envelope-from archie@whistle.com) Received: (from archie@localhost) by bubba.whistle.com (8.9.2/8.9.2) id OAA64378; Sat, 31 Jul 1999 14:49:42 -0700 (PDT) From: Archie Cobbs Message-Id: <199907312149.OAA64378@bubba.whistle.com> Subject: Re: skip port In-Reply-To: <19990731123638.A16992@dragon.nuxi.com> from "David O'Brien" at "Jul 31, 1999 12:36:38 pm" To: obrien@NUXI.com Date: Sat, 31 Jul 1999 14:49:42 -0700 (PDT) Cc: freebsd-ports@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (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 David O'Brien writes: > > > Sounds like the ``BROKEN='' needs to be wrapped by ${OSVERSION}. > > > > Been there, done that, doesn't work. > > .include > .if ${OSVERSION} >= 4 > BROKEN='dev_t issues' > .endif > . > . > .include Thanks, that works! > > Moreover, I thought ports were only supposed to be accurate for -current.. ? > > Not in the least. I am not sure why people think this. Ports are most > importantly buildable and working for -STABLE, since that will become the > release and we want good packages on the CDROM. Except SKIP of course, which is not exportable :-) Thanks for the clarification. -Archie ___________________________________________________________________________ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 31 16:31: 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 CFE6E14F4C for ; Sat, 31 Jul 1999 16:30:50 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA91045; Sat, 31 Jul 1999 16:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id CE87A14E2B; Sat, 31 Jul 1999 16:20:39 -0700 (PDT) Message-Id: <19990731232039.CE87A14E2B@hub.freebsd.org> Date: Sat, 31 Jul 1999 16:20:39 -0700 (PDT) From: davec@unforgettable.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/12900: New port: Code Crusader with Code Medic Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12900 >Category: ports >Synopsis: New port: Code Crusader with 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: Sat Jul 31 16:30: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. Excellent, feature rich, and MATURE IDE that is constantly being updated and worked on by the author, John Lindal. >How-To-Repeat: A shar of the port is included 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 X XMAINTAINER= davec@unforgettable.com X 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/ \ X ftp://ftp.cs.itu.edu.tr/pub/linux/x11/jx/ X 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 XLIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm X XWRKSRC= ${WRKDIR}/JX-1.5.2 X XMAN1= ctags.1 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) = 2c36b619e748f6d78088ec173b1a923c 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, inspired by MetroWerks CodeWarrior. XExcellent, feature rich, and MATURE IDE that is constantly being updated and worked on by the Xauthor, John Lindal. X XSome of the features include: X Project window automatically builds Makefile. X Works with any compiler. X Allows you to harness the full power of make. X Integrates with Code Medic to provide rapid, efficient develop-debug cycle. X Integrated support for make X Parses error messages from: X Absoft FORTRAN, bison, cc, CC, flex, gcc, c++, g77, KAI C++(kcc), make X Hypertext-like interface to UNIX man pages X Graphical display of C++ inheritance hierarchy X Fast text editor X Option to use other text editor if you don't like the built-in one. X Multiple Document Interface X All configuration done via dialog windows instead of config files X Configurable button toolbars. X Hypertext on-line help X Support for scrolling via wheel mice. X API's for extending Code Crusader X XMuch more planned. 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/ctags 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--- programs/code_crusader/Make.header.orig Mon Jul 26 14:10:20 1999 X+++ programs/code_crusader/Make.header Mon Jul 26 14:12:53 1999 X@@ -102,7 +102,7 @@ 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+ @cp ctags/ctags.1 /usr/local/man/man1/ X endif X endif X X@@ -110,7 +110,7 @@ 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+ @${RM} /usr/local/man/man1/ctags.1 X endif X 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--- 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-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 Sat Jul 31 16:50: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 6F0CE14D13 for ; Sat, 31 Jul 1999 16:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA91946; Sat, 31 Jul 1999 16:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 0BF5014E25; Sat, 31 Jul 1999 16:40:22 -0700 (PDT) Message-Id: <19990731234022.0BF5014E25@hub.freebsd.org> Date: Sat, 31 Jul 1999 16:40:22 -0700 (PDT) From: Davec@unforgettable.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/12901: New Port (slightly revised): Code Crusader and Code Medic Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12901 >Category: ports >Synopsis: New Port (slightly revised): 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: Sat Jul 31 16:50: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. Excellent, feature rich, and MATURE IDE that is constantly being updated and worked on by the author, John Lindal. >How-To-Repeat: Disregard the previous send-pr, slight modification prompted this new send. shar archive 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 X XMAINTAINER= davec@unforgettable.com X 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/ X 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 XLIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm X XWRKSRC= ${WRKDIR}/JX-1.5.2 X XMAN1= ctags.1 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) = 2c36b619e748f6d78088ec173b1a923c 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, inspired by MetroWerks CodeWarrior . XExcellent, feature rich, and MATURE IDE that is constantly being updated and worked on by th e Xauthor, John Lindal. X XSome of the features include: X Project window automatically builds Makefile. X Works with any compiler. X Allows you to harness the full power of make. X Integrates with Code Medic to provide rapid, efficient develop-debug cycle. X Integrated support for make X Parses error messages from: X Absoft FORTRAN, bison, cc, CC, flex, gcc, c++, g77, KAI C++(kcc), make X Hypertext-like interface to UNIX man pages X Graphical display of C++ inheritance hierarchy X Fast text editor X Option to use other text editor if you don't like the built-in one. X Multiple Document Interface X All configuration done via dialog windows instead of config files X Configurable button toolbars. X Hypertext on-line help X Support for scrolling via wheel mice. X API's for extending Code Crusader X XMuch more planned. 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/ctags 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--- programs/code_crusader/Make.header.orig Mon Jul 26 14:10:20 1999 X+++ programs/code_crusader/Make.header Mon Jul 26 14:12:53 1999 X@@ -102,7 +102,7 @@ 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+ @cp ctags/ctags.1 /usr/local/man/man1/ X endif X endif X X@@ -110,7 +110,7 @@ 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+ @${RM} /usr/local/man/man1/ctags.1 X endif X 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--- 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-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 Sat Jul 31 17: 1: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 EC3D114D13 for ; Sat, 31 Jul 1999 17:01:28 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA92264; Sat, 31 Jul 1999 17:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from blues.ghis.net (pppc2-29.eisa.net.au [203.166.251.149]) by hub.freebsd.org (Postfix) with ESMTP id 7D8EA14ED6 for ; Sat, 31 Jul 1999 16:50:16 -0700 (PDT) (envelope-from jim@blues.ghis.net) Received: (from jim@localhost) by blues.ghis.net (8.9.3/8.9.3) id JAA83973; Sun, 1 Aug 1999 09:50:14 +1000 (EST) (envelope-from jim) Message-Id: <199907312350.JAA83973@blues.ghis.net> Date: Sun, 1 Aug 1999 09:50:14 +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/12902: update port: spruce-0.4.8a to 0.4.8c Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12902 >Category: ports >Synopsis: update port: spruce-0.4.8a to 0.4.8c >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 Jul 31 17:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jim Mock >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: Patch updates the spruce port to 0.4.8c. Added USE_X_PREFIX to the Makefile since it's an X app. Also uncommented the original MASTER_SITES because it works now. >How-To-Repeat: >Fix: Apply the following diff.. diff -ruN /usr/ports/mail/spruce/Makefile spruce/Makefile --- /usr/ports/mail/spruce/Makefile Wed Jul 14 18:15:49 1999 +++ spruce/Makefile Sun Aug 1 09:43:14 1999 @@ -1,21 +1,22 @@ # New ports collection makefile for: spruce -# Version required: 0.4.8a +# Version required: 0.4.8c # Date created: 05 June 1999 # Whom: Chris Piazza # # $Id: Makefile,v 1.7 1999/07/14 03:03:20 cpiazza Exp $ # -DISTNAME= spruce-0.4.8a +DISTNAME= spruce-0.4.8c CATEGORIES= mail -#main master site unreachable: MASTER_SITES= http://www.xtorshun.org/spruce/ -MASTER_SITES= http://fundy.linuxberg.com/files/x11/network/ \ +MASTER_SITES= http://www.xtorshun.org/spruce/ \ + http://fundy.linuxberg.com/files/x11/network/ \ ftp://ftp.loxinfo.co.th/pub/unix/mail/ MAINTAINER= cpiazza@FreeBSD.org LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 +USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ENV= GTK_CONFIG=${X11BASE}/bin/gtk12-config USE_GMAKE= yes diff -ruN /usr/ports/mail/spruce/files/md5 spruce/files/md5 --- /usr/ports/mail/spruce/files/md5 Thu Jul 8 15:34:24 1999 +++ spruce/files/md5 Sun Aug 1 09:36:33 1999 @@ -1 +1 @@ -MD5 (spruce-0.4.8a.tar.gz) = 778d9eabf447d5ccb0a9bf9db1c2d9ec +MD5 (spruce-0.4.8c.tar.gz) = 283f28b28d557cfc1bbd501156d628d6 >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 Jul 31 17:30: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 AD55514D3D; Sat, 31 Jul 1999 17:30:45 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA93423; Sat, 31 Jul 1999 17:27:49 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 31 Jul 1999 17:27:49 -0700 (PDT) From: Message-Id: <199908010027.RAA93423@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, cpiazza@FreeBSD.org Subject: Re: ports/12902: update port: spruce-0.4.8a to 0.4.8c Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port: spruce-0.4.8a to 0.4.8c Responsible-Changed-From-To: freebsd-ports->cpiazza Responsible-Changed-By: cpiazza Responsible-Changed-When: Sat Jul 31 17:27:31 PDT 1999 Responsible-Changed-Why: My port To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 31 17: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 A295014D3E; Sat, 31 Jul 1999 17:31:12 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA93551; Sat, 31 Jul 1999 17:28:29 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 31 Jul 1999 17:28:29 -0700 (PDT) From: Message-Id: <199908010028.RAA93551@freefall.freebsd.org> To: davec@unforgettable.com, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12900: New port: Code Crusader with Code Medic Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: Code Crusader with Code Medic State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Jul 31 17:28:07 PDT 1999 State-Changed-Why: Superseded by PR: ports/12901 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 31 17:44: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 BB3FE14E15; Sat, 31 Jul 1999 17:44:19 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA94220; Sat, 31 Jul 1999 17:43:59 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 31 Jul 1999 17:43:59 -0700 (PDT) From: Message-Id: <199908010043.RAA94220@freefall.freebsd.org> To: croyle@gelemna.ft-wayne.in.us, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12886: Update devel/astyle to 1.10.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update devel/astyle to 1.10.4 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Jul 31 17:43:52 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 Jul 31 17:48: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 5C3B814E0E; Sat, 31 Jul 1999 17:48:44 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA94466; Sat, 31 Jul 1999 17:46:46 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 31 Jul 1999 17:46:46 -0700 (PDT) From: Message-Id: <199908010046.RAA94466@freefall.freebsd.org> To: andrews@technologist.com, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12867: update port irc/blackened from v1.6.2 to v1.7.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port irc/blackened from v1.6.2 to v1.7.0 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Jul 31 17:46:37 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 Jul 31 17:54:36 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 72D6714DD5; Sat, 31 Jul 1999 17:54:35 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA94857; Sat, 31 Jul 1999 17:52:21 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 31 Jul 1999 17:52:21 -0700 (PDT) From: Message-Id: <199908010052.RAA94857@freefall.freebsd.org> To: jim@blues.ghis.net, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12798: update port: xchat-1.1.3 to 1.1.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port: xchat-1.1.3 to 1.1.4 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Jul 31 17:51:56 PDT 1999 State-Changed-Why: Superseded by PR: 12893 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 31 17:56: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 E5E3214E7B; Sat, 31 Jul 1999 17:56:14 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA95196; Sat, 31 Jul 1999 17:55:06 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 31 Jul 1999 17:55:06 -0700 (PDT) From: Message-Id: <199908010055.RAA95196@freefall.freebsd.org> To: jim@blues.ghis.net, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12893: update port: xchat-1.1.3 to 1.1.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port: xchat-1.1.3 to 1.1.6 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Jul 31 17:55:00 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 Jul 31 18:14: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 7A89514A13; Sat, 31 Jul 1999 18:14:24 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA96019; Sat, 31 Jul 1999 18:12:51 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 31 Jul 1999 18:12:51 -0700 (PDT) From: Message-Id: <199908010112.SAA96019@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, torstenb@FreeBSD.org Subject: Re: ports/12891: Please update converters/recode to 3.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Please update converters/recode to 3.5 Responsible-Changed-From-To: freebsd-ports->torstenb Responsible-Changed-By: cpiazza Responsible-Changed-When: Sat Jul 31 18:12:38 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 Jul 31 18:40: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 2FE8A14EE4 for ; Sat, 31 Jul 1999 18:40:43 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA97858; Sat, 31 Jul 1999 18:40:01 -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 1B9B314C3F for ; Sat, 31 Jul 1999 18:33:41 -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 CAA04861 for FreeBSD-gnats-submit@freebsd.org; Sun, 1 Aug 1999 02:15:26 +0200 (CEST) Received: (from uucp@localhost) by net2.dinoex.sub.org (8.9.3/8.9.3) with UUCP id XAA17833 for FreeBSD-gnats-submit@freebsd.org; Sat, 31 Jul 1999 23:32:44 +0200 (CEST) Received: (from dm@localhost) by home.dinoex.sub.org (8.9.3/8.9.3) id WAA64662; Sat, 31 Jul 1999 22:45:57 +0200 (CEST) Message-Id: <199907312045.WAA64662@home.dinoex.sub.org> Date: Sat, 31 Jul 1999 22:45:57 +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/12904: new ports/devel/gperf Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12904 >Category: ports >Synopsis: new ports/devel/gperf >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 Jul 31 18:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 3.2-RELEASE i386 >Organization: privat >Environment: building gateways like unix-connect >Description: some programs need a new version of gperf to compile. >How-To-Repeat: >Fix: add this ports to the tree # 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: # # gperf # gperf/Makefile # gperf/files # gperf/files/md5 # gperf/pkg # gperf/pkg/PLIST # gperf/pkg/DESCR # gperf/pkg/COMMENT # echo c - gperf mkdir -p gperf > /dev/null 2>&1 echo x - gperf/Makefile sed 's/^X//' >gperf/Makefile << 'END-of-gperf/Makefile' X# New ports collection makefile for: unix-connect X# Version required: 2.7 X# Date created: 19.04.1999 X# Whom: dirk.meyer@dinoex.sub.org X# X# $Id$ X# X XDISTNAME= gperf-2.7 XCATEGORIES= devel XMASTER_SITES= ftp://ftp.dinoex.sub.de/pub/approved/ \ X ${MASTER_SITE_GNU} X XMAINTAINER= dirk.meyer@dinoex.sub.org X XGNU_CONFIGURE= yes XMAN= gperf.1 X X.include END-of-gperf/Makefile echo c - gperf/files mkdir -p gperf/files > /dev/null 2>&1 echo x - gperf/files/md5 sed 's/^X//' >gperf/files/md5 << 'END-of-gperf/files/md5' XMD5 (gperf-2.7.tar.gz) = f37fb2d0ab56facb1f851ceb208504b9 END-of-gperf/files/md5 echo c - gperf/pkg mkdir -p gperf/pkg > /dev/null 2>&1 echo x - gperf/pkg/PLIST sed 's/^X//' >gperf/pkg/PLIST << 'END-of-gperf/pkg/PLIST' X@cwd /usr/local Xbin/gperf Xinfo/gperf.info Xman/dvi/gperf.dvi Xman/html/gperf.html X@dirrm man/dvi X@dirrm man/html END-of-gperf/pkg/PLIST echo x - gperf/pkg/DESCR sed 's/^X//' >gperf/pkg/DESCR << 'END-of-gperf/pkg/DESCR' XWhile teaching a data structures course at University of California, XIrvine, I developed a program called GPERF that generates perfect hash Xfunctions for sets of key words. A perfect hash function is simply: X X A hash function and a data structure that allows X recognition of a key word in a set of words using X exactly 1 probe into the data structure. X XThe gperf.texinfo file explains how the program works, the form of the Xinput, what options are available, and hints on choosing the best Xoptions for particular key word sets. The texinfo file is readable Xboth via the GNU emacs `info' command, and is also suitable for Xtypesetting with TeX. X XThe enclosed Makefile creates the executable program ``gperf'' and Xalso runs some tests. X XOutput from the GPERF program is used to recognize reserved words in Xthe GNU C, GNU C++, and GNU Pascal compilers, as well as with the GNU Xindent program. X XHappy hacking! X XDouglas C. Schmidt END-of-gperf/pkg/DESCR echo x - gperf/pkg/COMMENT sed 's/^X//' >gperf/pkg/COMMENT << 'END-of-gperf/pkg/COMMENT' Xgenerates perfect hash functions for sets of key words END-of-gperf/pkg/COMMENT 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 Jul 31 18:41: 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 D89C814E7B for ; Sat, 31 Jul 1999 18:40:40 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA97849; Sat, 31 Jul 1999 18:40:01 -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 81F8714A13 for ; Sat, 31 Jul 1999 18:32:52 -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 CAA04862 for FreeBSD-gnats-submit@freebsd.org; Sun, 1 Aug 1999 02:15:27 +0200 (CEST) Received: (from uucp@localhost) by net2.dinoex.sub.org (8.9.3/8.9.3) with UUCP id XAA17832 for FreeBSD-gnats-submit@freebsd.org; Sat, 31 Jul 1999 23:32:43 +0200 (CEST) Received: (from dm@localhost) by home.dinoex.sub.org (8.9.3/8.9.3) id WAA64499; Sat, 31 Jul 1999 22:42:46 +0200 (CEST) Message-Id: <199907312042.WAA64499@home.dinoex.sub.org> Date: Sat, 31 Jul 1999 22:42:46 +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/12903: new ports/database/p5-* Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12903 >Category: ports >Synopsis: new ports/database/p5-* >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 Jul 31 18:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 3.2-RELEASE i386 >Organization: privat >Environment: ports/database/DBI >Description: If someone needs the database interface in perl fort comma seperated values (CSV) you need a few ports >How-To-Repeat: >Fix: add this ports to the tree # 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-DBD-CSV # ./p5-DBD-CSV/files # ./p5-DBD-CSV/files/md5 # ./p5-DBD-CSV/pkg # ./p5-DBD-CSV/pkg/COMMENT # ./p5-DBD-CSV/pkg/DESCR # ./p5-DBD-CSV/pkg/PLIST # ./p5-DBD-CSV/Makefile # ./p5-DBD-CSV/README.html # ./p5-SQL-Statement # ./p5-SQL-Statement/files # ./p5-SQL-Statement/files/md5 # ./p5-SQL-Statement/pkg # ./p5-SQL-Statement/pkg/COMMENT # ./p5-SQL-Statement/pkg/DESCR # ./p5-SQL-Statement/pkg/PLIST # ./p5-SQL-Statement/Makefile # ./p5-Text-CSV_XS # ./p5-Text-CSV_XS/files # ./p5-Text-CSV_XS/files/md5 # ./p5-Text-CSV_XS/pkg # ./p5-Text-CSV_XS/pkg/COMMENT # ./p5-Text-CSV_XS/pkg/DESCR # ./p5-Text-CSV_XS/pkg/PLIST # ./p5-Text-CSV_XS/Makefile # ./6 # echo c - . mkdir -p . > /dev/null 2>&1 echo c - ./p5-DBD-CSV mkdir -p ./p5-DBD-CSV > /dev/null 2>&1 echo c - ./p5-DBD-CSV/files mkdir -p ./p5-DBD-CSV/files > /dev/null 2>&1 echo x - ./p5-DBD-CSV/files/md5 sed 's/^X//' >./p5-DBD-CSV/files/md5 << 'END-of-./p5-DBD-CSV/files/md5' XMD5 (DBD-CSV-0.1020.tar.gz) = 7f8a3afaac09f51ee35f1e2a2d5a0145 END-of-./p5-DBD-CSV/files/md5 echo c - ./p5-DBD-CSV/pkg mkdir -p ./p5-DBD-CSV/pkg > /dev/null 2>&1 echo x - ./p5-DBD-CSV/pkg/COMMENT sed 's/^X//' >./p5-DBD-CSV/pkg/COMMENT << 'END-of-./p5-DBD-CSV/pkg/COMMENT' XDBI driver for CSV files END-of-./p5-DBD-CSV/pkg/COMMENT echo x - ./p5-DBD-CSV/pkg/DESCR sed 's/^X//' >./p5-DBD-CSV/pkg/DESCR << 'END-of-./p5-DBD-CSV/pkg/DESCR' X DBD::CSV - DBI driver for CSV files END-of-./p5-DBD-CSV/pkg/DESCR echo x - ./p5-DBD-CSV/pkg/PLIST sed 's/^X//' >./p5-DBD-CSV/pkg/PLIST << 'END-of-./p5-DBD-CSV/pkg/PLIST' Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD/File.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD/CSV.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Bundle/DBD/CSV.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/CSV/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/CSV END-of-./p5-DBD-CSV/pkg/PLIST echo x - ./p5-DBD-CSV/Makefile sed 's/^X//' >./p5-DBD-CSV/Makefile << 'END-of-./p5-DBD-CSV/Makefile' X# New ports collection makefile for: p5-DBD-CSV X# Version required: 0.1020 X# Date created: 20 June 1999 X# Whom: dirk.meyer@dinoex.sub.org X# X# $Id: Makefile,v 1.12 1999/03/10 16:16:03 jfitz Exp $ X# X XDISTNAME= DBD-CSV-0.1020 XPKGNAME= p5-DBD-CSV-0.1020 XCATEGORIES= databases perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= DBD X XMAINTAINER= dirk.meyer@dinoex.sub.org X XBUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ X ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Text/CSV_XS.pm:${PORTSDIR}/databases/p5-Text-CSV_XS \ X ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/SQL/Statement.pm:${PORTSDIR}/databases/p5-SQL-Statement X XUSE_PERL5= YES X XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= DBD::File.3 DBD::CSV.3 Bundle::DBD::CSV.3 X Xdo-configure: X @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL X X.include END-of-./p5-DBD-CSV/Makefile echo x - ./p5-DBD-CSV/README.html sed 's/^X//' >./p5-DBD-CSV/README.html << 'END-of-./p5-DBD-CSV/README.html' X X The FreeBSD Ports Collection (databases/p5-DBD-Pg) X

The FreeBSD Ports Collection ("databases/p5-DBD-Pg")


X X X

You are now in the directory for the port "databases/p5-DBD-Pg" (package name "p5-DBD-Pg-0.91"). X X

This is the one-line description for this port: X X


Xprovides access to PostgreSQL databases through the DBI X


X X

Please read the file "pkg/DESCR" for a Xlonger description. X X

Go to the top of the ports tree for Xa summary on how to use the ports collection. X X

XThis port requires package(s) "p5-DBI-1.06 postgresql-6.4.2" to build. X

X X X


X Go up one level X| X Go to top of ports tree X X END-of-./p5-DBD-CSV/README.html echo c - ./p5-SQL-Statement mkdir -p ./p5-SQL-Statement > /dev/null 2>&1 echo c - ./p5-SQL-Statement/files mkdir -p ./p5-SQL-Statement/files > /dev/null 2>&1 echo x - ./p5-SQL-Statement/files/md5 sed 's/^X//' >./p5-SQL-Statement/files/md5 << 'END-of-./p5-SQL-Statement/files/md5' XMD5 (SQL-Statement-0.1012.tar.gz) = c9d31ef3ffb2333ab158329b50ac137c END-of-./p5-SQL-Statement/files/md5 echo c - ./p5-SQL-Statement/pkg mkdir -p ./p5-SQL-Statement/pkg > /dev/null 2>&1 echo x - ./p5-SQL-Statement/pkg/COMMENT sed 's/^X//' >./p5-SQL-Statement/pkg/COMMENT << 'END-of-./p5-SQL-Statement/pkg/COMMENT' XSQL parsing and processing engine END-of-./p5-SQL-Statement/pkg/COMMENT echo x - ./p5-SQL-Statement/pkg/DESCR sed 's/^X//' >./p5-SQL-Statement/pkg/DESCR << 'END-of-./p5-SQL-Statement/pkg/DESCR' X SQL::Statement - SQL parsing and processing engine END-of-./p5-SQL-Statement/pkg/DESCR echo x - ./p5-SQL-Statement/pkg/PLIST sed 's/^X//' >./p5-SQL-Statement/pkg/PLIST << 'END-of-./p5-SQL-Statement/pkg/PLIST' Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/SQL/Statement/Hash.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/SQL/Eval.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/SQL/Statement.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SQL/Statement/Statement.bs Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SQL/Statement/Statement.so Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SQL/Statement/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SQL/Statement END-of-./p5-SQL-Statement/pkg/PLIST echo x - ./p5-SQL-Statement/Makefile sed 's/^X//' >./p5-SQL-Statement/Makefile << 'END-of-./p5-SQL-Statement/Makefile' X# New ports collection makefile for: p5-SQL-Statement X# Version required: 0.1012 X# Date created: 10 June 1999 X# Whom: dirk.meyer@dinoex.sub.org X# X# $Id: Makefile,v 1.12 1999/03/10 16:16:03 jfitz Exp $ X# X XDISTNAME= SQL-Statement-0.1012 XPKGNAME= p5-SQL-Statement-0.1012 XCATEGORIES= databases perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= DBD X XMAINTAINER= dirk.meyer@dinoex.sub.org X XUSE_PERL5= YES X XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= SQL::Eval.3 \ X SQL::Statement.3 X Xdo-configure: X @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL X X.include END-of-./p5-SQL-Statement/Makefile echo c - ./p5-Text-CSV_XS mkdir -p ./p5-Text-CSV_XS > /dev/null 2>&1 echo c - ./p5-Text-CSV_XS/files mkdir -p ./p5-Text-CSV_XS/files > /dev/null 2>&1 echo x - ./p5-Text-CSV_XS/files/md5 sed 's/^X//' >./p5-Text-CSV_XS/files/md5 << 'END-of-./p5-Text-CSV_XS/files/md5' XMD5 (Text-CSV_XS-0.18.tar.gz) = 034836bb7948dd51fa344fb98966e44b END-of-./p5-Text-CSV_XS/files/md5 echo c - ./p5-Text-CSV_XS/pkg mkdir -p ./p5-Text-CSV_XS/pkg > /dev/null 2>&1 echo x - ./p5-Text-CSV_XS/pkg/COMMENT sed 's/^X//' >./p5-Text-CSV_XS/pkg/COMMENT << 'END-of-./p5-Text-CSV_XS/pkg/COMMENT' Xprovides facilities for comma-separated values END-of-./p5-Text-CSV_XS/pkg/COMMENT echo x - ./p5-Text-CSV_XS/pkg/DESCR sed 's/^X//' >./p5-Text-CSV_XS/pkg/DESCR << 'END-of-./p5-Text-CSV_XS/pkg/DESCR' X Text::CSV provides facilities for the composition and decomposition of X comma-separated values. An instance of the Text::CSV class can combine X fields into a CSV string and parse a CSV string into fields. X XCopying: X Copyright (c) 1998 Jochen Wiedmann. All rights reserved. X Portions Copyright (c) 1997 Alan Citterman. All rights reserved. X X This program is free software; you can redistribute it and/or modify X it under the same terms as Perl itself. END-of-./p5-Text-CSV_XS/pkg/DESCR echo x - ./p5-Text-CSV_XS/pkg/PLIST sed 's/^X//' >./p5-Text-CSV_XS/pkg/PLIST << 'END-of-./p5-Text-CSV_XS/pkg/PLIST' Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Text/CSV_XS.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/CSV_XS/CSV_XS.bs Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/CSV_XS/CSV_XS.so Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/CSV_XS/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/CSV_XS END-of-./p5-Text-CSV_XS/pkg/PLIST echo x - ./p5-Text-CSV_XS/Makefile sed 's/^X//' >./p5-Text-CSV_XS/Makefile << 'END-of-./p5-Text-CSV_XS/Makefile' X# New ports collection makefile for: p5-Text-CSV_XS X# Version required: 0.18 X# Date created: 20 June 1999 X# Whom: dirk.meyer@dinoex.sub.org X# X# $Id: Makefile,v 1.12 1999/03/10 16:16:03 jfitz Exp $ X# X XDISTNAME= Text-CSV_XS-0.18 XPKGNAME= p5-Text-CSV_XS-0.18 XCATEGORIES= databases perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= DBD X XMAINTAINER= dirk.meyer@dinoex.sub.org X XUSE_PERL5= YES X XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= Text::CSV_XS.3 X Xdo-configure: X @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL X X.include END-of-./p5-Text-CSV_XS/Makefile echo x - ./6 sed 's/^X//' >./6 << 'END-of-./6' X# This is a shell archive. Save it in a file, remove anything before X# this line, and then unpack it by entering "sh file". Note, it may X# create directories; files and directories will be owned by you and X# have default permissions. X# X# This archive contains: X# X# . X# ./p5-DBD-CSV X# ./p5-DBD-CSV/files X# ./p5-DBD-CSV/files/md5 X# ./p5-DBD-CSV/pkg X# ./p5-DBD-CSV/pkg/COMMENT X# ./p5-DBD-CSV/pkg/DESCR X# ./p5-DBD-CSV/pkg/PLIST X# ./p5-DBD-CSV/Makefile X# ./p5-DBD-CSV/README.html X# ./p5-SQL-Statement X# ./p5-SQL-Statement/files X# ./p5-SQL-Statement/files/md5 X# ./p5-SQL-Statement/pkg X# ./p5-SQL-Statement/pkg/COMMENT X# ./p5-SQL-Statement/pkg/DESCR X# ./p5-SQL-Statement/pkg/PLIST X# ./p5-SQL-Statement/Makefile X# ./p5-Text-CSV_XS X# ./p5-Text-CSV_XS/files X# ./p5-Text-CSV_XS/files/md5 X# ./p5-Text-CSV_XS/pkg X# ./p5-Text-CSV_XS/pkg/COMMENT X# ./p5-Text-CSV_XS/pkg/DESCR X# ./p5-Text-CSV_XS/pkg/PLIST X# ./p5-Text-CSV_XS/Makefile X# Xecho c - . Xmkdir -p . > /dev/null 2>&1 Xecho c - ./p5-DBD-CSV Xmkdir -p ./p5-DBD-CSV > /dev/null 2>&1 Xecho c - ./p5-DBD-CSV/files Xmkdir -p ./p5-DBD-CSV/files > /dev/null 2>&1 Xecho x - ./p5-DBD-CSV/files/md5 Xsed 's/^X//' >./p5-DBD-CSV/files/md5 << 'END-of-./p5-DBD-CSV/files/md5' XXMD5 (DBD-CSV-0.1020.tar.gz) = 7f8a3afaac09f51ee35f1e2a2d5a0145 XEND-of-./p5-DBD-CSV/files/md5 Xecho c - ./p5-DBD-CSV/pkg Xmkdir -p ./p5-DBD-CSV/pkg > /dev/null 2>&1 Xecho x - ./p5-DBD-CSV/pkg/COMMENT Xsed 's/^X//' >./p5-DBD-CSV/pkg/COMMENT << 'END-of-./p5-DBD-CSV/pkg/COMMENT' XXDBI driver for CSV files XEND-of-./p5-DBD-CSV/pkg/COMMENT Xecho x - ./p5-DBD-CSV/pkg/DESCR Xsed 's/^X//' >./p5-DBD-CSV/pkg/DESCR << 'END-of-./p5-DBD-CSV/pkg/DESCR' XX DBD::CSV - DBI driver for CSV files XEND-of-./p5-DBD-CSV/pkg/DESCR Xecho x - ./p5-DBD-CSV/pkg/PLIST Xsed 's/^X//' >./p5-DBD-CSV/pkg/PLIST << 'END-of-./p5-DBD-CSV/pkg/PLIST' XXlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD/File.pm XXlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD/CSV.pm XXlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Bundle/DBD/CSV.pm XXlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/CSV/.packlist XX@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/CSV XEND-of-./p5-DBD-CSV/pkg/PLIST Xecho x - ./p5-DBD-CSV/Makefile Xsed 's/^X//' >./p5-DBD-CSV/Makefile << 'END-of-./p5-DBD-CSV/Makefile' XX# New ports collection makefile for: p5-DBD-CSV XX# Version required: 0.1020 XX# Date created: 20 June 1999 XX# Whom: dirk.meyer@dinoex.sub.org XX# XX# $Id: Makefile,v 1.12 1999/03/10 16:16:03 jfitz Exp $ XX# XX XXDISTNAME= DBD-CSV-0.1020 XXPKGNAME= p5-DBD-CSV-0.1020 XXCATEGORIES= databases perl5 XXMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XXMASTER_SITE_SUBDIR= DBD XX XXMAINTAINER= dirk.meyer@dinoex.sub.org XX XXBUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ XX ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Text/CSV_XS.pm:${PORTSDIR}/databases/p5-Text-CSV_XS \ XX ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/SQL/Statement.pm:${PORTSDIR}/databases/p5-SQL-Statement XX XXUSE_PERL5= YES XX XXMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XXMAN3= DBD::File.3 DBD::CSV.3 Bundle::DBD::CSV.3 XX XXdo-configure: XX @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL XX XX.include XEND-of-./p5-DBD-CSV/Makefile Xecho x - ./p5-DBD-CSV/README.html Xsed 's/^X//' >./p5-DBD-CSV/README.html << 'END-of-./p5-DBD-CSV/README.html' XX XX The FreeBSD Ports Collection (databases/p5-DBD-Pg) XX

The FreeBSD Ports Collection ("databases/p5-DBD-Pg")


XX XX XX

You are now in the directory for the port "databases/p5-DBD-Pg" (package name "p5-DBD-Pg-0.91"). XX XX

This is the one-line description for this port: XX XX


XXprovides access to PostgreSQL databases through the DBI XX


XX XX

Please read the file "pkg/DESCR" for a XXlonger description. XX XX

Go to the top of the ports tree for XXa summary on how to use the ports collection. XX XX

XXThis port requires package(s) "p5-DBI-1.06 postgresql-6.4.2" to build. XX

XX XX XX


XX Go up one level XX| XX Go to top of ports tree XX XX XEND-of-./p5-DBD-CSV/README.html Xecho c - ./p5-SQL-Statement Xmkdir -p ./p5-SQL-Statement > /dev/null 2>&1 Xecho c - ./p5-SQL-Statement/files Xmkdir -p ./p5-SQL-Statement/files > /dev/null 2>&1 Xecho x - ./p5-SQL-Statement/files/md5 Xsed 's/^X//' >./p5-SQL-Statement/files/md5 << 'END-of-./p5-SQL-Statement/files/md5' XXMD5 (SQL-Statement-0.1012.tar.gz) = c9d31ef3ffb2333ab158329b50ac137c XEND-of-./p5-SQL-Statement/files/md5 Xecho c - ./p5-SQL-Statement/pkg Xmkdir -p ./p5-SQL-Statement/pkg > /dev/null 2>&1 Xecho x - ./p5-SQL-Statement/pkg/COMMENT Xsed 's/^X//' >./p5-SQL-Statement/pkg/COMMENT << 'END-of-./p5-SQL-Statement/pkg/COMMENT' XXSQL parsing and processing engine XEND-of-./p5-SQL-Statement/pkg/COMMENT Xecho x - ./p5-SQL-Statement/pkg/DESCR Xsed 's/^X//' >./p5-SQL-Statement/pkg/DESCR << 'END-of-./p5-SQL-Statement/pkg/DESCR' XX SQL::Statement - SQL parsing and processing engine XEND-of-./p5-SQL-Statement/pkg/DESCR Xecho x - ./p5-SQL-Statement/pkg/PLIST Xsed 's/^X//' >./p5-SQL-Statement/pkg/PLIST << 'END-of-./p5-SQL-Statement/pkg/PLIST' XXlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/SQL/Statement/Hash.pm XXlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/SQL/Eval.pm XXlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/SQL/Statement.pm XXlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SQL/Statement/Statement.bs XXlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SQL/Statement/Statement.so XXlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SQL/Statement/.packlist XX@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SQL/Statement XEND-of-./p5-SQL-Statement/pkg/PLIST Xecho x - ./p5-SQL-Statement/Makefile Xsed 's/^X//' >./p5-SQL-Statement/Makefile << 'END-of-./p5-SQL-Statement/Makefile' XX# New ports collection makefile for: p5-SQL-Statement XX# Version required: 0.1012 XX# Date created: 10 June 1999 XX# Whom: dirk.meyer@dinoex.sub.org XX# XX# $Id: Makefile,v 1.12 1999/03/10 16:16:03 jfitz Exp $ XX# XX XXDISTNAME= SQL-Statement-0.1012 XXPKGNAME= p5-SQL-Statement-0.1012 XXCATEGORIES= databases perl5 XXMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XXMASTER_SITE_SUBDIR= DBD XX XXMAINTAINER= dirk.meyer@dinoex.sub.org XX XXUSE_PERL5= YES XX XXMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XXMAN3= SQL::Eval.3 \ XX SQL::Statement.3 XX XXdo-configure: XX @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL XX XX.include XEND-of-./p5-SQL-Statement/Makefile Xecho c - ./p5-Text-CSV_XS Xmkdir -p ./p5-Text-CSV_XS > /dev/null 2>&1 Xecho c - ./p5-Text-CSV_XS/files Xmkdir -p ./p5-Text-CSV_XS/files > /dev/null 2>&1 Xecho x - ./p5-Text-CSV_XS/files/md5 Xsed 's/^X//' >./p5-Text-CSV_XS/files/md5 << 'END-of-./p5-Text-CSV_XS/files/md5' XXMD5 (Text-CSV_XS-0.18.tar.gz) = 034836bb7948dd51fa344fb98966e44b XEND-of-./p5-Text-CSV_XS/files/md5 Xecho c - ./p5-Text-CSV_XS/pkg Xmkdir -p ./p5-Text-CSV_XS/pkg > /dev/null 2>&1 Xecho x - ./p5-Text-CSV_XS/pkg/COMMENT Xsed 's/^X//' >./p5-Text-CSV_XS/pkg/COMMENT << 'END-of-./p5-Text-CSV_XS/pkg/COMMENT' XXprovides facilities for comma-separated values XEND-of-./p5-Text-CSV_XS/pkg/COMMENT Xecho x - ./p5-Text-CSV_XS/pkg/DESCR Xsed 's/^X//' >./p5-Text-CSV_XS/pkg/DESCR << 'END-of-./p5-Text-CSV_XS/pkg/DESCR' XX Text::CSV provides facilities for the composition and decomposition of XX comma-separated values. An instance of the Text::CSV class can combine XX fields into a CSV string and parse a CSV string into fields. XX XXCopying: XX Copyright (c) 1998 Jochen Wiedmann. All rights reserved. XX Portions Copyright (c) 1997 Alan Citterman. All rights reserved. XX XX This program is free software; you can redistribute it and/or modify XX it under the same terms as Perl itself. XEND-of-./p5-Text-CSV_XS/pkg/DESCR Xecho x - ./p5-Text-CSV_XS/pkg/PLIST Xsed 's/^X//' >./p5-Text-CSV_XS/pkg/PLIST << 'END-of-./p5-Text-CSV_XS/pkg/PLIST' XXlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Text/CSV_XS.pm XXlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/CSV_XS/CSV_XS.bs XXlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/CSV_XS/CSV_XS.so XXlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/CSV_XS/.packlist XX@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/CSV_XS XEND-of-./p5-Text-CSV_XS/pkg/PLIST Xecho x - ./p5-Text-CSV_XS/Makefile Xsed 's/^X//' >./p5-Text-CSV_XS/Makefile << 'END-of-./p5-Text-CSV_XS/Makefile' XX# New ports collection makefile for: p5-Text-CSV_XS XX# Version required: 0.18 XX# Date created: 20 June 1999 XX# Whom: dirk.meyer@dinoex.sub.org XX# XX# $Id: Makefile,v 1.12 1999/03/10 16:16:03 jfitz Exp $ XX# XX XXDISTNAME= Text-CSV_XS-0.18 XXPKGNAME= p5-Text-CSV_XS-0.18 XXCATEGORIES= databases perl5 XXMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XXMASTER_SITE_SUBDIR= DBD XX XXMAINTAINER= dirk.meyer@dinoex.sub.org XX XXUSE_PERL5= YES XX XXMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XXMAN3= Text::CSV_XS.3 XX XXdo-configure: XX @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL XX XX.include XEND-of-./p5-Text-CSV_XS/Makefile Xexit X END-of-./6 exit # 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-DBD-CSV # ./p5-DBD-CSV/files # ./p5-DBD-CSV/files/md5 # ./p5-DBD-CSV/pkg # ./p5-DBD-CSV/pkg/COMMENT # ./p5-DBD-CSV/pkg/DESCR # ./p5-DBD-CSV/pkg/PLIST # ./p5-DBD-CSV/Makefile # ./p5-DBD-CSV/README.html # ./p5-SQL-Statement # ./p5-SQL-Statement/files # ./p5-SQL-Statement/files/md5 # ./p5-SQL-Statement/pkg # ./p5-SQL-Statement/pkg/COMMENT # ./p5-SQL-Statement/pkg/DESCR # ./p5-SQL-Statement/pkg/PLIST # ./p5-SQL-Statement/Makefile # ./p5-Text-CSV_XS # ./p5-Text-CSV_XS/files # ./p5-Text-CSV_XS/files/md5 # ./p5-Text-CSV_XS/pkg # ./p5-Text-CSV_XS/pkg/COMMENT # ./p5-Text-CSV_XS/pkg/DESCR # ./p5-Text-CSV_XS/pkg/PLIST # ./p5-Text-CSV_XS/Makefile # echo c - . mkdir -p . > /dev/null 2>&1 echo c - ./p5-DBD-CSV mkdir -p ./p5-DBD-CSV > /dev/null 2>&1 echo c - ./p5-DBD-CSV/files mkdir -p ./p5-DBD-CSV/files > /dev/null 2>&1 echo x - ./p5-DBD-CSV/files/md5 sed 's/^X//' >./p5-DBD-CSV/files/md5 << 'END-of-./p5-DBD-CSV/files/md5' XMD5 (DBD-CSV-0.1020.tar.gz) = 7f8a3afaac09f51ee35f1e2a2d5a0145 END-of-./p5-DBD-CSV/files/md5 echo c - ./p5-DBD-CSV/pkg mkdir -p ./p5-DBD-CSV/pkg > /dev/null 2>&1 echo x - ./p5-DBD-CSV/pkg/COMMENT sed 's/^X//' >./p5-DBD-CSV/pkg/COMMENT << 'END-of-./p5-DBD-CSV/pkg/COMMENT' XDBI driver for CSV files END-of-./p5-DBD-CSV/pkg/COMMENT echo x - ./p5-DBD-CSV/pkg/DESCR sed 's/^X//' >./p5-DBD-CSV/pkg/DESCR << 'END-of-./p5-DBD-CSV/pkg/DESCR' X DBD::CSV - DBI driver for CSV files END-of-./p5-DBD-CSV/pkg/DESCR echo x - ./p5-DBD-CSV/pkg/PLIST sed 's/^X//' >./p5-DBD-CSV/pkg/PLIST << 'END-of-./p5-DBD-CSV/pkg/PLIST' Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD/File.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD/CSV.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Bundle/DBD/CSV.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/CSV/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/CSV END-of-./p5-DBD-CSV/pkg/PLIST echo x - ./p5-DBD-CSV/Makefile sed 's/^X//' >./p5-DBD-CSV/Makefile << 'END-of-./p5-DBD-CSV/Makefile' X# New ports collection makefile for: p5-DBD-CSV X# Version required: 0.1020 X# Date created: 20 June 1999 X# Whom: dirk.meyer@dinoex.sub.org X# X# $Id: Makefile,v 1.12 1999/03/10 16:16:03 jfitz Exp $ X# X XDISTNAME= DBD-CSV-0.1020 XPKGNAME= p5-DBD-CSV-0.1020 XCATEGORIES= databases perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= DBD X XMAINTAINER= dirk.meyer@dinoex.sub.org X XBUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ X ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Text/CSV_XS.pm:${PORTSDIR}/databases/p5-Text-CSV_XS \ X ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/SQL/Statement.pm:${PORTSDIR}/databases/p5-SQL-Statement X XUSE_PERL5= YES X XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= DBD::File.3 DBD::CSV.3 Bundle::DBD::CSV.3 X Xdo-configure: X @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL X X.include END-of-./p5-DBD-CSV/Makefile echo x - ./p5-DBD-CSV/README.html sed 's/^X//' >./p5-DBD-CSV/README.html << 'END-of-./p5-DBD-CSV/README.html' X X The FreeBSD Ports Collection (databases/p5-DBD-Pg) X

The FreeBSD Ports Collection ("databases/p5-DBD-Pg")


X X X

You are now in the directory for the port "databases/p5-DBD-Pg" (package name "p5-DBD-Pg-0.91"). X X

This is the one-line description for this port: X X


Xprovides access to PostgreSQL databases through the DBI X


X X

Please read the file "pkg/DESCR" for a Xlonger description. X X

Go to the top of the ports tree for Xa summary on how to use the ports collection. X X

XThis port requires package(s) "p5-DBI-1.06 postgresql-6.4.2" to build. X

X X X


X Go up one level X| X Go to top of ports tree X X END-of-./p5-DBD-CSV/README.html echo c - ./p5-SQL-Statement mkdir -p ./p5-SQL-Statement > /dev/null 2>&1 echo c - ./p5-SQL-Statement/files mkdir -p ./p5-SQL-Statement/files > /dev/null 2>&1 echo x - ./p5-SQL-Statement/files/md5 sed 's/^X//' >./p5-SQL-Statement/files/md5 << 'END-of-./p5-SQL-Statement/files/md5' XMD5 (SQL-Statement-0.1012.tar.gz) = c9d31ef3ffb2333ab158329b50ac137c END-of-./p5-SQL-Statement/files/md5 echo c - ./p5-SQL-Statement/pkg mkdir -p ./p5-SQL-Statement/pkg > /dev/null 2>&1 echo x - ./p5-SQL-Statement/pkg/COMMENT sed 's/^X//' >./p5-SQL-Statement/pkg/COMMENT << 'END-of-./p5-SQL-Statement/pkg/COMMENT' XSQL parsing and processing engine END-of-./p5-SQL-Statement/pkg/COMMENT echo x - ./p5-SQL-Statement/pkg/DESCR sed 's/^X//' >./p5-SQL-Statement/pkg/DESCR << 'END-of-./p5-SQL-Statement/pkg/DESCR' X SQL::Statement - SQL parsing and processing engine END-of-./p5-SQL-Statement/pkg/DESCR echo x - ./p5-SQL-Statement/pkg/PLIST sed 's/^X//' >./p5-SQL-Statement/pkg/PLIST << 'END-of-./p5-SQL-Statement/pkg/PLIST' Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/SQL/Statement/Hash.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/SQL/Eval.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/SQL/Statement.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SQL/Statement/Statement.bs Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SQL/Statement/Statement.so Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SQL/Statement/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SQL/Statement END-of-./p5-SQL-Statement/pkg/PLIST echo x - ./p5-SQL-Statement/Makefile sed 's/^X//' >./p5-SQL-Statement/Makefile << 'END-of-./p5-SQL-Statement/Makefile' X# New ports collection makefile for: p5-SQL-Statement X# Version required: 0.1012 X# Date created: 10 June 1999 X# Whom: dirk.meyer@dinoex.sub.org X# X# $Id: Makefile,v 1.12 1999/03/10 16:16:03 jfitz Exp $ X# X XDISTNAME= SQL-Statement-0.1012 XPKGNAME= p5-SQL-Statement-0.1012 XCATEGORIES= databases perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= DBD X XMAINTAINER= dirk.meyer@dinoex.sub.org X XUSE_PERL5= YES X XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= SQL::Eval.3 \ X SQL::Statement.3 X Xdo-configure: X @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL X X.include END-of-./p5-SQL-Statement/Makefile echo c - ./p5-Text-CSV_XS mkdir -p ./p5-Text-CSV_XS > /dev/null 2>&1 echo c - ./p5-Text-CSV_XS/files mkdir -p ./p5-Text-CSV_XS/files > /dev/null 2>&1 echo x - ./p5-Text-CSV_XS/files/md5 sed 's/^X//' >./p5-Text-CSV_XS/files/md5 << 'END-of-./p5-Text-CSV_XS/files/md5' XMD5 (Text-CSV_XS-0.18.tar.gz) = 034836bb7948dd51fa344fb98966e44b END-of-./p5-Text-CSV_XS/files/md5 echo c - ./p5-Text-CSV_XS/pkg mkdir -p ./p5-Text-CSV_XS/pkg > /dev/null 2>&1 echo x - ./p5-Text-CSV_XS/pkg/COMMENT sed 's/^X//' >./p5-Text-CSV_XS/pkg/COMMENT << 'END-of-./p5-Text-CSV_XS/pkg/COMMENT' Xprovides facilities for comma-separated values END-of-./p5-Text-CSV_XS/pkg/COMMENT echo x - ./p5-Text-CSV_XS/pkg/DESCR sed 's/^X//' >./p5-Text-CSV_XS/pkg/DESCR << 'END-of-./p5-Text-CSV_XS/pkg/DESCR' X Text::CSV provides facilities for the composition and decomposition of X comma-separated values. An instance of the Text::CSV class can combine X fields into a CSV string and parse a CSV string into fields. X XCopying: X Copyright (c) 1998 Jochen Wiedmann. All rights reserved. X Portions Copyright (c) 1997 Alan Citterman. All rights reserved. X X This program is free software; you can redistribute it and/or modify X it under the same terms as Perl itself. END-of-./p5-Text-CSV_XS/pkg/DESCR echo x - ./p5-Text-CSV_XS/pkg/PLIST sed 's/^X//' >./p5-Text-CSV_XS/pkg/PLIST << 'END-of-./p5-Text-CSV_XS/pkg/PLIST' Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Text/CSV_XS.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/CSV_XS/CSV_XS.bs Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/CSV_XS/CSV_XS.so Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/CSV_XS/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/CSV_XS END-of-./p5-Text-CSV_XS/pkg/PLIST echo x - ./p5-Text-CSV_XS/Makefile sed 's/^X//' >./p5-Text-CSV_XS/Makefile << 'END-of-./p5-Text-CSV_XS/Makefile' X# New ports collection makefile for: p5-Text-CSV_XS X# Version required: 0.18 X# Date created: 20 June 1999 X# Whom: dirk.meyer@dinoex.sub.org X# X# $Id: Makefile,v 1.12 1999/03/10 16:16:03 jfitz Exp $ X# X XDISTNAME= Text-CSV_XS-0.18 XPKGNAME= p5-Text-CSV_XS-0.18 XCATEGORIES= databases perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= DBD X XMAINTAINER= dirk.meyer@dinoex.sub.org X XUSE_PERL5= YES X XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= Text::CSV_XS.3 X Xdo-configure: X @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL X X.include END-of-./p5-Text-CSV_XS/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 Sat Jul 31 18:41:58 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 79FA914EE6; Sat, 31 Jul 1999 18:41:57 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA98105; Sat, 31 Jul 1999 18:41:57 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 31 Jul 1999 18:41:57 -0700 (PDT) From: Message-Id: <199908010141.SAA98105@freefall.freebsd.org> To: girgen@partitur.se, cpiazza@FreeBSD.org, freebsd-ports@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: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Jul 31 18:41:36 PDT 1999 State-Changed-Why: Submitter asks that the PR be closed; the problem can't be reproduced. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 31 18:52: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 F0FC614EE4; Sat, 31 Jul 1999 18:52:13 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA98579; Sat, 31 Jul 1999 18:49:47 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 31 Jul 1999 18:49:47 -0700 (PDT) From: Message-Id: <199908010149.SAA98579@freefall.freebsd.org> To: andrews@technologist.com, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12881: update port archivers/bzip2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port archivers/bzip2 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Jul 31 18:49:39 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 Jul 31 18:52: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 70D8A152C7; Sat, 31 Jul 1999 18:52:30 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA98692; Sat, 31 Jul 1999 18:50:33 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 31 Jul 1999 18:50:33 -0700 (PDT) From: Message-Id: <199908010150.SAA98692@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, ache@FreeBSD.org Subject: Re: ports/12864: update: less-340 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update: less-340 Responsible-Changed-From-To: freebsd-ports->ache Responsible-Changed-By: cpiazza Responsible-Changed-When: Sat Jul 31 18:50:16 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 Jul 31 19: 2: 6 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 45CA014F27 for ; Sat, 31 Jul 1999 19:02:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA99109; Sat, 31 Jul 1999 19:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 1AD6314CF0; Sat, 31 Jul 1999 18:52:09 -0700 (PDT) Message-Id: <19990801015209.1AD6314CF0@hub.freebsd.org> Date: Sat, 31 Jul 1999 18:52:09 -0700 (PDT) From: kosmos@blarg.net To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/12905: Graphical setup utility won't always install by default in XFree86 port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12905 >Category: ports >Synopsis: Graphical setup utility won't always install by default in XFree86 port >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 Jul 31 19:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Allan Bowhill >Release: 3.2-STABLE >Organization: none >Environment: FreeBSD io.ntsucks.net 3.2-STABLE FreeBSD 3.2-STABLE #1: Fri Jul 30 06:02:52 PDT 1999 root@io.ntsucks.net:/usr/src/sys/compile/IO i386 >Description: 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 system, configuration will just send a message, and continue building without it. In order to build TK, however, the Xlibs must be installed (e.g. X-windows must already have been built). So, effectively, you have to install X-windows twice to get the graphical configuration utility to install. This is a usability problem. >How-To-Repeat: install minimal base distribution from packages. install cvsup from packages and update sources. make world. install XFree86 from ports (you'll see that it skips grpahical setup build) >Fix: install minimal base distribution from packages. install cvsup from packages and update sources. make world. install XFree86 from ports install something like tkman, which picks up all TK dependencies deinstall XFree86 install XFree86 with FORCE_PKG_REGISTER=YES >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 Jul 31 19: 2: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 8EBBC14EE6; Sat, 31 Jul 1999 19:02:27 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA99173; Sat, 31 Jul 1999 19:00:15 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 31 Jul 1999 19:00:15 -0700 (PDT) From: Message-Id: <199908010200.TAA99173@freefall.freebsd.org> To: jim@blues.ghis.net, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12797: update port: asbutton-0.2 to 0.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port: asbutton-0.2 to 0.3 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Jul 31 19:00: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 Jul 31 19: 3:58 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 4636A14F27; Sat, 31 Jul 1999 19:03:57 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA99331; Sat, 31 Jul 1999 19:01:56 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 31 Jul 1999 19:01:56 -0700 (PDT) From: Message-Id: <199908010201.TAA99331@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, se@FreeBSD.org Subject: Re: ports/12750: [PATCH] Update emulators/wine port to wine-990704 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] Update emulators/wine port to wine-990704 Responsible-Changed-From-To: freebsd-ports->se Responsible-Changed-By: cpiazza Responsible-Changed-When: Sat Jul 31 19:01:39 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 Jul 31 19:16:55 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 6FA6B14EE6; Sat, 31 Jul 1999 19:16:54 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA99986; Sat, 31 Jul 1999 19:15:04 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sat, 31 Jul 1999 19:15:04 -0700 (PDT) From: Message-Id: <199908010215.TAA99986@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, peter@FreeBSD.org Subject: Re: ports/12530: squid22 port with --enable-ipf-transparent fail Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: squid22 port with --enable-ipf-transparent fail Responsible-Changed-From-To: freebsd-ports->peter Responsible-Changed-By: steve Responsible-Changed-When: Sat Jul 31 19:14:42 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 Jul 31 19:17: 6 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 2365F14FAA; Sat, 31 Jul 1999 19:17:05 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA00180; Sat, 31 Jul 1999 19:15:32 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sat, 31 Jul 1999 19:15:32 -0700 (PDT) From: Message-Id: <199908010215.TAA00180@freefall.freebsd.org> To: vns@delta.odessa.ua, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12534: Update port: russian/apache13 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: russian/apache13 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Jul 31 19:15:17 PDT 1999 State-Changed-Why: Superceded by ports/12587. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 31 19:17: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 AFADC14EE6; Sat, 31 Jul 1999 19:17:19 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA00298; Sat, 31 Jul 1999 19:16:17 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sat, 31 Jul 1999 19:16:17 -0700 (PDT) From: Message-Id: <199908010216.TAA00298@freefall.freebsd.org> To: john@nlc.net.au, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12547: Update: net/radiusd-ciston to beta18 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: net/radiusd-ciston to beta18 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Jul 31 19:15:37 PDT 1999 State-Changed-Why: billf@freebsd.org already performed this update. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 31 19:17: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 8EEA014F6F; Sat, 31 Jul 1999 19:17:27 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA00372; Sat, 31 Jul 1999 19:17:05 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sat, 31 Jul 1999 19:17:05 -0700 (PDT) From: Message-Id: <199908010217.TAA00372@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, torstenb@FreeBSD.org Subject: Re: ports/12596: pidentd is unstable in 3.2 and 4.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: pidentd is unstable in 3.2 and 4.0 Responsible-Changed-From-To: freebsd-ports->torstenb Responsible-Changed-By: steve Responsible-Changed-When: Sat Jul 31 19:16:39 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 Jul 31 19:17: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 5779A1506B; Sat, 31 Jul 1999 19:17:33 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA00443; Sat, 31 Jul 1999 19:17:30 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sat, 31 Jul 1999 19:17:30 -0700 (PDT) From: Message-Id: <199908010217.TAA00443@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, jseger@FreeBSD.org Subject: Re: ports/12636: Trafshow port gives error message sometimes when used in 3.2-stable Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Trafshow port gives error message sometimes when used in 3.2-stable Responsible-Changed-From-To: freebsd-ports->jseger Responsible-Changed-By: steve Responsible-Changed-When: Sat Jul 31 19:17:14 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 Jul 31 19:18: 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 8BE0814F56; Sat, 31 Jul 1999 19:18:00 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA00525; Sat, 31 Jul 1999 19:18:00 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sat, 31 Jul 1999 19:18:00 -0700 (PDT) From: Message-Id: <199908010218.TAA00525@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, imp@FreeBSD.org Subject: Re: ports/12660: Fix for gethostbyname2() problem when using socks5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fix for gethostbyname2() problem when using socks5 Responsible-Changed-From-To: freebsd-ports->imp Responsible-Changed-By: steve Responsible-Changed-When: Sat Jul 31 19:17: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 Sat Jul 31 19:18: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 91AE014F27; Sat, 31 Jul 1999 19:18:51 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA00630; Sat, 31 Jul 1999 19:18:51 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sat, 31 Jul 1999 19:18:51 -0700 (PDT) From: Message-Id: <199908010218.TAA00630@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, ache@FreeBSD.org Subject: Re: ports/12618: poor trouble reporting by qpopper's pop_init.c Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: poor trouble reporting by qpopper's pop_init.c Responsible-Changed-From-To: freebsd-ports->ache Responsible-Changed-By: steve Responsible-Changed-When: Sat Jul 31 19:18:38 PDT 1999 Responsible-Changed-Why: 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 Jul 31 19:22: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 CF0E414F27; Sat, 31 Jul 1999 19:22:48 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA00711; Sat, 31 Jul 1999 19:19:19 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sat, 31 Jul 1999 19:19:19 -0700 (PDT) From: Message-Id: <199908010219.TAA00711@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, sada@FreeBSD.org Subject: Re: ports/12672: netscape fails with "bus error" on RELENG_3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: netscape fails with "bus error" on RELENG_3 Responsible-Changed-From-To: freebsd-ports->sada Responsible-Changed-By: steve Responsible-Changed-When: Sat Jul 31 19:19: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 Sat Jul 31 19:23: 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 A1BD614F27; Sat, 31 Jul 1999 19:23:01 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA00791; Sat, 31 Jul 1999 19:19:44 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sat, 31 Jul 1999 19:19:44 -0700 (PDT) From: Message-Id: <199908010219.TAA00791@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, jmz@FreeBSD.org Subject: Re: ports/12700: Errors in mtools.conf file Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Errors in mtools.conf file Responsible-Changed-From-To: freebsd-ports->jmz Responsible-Changed-By: steve Responsible-Changed-When: Sat Jul 31 19:19:29 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 Jul 31 19:23:22 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 9FE6714F56; Sat, 31 Jul 1999 19:23:21 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA00874; Sat, 31 Jul 1999 19:20:15 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sat, 31 Jul 1999 19:20:15 -0700 (PDT) From: Message-Id: <199908010220.TAA00874@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, brian@FreeBSD.org Subject: Re: ports/12721: Leafnode 1.9.4 has enhancements and bug fixes Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Leafnode 1.9.4 has enhancements and bug fixes Responsible-Changed-From-To: freebsd-ports->brian Responsible-Changed-By: steve Responsible-Changed-When: Sat Jul 31 19:19:55 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 Jul 31 19:23: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 3EFAF15004; Sat, 31 Jul 1999 19:23:24 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA00976; Sat, 31 Jul 1999 19:20:48 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sat, 31 Jul 1999 19:20:48 -0700 (PDT) From: Message-Id: <199908010220.TAA00976@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, ache@FreeBSD.org Subject: Re: ports/12725: Doing a 'make install' for bash2 gets install-info error Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Doing a 'make install' for bash2 gets install-info error Responsible-Changed-From-To: freebsd-ports->ache Responsible-Changed-By: steve Responsible-Changed-When: Sat Jul 31 19:20:36 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 Jul 31 19:23: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 CCA4214F76; Sat, 31 Jul 1999 19:23:28 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA01074; Sat, 31 Jul 1999 19:21:14 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sat, 31 Jul 1999 19:21:14 -0700 (PDT) From: Message-Id: <199908010221.TAA01074@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, jfitz@FreeBSD.org Subject: Re: ports/12726: p5-Pg fixed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: p5-Pg fixed Responsible-Changed-From-To: freebsd-ports->jfitz Responsible-Changed-By: steve Responsible-Changed-When: Sat Jul 31 19:21:02 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 Jul 31 19:23:34 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 049E614F56; Sat, 31 Jul 1999 19:23:32 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA01165; Sat, 31 Jul 1999 19:21:46 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sat, 31 Jul 1999 19:21:46 -0700 (PDT) From: Message-Id: <199908010221.TAA01165@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, jfitz@FreeBSD.org Subject: Re: ports/12737: regex for checking load avergaes is wrong for majordomo Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: regex for checking load avergaes is wrong for majordomo Responsible-Changed-From-To: freebsd-ports->jfitz Responsible-Changed-By: steve Responsible-Changed-When: Sat Jul 31 19:21:33 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 Jul 31 19:23: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 5DA4B14F9F; Sat, 31 Jul 1999 19:23:51 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA01397; Sat, 31 Jul 1999 19:23:33 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sat, 31 Jul 1999 19:23:33 -0700 (PDT) From: Message-Id: <199908010223.TAA01397@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, ache@FreeBSD.org Subject: Re: ports/12746: problem with bash-2.03(1) port (/usr/ports/shells/bash2) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: problem with bash-2.03(1) port (/usr/ports/shells/bash2) Responsible-Changed-From-To: freebsd-ports->ache Responsible-Changed-By: steve Responsible-Changed-When: Sat Jul 31 19:23:22 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 Jul 31 19:24: 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 C528914F6A; Sat, 31 Jul 1999 19:24:06 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA01503; Sat, 31 Jul 1999 19:24:06 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sat, 31 Jul 1999 19:24:06 -0700 (PDT) From: Message-Id: <199908010224.TAA01503@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, wosch@FreeBSD.org Subject: Re: ports/12761: sysutils/stat doesn't terminate buffer and can print garbage Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: sysutils/stat doesn't terminate buffer and can print garbage Responsible-Changed-From-To: freebsd-ports->wosch Responsible-Changed-By: steve Responsible-Changed-When: Sat Jul 31 19:23:46 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 Jul 31 19:24:35 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 041B614F6A; Sat, 31 Jul 1999 19:24:33 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA01578; Sat, 31 Jul 1999 19:24:33 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sat, 31 Jul 1999 19:24:33 -0700 (PDT) From: Message-Id: <199908010224.TAA01578@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, jseger@FreeBSD.org Subject: Re: ports/12779: Update port: editors/emacs20 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: editors/emacs20 Responsible-Changed-From-To: freebsd-ports->jseger Responsible-Changed-By: steve Responsible-Changed-When: Sat Jul 31 19:24:16 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 Jul 31 19:26: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 F11A414F56; Sat, 31 Jul 1999 19:26:41 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA01808; Sat, 31 Jul 1999 19:25:54 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sat, 31 Jul 1999 19:25:54 -0700 (PDT) From: Message-Id: <199908010225.TAA01808@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, jfitz@FreeBSD.org Subject: Re: ports/12836: p5-Apache port mod_perl part is out of date Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: p5-Apache port mod_perl part is out of date Responsible-Changed-From-To: freebsd-ports->jfitz Responsible-Changed-By: steve Responsible-Changed-When: Sat Jul 31 19:25:40 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 Jul 31 19:27: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 D102214F56; Sat, 31 Jul 1999 19:27:42 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA01886; Sat, 31 Jul 1999 19:26:19 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sat, 31 Jul 1999 19:26:19 -0700 (PDT) From: Message-Id: <199908010226.TAA01886@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, jmz@FreeBSD.org Subject: Re: ports/12851: XFree86 needs change for pc98 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: XFree86 needs change for pc98 Responsible-Changed-From-To: freebsd-ports->jmz Responsible-Changed-By: steve Responsible-Changed-When: Sat Jul 31 19:26:06 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 Jul 31 19:28: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 46A8E14F56; Sat, 31 Jul 1999 19:28:18 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA01973; Sat, 31 Jul 1999 19:26:49 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sat, 31 Jul 1999 19:26:49 -0700 (PDT) From: Message-Id: <199908010226.TAA01973@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, jfieber@FreeBSD.org Subject: Re: ports/12873: update: xmbdfed 3.9 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update: xmbdfed 3.9 Responsible-Changed-From-To: freebsd-ports->jfieber Responsible-Changed-By: steve Responsible-Changed-When: Sat Jul 31 19:26:30 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 Jul 31 19:28: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 DEC9B14F56; Sat, 31 Jul 1999 19:28:48 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA02051; Sat, 31 Jul 1999 19:27:09 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sat, 31 Jul 1999 19:27:09 -0700 (PDT) From: Message-Id: <199908010227.TAA02051@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, obrien@FreeBSD.org Subject: Re: ports/12890: nmap seems to break under certain conditions in recent build Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: nmap seems to break under certain conditions in recent build Responsible-Changed-From-To: freebsd-ports->obrien Responsible-Changed-By: steve Responsible-Changed-When: Sat Jul 31 19:26:58 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 Jul 31 19: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 958831500F; Sat, 31 Jul 1999 19:30:06 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA02285; Sat, 31 Jul 1999 19:29:53 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sat, 31 Jul 1999 19:29:53 -0700 (PDT) From: Message-Id: <199908010229.TAA02285@freefall.freebsd.org> To: matusita@jp.FreeBSD.ORG, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12514: Update ports: japanese/skkserv, kickup script Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update ports: japanese/skkserv, kickup script State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Jul 31 19:29:41 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 Jul 31 19:30: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 903951529F for ; Sat, 31 Jul 1999 19:30:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA02316; Sat, 31 Jul 1999 19:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 4EC4214F95; Sat, 31 Jul 1999 19:23:17 -0700 (PDT) Message-Id: <19990801022317.4EC4214F95@hub.freebsd.org> Date: Sat, 31 Jul 1999 19:23:17 -0700 (PDT) From: kosmos@blarg.net To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/12906: Netscape won't install if "NO" is selected for aout libs in XFree86 port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12906 >Category: ports >Synopsis: Netscape won't install if "NO" is selected for aout libs in XFree86 port >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 Jul 31 19:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Allan Bowhill >Release: 3.2-STABLE >Organization: none >Environment: FreeBSD io.ntsucks.net 3.2-STABLE FreeBSD 3.2-STABLE #1: Fri Jul 30 06:02:52 PDT 1999 root@io.ntsucks.net:/usr/src/sys/compile/IO i386 >Description: During the configuration part of an XFree86 install from ports, the user is prompted: Do you want to build and install a.out compatibility libraries? [NO] The default should be [YES]. If Enter is pressed, XFree86 will have to be re-built (with [YES]) in order to install Netscape. There is no explicit statement warning the user that pressing Enter will cause great inconvenience. This is an ergonomic problem. >How-To-Repeat: 1. install minimal base distribution from packages. 2. install cvsup from packages and update sources. 3. make world. 4. install XFree86 from ports (you'll see the aout compatibility prompt during configuration, press Enter for NO) 5. attempt an install of netscape46-communicator from ports. It will complain: +++++++++++++++++++++++++++++++++++++++++++++ + There are no X aout libs on this machine. + +++++++++++++++++++++++++++++++++++++++++++++ >Fix: Answer [YES] to the prompt in XFree86 port build: Do you want to build and install a.out compatibility libraries? [NO] YES Then install netscape from ports collection. -or- If XFree86 is already built from ports with no aout libs, 1. deinstall XFree86 from ports 2. reinstall XFree86 from ports, answering [YES] to the prompt 3. install Netscape from ports >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 Jul 31 19:31: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 9A4031511B; Sat, 31 Jul 1999 19:31:23 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA02467; Sat, 31 Jul 1999 19:31:23 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sat, 31 Jul 1999 19:31:23 -0700 (PDT) From: Message-Id: <199908010231.TAA02467@freefall.freebsd.org> To: vns@delta.odessa.ua, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12587: update port russian/apache13 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port russian/apache13 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Jul 31 19:31:10 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 Jul 31 19:36:59 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 1336C15134; Sat, 31 Jul 1999 19:36:30 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA02985; Sat, 31 Jul 1999 19:35:42 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sat, 31 Jul 1999 19:35:42 -0700 (PDT) From: Message-Id: <199908010235.TAA02985@freefall.freebsd.org> To: richard@ogopogo.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12711: fix to rtsp-proxy port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: fix to rtsp-proxy port State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Jul 31 19:35:22 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 Jul 31 19:37: 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 91B2214F17; Sat, 31 Jul 1999 19:35:55 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA02665; Sat, 31 Jul 1999 19:33:19 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sat, 31 Jul 1999 19:33:19 -0700 (PDT) From: Message-Id: <199908010233.TAA02665@freefall.freebsd.org> To: jobaldwi@vt.edu, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12709: [PATCH] Upgrade the emulators/bochs port to the latest version Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] Upgrade the emulators/bochs port to the latest version State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Jul 31 19:33:10 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 Jul 31 19:37: 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 563C214F10; Sat, 31 Jul 1999 19:36:56 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA03193; Sat, 31 Jul 1999 19:36:56 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sat, 31 Jul 1999 19:36:56 -0700 (PDT) From: Message-Id: <199908010236.TAA03193@freefall.freebsd.org> To: Ruslan@Shevchenko.Kiev.UA, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12741: upgrade of devel/doc++ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: upgrade of devel/doc++ State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Jul 31 19:36:41 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 Jul 31 19:41: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 8494F14E3E; Sat, 31 Jul 1999 19:41:50 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA03381; Sat, 31 Jul 1999 19:38:59 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sat, 31 Jul 1999 19:38:59 -0700 (PDT) From: Message-Id: <199908010238.TAA03381@freefall.freebsd.org> To: faber@lunabase.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12786: grap port update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: grap port update State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Jul 31 19:38:34 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 Jul 31 19:42: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 A838C1510F; Sat, 31 Jul 1999 19:42:34 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA03676; Sat, 31 Jul 1999 19:41:16 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sat, 31 Jul 1999 19:41:16 -0700 (PDT) From: Message-Id: <199908010241.TAA03676@freefall.freebsd.org> To: domi@saargate.de, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12820: gtksql update 0.2 -> 0.3 with some changes Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: gtksql update 0.2 -> 0.3 with some changes State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Jul 31 19:41:04 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 Jul 31 19:43: 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 E1D3514DB4; Sat, 31 Jul 1999 19:43:00 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA03811; Sat, 31 Jul 1999 19:42:15 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sat, 31 Jul 1999 19:42:15 -0700 (PDT) From: Message-Id: <199908010242.TAA03811@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, markm@FreeBSD.org Subject: Re: ports/12874: Update to xinetd port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update to xinetd port Responsible-Changed-From-To: freebsd-ports->markm Responsible-Changed-By: steve Responsible-Changed-When: Sat Jul 31 19:41:57 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 Jul 31 19:43: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 0AF7A14DFF; Sat, 31 Jul 1999 19:43:43 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA03996; Sat, 31 Jul 1999 19:43:43 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sat, 31 Jul 1999 19:43:43 -0700 (PDT) From: Message-Id: <199908010243.TAA03996@freefall.freebsd.org> To: Jos.Backus@nl.origin-it.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12889: graphics/gd's includes should install into $PREFIX/include/gd Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: graphics/gd's includes should install into $PREFIX/include/gd State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Jul 31 19:43:18 PDT 1999 State-Changed-Why: Fixed thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 31 19:47: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 265BE1510F; Sat, 31 Jul 1999 19:47:29 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA04243; Sat, 31 Jul 1999 19:46:04 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sat, 31 Jul 1999 19:46:04 -0700 (PDT) From: Message-Id: <199908010246.TAA04243@freefall.freebsd.org> To: takamune@avrl.mei.co.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12885: Update: japanese/bookview Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: japanese/bookview State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Jul 31 19:45:42 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 Jul 31 19:48: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 B0C9815325; Sat, 31 Jul 1999 19:48:26 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA04441; Sat, 31 Jul 1999 19:47:50 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sat, 31 Jul 1999 19:47:50 -0700 (PDT) From: Message-Id: <199908010247.TAA04441@freefall.freebsd.org> To: Karl.Dietz@triplan.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12848: includes bugfix for Terry Ewing Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: includes bugfix for Terry Ewing State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Jul 31 19:47:42 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 Jul 31 19:49: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 AF5EE14DB4; Sat, 31 Jul 1999 19:49:17 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA04665; Sat, 31 Jul 1999 19:49:10 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sat, 31 Jul 1999 19:49:10 -0700 (PDT) From: Message-Id: <199908010249.TAA04665@freefall.freebsd.org> To: ijliao@Terry.Dorm10.NCTU.edu.tw, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12840: update t1lib to 0.9.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update t1lib to 0.9.1 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Jul 31 19:48:50 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 Jul 31 19:55: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 8CAC215037; Sat, 31 Jul 1999 19:55:39 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA05047; Sat, 31 Jul 1999 19:53:04 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sat, 31 Jul 1999 19:53:04 -0700 (PDT) From: Message-Id: <199908010253.TAA05047@freefall.freebsd.org> To: andy@icc.surw.chel.su, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12593: Update port: editors/gedit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: editors/gedit State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Jul 31 19:52:26 PDT 1999 State-Changed-Why: Update committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 31 19:56:36 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 E64CC1529F; Sat, 31 Jul 1999 19:56:25 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA05272; Sat, 31 Jul 1999 19:55:23 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sat, 31 Jul 1999 19:55:23 -0700 (PDT) From: Message-Id: <199908010255.TAA05272@freefall.freebsd.org> To: paxvel@iname.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12639: Port update: net/kicq Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Port update: net/kicq State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Jul 31 19:54: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 Jul 31 19:57:53 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 DB538150B6; Sat, 31 Jul 1999 19:57:51 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA05593; Sat, 31 Jul 1999 19:57:50 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 31 Jul 1999 19:57:50 -0700 (PDT) From: Message-Id: <199908010257.TAA05593@freefall.freebsd.org> To: andrews@technologist.com, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12883: new port: misc/wmstock Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: misc/wmstock State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Jul 31 19:57:29 PDT 1999 State-Changed-Why: Committed, thanks! I changed your patch-aa to use fetch instead of lynx. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 31 19:57:59 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 6DDB6150AB; Sat, 31 Jul 1999 19:57:58 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA05618; Sat, 31 Jul 1999 19:57:53 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sat, 31 Jul 1999 19:57:53 -0700 (PDT) From: Message-Id: <199908010257.TAA05618@freefall.freebsd.org> To: ymtseng@SungShan.Dorm13.NCTU.edu.tw, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12641: update ports:game/bnetd Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update ports:game/bnetd State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Jul 31 19:57:08 PDT 1999 State-Changed-Why: Update committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 31 20: 1: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 1643A14E3E for ; Sat, 31 Jul 1999 20:01:54 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA05875; Sat, 31 Jul 1999 20:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id A637914D76; Sat, 31 Jul 1999 19:54:27 -0700 (PDT) Message-Id: <19990801025427.A637914D76@hub.freebsd.org> Date: Sat, 31 Jul 1999 19:54:27 -0700 (PDT) From: kosmos@blarg.net To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/12907: COMPAT22=YES isn't default in make.conf, preventing Netscape port install. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12907 >Category: ports >Synopsis: COMPAT22=YES isn't default in make.conf, preventing Netscape port install. >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 Jul 31 20:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Allan Bowhill >Release: 3.2-STABLE >Organization: none >Environment: FreeBSD io.ntsucks.net 3.2-STABLE FreeBSD 3.2-STABLE #1: Fri Jul 30 06:02:52 PDT 1999 root@io.ntsucks.net:/usr/src/sys/compile/IO i386 >Description: COMPAT22=YES is not enabled by default in /etc/make.conf in 3.2-RELEASE. Netscape port won't build without COMPAT-22 aout libs. Since this impedes the installation of an important piece of software, it should be regarded as a serious ergonomic problem. >How-To-Repeat: 1. install minimal base from installation disks 2. install cvsup from packages 3. update source tree from STABLE branch 4. merge /etc (accept COMPAT22 addition in make.conf, but don't enable it) 5. install XFree86 from ports 6. install netscape46-communicator from ports error message: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + There are no aout libs on this machine. Install compat22 distribution. + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >Fix: 1. enable COMPAT22=YES in make.conf 2. make world 3. re-attempt installation of netscape >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 Jul 31 20: 2: 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 9652A1509E; Sat, 31 Jul 1999 20:02:08 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA05896; Sat, 31 Jul 1999 20:00:25 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 31 Jul 1999 20:00:25 -0700 (PDT) From: Message-Id: <199908010300.UAA05896@freefall.freebsd.org> To: kosmos@blarg.net, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12906: Netscape won't install if "NO" is selected for aout libs in XFree86 port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Netscape won't install if "NO" is selected for aout libs in XFree86 port State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Jul 31 19:59:16 PDT 1999 State-Changed-Why: Thanks, but it's not *our* fault that people say No. If you have patches for XFree86 that'll warn people about this you might consider sending them along. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 31 20: 2: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 0350115146; Sat, 31 Jul 1999 20:02:16 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA05984; Sat, 31 Jul 1999 20:00:56 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sat, 31 Jul 1999 20:00:56 -0700 (PDT) From: Message-Id: <199908010300.UAA05984@freefall.freebsd.org> To: jake@checker.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12744: Port update: java/shujit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Port update: java/shujit State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Jul 31 19:59:58 PDT 1999 State-Changed-Why: Update committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 31 20: 3: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 BB39E14E3E; Sat, 31 Jul 1999 20:03:22 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA06285; Sat, 31 Jul 1999 20:03:18 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sat, 31 Jul 1999 20:03:18 -0700 (PDT) From: Message-Id: <199908010303.UAA06285@freefall.freebsd.org> To: aaron@mutex.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12762: upgrade for devel/boehm-gc from 4.12 to 4.14 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: upgrade for devel/boehm-gc from 4.12 to 4.14 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Jul 31 20:02:16 PDT 1999 State-Changed-Why: Update committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 31 20: 9: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 22FDA14E7B; Sat, 31 Jul 1999 20:09:36 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA06737; Sat, 31 Jul 1999 20:08:44 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sat, 31 Jul 1999 20:08:44 -0700 (PDT) From: Message-Id: <199908010308.UAA06737@freefall.freebsd.org> To: girgen@partitur.se, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12795: security/sslproxy fails Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: security/sslproxy fails State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Jul 31 20:07:05 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 Jul 31 20:10:11 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 E64C714E7B; Sat, 31 Jul 1999 20:10:09 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA06873; Sat, 31 Jul 1999 20:09:55 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 31 Jul 1999 20:09:55 -0700 (PDT) From: Message-Id: <199908010309.UAA06873@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, cpiazza@FreeBSD.org Subject: Re: ports/12713: [New port] rtfm - FreeBSD documentation search mechanism Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [New port] rtfm - FreeBSD documentation search mechanism Responsible-Changed-From-To: freebsd-ports->cpiazza Responsible-Changed-By: cpiazza Responsible-Changed-When: Sat Jul 31 20:09:40 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 Sat Jul 31 20: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 7616814F1A for ; Sat, 31 Jul 1999 20:10:17 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA06900; Sat, 31 Jul 1999 20:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from nhj.nlc.net.au (nhj.nlc.net.au [203.24.133.1]) by hub.freebsd.org (Postfix) with SMTP id 2F29514F1A for ; Sat, 31 Jul 1999 20:09:35 -0700 (PDT) (envelope-from root@nlc.net.au) Received: (qmail 415 invoked from network); 1 Aug 1999 13:08:38 +1000 Received: from grunt.nlc.net.au (203.24.133.5) by nhj.nlc.net.au with SMTP; 1 Aug 1999 13:08:38 +1000 Received: (qmail 33853 invoked by uid 0); 1 Aug 1999 13:05:19 +1000 Message-Id: <19990801030519.33852.qmail@grunt.nlc.net.au> Date: 1 Aug 1999 13:05:19 +1000 From: john@nlc.net.au Reply-To: john@nlc.net.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12908: net/radiusd-cistron update version Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12908 >Category: ports >Synopsis: Update port version >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jul 31 20:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: John Saunders >Release: FreeBSD 3.2-STABLE i386 >Organization: NORTHLINK COMMUNICATIONS >Environment: N/A >Description: Update port version of radiusd-cistron to release version. >How-To-Repeat: N/A >Fix: Find attached diff file. diff -urN radiusd-cistron.orig/Makefile radiusd-cistron/Makefile --- radiusd-cistron.orig/Makefile Fri Jul 23 09:25:07 1999 +++ radiusd-cistron/Makefile Sun Aug 1 12:55:14 1999 @@ -1,13 +1,12 @@ # New ports collection makefile for: radiusd-cistron -# Version required: cistron radiusd 1.5.4.3 (beta16) +# Version required: cistron radiusd 1.5.4.3 (release) # Date created: 15 Jan 1999 # Whom: john@nlc.net.au # # $Id: Makefile,v 1.5 1999/07/22 23:25:07 billf Exp $ # -DISTNAME= radiusd-cistron-1.5.4.3-beta18 -PKGNAME= radiusd-cistron-1.5.4.3 +DISTNAME= radiusd-cistron-1.5.4.3 CATEGORIES= net MASTER_SITES= ftp://ftp.cistron.nl/pub/people/miquels/radius/ @@ -34,8 +33,10 @@ ${INSTALL_DATA} ${WRKSRC}/raddb/dictionary.cisco ${PREFIX}/etc/raddb ${INSTALL_DATA} ${WRKSRC}/raddb/dictionary.compat ${PREFIX}/etc/raddb ${INSTALL_DATA} ${WRKSRC}/raddb/dictionary.livingston ${PREFIX}/etc/raddb + ${INSTALL_DATA} ${WRKSRC}/raddb/dictionary.shiva ${PREFIX}/etc/raddb ${INSTALL_DATA} ${WRKSRC}/raddb/dictionary.tunnel ${PREFIX}/etc/raddb ${INSTALL_DATA} ${WRKSRC}/raddb/dictionary.usr ${PREFIX}/etc/raddb + ${INSTALL_DATA} ${WRKSRC}/raddb/dictionary.versanet ${PREFIX}/etc/raddb ${INSTALL_DATA} ${WRKSRC}/raddb/hints ${PREFIX}/etc/raddb ${INSTALL_DATA} ${WRKSRC}/raddb/huntgroups ${PREFIX}/etc/raddb ${INSTALL_DATA} ${WRKSRC}/raddb/naslist ${PREFIX}/etc/raddb diff -urN radiusd-cistron.orig/files/md5 radiusd-cistron/files/md5 --- radiusd-cistron.orig/files/md5 Fri Jul 23 11:12:51 1999 +++ radiusd-cistron/files/md5 Sun Aug 1 12:53:20 1999 @@ -1 +1 @@ -MD5 (radiusd-cistron-1.5.4.3-beta18.tar.gz) = 72be5f08a0a84524d57bc741c3e494a4 +MD5 (radiusd-cistron-1.5.4.3.tar.gz) = 5e8281e1d21769a54cbf6cfcd81e3599 diff -urN radiusd-cistron.orig/pkg/DESCR radiusd-cistron/pkg/DESCR --- radiusd-cistron.orig/pkg/DESCR Wed Jan 20 18:56:04 1999 +++ radiusd-cistron/pkg/DESCR Sun Aug 1 12:50:12 1999 @@ -2,6 +2,3 @@ remote authentication requests and accounting for RADIUS clients. The clients may be terminal servers, Network Access Servers or other RADIUS servers. - -NOTE: This version of radiusd-cistron is in BETA, although it appears -to work reliably. diff -urN radiusd-cistron.orig/pkg/PLIST radiusd-cistron/pkg/PLIST --- radiusd-cistron.orig/pkg/PLIST Sat May 1 13:15:12 1999 +++ radiusd-cistron/pkg/PLIST Sun Aug 1 12:54:11 1999 @@ -12,8 +12,10 @@ etc/raddb/dictionary.cisco etc/raddb/dictionary.compat etc/raddb/dictionary.livingston +etc/raddb/dictionary.shiva etc/raddb/dictionary.tunnel etc/raddb/dictionary.usr +etc/raddb/dictionary.versanet etc/raddb/hints etc/raddb/huntgroups etc/raddb/naslist >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 Jul 31 20:11:53 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 8880A15348; Sat, 31 Jul 1999 20:11:50 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA07164; Sat, 31 Jul 1999 20:11:48 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sat, 31 Jul 1999 20:11:48 -0700 (PDT) From: Message-Id: <199908010311.UAA07164@freefall.freebsd.org> To: nosuzuki@e-mail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12872: Update: net/ppxp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: net/ppxp State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Jul 31 20:10:14 PDT 1999 State-Changed-Why: Update committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 31 20:17: 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 5DBB2150B9; Sat, 31 Jul 1999 20:16:59 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA07677; Sat, 31 Jul 1999 20:16:47 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 31 Jul 1999 20:16:47 -0700 (PDT) From: Message-Id: <199908010316.UAA07677@freefall.freebsd.org> To: andy@icc.surw.chel.su, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12805: New port: freesweep-0.86 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: freesweep-0.86 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Jul 31 20:16:38 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 Jul 31 20:17: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 C0702157DC; Sat, 31 Jul 1999 20:17:12 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA07714; Sat, 31 Jul 1999 20:17:12 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sat, 31 Jul 1999 20:17:12 -0700 (PDT) From: Message-Id: <199908010317.UAA07714@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: open->feedback State-Changed-By: steve State-Changed-When: Sat Jul 31 20:14:28 PDT 1999 State-Changed-Why: You have probably already tried reinstalling the libtool port, but if you haven't please do. Satoshi's build on -stable are ok and I'm able to build this on a -current Alpha and i386 box. I'm afriad without some patches to make this work on 2.2.8, I'm probably going to just close this PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 31 20:26: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 962A41506A; Sat, 31 Jul 1999 20:26:41 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA08255; Sat, 31 Jul 1999 20:26:14 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sat, 31 Jul 1999 20:26:14 -0700 (PDT) From: Message-Id: <199908010326.UAA08255@freefall.freebsd.org> To: andrews@technologist.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12878: new port: httperf Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: httperf State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Jul 31 20:18:56 PDT 1999 State-Changed-Why: New port committe, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 31 20:31: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 E61B514E3E; Sat, 31 Jul 1999 20:31:41 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA08723; Sat, 31 Jul 1999 20:31:41 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 31 Jul 1999 20:31:41 -0700 (PDT) From: Message-Id: <199908010331.UAA08723@freefall.freebsd.org> To: rover@fly.lglobus.ru, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12747: new port: games/linux_adom (ports/12581 should be closed) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: games/linux_adom (ports/12581 should be closed) State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Jul 31 20:31: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 Sat Jul 31 21: 8: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 2C4041510B; Sat, 31 Jul 1999 21:08:21 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA11069; Sat, 31 Jul 1999 21:08:21 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sat, 31 Jul 1999 21:08:21 -0700 (PDT) From: Message-Id: <199908010408.VAA11069@freefall.freebsd.org> To: john@nlc.net.au, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12908: Update port version Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port version State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Jul 31 21:08:07 PDT 1999 State-Changed-Why: Update committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 31 21:13: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 5E03B15128; Sat, 31 Jul 1999 21:13:37 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA25328; Sat, 31 Jul 1999 21:11:45 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sat, 31 Jul 1999 21:11:45 -0700 (PDT) From: Message-Id: <199908010411.VAA25328@freefall.freebsd.org> To: yasuf@big.or.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12829: Update: japanese/skkinput Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: japanese/skkinput State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Jul 31 21:11:34 PDT 1999 State-Changed-Why: Update commited, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 31 21:19: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 C621E15056; Sat, 31 Jul 1999 21:19:44 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA58029; Sat, 31 Jul 1999 21:18:27 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 31 Jul 1999 21:18:27 -0700 (PDT) From: Message-Id: <199908010418.VAA58029@freefall.freebsd.org> To: andy@icc.surw.chel.su, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12788: New port: gltron-0.31 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: gltron-0.31 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Jul 31 21:18:12 PDT 1999 State-Changed-Why: Committed with an upgrade to 0.32, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 31 21:27: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 F1E2D14ED5; Sat, 31 Jul 1999 21:27:13 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA60045; Sat, 31 Jul 1999 21:27:13 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 31 Jul 1999 21:27:13 -0700 (PDT) From: Message-Id: <199908010427.VAA60045@freefall.freebsd.org> To: nox@jelal.kn-bremen.de, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12701: port of rpm2cpio (perl version) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: port of rpm2cpio (perl version) State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Jul 31 21:27: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 Sat Jul 31 22:50:36 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dt011n65.san.rr.com (dt011n65.san.rr.com [204.210.13.101]) by hub.freebsd.org (Postfix) with ESMTP id 42265150D9; Sat, 31 Jul 1999 22:50:33 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from gorean.org (master [10.0.0.2]) by dt011n65.san.rr.com (8.8.8/8.8.8) with ESMTP id WAA19199; Sat, 31 Jul 1999 22:49:37 -0700 (PDT) (envelope-from Doug@gorean.org) Message-ID: <37A3DFF1.EFD3EAA8@gorean.org> Date: Sat, 31 Jul 1999 22:49:37 -0700 From: Doug Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.6 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: cpiazza@FreeBSD.org Cc: kosmos@blarg.net, freebsd-ports@FreeBSD.org Subject: Re: ports/12906: Netscape won't install if "NO" is selected for aout libs in XFree86 port References: <199908010300.UAA05896@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org cpiazza@FreeBSD.org wrote: > > Synopsis: Netscape won't install if "NO" is selected for aout libs in XFree86 port > > State-Changed-From-To: open->closed > State-Changed-By: cpiazza > State-Changed-When: Sat Jul 31 19:59:16 PDT 1999 > State-Changed-Why: > Thanks, but it's not *our* fault that people say No. If you have > patches for XFree86 that'll warn people about this you might consider > sending them along. Actually I've been meaning to do a patch for the XFree86 ports Makefile that adds an echo statement with this info. The volume of letters to -questions on this point is still pretty high, so I think we could save people some frustration if we gave them more information up front. Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 31 23:10: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 D3F1815011; Sat, 31 Jul 1999 23:10:56 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA65656; Sat, 31 Jul 1999 23:09:50 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 31 Jul 1999 23:09:50 -0700 (PDT) From: Message-Id: <199908010609.XAA65656@freefall.freebsd.org> To: kosmos@blarg.net, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12907: COMPAT22=YES isn't default in make.conf, preventing Netscape port install. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: COMPAT22=YES isn't default in make.conf, preventing Netscape port install. State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Jul 31 23:08:57 PDT 1999 State-Changed-Why: As doug stated, the error message tells you how to fix it. Automatically installing compat22 for every make world or install just so netscape can function is not the proper thing to do. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message