From owner-freebsd-ports Sun May 28 6:43:38 2000 Delivered-To: freebsd-ports@freebsd.org Received: from praseodumium.btinternet.com (praseodumium.btinternet.com [194.73.73.82]) by hub.freebsd.org (Postfix) with ESMTP id 07EA937B813 for ; Sun, 28 May 2000 06:43:35 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from [213.1.167.206] (helo=parish.my.domain) by ruthenium.btinternet.com with esmtp (Exim 2.05 #1) id 12vs93-0007ZS-00; Sun, 28 May 2000 02:45:37 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id CAA09567; Sun, 28 May 2000 02:45:27 +0100 (BST) (envelope-from mark) Date: Sun, 28 May 2000 02:45:26 +0100 From: Mark Ovens To: Gerald Pfeifer Cc: ports@freebsd.org Subject: Re: Latest wine port doesn't install libs Message-ID: <20000528024526.B233@parish> References: <20000527115415.K233@parish> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from pfeifer@dbai.tuwien.ac.at on Sat, May 27, 2000 at 08:39:35PM +0200 Organization: Total lack of Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, May 27, 2000 at 08:39:35PM +0200, Gerald Pfeifer wrote: > On Sat, 27 May 2000, Mark Ovens wrote: > > The latest version of the wine port is broken; it doesn't install it's > > .so libs. > > Seems like a case of ``Let's reinvent the wheel instead of using what > the original package authors intended us to use''. :-( > > > --- dlls/Makefile.in.orig Mon Mar 27 05:25:23 2000 > > +++ dlls/Makefile.in Thu Apr 20 04:02:24 2000 > > @@ -215,7 +215,7 @@ > > > > install:: > > for i in $(INSTALLSUBDIRS); do (cd $$i && $(MAKE) install) || exit 1; done > > - -$(LDCONFIG) > > + -$(LDCONFIG) -R > > The really correct solution would be to have this handled via autoconf and > ./configure, but I'll add that to the port shortly, thanks! > > (Before I'll upgrade the port to 2000.05.26, however.) > > > and to run ``make install'' in the dlls directory. I've made a patch > > for the Makefile: > > > > *** Makefile.orig Fri May 26 18:59:13 2000 > > --- Makefile Fri May 26 19:03:39 2000 > > *************** > > *** 53,58 **** > > --- 53,59 ---- > > programs/regapi/regapi > > ${INSTALL_PROGRAM} ${WRKSRC}/${EXEC} ${PREFIX}/bin > > .endfor > > + cd ${WRKSRC}/dlls && ${MAKE} install > > ${INSTALL_SCRIPT} ${WRKDIR}/regSet.sh ${PREFIX}/bin > > Thanks! I'll consider that patch or -- but this seems more involved -- > killing part of the port-specific installation machinery in favor of > what Wine natively provides. > > > This all works fine, however I can't submit a PR because I can't get > > the PLIST correct so that it deinstalls completely. The .so libs have > > a large number of symlinks installed and I can't get these to be > > deleted (you don't list symlinks in PLIST, right?) > > I'm not a FreeBSD port expert (yet?), but in principle we could just > remove ${PREFIX}/lib/wine, couldn't we? > Except that they are installed in /usr/local/lib, not /usr/local/lib/wine. Mind you, I suppose we *could* put them in /usr/local/lib/wine and mod patch-ad to change the line EXTRA_LD_LIBRARY_PATH=${HOME}/wine/cvs/lib to EXTRA_LD_LIBRARY_PATH=${PREFIX}/lib/wine > Gerald > -- > Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/ > -- ...and on the eighth day God created UNIX ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 7: 4:29 2000 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.tznet.com (smtp.tznet.com [206.31.5.6]) by hub.freebsd.org (Postfix) with ESMTP id 91E5037B8D4 for ; Sun, 28 May 2000 07:04:24 -0700 (PDT) (envelope-from murban@tznet.com) Received: from tsp-136.tznet.com ([205.216.111.136]) by smtp.tznet.com with ESMTP (IPAD 2.52/64) id 2066000; Sun, 28 May 2000 09:04:21 -0500 Date: Sun, 28 May 2000 09:02:14 -0500 (CDT) From: Michael Urban X-Sender: murban@darkwolf To: freebsd-ports@freebsd.org Subject: KDE 2 port will not build. 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 Hello, I am trying to install the KDE-2 port on my FreeBSD 4.0-RELEASE system. used cvsup to update my ports tree before attempting to install the port. However, the port quits while compiling the kdesupport section with the following errors: cc -O -pipe -o odbctest odbctest.o ../.libs/libiodbc.so -lm -Wl,--rpath -Wl,/usr/ports/converters/kdesupport2/work/kdesupport-1.90/odbc/iodbc/.libs -Wl,--rpath -Wl,/usr/local/lib /usr/lib/libstdc++.so.3: undefined reference to `exception type_info function' /usr/lib/libstdc++.so.3: undefined reference to `__cp_push_exception' /usr/lib/libstdc++.so.3: undefined reference to `__rtti_user' /usr/lib/libstdc++.so.3: undefined reference to `__rtti_si' /usr/lib/libstdc++.so.3: undefined reference to `__get_eh_context' /usr/lib/libstdc++.so.3: undefined reference to `__sjthrow' /usr/lib/libstdc++.so.3: undefined reference to `terminate(void)' /usr/lib/libstdc++.so.3: undefined reference to `exception type_info node' /usr/lib/libstdc++.so.3: undefined reference to `exception virtual table' /usr/lib/libstdc++.so.3: undefined reference to `__builtin_vec_new' /usr/lib/libstdc++.so.3: undefined reference to `__builtin_vec_delete' /usr/lib/libstdc++.so.3: undefined reference to `__rtti_class' /usr/lib/libstdc++.so.3: undefined reference to `__builtin_delete' /usr/lib/libstdc++.so.3: undefined reference to `__terminate' /usr/lib/libstdc++.so.3: undefined reference to `__builtin_new' /usr/lib/libstdc++.so.3: undefined reference to `__eh_alloc' gmake[4]: *** [odbctest] Error 1 gmake[4]: Leaving directory `/usr/ports/converters/kdesupport2/work/kdesupport-1.90/odbc/iodbc/samples' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/usr/ports/converters/kdesupport2/work/kdesupport-1.90/odbc/iodbc' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/converters/kdesupport2/work/kdesupport-1.90/odbc' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/converters/kdesupport2/work/kdesupport-1.90' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/ports/converters/kdesupport2. *** Error code 1 Stop in /usr/ports/converters/kdesupport2. *** Error code 1 Stop in /usr/ports/converters/kdesupport2. *** Error code 1 Stop in /usr/ports/converters/kdesupport2. *** Error code 1 Stop in /usr/ports/net/kdenetwork2. *** Error code 1 Stop in /usr/ports/net/kdenetwork2. *** Error code 1 Stop in /usr/ports/net/kdenetwork2. *** Error code 1 Stop in /usr/ports/net/kdenetwork2. *** Error code 1 Stop in /usr/ports/net/kdenetwork2. *** Error code 1 Stop in /usr/ports/net/kdenetwork2. *** Error code 1 Stop in /usr/ports/net/kdenetwork2. *** Error code 1 Stop in /usr/ports/x11/kde2. *** Error code 1 Stop in /usr/ports/x11/kde2. *** Error code 1 Stop in /usr/ports/x11/kde2. *** Error code 1 Stop in /usr/ports/x11/kde2. *** Error code 1 Stop in /usr/ports/x11/kde2. Anyone got any ideas? Thanks, Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 7:16:14 2000 Delivered-To: freebsd-ports@freebsd.org Received: from server1.mich.com (server1.mich.com [198.108.16.2]) by hub.freebsd.org (Postfix) with ESMTP id AE07B37B899 for ; Sun, 28 May 2000 07:16:10 -0700 (PDT) (envelope-from will@almanac.yi.org) Received: from almanac.yi.org (pm011-008.dialup.bignet.net [64.79.81.232]) by server1.mich.com (8.9.3/8.9.3) with ESMTP id KAA17764; Sun, 28 May 2000 10:16:05 -0400 Received: by almanac.yi.org (Postfix, from userid 1000) id 03A8719A6; Sun, 28 May 2000 10:13:13 -0400 (EDT) Date: Sun, 28 May 2000 10:13:13 -0400 From: Will Andrews To: Michael Urban Cc: freebsd-ports@FreeBSD.ORG Subject: Re: KDE 2 port will not build. Message-ID: <20000528101313.B8338@argon.gryphonsoft.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from murban@tznet.com on Sun, May 28, 2000 at 09:02:14AM -0500 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, May 28, 2000 at 09:02:14AM -0500, Michael Urban wrote: > I am trying to install the KDE-2 port on my FreeBSD 4.0-RELEASE > system. used cvsup to update my ports tree before attempting to install > the port. > [ stuff snipped ] > `/usr/ports/converters/kdesupport2/work/kdesupport-1.90/odbc/iodbc/samples' You need to update your kdesupport2 port; I removed odbc and audiofile building, because they conflicted with other ports. -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 10:10: 4 2000 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 278E437B672 for ; Sun, 28 May 2000 10:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA90419; Sun, 28 May 2000 10:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from cartier.cirx.org (cartier.cirx.org [211.72.15.243]) by hub.freebsd.org (Postfix) with ESMTP id 3651A37B602 for ; Sun, 28 May 2000 10:04:59 -0700 (PDT) (envelope-from clive@cartier.cirx.org) Received: (from clive@localhost) by cartier.cirx.org (8.9.3/8.9.3) id BAA36445; Mon, 29 May 2000 01:04:57 +0800 (CST) (envelope-from clive) Message-Id: <200005281704.BAA36445@cartier.cirx.org> Date: Mon, 29 May 2000 01:04:57 +0800 (CST) From: clive@CirX.ORG Reply-To: clive@CirX.ORG To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18859: update freetype 1.3 -> 1.3.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18859 >Category: ports >Synopsis: update freetype 1.3 -> 1.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: Sun May 28 10:10:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Clive Lin >Release: FreeBSD 5.0-CURRENT i386 >Organization: This site doesnt' exist >Environment: FreeBSD 5.0-CURRENT #1: Tue May 16 20:09:19 CST 2000 root@cartier.cirx.org:/usr/src/sys/compile/CARTIER >Description: Update freetype to 1.3.1. 1.3 has the problem displaying Dyan fonts. And, update the MASTER_SITES to where really they are. >How-To-Repeat: Apply the patch >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/print/freetype/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- Makefile 2000/04/09 17:49:38 1.15 +++ Makefile 2000/05/28 17:09:18 @@ -6,14 +6,17 @@ # PORTNAME= freetype -PORTVERSION= 1.3 +PORTVERSION= 1.3.1 CATEGORIES= print -MASTER_SITES= ftp://ftp.tux.org/pub/devel/freetype/ \ - ftp://ftp.lerc.nasa.gov/ImageMagick/delegates/ \ - ftp://ftp.wizards.dupont.com/pub/ImageMagick/delegates/ \ - ftp://ftp.kddlabs.co.jp/.6/graphics/freetype/ \ - ftp://ring.aist.go.jp/pub/graphics/freetype/ \ - ftp://ftp.unina.it/pub/Unix/pkgs/font/freetype/ +MASTER_SITES= http://download.sourceforge.net/freetype/ \ + http://sunsite.cnlab-switch.ch/ftp/mirror/freetype/freetype1/ \ + http://www.funet.fi/pub/mirrors/ftp.freetype.org/freetype1/ \ + http://ftp.sunet.se/pub/text-processing/freetype/freetype1/ \ + ftp://ring.aist.go.jp/pub/graphics/freetype/freetype1/ \ + ftp://ring.asahi-net.or.jp/pub/graphics/freetype/ \ + ftp://ring.nacsis.ac.jp/pub/graphics/freetype/ \ + ftp://ring.so-net.ne.jp/pub/graphics/freetype/ \ + ftp://ftp.freetype.org/pub/freetype1/ \ MAINTAINER= jseger@FreeBSD.org Index: files/md5 =================================================================== RCS file: /home/ncvs/ports/print/freetype/files/md5,v retrieving revision 1.6 diff -u -r1.6 md5 --- files/md5 1999/11/25 03:38:35 1.6 +++ files/md5 2000/05/28 17:09:18 @@ -1 +1 @@ -MD5 (freetype-1.3.tar.gz) = 8479c1fa3697a3aa8c9919aaeed81cc9 +MD5 (freetype-1.3.1.tar.gz) = 9a9e7ad00c1ef6dfbf8f8e19ceefb300 >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 May 28 12:10: 6 2000 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 0A8D737B80A for ; Sun, 28 May 2000 12:10:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA00943; Sun, 28 May 2000 12:10:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 1D69F37B6AC; Sun, 28 May 2000 12:02:30 -0700 (PDT) Message-Id: <20000528190230.1D69F37B6AC@hub.freebsd.org> Date: Sun, 28 May 2000 12:02:30 -0700 (PDT) From: aron@cs.rice.edu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/18861: Please port "pdflatex" to FreeBSD Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18861 >Category: ports >Synopsis: Please port "pdflatex" to FreeBSD >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: wish >Submitter-Id: current-users >Arrival-Date: Sun May 28 12:10:04 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Mohit Aron >Release: FreeBSD-4.0-RELEASE >Organization: Rice University >Environment: FreeBSD luzern.cs.rice.edu 4.0-RELEASE FreeBSD 4.0-RELEASE #0: Thu Mar 16 19:14:31 CST 2000 aron@luzern.cs.rice.edu:/usr/src/sys/compile/LUZERN i386 >Description: Can the software package "pdflatex" be ported to FreeBSD (i.e. made available as a FreeBSD port). This package converts latex files directly into PDF format. This gives much better typesetting and fonts than when a PS file is converted to PDF using ps2pdf utility. >How-To-Repeat: Try converting any Postscript document obtained by using 'latex' followed by 'dvips' and 'ps2pdf' on a .tex file. Compare the result with that using pdflatex on the .tex file. >Fix: Use pdflatex instead of the regular latex -> dvips -> ps2pdf sequence. >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 May 28 12:40: 4 2000 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 DA04737B5E0 for ; Sun, 28 May 2000 12:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA03728; Sun, 28 May 2000 12:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 28 May 2000 12:40:02 -0700 (PDT) Message-Id: <200005281940.MAA03728@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Ville Eerola Subject: Re: ports/18840: mail/fetchmail: i18n patch Reply-To: Ville Eerola Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/18840; it has been noted by GNATS. From: Ville Eerola To: =?iso-8859-1?Q?R=E9mi_Guyomarch?= Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/18840: mail/fetchmail: i18n patch Date: Sun, 28 May 2000 22:38:26 +0300 (EEST) R=E9mi Guyomarch writes: > Well, when you submit something to GNATS with 'Category: ports' it's > automatically mailed to the -ports mailing list. If you think the pat= ch is > Ok, then you might want to add an "approve" message to GNATS, I think= it's > enough for the power that be to actually commit it :) >=20 > Btw, in 18840 I added these lines to pkg/PLIST : >=20 > @unexec rmdir %D/share/locale/*/LC_MESSAGES 2>/dev/null || true > @unexec rmdir %D/share/locale/* 2>/dev/null || true > @unexec rmdir %D/share/locale 2>/dev/null || true >=20 > I got them in devel/gmake, I don't know exactly if it's the right way= to do=20 > it... or even if it's necessary to rmdir the empty directories there.= OK. I believe that the patch is OK to be commited to the CVS repository. The above directory removal seems to have precedent so it should also be OK. Regards, Ville --=20 Ville Eerola | Powered by ve@sci.fi | FreeBSD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 13: 9: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from granger.mail.mindspring.net (granger.mail.mindspring.net [207.69.200.148]) by hub.freebsd.org (Postfix) with ESMTP id 4A62C37B539; Sun, 28 May 2000 13:09:02 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca14-84.ix.netcom.com [205.186.215.84]) by granger.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id QAA12263; Sun, 28 May 2000 16:08:34 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id NAA37283; Sun, 28 May 2000 13:08:02 -0700 (PDT) To: Ade Lovett Cc: Bill Fenner , reg@freebsd.org, ports@freebsd.org Subject: Re: Ports installing files in /usr/X11R6/share/aclocal/ References: <200003141938.LAA27604@mango.attlabs.att.com> <20000314140512.B73052@lovett.com> <200003142009.MAA11207@windsor.research.att.com> <20000314143133.C73052@lovett.com> <20000317184409.C47550@shale.csir.co.za> <200003201737.JAA00755@windsor.research.att.com> <20000320172829.D3107@supernews.com> From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) Date: 28 May 2000 13:07:55 -0700 In-Reply-To: Ade Lovett's message of "Mon, 20 Mar 2000 17:28:29 -0600" Message-ID: Lines: 37 X-Mailer: Gnus v5.7/Emacs 20.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Ade Lovett * On Mon, Mar 20, 2000 at 09:37:54AM -0800, Bill Fenner wrote: * > * > The automake port installs a program called aclocal, which expects these * > files to be in /usr/local/share/aclocal. The workaround is to use * > "aclocal -I /usr/X11R6/share/aclocal", but I'd rather either see the * > files all in /usr/local/share/aclocal or the automake port updated to * > have the X directory included as a default too. What happened to this? I think it's a good idea. * Disgusting hack patch to do the latter attached. * Drop it in as ${PORTSDIR}/devel/automake/patches/patch-ad .. Change it to use ${X11BASE} (compile time substitution is ok) and you'll have my ringing endorsement. :) * --EeQfGwPcQSOJBaQU * Content-Type: text/plain; charset=us-ascii * Content-Disposition: attachment; filename="devel.automake.patch-ad" * * --- aclocal.in.orig Sun Jan 10 20:35:27 1999 * +++ aclocal.in Mon Mar 20 17:22:56 2000 * @@ -103,7 +103,7 @@ * * * local (@dirlist) = &parse_arguments (@ARGV); * -&scan_m4_files ($acdir, @dirlist); * +&scan_m4_files ($acdir, '/usr/X11R6/share/aclocal', @dirlist); * &scan_configure; * if (! $exit_status) * { * * --EeQfGwPcQSOJBaQU-- -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 14: 0: 4 2000 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 E560737B5AB for ; Sun, 28 May 2000 14:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA10631; Sun, 28 May 2000 14:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 28 May 2000 14:00:02 -0700 (PDT) Message-Id: <200005282100.OAA10631@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Andrew L. Neporada" Subject: Re: ports/18861: Please port "pdflatex" to FreeBSD Reply-To: "Andrew L. Neporada" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/18861; it has been noted by GNATS. From: "Andrew L. Neporada" To: aron@cs.rice.edu Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/18861: Please port "pdflatex" to FreeBSD Date: Mon, 29 May 2000 00:58:50 +0400 (MSD) Please look at teTeX port ( print/teTeX ) -- pdflatex is already there. On Sun, 28 May 2000 aron@cs.rice.edu wrote: > >Description: > Can the software package "pdflatex" be ported to FreeBSD (i.e. made > available as a FreeBSD port). This package converts latex files directly > into PDF format. This gives much better typesetting and fonts than > when a PS file is converted to PDF using ps2pdf utility. > >How-To-Repeat: > Try converting any Postscript document obtained by using 'latex' followed > by 'dvips' and 'ps2pdf' on a .tex file. Compare the result with that > using pdflatex on the .tex file. > >Fix: > Use pdflatex instead of the regular latex -> dvips -> ps2pdf sequence. > > >Release-Note: > >Audit-Trail: > >Unformatted: > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > -- Andrew. Exactly what were we talking about, anyway? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 15:10: 9 2000 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 9089537B925 for ; Sun, 28 May 2000 15:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA15061; Sun, 28 May 2000 15:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mailgate.rz.uni-karlsruhe.de (mailgate.rz.uni-karlsruhe.de [129.13.64.97]) by hub.freebsd.org (Postfix) with ESMTP id 3C24A37B953 for ; Sun, 28 May 2000 15:03:19 -0700 (PDT) (envelope-from pcc@gmx.net) Received: from gmx.net (isdn216-90.rz.uni-karlsruhe.de [129.13.216.90]) by mailgate.rz.uni-karlsruhe.de with esmtp (Exim 3.02 #2) id 12wB9J-0004t3-00; Mon, 29 May 2000 00:03:10 +0200 Message-Id: <3931979B.C8BBAB23@gmx.net> Date: Mon, 29 May 2000 00:03:07 +0200 From: Peter Cornelius To: FreeBSD-gnats-submit@freebsd.org References: <385A2318.75E80E29@gco.apana.org.au> <385A2318.75E80E29@gco.apana.org.au> <385AB5EF.13B49E9D@gmx.net> <385B9872.F829FB97@gco.apana.org.au> Subject: ports/18863: Port update zope-2.0.0b5 --> zope-2.1.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18863 >Category: ports >Synopsis: The long-pending update for the zope 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: Sun May 28 15:10:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Peter Cornelius >Release: FreeBSD 2.2.8-STABLE i386 >Organization: peter cornelius consulting >Environment: petra:/usr/ports/www/zope# uname -a FreeBSD petra.cornelius.org 2.2.8-STABLE FreeBSD 2.2.8-STABLE #0: Fri Sep 17 16:27:58 CEST 1999 root@petra.cornelius.org:/usr/src/sys/compile/PETRA i386 >Description: Finally, here comes an update for zope to a non-beta version. Please excuse the delay. Currently tested on the above FreeBSD 2.2.8-STABLE only, but I don't expect problems on newer releases (when will I get that done...??). Tests and any feed-back appreciated (particularly, if there are any changes to the port before submission). >How-To-Repeat: ./. >Fix: Install & enjoy...? Here's the uuencoded tar.gz of the port's shar (a bit lengthy, I know, please excuse...): begin 644 zope.shar.tar.gz M'XL(`%J0,3D``[Q=;7/;.)*>K]&OP#GCLY.R)3N3>5E?)K6R+,>JLRV-)$^4 M;-UJ(1*2L"8)#D%:EK?VOU\W0%+4&P4HN^N:V"+9W6@TNI_N!DG-BPA954YI M]-V_[^?\[.RG]^_)=P1_SM*_/Z=_WYV?G?_\,QR?G[__`3Z?OR/D_.RG=S]\ M1\[^C3KE/XF,:43(=Y$0<1G=B`?_"77^TS^O27_*)8'_*)%3YGF$1LZ4/[$J M(3WZQ`B/"0_@XIA[[(1$S!=PD@;S>,J#"1FQL8A8Y36)48K'`Z"A@0N'+"!) M$%+G$26,YH0%,8N0Y4!.E;`#&.%>Q,``!#Z=@Q`G8C1FQ.412`O\-*KV6Q6>X%P*'RLJ='73M0:W>95J]];OW#'I*23=1$UW_UQ_20% M^TQ9%=085[_"Z=-WU?/J3Z>-*0TFR\.&CY.5PUJC?7?7O.^OGKYJ]AK=U9.= MVU9OB?*./C+4`2;.G*D@#CDE^?S]1S`U.0WS,^0CJ;GLJ18D8/5W'__[?)TI MM=0:JSZ_1<#SFH#502]D M#J<>>"0-'B6)!3D&?PX$"6D4D&8WPIZ:)`DCX0`G@?@F MUQ%CE[TKL-H,PDM"X$%TNR(`D.@+'7"T,O@CX1#MGA"/)\1Q<0P(RDC;$@98 MQ/6<'$L&YY@G9F]4:",&QXJR,ICQ>*J6HEK3IT]GY,.,C4@HHO@C.1V3#^,X MU$=(-INRB!4I(,`!?M0!T1=!E6D%% MK>8)AWI3(>.+A>0W5=**,VA1KO3+655I)Z$GJ`O3 M53HHT"M*>G=>)>W1$Q>)].8G"LX0XRH#95T@D.C'XSD.`*;D8XUX'OB8.R>) M9.D%5$16E7?"R:@64BEGX-^504@A,E&=U`H@$\WDTP"\PP=X)A+PEP5RL<1A M!")CH*P,T*%\*@'#:S&3,68"U"@&&/7F58(+T;EMUGM-CC!? MB,";HW74\$0["B`?_,8K)^3RH4]:??*Y=7M;&8"8WYOD2_NA2[ZV.TW2Z;8; MS5X/KEXU"9RX)_TVN:DW_K=U_XGT6O>-)NG?-+O-HQZ,37K-QD.WU?\"SGY3 M[_?:S=^;766/2*6J$Y*JZ0KP=T=$8##,.:BK3"8`NS&$FZ,16/EI99`Z:N;0 M&K5/>[U;@JX!5GYBD7)C-]:0@XTCX2KFE,#H!I>:K07)TA,&!OWWU.R0?0@I.G@6[,^$?:]FG M0N2L$641=#P&N'Y#LNN:/*."9/^T8J'4S`HFE/)R*A+/Q1GI^@$KB>__T>DV MKUN#?]98[-0BI^K6R+$/@08>&HD1'8$):XF,=`0NB-Z0`*+*)2^Z8-4>Y@JF M555&2$+E8+!(E0$=Q[@HX*8C*.P4T-5!)5UL\,DTUEI-A'`)=QE52L,D], M3IS1QW2A\!I\9J0!_MGM-P?]-%`SC%ZZI"(SB'54O848=BD.^/:$"-`EFG%0 M@R98A4&.4X!>&<13R%.3:>J_NH0*!&"DB!Z5@;ZDH$/RAX$JUWFC4\EGV`! MB3/+)ZT$R60,`\.P':TRH`>FB!0T]>RS2C<]5(C@"B?!D;0!%/HG$2X)N`D< M^>H\XN4#KE`Z#-=+>>")8')`'AD`ZI4R"'!,F`92S$L2$E.U6L5(!)^+YIA@ M$)RS"2_#>0@?I/;\PHI#_O>30-E4YT#EM]FRJE@2IQ!Y'I@%JF?)`1!!F((, MCC7\F#H`#?21DA!.9D%_I*I_76#Y@+/%Z8)Y%Q$"``@)DL/H$+]ILH6*I:KB M&J9;)3I.X[0M0<81H#(,F2+L&]`PB4`),8;TR+P0>@MW=3PU%H]QD94)]+$D M#1'.(XQ_F-YQXPVV#NOU':C@$44E,<\AP+L@)74%B.9$60N6#/U5J>B!LP1P ML5C9Z.:(,!]2OUJKO.;ZA+`S2B3T2U`+O(*?#D.\:H@H8!Y/0(4/H>/\>>(_ M5P.FZYS<$7WFCX!6Y_N-[='%EHHSJRBW59S8I)16FT!04FG"5:@R[ZY^),>% M;D8"?,>3ES?D5_(3<][_\.Z,CMV?_O3N1^?=^_&?QN>C'QWW9^<]_/MQB]JH MUC:5=[10I;,IYRV9:#DCV.`U>?OV;?8/#T_7?_"T\LH&B.&31&-F=3LU7FG= M==K=?OV^?T%:@>Y;%,@@]"Q@#Q$=:G!P]32119CNXAG6=*I`?:U:=:D!`$D" M."2JO.,2@OAM7NR@X"<.N14"!,MA@$T']80`%>*_4JU4[1(E`,+4=77(QA'E M'OJ\]"AD:X!YX?,8HJY*>A#=LR)>"H(,B(?]UV2P"P&@& M$]024UEZIHM#_E75--\3]:=&_M+]OU0K9=P(1$%@:*66,R*90O`"PN%<1SK= M,]6VX);'6/V6*"<%PR)$8OTCQA!V*ML6R\!CCS^R-,4"-M8#<@!A.S]`03,Z M1_$Z^W&9?J:P%G$,$_&%.XSTQ([`8-]Q1X3[QLM9<##L_H/(*CJ!I-AIAT8-4D M=L#C1$IT3^A/DI@<@%SUW78]J1J4JI MD.\=W<>E.P=K/16-5-CYX'%(EKHEAI=>F0^W0L_NCL;.E!PLS*>%X:<#R`/( MT=7,\`GX:DN,'S<+6S7YGG)?DW:`*2>@JG*$E'>!9=EU?6N,4EC@1/-0Z1BK'@;DZ]:7]&[J)ZJJF:MZ$Z!@@LW9\L14(P(F M46&.]33I@[9_VUCZ+UII+/VQF]Y4]O\-11UO,L6;M%D$_32LI<[DDJRGT%T_ MU&_8\F.!^+HPJ.K?E]KW=`M&I##I0R+89"H4LU:60M4EG0(N M0G=%8P1\'6;0$5+E,FD;62)[B_)Z*[E$=46P57%U%=0^R&IO0%#V[/`8T2&` M'JXXF1.U09)5]JLS@R8ZG9O:@@/0%3.I'`IS=\(]\'4Q@]XD\70M/(XNJ]#QX5:.G`]G;091`JZNL3HJ`Q4_PF?T)&Q MR2FF)ZNB@WQ4^H#2N+&J$ MFQ=/PDM05!%Y0##1`2-S M,^0>0R.5()IX8`WL\Z!/6^_T+GXY^^6LUEK4*+7KC$_MFUQE-FJEYD/EH%5J MI).XR[-L9?"J]]NMFLQ-_^X6U;BAD2^".=!?@GO`DI"V,A_DC%=W"9S`+0,< M`;(X+KQ$R5=I\T[ZV+/!>B%U)QG!-*8D4P;`3UK%R`^$6Y^1E[YE?-YQCAW2-W#+**JS56F9$\ M=&])/4?37"W<.,IN[AU``T`/P*54&ZG""%I5/^\7<%50D**8*M**2N M`@H='D)E>=FZOVIU#P\+VZ#+YW%+XW0603C@;L_A8;U3;]PT&^W[:WU]+8,< M'D)=WH,R]?`PSR/`AQO7E_5>,QVMIYJ#&K@2F(S5OC;!E#&4`P:D78`@]O(D M$FE&KX]3IV61$=-PR`,>#X=F(V3*.[;:FS"LJV_`5="_A-IG;B(I[I?'B1S" M6D$17VZ?E`/ZM\"!BL28%G0RH75$@AMJ)J3IK2(;K57),R_WFHPT#H>Z?S6A MQJ@>NK@G:TIL+ML3DXD9I3^$R0&Y$2U]'DKA/$+!;$2N_@PG?&Q$S7TVC.(9K*B'E M./$0&@/3M37"HW7:W;%?B&1#8AW*NXD7L;R;=CV8=_,LHMF`MAARN\F+\6Q( M;2$]C^C=I(60-B!>BFD#^F)0&Y"O1;4!3Q[6QK2+N+9ER0-[-V,QLG=3%T+; M()FNQO8>^;>$Y;K?P4TI)LN13Y')$!J\9(",L;MWW^O7;V_+AKLWFMVRN M,N?;:;(TFVYZE!"*[=?4U!`2 M<9.@1&>.6S3#]`DZP[EM,Z?2I]36!86VT2U9:!O1FMI;"==7;ZOV:V8W]6KTUV(PORV1EP(>4Z5.7VPFNFI?FB4:9(^P;:=8NB.XF>1K^^IR^]7;=LD4/3ZJ-(E@"3P8&VRG"W@3+A_8ZK/!;K^(*_QZKT"H\=6W+JW>"]7ZO_=SON+H' MO@SMRQF(>--6N1FSW`]MESS/WEI*AEK:/7D+"[RG!%I` M_'U%N.Z^K%`NNM]@.O:,=\GXOV06XR1PAA02QS>FS7])TMHS6JW9-CGQ?D)2 M+]Z/>C*^6MMHVX^0\YG/')VJA]S8"P%43&V3*C*4S M;T;1\%H]%K&?=KO-\(+'+TG,/8,1%#'%[=H?WAF86)'C_D/$C$KRE!X?Y3*F MCAQS55PVQH=G[X\]EAH;%M.OFK M9KOZLR*7H0OTN0\3IGYHX@1]/\29FLVS']%`4G,7^%IX4M"(H?3VVRKQ*(Q5 M:6Y$[.0F=[9"[E;Z+1BP3*_*DH9^8,Z`7@1/.(((IK2D05YF`0?ST]=0MH)I MD<,=^39NC,`QQ$@2[S??!5BFKSI/4[Z/8@IB!3990 MS(!>P9@)W1*.&3"L`)D!QS*2&3"L09D!SPJ6F7!L`#,[Y#&A7H(>`X85[#'@ M*+_U6X(^!M29\^^##+:!;D!?C'0#\N50-W(\_84[56B*JGS+1G^103)7OX%G M)]L8EZM2&%F^I"G;FAU,1.??0&272$Q$+]*]V1R7DH@)2U92[J"]85[8F\L: M]_%-_-I4#CT:16)6G?"Q):.[-V,`_=T>?,X(]Y+L^<2>?-&^$TSL&/'O`S89 M.])N1J_OK779SHR>,9@6;!D]?H$!/MCIQOZ6':(-,^AM>:Y[N_RASX+$?!#] MKA&/F6_+`\AHSI(K1WFPCP7*@6G#FILQ%!?=C,,X4[:O>^H]5?W>9,R9K/X] MG!BQX%A##I"\T]DSCDX^B!W?0W@M/)=%=ERC2#PR(M'R M,;=@"-AN#,EH\06T2'@=&C#/W$3XS2.])#3ITI$<7PW+WD/`QA16TB^ M[G=:V1>_&-'SP+68J'8U$\J6;]"W(>&="/BCF4P=ZOJE.R.&-*;F>[#TIFS; M&R@K'#V.;W2V$'X-J!^"]`$^9K3V7Z_:=R9TIID,:77L-UT>[X9QI$\?#E1/ MV!M9)/M>I;KKFHV0,9CKE''`U)?[F?$P4(BY5YSBFPY&'%@FFT]C M#.%7=Y_,B?%&DP5U1'UF3MYE,O%,-5=(8+S"J@:THS:WHB*W65;%\#N'-&)( MCOBH=SS,.,QJ)$6ITH"Q97PN':,@#_'[(VPU62&7Z7AGETV&ROK!<$N^E7*@(SAKPD,""WD;U2%!@P+%4%!O196;";-*L+ M=E,N"H/=M*N5P6Z.]=+`G">O#7:S+!4'N\F7JX/=]&EYL)O0JN=93?B[.3)8 MVDVY@(!R6OU:3"QK7WN_I8$A:_(/3^/ESB)^(WO9ZP:[>.'C+AS:S+?SKM=& M-M-Z;B,S-ZZP6[O,"K_U`J[P6U0RY2+,"K]M,MAS;(L1NU9S/\^R=\V[ MUEVS+X27?J([[ZMOX+1UH@6GM?]L4M=ZIGM8B7+O1L@X>UHO/W%Z7CVKGE>C M\ALV1G)0DK4<23'7VR!^SHHHE!V8[5*MR]AG7/LUSSBS#_:<^ONL6VSY`HDQ6\TQ7._LRVF7#)^MS;RW:V M\:&8>DS]CW^,XR)E,D8\1?][ZHQ6@UA#I.*Z4HMNQ:+\I![B=P4:[-DM\V9A MMA^;7XC]VJ`Q;NWIK]%- M#RR:XHS]VSF-^],5QOJ,1@R_4=]>PBU]F=MS63?_&>/7O:>:<]H/:M__Y_:U M[L,S3B==&=?MBIG95NK_MW>US6WC2/J^VK\"Y^0FN[.1M,E6KG9RD^S(LIRH MXK>1E(PWMW\K__;K!=XHD&J"K[LNX*HXL]M-H`-V-!@@T M:IG@"F(+^`C/NE)6HFLY3,P57QMM&(C41RT8T-XO[,-Q#2;^C-&'7CV4.T7_=%5UU M:SCH2[#`YD0&[?"VU:(OH]05+7K@YMN5X0<?>.W<8YW.RP&?"D0XL>\>Z7OB'=\52/][EC M.`HQ]3Y^[8:\G4['F5%;M`*,W=VUX>NC,;=!BPI\=Y9MQFO$M^I%9-"R#[X[ M:X579E7X0+[SKAZ?YM5ZBMA+-P0L!E^Z7'+1ERZ+)PAGT^A)F\&B*<^N4OBC MCV_,LJ@8-+21(A=#<)M.+1OA[7*7H?Z M!;JJ"WP\L"Z"O9);1(JM\*'=KK%AP6-G=4]K65X8[;IO;H#+3! MT3U$^OBV<'[70OAVO79K$\XBU:+!]>B`E5]EI$B5W8@IJ,6:W-QW=X'*V\P, M:J:9#M3>^&4<3OH:$EMS#9!0X!G>X*HE:`2G'?JL@RN]J:AH9,4WN?E6QB06 M&HTFND?9U:?%*2/;S&V$5A!1RN9"%FS"#=]R:#W=8R917:[WLEQWS*\4&V;8!,? M+0[TW'8EH#Q$*@'&\KQX982P:^DVGQ(JZAM%T/3CYXM/JACI\>H2@#SP%F&& M=6ML3$Z(9$O`_O+^;V5$:RB%:@G9=:<=9/$+/GP%(*EO%K)%;HW M\7\S:0Y/`BO+<42FA-:,;",P;1L:OGWU\'*?S:LG884I"9Z$T39<_/U)&,%_ M%J_--JW$QW?;6DR>T1-IY9,(A'R>RDKP^/]3"14Q:RW9$YC*^=59Y]7LK_*= M,XU,2'.T!@;B=SL9(A9KXT:#@](\NY)#T^58C4"Q_*57IOKT)8^FKAY5@N/_ MM`W&526IQ MNE:C@:.M6#5*W$)GR6M2"-:T;F\MW=Q;1,`_>*:(N3<4YL6EVB@U?E0=%4A: M'R505"$J1+UO5.NO6`*=?>C##'X+&%S&[OE\Z4>G(X/DLRX\?[N;SR5KGC0V MM7=1R=F4[@=M(1#UIE$YI\(-?#[T26BU:MD_)H(4=TI*"%$)+K M-.4,J+%0D84],9709%^$USB?V('G&/?BQ[,E)ELN0Z\<'21^)B3_R$.H_5==#+TIR>V?)!Z<`)]/9QZG<&JIP(VF&]TJ4-.ZN1DV^Z.#.Y`>%JF!CPY;OIJD$ M0G3K:]4PNEQ1!SGU[W5@GT=:*,)-`%6X+_)W)%6PW^Q0^OZQ`D>9(=;`AG>> MCJ31':E&8)LZ"E[Z0ID!JKEL$-T#R6=B>Y`OD^&MH=[_5/^Y!S3W6D;1+RZC MY7;5,H1K&#L5>208/#9A\S:1A^%`'GA&. MB30-(!K(9`11AZ9#B#HT&D/4<6(0T8!1[A:I'T;4EJ>X)1\1(*,"[;SZ`8SE0H=X\!&UKR$NMGU M[)LTD5[MQH(JHR8B4JM6HD_,F@BB7SYZM9T[-G2W+[9^>/+^R`!X\&?,`P\T M7W[';P8;D'(IY0'B"E/P`')?F($^3J=78_Y]2YBW[:&4JQ1_4D"HBZ8AUE2M M!/)@D$',I:U`O38\3Y[(JP"XG_.9N"Y452U5F[>((AM-R0;(N`$MI4:=%9!1 M13-0A*E7*S,$,D1#.AW)IHIEZ'C0R!K(Y*DY*"!R]J#NV"4(&,EZ7\_<)0R` M(MET]%%J0WG85PT,V>WD04&X]6Q+4\K@/B#DCZV`:)15$%&A`[[J@.A**VE+ M%732F,H8E=)$8'-JF*$K?\4A`$I:5>).D(?5VIZ$ M4:5751]B!JYR^Y.HLPY0U>1F^KYI\B"([_L5;^D+W]!>U^\SP3L@=+#];;@: M;DS7(KQ;+2*S&;XN+MGGHPD?N_([&HM8=83\%6"1_C,A;V<10?4X190A_I*O M*I0Z._^7-#%+J43+$I53+!+3A)^YIN%@VRL+C&B=4B'$:U$J'O;1*36^6DRK M:[Q4K6D'88MH/)RB@S-P1Z+/B7>9-7H.%:]7I/[`*\[I0*L>;0(2@8LXKB92K_B MCD=NH_3Z5=5ZP_S")9?BX/$K*N?,@=$ABL+']/$UO@JHY,9H:L5]E8H''ID4 MS,`E!FDQXE91ZQY4/<'`,%<\7M^GBY9'20,7I"=-?9`RN@M<.N]!TG3W.HF: M.$O.D>*F4R.$BI*JB%?)?'37G"2,N/'MU"9$HT`NMSV!4%#IRH`VT$.PF^B*/BB+Z7+N3 M(7%+DNA--+D/`P7B*\/'D]VX-$X#X7*/:"1*$YFN=^_;RQ55?&]`?K>+]#C> MVL2FM/A\2[@%2)"B6MG@(Z&?:#?I!GC=B'R+;35\&?'4W=!#A3$1"2C[44%$# MQ6:*JT!$D=6(>CWA\`ZSOHW6^/M:?E;L@^/.#?E++_(DX>Q2>I6="*8D-*DW MD;\MDVN!9[Y9H[*N;Z:CCS)1 ME9MIXMYO)BIV?S-MW+O-1.3-W_G^;:9\H-0VZV%9J]"WF--VE),WD)/VBY=/ MYS?O\B9M)B]D()#P$R\SHOV?4MK"J?UFVND*)PUGN%E'QA4C(3G#R?W&E-&, MN>GZEHP*`EYO&W*K'T9S1.G.>C,Z4#2ZE!)>V>:-(^5WC&>=942C$8WLDD1V M2>-F;T*\$$A"]8`V7$5S:_@%C_K+=L/ON,G\->LLV'^<]*H`#Q!+XIN1=,YB M6T2DAUO.`M=4(5?D#M,=(OG7UPJ\@9C.&0(:H[L(NN':4T3@7CE%"#I(18#% M[S+,^E:.83VH2LI@;MRP'WY@W%RY[.C=NW?O&6,__O@CP^=S(^`L,&ZYQ4)W M'P9D1_M:N`UMQ\87`;W32>7XGQ$TW5V24)7DKA@URB(UDN1D:J3+"U5!B&8`8Y3(D2+^P%-F%+*Z.4H=95W9Y_[` MYV[@ACSIKNP;.<2,/U0-PK6T%>>&:VEKJUA-7"<&[M!MC$8SJK@5Q)D_O.6E MB38EZC:3P:?.SH>A'1PPC6$-$9YHK4TEF%'V?S\CPTZ)N:E3)K:Y] MR^SJZ'ZS-W][G45XFSI5C^CBKKBHN*\S1Y5U`KC(9LI\/]031W'EMB:>%23Q MJ^-.U1EX0;`V-O:BWI2EJE@0M:XU1:?428"_9EZR4;N^B[/FJ[7AI+MJFZ-1 M(^,P?54/3QN\F8,8TR5UJ#.<9*Z`R[?-)('(@4_IEKJRZB<1U1U3T>YGH\'P M8E(S=#Z\KNS-G3NKM?E=_:.F0?K!@SG3KOKP:E9W,3RT;!^"L#VJB;@J&L^;#*(XNYENS:UM M8,C(:I^C*ZE]:+EF[^JL/SV]')]/FJAJG^'$`J=D[@9?&T:3(RIQ<>Y,1<73 M-"HY3G>(M(UD\>SIZ^7),87N(W=P]U+/QC4B$N<802&]/)W@OA`B*84LNZ=L M\NM9M*I`DB3%85_Z&\.)L%3I:N!*T//1^7"*N[K54(;M?'2#,$DWHP<.1!RL MAU5MH@2H!(+NOU+0P0).36\&,+.#$52Y6@E0#52Z\543+&[.U,.JH"BTN0ND M2.1[USZIH]00]?=!/`&?T+UIR44;K@Q4`M")292U&435T11$*56E(H1"7DZ3 M0AJ"XTP!)-KT*"F).G?0CTI/H8N.'U$H]\X,*8-(@&A?*9&4U(_Q:UL";1-) M[3-(BKH'%AW7CULT;&='VOEB*_#M=,E%]O:Z*;\H;8(EV%::80 MZR"-)+4/#X<7)QUWT4E.2_2\FR7,34:3Z:%H_CO68>FS=`H<<(N]"'K_>]WK MO6#O]YZSGW]F+\J,DX.&!F>MJ2K1/XPO7?'D16_@R7M#DS M?0[_66]9\C,Q0O;Z%>MOE^S53S_]A(2_K=QU1I#\7.$N3P93O@UW[&W`?O9, M\Y?E^JZ[X>%[@"'R^2FXS^/)R=OGXHO#ZZO+\?2B?SY\=_`@I,"_OPS'D]'E MQ;N#U]U7W?\\O#Z!-HIH4-+.\]]C@L=.X,/$;="?#C]3T12?K,+0>]M#K]#%DF`*N\Q%/=ALSW_/%?[8JR@W_SPJ>W@]'?<' MT]GD\^GUNX-NN'S`2IWW1Q=3^#<>\'IO'7`#0>!@T<_8\=9V++8R`C37.6<63`Z9O6'A"O3!ACD*<]QH8Q\S M%MBE\6*=O5D*FN@T;8"LX$^?=]DH9'B&AQF@6-]OV3S;<@VG%N)8(([JJ@H-FH)9G&/0Q"Y M,>^[476F\`S&'_`_N$SP(F!'ONN&1SF/M0VB%S3`$AIH/#P=78OF>261"OOV2X4`4M*TB"K;GJ0D';X"4;@02F;2''%5@&:@8P=MS- M,FN1EU":VT52=_,B9#<;=\=V*X[/@,`.6`".QF&88@)<((IF;GT?H@06=1@R MBJ=M4")4>[M<(;L(YF\W['7W=??OGE,@ M0,-)32]2IESO0J=`W`F?(_7;K5Q'Z+X)B@G6'"L43!!"YBXB#37,&YB((I_` MWIB)4:$^"#4QC0US[%N.XZF-P^IN(VS'GR-+&0E^H-N"^0O!C@F30D-=PYAB;.Q@'9E:;,)@;(?7!P>_ MV`OVWZR#YI#KGL?"2]#_8?\5F<2_$`&M-AQ\O'QD1Q/C%OGS.QNT$3ZD[T'+ M;T"/^Y^Z1\`DP9]_>6PJKXQ-D0M;B/PG`)]_0EB)2T*82AB',5?"?J(^"O&$ M_LNH=443!<+18`5MZ%Y\PW=4QV?@>O>X`:2;)QEY\Q MRNK7GSZ6V+ZOHAM=@`\Z.X/&<-G&G;O6/>NLV9LW;S+:O77_DC1U[7YJWZ%^ M92?Z`K2SG*YC[)HZ^5+W?#R_/'E,`U^DK"EEPD.AQF!'?D\LH+N^,'X,$M9& M`.-?3R0N+?#/^B9;=&>=;0[$.AY#'%K9X&S8'T\A5*KQ$TUA?."T6O4\1 MGH"A,2^CH>+Y[T6?]Q@[N2[2=ZLBE4$$WM-?5-_3T=EPHL*EHGR)!:[0L1D0 M5+@W#$9,,0"*2N'0BGX3G1/.W+&/:\U0.-)X/`;GZOH06&&\"M^OL5GNP3.R M?!WJ#1HC7&QGWV3B]#U1ZP MY"6$`*RS8R]>X,X4_+T6O[VRT:8&]<,1VB*YR(,C,;WH@"<_$M7[UQ&906I' M?[E[Z7;\W9U*3:/F/L'H'JP9H03/1\^3U\APL!D;5NM[\)_9[%(6ALF51 MGQV4_&Z]1F`(*5@XMLDWP`6PH&JEKLJ]4ZQG=0HZE-AO;#`!YT]CM,624GU` MBRCX5Q%C"/GS"@2<_BR"',_G'8MG$0',\(`^'A]==\#;.UH*I]CP`/X\7JZ]OWN_-YM,9.T@8'A[^VQ\_?_S\ 3\?/'SQ\__S\__P>.TG3]`!@!`#P` ` end Regards, Peter. >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 May 28 15:28:44 2000 Delivered-To: freebsd-ports@freebsd.org Received: from server1.mich.com (server1.mich.com [198.108.16.2]) by hub.freebsd.org (Postfix) with ESMTP id 8442C37B56D; Sun, 28 May 2000 15:28:40 -0700 (PDT) (envelope-from will@almanac.yi.org) Received: from almanac.yi.org (pm006-043.dialup.bignet.net [64.79.81.27]) by server1.mich.com (8.9.3/8.9.3) with ESMTP id SAA05167; Sun, 28 May 2000 18:28:22 -0400 Received: by almanac.yi.org (Postfix, from userid 1000) id 32B2F19B6; Sun, 28 May 2000 18:27:43 -0400 (EDT) Date: Sun, 28 May 2000 18:27:43 -0400 From: Will Andrews To: Akinori -Aki- MUSHA Cc: andrews@technologist.com, shige@FreeBSD.org, FreeBSD Ports Subject: Re: cvs commit: ports/shells/zsh-devel Makefile ports/shells/zsh-devel/files md5 ports/shells/zsh-devel/patches patch-ad patch-ab ports/shells/zsh-devel/pkg PLIST Message-ID: <20000528182742.B10345@argon.gryphonsoft.com> References: <200005271903.MAA19047@freefall.freebsd.org> <20000528094141.A4761@argon.gryphonsoft.com> <86og5q372b.wl@localhost.local.idaemons.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <86og5q372b.wl@localhost.local.idaemons.org>; from knu@idaemons.org on Mon, May 29, 2000 at 02:42:20AM +0900 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [ Moved to -ports ] On Mon, May 29, 2000 at 02:42:20AM +0900, Akinori -Aki- MUSHA wrote: > At Sun, 28 May 2000 09:41:41 -0400, E-Dragon wrote: That's my IRC alter-nickname, not my email name. ;-) > > Cool! I'll now update shells/zsh too, since it needs updating. Any > > idea when they will merge those compdefs into zsh 3.0.x, if ever? > > I'm not sure, but considering the differences between 3.0.x's syntax > of compdefs and 3.1.x's I'd doubt if they [zsh workers] would backport > them to 3.0.x. I hadn't considered this; you're absolutely correct on this name. > As we discussed a while ago, we could just rename zsh to zsh30 and > zsh-devel to zsh31. Since zsh workers are actively maintaining on > both 3.0.x and 3.1.x braches, we might consider both of these as > "stable" products. (Actually they are stable enough already, IMO) That is fine. I can understand leaving them both in until they finally obsolete zsh 3.0.x. > I think we can rename zsh-devel to zsh31 when 3.1.7 release is out, > but not now. It seems premature if we (ask PW to) do a repocopy now > because zsh-devel is currently of a pre-release... (When it comes to > 3.1.8-beta after it becomes zsh31, we can just import the beta as > zsh31-devel. by the way) Hmm... I think it should just stay in its current form.. we can simply create a zsh31 package from the zsh-devel port.. I don't think it needs to be moved to zsh31, regardless of the package created. > Also, we will move NO_LATEST_LINK from zsh31 to zsh30 then, > considering bash1/bash2 pair as a good example to follow. Yes.. I realized that PKGNAME was the wrong solution, since it does not work with the current philosophy. Then I remembered PKGNAMESUFFIX. shells/zsh: PKGNAMESUFFIX= 30 shells/zsh-devel: PKGNAMESUFFIX= 31 Since we will make packages for both, we won't need NO_LATEST_LINK, right? Although it would be nice if we had a link from zsh.tgz to zsh31.tgz... -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 16:10: 4 2000 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 09EDA37B831 for ; Sun, 28 May 2000 16:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA19061; Sun, 28 May 2000 16:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 28 May 2000 16:10:02 -0700 (PDT) Message-Id: <200005282310.QAA19061@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Peter Cornelius Subject: Re: ports/13324: New port: zope-2.0.0b5 Reply-To: Peter Cornelius Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/13324; it has been noted by GNATS. From: Peter Cornelius To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/13324: New port: zope-2.0.0b5 Date: Mon, 29 May 2000 01:07:44 +0200 PR superseded by PR # 18863 (http://www.freebsd.org/cgi/query-pr.cgi?pr=18863) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 16:17:11 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mailhost1.attcanada.net (mailhost1.attcanada.net [206.191.82.42]) by hub.freebsd.org (Postfix) with ESMTP id ED10B37B8E2 for ; Sun, 28 May 2000 16:17:05 -0700 (PDT) (envelope-from srp@attcanada.net) Received: from [142.194.53.38] by mailhost1.attcanada.net (InterMail v03.02.07.03 118-128) with ESMTP id <20000528231751.FNR12337@[142.194.53.38]> for ; Sun, 28 May 2000 23:17:51 +0000 User-Agent: Microsoft-Outlook-Express-Macintosh-Edition/5.02.2022 Date: Sun, 28 May 2000 16:17:02 -0700 Subject: apache13-fp port trouble on freeBSD4.0 From: Sean Proske To: Message-ID: 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'm having real trouble installing the apache13-fp port on a new freeBSD 4.0 installation, could someone please send a suggestion as to what I should do to get it working, I never had a problem the last time I installed this port on 3.1. Here's what happens first with a normal make command and then with make NO_CHECKSUM=yes: # make ===> Extracting for apache_fp-1.3.12 >> Checksum OK for apache_1.3.12.tar.gz. >> Checksum mismatch for fp40.bsdi.tar.Z. >> Checksum OK for powerlogo.gif. >> Checksum OK for fplogo.gif. Make sure the Makefile and md5 file (/usr/ports/www/apache13-fp/files/md5) are up to date. If you are absolutely sure you want to override this "check, type make NO_CHECKSUM=yes [other args]". *** Error code 1 Stop in /usr/ports/www/apache13-fp. *** Error code 1 Stop in /usr/ports/www/apache13-fp. *** Error code 1 Stop in /usr/ports/www/apache13-fp. *** Error code 1 Stop in /usr/ports/www/apache13-fp. *** Error code 1 Stop in /usr/ports/www/apache13-fp. *** Error code 1 Stop in /usr/ports/www/apache13-fp. ------------------------------------- So, when I do what it suggests and use the NO_CHECKSUM flag, here's what happens: # make NO_CHECKSUM=yes ===> Extracting for apache_fp-1.3.12 ===> Extracting FrontPage install scripts cd /usr/ports/www/apache13-fp/work/apache_1.3.12 && /usr/bin/gzip -nf -9 -dc /usr/ports/distfiles/fp40.bsdi.tar.Z | /usr/bin/tar -xf - frontpage/version4.0/fp_install.sh frontpage/version4.0/change_server.sh frontpage/version4.0/readme.htm frontpage/version4.0/set_default_perms.sh ===> Patching for apache_fp-1.3.12 ===> Applying FreeBSD patches for apache_fp-1.3.12 4 out of 9 hunks failed--saving rejects to frontpage/version4.0/change_server.sh.rej *** Error code 4 Stop in /usr/ports/www/apache13-fp. *** Error code 1 Stop in /usr/ports/www/apache13-fp. *** Error code 1 Stop in /usr/ports/www/apache13-fp. *** Error code 1 Stop in /usr/ports/www/apache13-fp. *** Error code 1 Stop in /usr/ports/www/apache13-fp. --- Thank you, Sean Proske To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 16:22:19 2000 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 1429837BA7A; Sun, 28 May 2000 16:22:17 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA19977; Sun, 28 May 2000 16:22:16 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Sun, 28 May 2000 16:22:16 -0700 (PDT) From: Message-Id: <200005282322.QAA19977@freefall.freebsd.org> To: pcc@gmx.net, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18863: The long-pending update for the zope port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: The long-pending update for the zope port State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Sun May 28 16:21:55 PDT 2000 State-Changed-Why: Superceded by ports/18863. http://www.freebsd.org/cgi/query-pr.cgi?pr=18863 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 17:23:14 2000 Delivered-To: freebsd-ports@freebsd.org Received: from ms.tokyo.jcom.ne.jp (ms.tokyo.jcom.ne.jp [210.234.123.18]) by hub.freebsd.org (Postfix) with ESMTP id 2103B37B5F5; Sun, 28 May 2000 17:23:11 -0700 (PDT) (envelope-from knu@idaemons.org) Received: from daemon.local.idaemons.org (203-165-77-40.sugnm1.kt.home.ne.jp [203.165.77.40]) by ms.tokyo.jcom.ne.jp (8.9.3/3.7W 04/27/00) with ESMTP id JAA17474; Mon, 29 May 2000 09:23:06 +0900 (JST) Received: by daemon.local.idaemons.org (8.9.3/3.7W) id JAA19449; Mon, 29 May 2000 09:22:35 +0900 (JST) Date: Mon, 29 May 2000 09:22:33 +0900 Message-ID: <86g0r2qk6u.wl@localhost.local.idaemons.org> From: "Akinori -Aki- MUSHA" To: andrews@technologist.com Cc: shige@FreeBSD.org, ports@FreeBSD.org Subject: Re: cvs commit: ports/shells/zsh-devel Makefile ports/shells/zsh-devel/files md5 ports/shells/zsh-devel/patches patch-ad patch-ab ports/shells/zsh-devel/pkg PLIST In-Reply-To: In your message of "Sun, 28 May 2000 18:27:43 -0400" <20000528182742.B10345@argon.gryphonsoft.com> References: <200005271903.MAA19047@freefall.freebsd.org> <20000528094141.A4761@argon.gryphonsoft.com> <86og5q372b.wl@localhost.local.idaemons.org> <20000528182742.B10345@argon.gryphonsoft.com> User-Agent: Wanderlust/1.1.2 (Raspberry Beret) EMIKO/1.13.12 (Euglena sociabilis) FLIM/1.13.2 (Kasanui) APEL/10.2 MULE XEmacs/21.1 (patch 9) (Canyonlands) (i386--freebsd) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 1BEF D9B2 BABD 25D7 659A FD08 89C2 F3BE E981 4E16 MIME-Version: 1.0 (generated by EMIKO 1.13.12 - "Euglena sociabilis") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At Sun, 28 May 2000 18:27:43 -0400, Will wrote: > > [ Moved to -ports ] > > On Mon, May 29, 2000 at 02:42:20AM +0900, Akinori -Aki- MUSHA wrote: > > At Sun, 28 May 2000 09:41:41 -0400, E-Dragon wrote: > > That's my IRC alter-nickname, not my email name. ;-) Oops. To remember who's who on that IRC channel, I've been using the IRC nick as an alias of each person... No offense intended. ;) Now that I'm sure I remember yours, I just changed it. :) > > I think we can rename zsh-devel to zsh31 when 3.1.7 release is out, > > but not now. It seems premature if we (ask PW to) do a repocopy now > > because zsh-devel is currently of a pre-release... (When it comes to > > 3.1.8-beta after it becomes zsh31, we can just import the beta as > > zsh31-devel. by the way) > > Hmm... I think it should just stay in its current form.. we can simply > create a zsh31 package from the zsh-devel port.. I don't think it needs > to be moved to zsh31, regardless of the package created. The question is if we should have both (for example) 3.1.7 release and 3.1.8-{beta,pre} at a time. What if 3.1.7 is rock stable when 3.1.8-beta-2 is kind of broken? (of course given that 3.0.8 isn't obsolete at that time) Anyway we can think it when the time comes.. > > Also, we will move NO_LATEST_LINK from zsh31 to zsh30 then, > > considering bash1/bash2 pair as a good example to follow. > > Yes.. I realized that PKGNAME was the wrong solution, since it does not > work with the current philosophy. Then I remembered PKGNAMESUFFIX. > > shells/zsh: > > PKGNAMESUFFIX= 30 > > shells/zsh-devel: > > PKGNAMESUFFIX= 31 > > Since we will make packages for both, we won't need NO_LATEST_LINK, > right? Although it would be nice if we had a link from zsh.tgz to > zsh31.tgz... Right. I think as long as both zsh30 and zsh31 are stable, neither of the two needs NO_LATEST_LINK by definition: NO_LATEST_LINK - Do not install the "Latest" link for package. Define this if this port is a beta version of another stable port which is also in the tree. So as to satisfy this, I think we'll need zsh30, zsh31 and zsh31-devel. :) -- / /__ __ / ) ) ) ) / Akinori -Aki- MUSHA aka / (_ / ( (__( @ idaemons.org / FreeBSD.org "We're only at home when we're on the run, on the wing, on the fly" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 17:29:51 2000 Delivered-To: freebsd-ports@freebsd.org Received: from ms.tokyo.jcom.ne.jp (ms.tokyo.jcom.ne.jp [210.234.123.18]) by hub.freebsd.org (Postfix) with ESMTP id 81E6337B5F5; Sun, 28 May 2000 17:29:48 -0700 (PDT) (envelope-from knu@idaemons.org) Received: from daemon.local.idaemons.org (203-165-77-40.sugnm1.kt.home.ne.jp [203.165.77.40]) by ms.tokyo.jcom.ne.jp (8.9.3/3.7W 04/27/00) with ESMTP id JAA18375; Mon, 29 May 2000 09:29:46 +0900 (JST) Received: by daemon.local.idaemons.org (8.9.3/3.7W) id JAA19502; Mon, 29 May 2000 09:29:15 +0900 (JST) Date: Mon, 29 May 2000 09:29:13 +0900 Message-ID: <8666ryci7a.wl@localhost.local.idaemons.org> From: "Akinori -Aki- MUSHA" To: will@FreeBSD.ORG Cc: pcc@gmx.net, freebsd-ports@FreeBSD.ORG Subject: Re: ports/18863: The long-pending update for the zope port In-Reply-To: In your message of "Sun, 28 May 2000 16:22:16 -0700 (PDT)" <200005282322.QAA19977@freefall.freebsd.org> References: <200005282322.QAA19977@freefall.freebsd.org> User-Agent: Wanderlust/1.1.2 (Raspberry Beret) EMIKO/1.13.12 (Euglena sociabilis) FLIM/1.13.2 (Kasanui) APEL/10.2 MULE XEmacs/21.1 (patch 9) (Canyonlands) (i386--freebsd) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 1BEF D9B2 BABD 25D7 659A FD08 89C2 F3BE E981 4E16 MIME-Version: 1.0 (generated by EMIKO 1.13.12 - "Euglena sociabilis") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At Sun, 28 May 2000 16:22:16 -0700 (PDT), Will wrote: > Synopsis: The long-pending update for the zope port > > State-Changed-From-To: open->closed > State-Changed-By: will > State-Changed-When: Sun May 28 16:21:55 PDT 2000 > State-Changed-Why: > Superceded by ports/18863. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=18863 Recursion... ;) -- / /__ __ / ) ) ) ) / Akinori -Aki- MUSHA aka / (_ / ( (__( @ idaemons.org / FreeBSD.org "We're only at home when we're on the run, on the wing, on the fly" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 17:33:17 2000 Delivered-To: freebsd-ports@freebsd.org Received: from server1.mich.com (server1.mich.com [198.108.16.2]) by hub.freebsd.org (Postfix) with ESMTP id A0EDB37B5F5; Sun, 28 May 2000 17:33:13 -0700 (PDT) (envelope-from will@almanac.yi.org) Received: from almanac.yi.org (pm006-043.dialup.bignet.net [64.79.81.27]) by server1.mich.com (8.9.3/8.9.3) with ESMTP id UAA19311; Sun, 28 May 2000 20:32:41 -0400 Received: by almanac.yi.org (Postfix, from userid 1000) id 0F4F719A6; Sun, 28 May 2000 20:31:51 -0400 (EDT) Date: Sun, 28 May 2000 20:31:51 -0400 From: Will Andrews To: Akinori -Aki- MUSHA Cc: will@FreeBSD.ORG, pcc@gmx.net, freebsd-ports@FreeBSD.ORG Subject: Re: ports/18863: The long-pending update for the zope port Message-ID: <20000528203150.E10345@argon.gryphonsoft.com> References: <200005282322.QAA19977@freefall.freebsd.org> <8666ryci7a.wl@localhost.local.idaemons.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <8666ryci7a.wl@localhost.local.idaemons.org>; from knu@idaemons.org on Mon, May 29, 2000 at 09:29:13AM +0900 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, May 29, 2000 at 09:29:13AM +0900, Akinori -Aki- MUSHA wrote: > > Synopsis: The long-pending update for the zope port > > > > State-Changed-From-To: open->closed > > State-Changed-By: will > > State-Changed-When: Sun May 28 16:21:55 PDT 2000 > > State-Changed-Why: > > Superceded by ports/18863. > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=18863 Whoops. I'll fix that right now.. ;P -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 17:34:27 2000 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 9066237B5F5; Sun, 28 May 2000 17:34:26 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA25423; Sun, 28 May 2000 17:34:25 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Sun, 28 May 2000 17:34:25 -0700 (PDT) From: Message-Id: <200005290034.RAA25423@freefall.freebsd.org> To: pcc@gmx.net, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18863: The long-pending update for the zope port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: The long-pending update for the zope port State-Changed-From-To: closed->open State-Changed-By: will State-Changed-When: Sun May 28 17:33:43 PDT 2000 State-Changed-Why: Err, I made a mistake and closed the wrong PR. :-P Sorry Peter, and thanks to knu-san. :) http://www.freebsd.org/cgi/query-pr.cgi?pr=18863 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 17:50: 6 2000 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 8049437B9DC for ; Sun, 28 May 2000 17:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA26717; Sun, 28 May 2000 17:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from micro.if.t.u-tokyo.ac.jp (micro.if.t.u-tokyo.ac.jp [133.11.94.143]) by hub.freebsd.org (Postfix) with ESMTP id E4B5D37B9DC for ; Sun, 28 May 2000 17:44:15 -0700 (PDT) (envelope-from jeux@micro.if.t.u-tokyo.ac.jp) Received: (from jeux@localhost) by micro.if.t.u-tokyo.ac.jp (8.9.3/8.9.3) id JAA07909; Mon, 29 May 2000 09:54:50 +0900 (JST) (envelope-from jeux) Message-Id: <200005290054.JAA07909@micro.if.t.u-tokyo.ac.jp> Date: Mon, 29 May 2000 09:54:50 +0900 (JST) From: MITA Yoshio Reply-To: MITA Yoshio To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18865: misc/magicpoint depends on graphics/png Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18865 >Category: ports >Synopsis: misc/magicpoint depends on graphics/png >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 28 17:50:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: MITA Yoshio >Release: FreeBSD 4.0-20000517-JPSNAP i386 >Organization: VLSI Design and Education Center, the University of TOKYO >Environment: >Description: >How-To-Repeat: >Fix: diff -rcN misc/magicpoint.current/Makefile misc/magicpoint/Makefile *** misc/magicpoint.current/Makefile Sun May 21 19:14:05 2000 --- misc/magicpoint/Makefile Mon May 29 09:52:08 2000 *************** *** 13,19 **** MAINTAINER?= mita@jp.FreeBSD.org ! LIB_DEPENDS+= ttf.4:${PORTSDIR}/print/freetype USE_IMAKE= yes GNU_CONFIGURE= yes --- 13,20 ---- MAINTAINER?= mita@jp.FreeBSD.org ! LIB_DEPENDS+= ttf.4:${PORTSDIR}/print/freetype \ ! png.3:${PORTSDIR}/graphics/png USE_IMAKE= yes GNU_CONFIGURE= 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 Sun May 28 19: 2:56 2000 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 AA22937B5EC; Sun, 28 May 2000 19:02:55 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA33603; Sun, 28 May 2000 19:02:55 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 19:02:55 -0700 (PDT) From: Message-Id: <200005290202.TAA33603@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, mharo@FreeBSD.org Subject: Re: ports/18490: Proftpd requires /var/run/proftpd to exist for ftpcount and ftpwho Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Proftpd requires /var/run/proftpd to exist for ftpcount and ftpwho Responsible-Changed-From-To: freebsd-ports->mharo Responsible-Changed-By: steve Responsible-Changed-When: Sun May 28 19:02:29 PDT 2000 Responsible-Changed-Why: Over to port's maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=18490 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 19: 3:34 2000 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 455D637B9CB; Sun, 28 May 2000 19:03:33 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA33719; Sun, 28 May 2000 19:03:33 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 19:03:33 -0700 (PDT) From: Message-Id: <200005290203.TAA33719@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, torstenb@FreeBSD.org Subject: Re: ports/18529: Update mail/postfix to 19991231-pl07 and a few other things Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update mail/postfix to 19991231-pl07 and a few other things Responsible-Changed-From-To: freebsd-ports->torstenb Responsible-Changed-By: steve Responsible-Changed-When: Sun May 28 19:03:02 PDT 2000 Responsible-Changed-Why: Over to port's maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=18529 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 19: 3:49 2000 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 7546B37B9CB; Sun, 28 May 2000 19:03:48 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA33797; Sun, 28 May 2000 19:03:48 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 19:03:48 -0700 (PDT) From: Message-Id: <200005290203.TAA33797@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, cwt@FreeBSD.org Subject: Re: ports/18609: misc/amanda24: change amdump to set nodump flag on dumps to disk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: misc/amanda24: change amdump to set nodump flag on dumps to disk Responsible-Changed-From-To: freebsd-ports->cwt Responsible-Changed-By: steve Responsible-Changed-When: Sun May 28 19:03:36 PDT 2000 Responsible-Changed-Why: Over to port's maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=18609 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 19: 4:10 2000 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 F00A037BA31; Sun, 28 May 2000 19:04:08 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA33885; Sun, 28 May 2000 19:04:08 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 19:04:08 -0700 (PDT) From: Message-Id: <200005290204.TAA33885@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, asami@FreeBSD.org Subject: Re: ports/18616: colorls outputs colorization and type char in different order in long and short mode Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: colorls outputs colorization and type char in different order in long and short mode Responsible-Changed-From-To: freebsd-ports->asami Responsible-Changed-By: steve Responsible-Changed-When: Sun May 28 19:03:58 PDT 2000 Responsible-Changed-Why: Over to port's maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=18616 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 19: 4:35 2000 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 67AF237BB47; Sun, 28 May 2000 19:04:32 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA33969; Sun, 28 May 2000 19:04:31 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 19:04:31 -0700 (PDT) From: Message-Id: <200005290204.TAA33969@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, will@FreeBSD.org Subject: Re: ports/18700: kdelibs2 doesn't compile with some versions of libaudiofile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: kdelibs2 doesn't compile with some versions of libaudiofile Responsible-Changed-From-To: freebsd-ports->will Responsible-Changed-By: steve Responsible-Changed-When: Sun May 28 19:04:18 PDT 2000 Responsible-Changed-Why: Over to port's maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=18700 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 19: 5: 2 2000 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 9589A37BA69; Sun, 28 May 2000 19:04:59 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA34065; Sun, 28 May 2000 19:04:59 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 19:04:59 -0700 (PDT) From: Message-Id: <200005290204.TAA34065@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, stb@FreeBSD.org Subject: Re: ports/18766: Fix port: astro/setiathome Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fix port: astro/setiathome Responsible-Changed-From-To: freebsd-ports->stb Responsible-Changed-By: steve Responsible-Changed-When: Sun May 28 19:04:42 PDT 2000 Responsible-Changed-Why: Over to port's maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=18766 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 19: 5:33 2000 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 4DF0C37BAC5; Sun, 28 May 2000 19:05:32 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA34193; Sun, 28 May 2000 19:05:32 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 19:05:32 -0700 (PDT) From: Message-Id: <200005290205.TAA34193@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, kuriyama@FreeBSD.org Subject: Re: ports/18778: Refactoring port: japanese/man Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Refactoring port: japanese/man Responsible-Changed-From-To: freebsd-ports->kuriyama Responsible-Changed-By: steve Responsible-Changed-When: Sun May 28 19:05:08 PDT 2000 Responsible-Changed-Why: Over to port's maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=18778 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 19: 5:54 2000 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 97C5537BA3D; Sun, 28 May 2000 19:05:52 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA34274; Sun, 28 May 2000 19:05:52 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 19:05:52 -0700 (PDT) From: Message-Id: <200005290205.TAA34274@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, green@FreeBSD.org Subject: Re: ports/18800: security/cfs ports installation fix Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: security/cfs ports installation fix Responsible-Changed-From-To: freebsd-ports->green Responsible-Changed-By: steve Responsible-Changed-When: Sun May 28 19:05:40 PDT 2000 Responsible-Changed-Why: Over to port's maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=18800 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 19: 6:18 2000 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 43B4837BA3D; Sun, 28 May 2000 19:06:16 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA34370; Sun, 28 May 2000 19:06:16 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 19:06:16 -0700 (PDT) From: Message-Id: <200005290206.TAA34370@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, will@FreeBSD.org Subject: Re: ports/18818: kdesupport2 doesn't build Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: kdesupport2 doesn't build Responsible-Changed-From-To: freebsd-ports->will Responsible-Changed-By: steve Responsible-Changed-When: Sun May 28 19:06:02 PDT 2000 Responsible-Changed-Why: Over to port's maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=18818 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 19: 6:43 2000 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 2802837BAD6; Sun, 28 May 2000 19:06:42 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA34465; Sun, 28 May 2000 19:06:41 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 19:06:41 -0700 (PDT) From: Message-Id: <200005290206.TAA34465@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, asmodai@FreeBSD.org Subject: Re: ports/18820: textproc/docbook-400 PLIST fix Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: textproc/docbook-400 PLIST fix Responsible-Changed-From-To: freebsd-ports->asmodai Responsible-Changed-By: steve Responsible-Changed-When: Sun May 28 19:06:26 PDT 2000 Responsible-Changed-Why: Over to port's maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=18820 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 19: 7: 9 2000 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 4FBD037BB33; Sun, 28 May 2000 19:07:07 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA34567; Sun, 28 May 2000 19:07:07 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 19:07:07 -0700 (PDT) From: Message-Id: <200005290207.TAA34567@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, jseger@FreeBSD.org Subject: Re: ports/18842: devel/gmake: i18n patch, use the shared libintl Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: devel/gmake: i18n patch, use the shared libintl Responsible-Changed-From-To: freebsd-ports->jseger Responsible-Changed-By: steve Responsible-Changed-When: Sun May 28 19:06:51 PDT 2000 Responsible-Changed-Why: Over to port's maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=18842 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 19: 8: 2 2000 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 9199437BA73; Sun, 28 May 2000 19:08:00 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA34722; Sun, 28 May 2000 19:08:00 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 19:08:00 -0700 (PDT) From: Message-Id: <200005290208.TAA34722@freefall.freebsd.org> To: pcc@gmx.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18863: The long-pending update for the zope port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: The long-pending update for the zope port State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 19:07:21 PDT 2000 State-Changed-Why: Preceded by ports/18444 and I'm going to commit that one shortly. http://www.freebsd.org/cgi/query-pr.cgi?pr=18863 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 19: 8:37 2000 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 34F2B37B9CB; Sun, 28 May 2000 19:08:36 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA34828; Sun, 28 May 2000 19:08:36 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 19:08:36 -0700 (PDT) From: Message-Id: <200005290208.TAA34828@freefall.freebsd.org> To: yatt@msc.biglobe.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18856: Update port: audio/timidity++ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: audio/timidity++ State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 19:08:11 PDT 2000 State-Changed-Why: Duplicate of ports/18853. http://www.freebsd.org/cgi/query-pr.cgi?pr=18856 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 19: 9:54 2000 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 C29D537BADF; Sun, 28 May 2000 19:09:52 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA35054; Sun, 28 May 2000 19:09:52 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 19:09:52 -0700 (PDT) From: Message-Id: <200005290209.TAA35054@freefall.freebsd.org> To: pfeifer@dbai.tuwien.ac.at, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18847: Remove obsolete patch/patch-cj from the Wine port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Remove obsolete patch/patch-cj from the Wine port State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 19:09:06 PDT 2000 State-Changed-Why: I will commit this along with ports/18848. http://www.freebsd.org/cgi/query-pr.cgi?pr=18847 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 19:12:14 2000 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 4501337BA69; Sun, 28 May 2000 19:12:11 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA35444; Sun, 28 May 2000 19:12:11 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 19:12:11 -0700 (PDT) From: Message-Id: <200005290212.TAA35444@freefall.freebsd.org> To: pfeifer@dbai.tuwien.ac.at, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18848: Upgrade Wine port to 2000.05.26 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Upgrade Wine port to 2000.05.26 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 19:11:53 PDT 2000 State-Changed-Why: Update committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18848 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 19:21: 6 2000 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 DB73D37BA94; Sun, 28 May 2000 19:21:04 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA36810; Sun, 28 May 2000 19:21:04 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 19:21:04 -0700 (PDT) From: Message-Id: <200005290221.TAA36810@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18797: Update port: lang/rexx-imc (fix ports/16786) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: lang/rexx-imc (fix ports/16786) State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 19:18:39 PDT 2000 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18797 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 19:22:50 2000 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 85B1537BADF; Sun, 28 May 2000 19:22:49 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA37068; Sun, 28 May 2000 19:22:49 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 19:22:49 -0700 (PDT) From: Message-Id: <200005290222.TAA37068@freefall.freebsd.org> To: adrian@ubergeeks.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17350: tripwire used mktemp(), siggen not installed, not packagable Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: tripwire used mktemp(), siggen not installed, not packagable State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 19:22:10 PDT 2000 State-Changed-Why: I will commit this as a part of ports/18634. http://www.freebsd.org/cgi/query-pr.cgi?pr=17350 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 19:28: 7 2000 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 B3D1937BA73; Sun, 28 May 2000 19:28:03 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA37847; Sun, 28 May 2000 19:28:03 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 19:28:03 -0700 (PDT) From: Message-Id: <200005290228.TAA37847@freefall.freebsd.org> To: mi@aldan.algebra.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18634: security/tripwire port refreshed with new fixes Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: security/tripwire port refreshed with new fixes State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 19:24:24 PDT 2000 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 19:29:32 2000 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 8C49137BB5F; Sun, 28 May 2000 19:29:22 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA38108; Sun, 28 May 2000 19:29:22 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 19:29:22 -0700 (PDT) From: Message-Id: <200005290229.TAA38108@freefall.freebsd.org> To: yatt@msc.biglobe.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18853: Update port: audio/timidity++ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: audio/timidity++ State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 19:28:42 PDT 2000 State-Changed-Why: Update committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18853 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 19:30:15 2000 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 DA6DB37BF69; Sun, 28 May 2000 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 TAA38301; Sun, 28 May 2000 19:30:06 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 19:30:06 -0700 (PDT) From: Message-Id: <200005290230.TAA38301@freefall.freebsd.org> To: yatt@msc.biglobe.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18854: Update port: audio/timidity++-emacs Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: audio/timidity++-emacs State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 19:29:38 PDT 2000 State-Changed-Why: Update committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18854 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 19:32: 5 2000 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 F0F6037BA42; Sun, 28 May 2000 19:32:03 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA38599; Sun, 28 May 2000 19:32:03 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 19:32:03 -0700 (PDT) From: Message-Id: <200005290232.TAA38599@freefall.freebsd.org> To: jpf@wave-star.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18851: --with-ftp should be --enable-ftp in /usr/ports/www/apache13-php4/scripts/configure.php Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: --with-ftp should be --enable-ftp in /usr/ports/www/apache13-php4/scripts/configure.php State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 19:31:11 PDT 2000 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18851 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 19:33:41 2000 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 036E137BA73; Sun, 28 May 2000 19:33:39 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA38947; Sun, 28 May 2000 19:33:39 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 19:33:39 -0700 (PDT) From: Message-Id: <200005290233.TAA38947@freefall.freebsd.org> To: aa8vb@nc.rr.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18843: Updated OpenDX port (4.1.0) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Updated OpenDX port (4.1.0) State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 19:32:59 PDT 2000 State-Changed-Why: Update committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18843 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 19:35: 3 2000 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 11C1237B9CB; Sun, 28 May 2000 19:35:00 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA39113; Sun, 28 May 2000 19:35:00 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 19:35:00 -0700 (PDT) From: Message-Id: <200005290235.TAA39113@freefall.freebsd.org> To: aa8vb@nc.rr.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18844: Updated OpenDX-samples port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Updated OpenDX-samples port State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 19:34:24 PDT 2000 State-Changed-Why: Update committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18844 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 19:37:39 2000 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 676EF37BA42; Sun, 28 May 2000 19:37:38 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA39496; Sun, 28 May 2000 19:37:38 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 19:37:38 -0700 (PDT) From: Message-Id: <200005290237.TAA39496@freefall.freebsd.org> To: rguyom@321.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18841: net/openldap: upgrade to 1.2.10 and dynamic linking of executables Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: net/openldap: upgrade to 1.2.10 and dynamic linking of executables State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 19:36:16 PDT 2000 State-Changed-Why: Update committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18841 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 19:39:35 2000 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 9AE9337BA42; Sun, 28 May 2000 19:39:32 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA39808; Sun, 28 May 2000 19:39:32 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 19:39:32 -0700 (PDT) From: Message-Id: <200005290239.TAA39808@freefall.freebsd.org> To: rguyom@321.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18840: mail/fetchmail: i18n patch Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: mail/fetchmail: i18n patch State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 19:38:15 PDT 2000 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18840 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 19:40:44 2000 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 0A37337BA42; Sun, 28 May 2000 19:40:43 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA40015; Sun, 28 May 2000 19:40:42 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 19:40:42 -0700 (PDT) From: Message-Id: <200005290240.TAA40015@freefall.freebsd.org> To: kargl@troutmask.apl.washington.edu, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18839: f77 port name fc conflicts with shell builtin Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: f77 port name fc conflicts with shell builtin State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 19:40:17 PDT 2000 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18839 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 19:42: 8 2000 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 2093F37BC9B; Sun, 28 May 2000 19:42:06 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA40244; Sun, 28 May 2000 19:42:06 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 19:42:06 -0700 (PDT) From: Message-Id: <200005290242.TAA40244@freefall.freebsd.org> To: mi@aldan.algebra.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18833: new version of math/siag (3.3.8) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new version of math/siag (3.3.8) State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 19:41:04 PDT 2000 State-Changed-Why: Update committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18833 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 19:43:39 2000 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 A7E8737BB10; Sun, 28 May 2000 19:43:37 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA40459; Sun, 28 May 2000 19:43:37 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 19:43:37 -0700 (PDT) From: Message-Id: <200005290243.TAA40459@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18796: Update port: graphics/sane Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: graphics/sane State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 19:42:49 PDT 2000 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18796 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 19:44:50 2000 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 CFFE637BB2D; Sun, 28 May 2000 19:44:39 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA40715; Sun, 28 May 2000 19:44:39 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 19:44:39 -0700 (PDT) From: Message-Id: <200005290244.TAA40715@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18795: Update port: graphics/gphoto Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: graphics/gphoto State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 19:44:04 PDT 2000 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18795 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 19:46:35 2000 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 40EE337BA42; Sun, 28 May 2000 19:46:34 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA40959; Sun, 28 May 2000 19:46:33 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 19:46:33 -0700 (PDT) From: Message-Id: <200005290246.TAA40959@freefall.freebsd.org> To: jstock@visi.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18432: Patches are no longer needed for SWIG port. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Patches are no longer needed for SWIG port. State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 19:45:47 PDT 2000 State-Changed-Why: This was true temporarily until the MASTER_SITE this distfile came from went away. Please update to the port I committed yesterday. http://www.freebsd.org/cgi/query-pr.cgi?pr=18432 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 19:47:18 2000 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 D995637BA42; Sun, 28 May 2000 19:47:16 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA41094; Sun, 28 May 2000 19:47:16 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 19:47:16 -0700 (PDT) From: Message-Id: <200005290247.TAA41094@freefall.freebsd.org> To: yinjieh@Crazyman.Dorm13.NCTU.edu.tw, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18480: patch port: net/icqnix Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: patch port: net/icqnix State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 19:46:51 PDT 2000 State-Changed-Why: I committed a similar fix yesterday. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18480 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 19:47:49 2000 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 CCE8137BA42; Sun, 28 May 2000 19:47:47 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA41187; Sun, 28 May 2000 19:47:47 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 19:47:47 -0700 (PDT) From: Message-Id: <200005290247.TAA41187@freefall.freebsd.org> To: jsutton@bbcon.com.au, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18511: Re: [PORTS] ports/18444: zope port outdated Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Re: [PORTS] ports/18444: zope port outdated State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 19:47:28 PDT 2000 State-Changed-Why: Followup to ports/18444. http://www.freebsd.org/cgi/query-pr.cgi?pr=18511 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 19:50:10 2000 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 1085C37BA42; Sun, 28 May 2000 19:50:07 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA41586; Sun, 28 May 2000 19:50:06 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 19:50:06 -0700 (PDT) From: Message-Id: <200005290250.TAA41586@freefall.freebsd.org> To: thomas@hentschel.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18444: zope port outdated Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: zope port outdated State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 19:49:16 PDT 2000 State-Changed-Why: Update committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18444 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 19:50:55 2000 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 8A63837BB0D; Sun, 28 May 2000 19:50:52 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA41714; Sun, 28 May 2000 19:50:52 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 19:50:52 -0700 (PDT) From: Message-Id: <200005290250.TAA41714@freefall.freebsd.org> To: kelly@ad1440.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18690: Re: print.jadetex port doesn't compile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Re: print.jadetex port doesn't compile State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 19:50:32 PDT 2000 State-Changed-Why: Followup to ports/18680. http://www.freebsd.org/cgi/query-pr.cgi?pr=18690 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 19:51:28 2000 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 A2C7837BB39; Sun, 28 May 2000 19:51:26 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA41816; Sun, 28 May 2000 19:51:26 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 19:51:26 -0700 (PDT) From: Message-Id: <200005290251.TAA41816@freefall.freebsd.org> To: nik@freebsd.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18753: Re: print.jadetex port doesn't compile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Re: print.jadetex port doesn't compile State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 19:51:10 PDT 2000 State-Changed-Why: Followup to ports/18680. http://www.freebsd.org/cgi/query-pr.cgi?pr=18753 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 19:52:37 2000 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 E20FA37BB17; Sun, 28 May 2000 19:52:35 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA42003; Sun, 28 May 2000 19:52:35 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 19:52:35 -0700 (PDT) From: Message-Id: <200005290252.TAA42003@freefall.freebsd.org> To: michael@dynamine.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18697: Current gd port broken Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Current gd port broken State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 19:51:44 PDT 2000 State-Changed-Why: billf@freebsd.org upgraded this not too long ago. Please update to get the fixed port. Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=18697 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 19:53:12 2000 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 5F97F37BA94; Sun, 28 May 2000 19:53:11 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA42152; Sun, 28 May 2000 19:53:10 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 19:53:10 -0700 (PDT) From: Message-Id: <200005290253.TAA42152@freefall.freebsd.org> To: rguyom@321.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18718: adding i10n support to mail/fetchmail Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: adding i10n support to mail/fetchmail State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 19:52:53 PDT 2000 State-Changed-Why: Duplicate to ports/18840. http://www.freebsd.org/cgi/query-pr.cgi?pr=18718 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 19:58:57 2000 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 3F73837BDB9; Sun, 28 May 2000 19:58:54 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA43052; Sun, 28 May 2000 19:58:54 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 19:58:54 -0700 (PDT) From: Message-Id: <200005290258.TAA43052@freefall.freebsd.org> To: rjoseph@mammalia.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18407: submission to make ports/graphics/togl more complete Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: submission to make ports/graphics/togl more complete State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 19:57:58 PDT 2000 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18407 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 20: 0:38 2000 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 9514837BB78; Sun, 28 May 2000 20:00:36 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA43332; Sun, 28 May 2000 20:00:36 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 20:00:36 -0700 (PDT) From: Message-Id: <200005290300.UAA43332@freefall.freebsd.org> To: mab@red-bean.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18419: Update nonstandard rc.d file for www/aolserver Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update nonstandard rc.d file for www/aolserver State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 19:59:38 PDT 2000 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18419 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 20: 2: 6 2000 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 199E437BB20; Sun, 28 May 2000 20:02:01 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA43595; Sun, 28 May 2000 20:02:00 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 20:02:00 -0700 (PDT) From: Message-Id: <200005290302.UAA43595@freefall.freebsd.org> To: saken@hotel.rmta.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18433: UPDATE: www/tidy to version april 30 2000 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: UPDATE: www/tidy to version april 30 2000 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 20:01:11 PDT 2000 State-Changed-Why: Update committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18433 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 20: 2:57 2000 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 7C64237B835; Sun, 28 May 2000 20:02:55 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA43782; Sun, 28 May 2000 20:02:55 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 20:02:55 -0700 (PDT) From: Message-Id: <200005290302.UAA43782@freefall.freebsd.org> To: giffunip@asme.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18509: Update to CAD/Spice Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update to CAD/Spice State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 20:02:41 PDT 2000 State-Changed-Why: Update committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18509 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 20: 6:36 2000 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 7092437C108; Sun, 28 May 2000 20:06:31 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA44487; Sun, 28 May 2000 20:06:31 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 20:06:31 -0700 (PDT) From: Message-Id: <200005290306.UAA44487@freefall.freebsd.org> To: giffunip@asme.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18513: Update to CAD/felt Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update to CAD/felt State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 20:05:38 PDT 2000 State-Changed-Why: Update committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18513 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 20: 8:15 2000 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 524F337C1A3; Sun, 28 May 2000 20:08:14 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA44797; Sun, 28 May 2000 20:08:14 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 20:08:14 -0700 (PDT) From: Message-Id: <200005290308.UAA44797@freefall.freebsd.org> To: cjh@kr.FreeBSD.ORG, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18546: Ports update: korean/netscape47-communicator Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Ports update: korean/netscape47-communicator State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 20:07:51 PDT 2000 State-Changed-Why: Update committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18546 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 20: 9:23 2000 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 4F7F637BFFE; Sun, 28 May 2000 20:09:20 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA45052; Sun, 28 May 2000 20:09:20 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 20:09:20 -0700 (PDT) From: Message-Id: <200005290309.UAA45052@freefall.freebsd.org> To: pangolin@home.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18549: spin update to 3.3.10 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: spin update to 3.3.10 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 20:08:50 PDT 2000 State-Changed-Why: Update committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18549 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 20:11:47 2000 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 514B537BC5F; Sun, 28 May 2000 20:11:41 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA45440; Sun, 28 May 2000 20:11:41 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 20:11:41 -0700 (PDT) From: Message-Id: <200005290311.UAA45440@freefall.freebsd.org> To: ixtl@utmc.or.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18610: update port japanese/latex2html Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port japanese/latex2html State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 20:10:36 PDT 2000 State-Changed-Why: Update committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18610 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 20:14:38 2000 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 7EF7637BB16; Sun, 28 May 2000 20:14:36 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA45849; Sun, 28 May 2000 20:14:36 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 20:14:36 -0700 (PDT) From: Message-Id: <200005290314.UAA45849@freefall.freebsd.org> To: bsdx@looksharp.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18615: gcombust port needs updating (pseudo patches included) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: gcombust port needs updating (pseudo patches included) State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 20:13:03 PDT 2000 State-Changed-Why: Update committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18615 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 20:17: 5 2000 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 196BC37BB16; Sun, 28 May 2000 20:17:03 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA46255; Sun, 28 May 2000 20:17:03 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 20:17:03 -0700 (PDT) From: Message-Id: <200005290317.UAA46255@freefall.freebsd.org> To: issei@jp.FreeBSD.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18620: Update port : security/ssh2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port : security/ssh2 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 20:15:59 PDT 2000 State-Changed-Why: Update committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18620 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 20:18:56 2000 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 00F1437BBF4; Sun, 28 May 2000 20:18:48 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA46590; Sun, 28 May 2000 20:18:48 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 20:18:48 -0700 (PDT) From: Message-Id: <200005290318.UAA46590@freefall.freebsd.org> To: ambrisk@ambrisko.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18626: Update Etherboot to 4.6.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update Etherboot to 4.6.1 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 20:18:12 PDT 2000 State-Changed-Why: Update committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18626 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 20:22:28 2000 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 4321F37BB2F; Sun, 28 May 2000 20:22:27 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA47093; Sun, 28 May 2000 20:22:27 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 20:22:27 -0700 (PDT) From: Message-Id: <200005290322.UAA47093@freefall.freebsd.org> To: mita@jp.FreeBSD.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18637: update to the latest version Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update to the latest version State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 20:21:33 PDT 2000 State-Changed-Why: Update committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18637 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 20:22:33 2000 Delivered-To: freebsd-ports@freebsd.org Received: from server1.mich.com (server1.mich.com [198.108.16.2]) by hub.freebsd.org (Postfix) with ESMTP id 7093437BB6F for ; Sun, 28 May 2000 20:22:29 -0700 (PDT) (envelope-from will@almanac.yi.org) Received: from almanac.yi.org (pm006-043.dialup.bignet.net [64.79.81.27]) by server1.mich.com (8.9.3/8.9.3) with ESMTP id XAA08809 for ; Sun, 28 May 2000 23:22:28 -0400 Received: by almanac.yi.org (Postfix, from userid 1000) id 85DD419A6; Sun, 28 May 2000 23:21:51 -0400 (EDT) Date: Sun, 28 May 2000 23:21:51 -0400 From: Will Andrews To: FreeBSD Ports Subject: Remove games/linuxdoom? Message-ID: <20000528232151.I10345@argon.gryphonsoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi all, Now that Id Software has released the source code for Doom, is there much point in keeping this port around? It's currently broken and no one is maintaining it. I say we nuke it. -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 20:25:10 2000 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 16B6637BE19; Sun, 28 May 2000 20:25:05 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA47573; Sun, 28 May 2000 20:25:06 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 20:25:06 -0700 (PDT) From: Message-Id: <200005290325.UAA47573@freefall.freebsd.org> To: girgen@partitur.se, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18668: Update www/apache-jserv to 1.1.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update www/apache-jserv to 1.1.1 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 20:24:21 PDT 2000 State-Changed-Why: Update committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18668 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 20:26:45 2000 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 4282337BB39; Sun, 28 May 2000 20:26:44 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA47828; Sun, 28 May 2000 20:26:44 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 20:26:44 -0700 (PDT) From: Message-Id: <200005290326.UAA47828@freefall.freebsd.org> To: girgen@partitur.se, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18708: www/gnujsp config fix Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: www/gnujsp config fix State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 20:25:38 PDT 2000 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18708 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 20:28: 2 2000 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 6550037BB14; Sun, 28 May 2000 20:28:01 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA48055; Sun, 28 May 2000 20:28:01 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 20:28:01 -0700 (PDT) From: Message-Id: <200005290328.UAA48055@freefall.freebsd.org> To: bugg@bugg.strangled.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18713: games/gtetrinet MASTER_SITES fix Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: games/gtetrinet MASTER_SITES fix State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 20:27:27 PDT 2000 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18713 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 20:29:47 2000 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 6402437BE3C; Sun, 28 May 2000 20:29:43 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA48351; Sun, 28 May 2000 20:29:43 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 20:29:43 -0700 (PDT) From: Message-Id: <200005290329.UAA48351@freefall.freebsd.org> To: girgen@partitur.se, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18722: Update www/plugger to 3.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update www/plugger to 3.2 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 20:29:04 PDT 2000 State-Changed-Why: Update committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18722 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 20:33:22 2000 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 D2B7137BD42; Sun, 28 May 2000 20:33:17 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA48837; Sun, 28 May 2000 20:33:17 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 20:33:17 -0700 (PDT) From: Message-Id: <200005290333.UAA48837@freefall.freebsd.org> To: andy@geek4food.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18725: extra patches, correct dependancy Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: extra patches, correct dependancy State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 20:30:36 PDT 2000 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18725 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 20:35: 5 2000 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 810A337BB4E; Sun, 28 May 2000 20:35:03 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA49163; Sun, 28 May 2000 20:35:03 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 20:35:03 -0700 (PDT) From: Message-Id: <200005290335.UAA49163@freefall.freebsd.org> To: satherrl@dssrg.curtin.edu.au, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18731: Patch list for mpich appears to be incomplete Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Patch list for mpich appears to be incomplete State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 20:33:59 PDT 2000 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18731 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 20:37:29 2000 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 2C4B537BB30; Sun, 28 May 2000 20:37:27 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA49546; Sun, 28 May 2000 20:37:27 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 20:37:27 -0700 (PDT) From: Message-Id: <200005290337.UAA49546@freefall.freebsd.org> To: lioux@uol.com.br, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18733: Update port mail/qmail Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port mail/qmail State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 20:35:47 PDT 2000 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18733 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 20:39: 6 2000 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 0D1D737BB52; Sun, 28 May 2000 20:39:05 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA49859; Sun, 28 May 2000 20:39:04 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 20:39:04 -0700 (PDT) From: Message-Id: <200005290339.UAA49859@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18747: Update port: math/add Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: math/add State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 20:38:04 PDT 2000 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18747 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 20:40:34 2000 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 8E0EF37BB30; Sun, 28 May 2000 20:40:31 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA50155; Sun, 28 May 2000 20:40:31 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 20:40:31 -0700 (PDT) From: Message-Id: <200005290340.UAA50155@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18748: Update port: math/netcdf to 3.5b3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: math/netcdf to 3.5b3 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 20:39:38 PDT 2000 State-Changed-Why: Update committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18748 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 20:42:45 2000 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 BD5C237BB14; Sun, 28 May 2000 20:42:41 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA50490; Sun, 28 May 2000 20:42:36 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 20:42:36 -0700 (PDT) From: Message-Id: <200005290342.UAA50490@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18749: Update port: x11-fonts/xmbdfed to 4.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: x11-fonts/xmbdfed to 4.4 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 20:41:30 PDT 2000 State-Changed-Why: Update committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18749 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 20:42:47 2000 Delivered-To: freebsd-ports@freebsd.org Received: from maynard.mail.mindspring.net (maynard.mail.mindspring.net [207.69.200.243]) by hub.freebsd.org (Postfix) with ESMTP id 23CDC37BB5B; Sun, 28 May 2000 20:42:38 -0700 (PDT) (envelope-from abes_email_reports@mindspring.com) Received: from abeperlstein (user-2inigqt.dialup.mindspring.com [165.121.67.93]) by maynard.mail.mindspring.net (8.9.3/8.8.5) with SMTP id XAA26665; Sun, 28 May 2000 23:34:13 -0400 (EDT) From: "Abe's Grant Report" To: Subject: Daily Grants Report Date: Sun, 28 May 2000 23:36:45 -0400 Message-ID: <002101bfc91f$1d1444e0$5d4379a5@abeperlstein> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2377.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I publish a free daily e-mail grants newsletter that lists the basic contents of grant RFPs listed in the Federal Register and foundation information. I am doing this because I have been bothered by the cost and delays of various print publications in listing information that is free in the Federal Register. I have found that by the time I get any particular report, I have very little time to put together the proposal. I also found that if I could get this information when it is published I would be ahead of the game. I have begun e-mailing the free newsletter on May 8, 2000. In the first week several hundred people sign up. You will not receive any other e-mail about this. If you would like to subscribe send an e-mail message to: abes-grant-reports-subscribe@egroups.com What executive directors, devlopment directors, grant writers and various non-profits have to say: "Thanks Abe, that was good work on your part and I do appreciate you capturing this data." "What a wonderful idea!" "Thanks Abe. It looks good - easy to read." "I think this is a wonderful idea. I too am often frustrated that by the time publications come out award opportunities are either past or too close to do the proper work required to meet deadlines. I applaud your decision to do a newsletter in a more timely fashion and will be applying to be included." "Great." "The difficulty we have noticed with hardcopy newsletters is the preparation time uses so much of the grant response time that often you get the newsletter too late to do much good." "I really appreciate your "digest" of items! Thank you." "I would be interested in receiving your newsletter re: grants information. I agree that this information needs to be disseminated much quicker than via the printed newsletters. Thank you for taking on this task. It will truly make my life much easier." If you would like to subscribe send an e-mail message to: abes-grant-reports-subscribe@egroups.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 20:44:15 2000 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 C3E7C37BE3C; Sun, 28 May 2000 20:44:10 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA50748; Sun, 28 May 2000 20:44:10 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 20:44:10 -0700 (PDT) From: Message-Id: <200005290344.UAA50748@freefall.freebsd.org> To: one@netlab.is.tsukuba.ac.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18764: Update port: graphics/tgif-nls to 4.1.34 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: graphics/tgif-nls to 4.1.34 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 20:43:18 PDT 2000 State-Changed-Why: Update committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18764 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 20:49:15 2000 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 084C737BEDE; Sun, 28 May 2000 20:49:13 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA51292; Sun, 28 May 2000 20:49:12 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 20:49:12 -0700 (PDT) From: Message-Id: <200005290349.UAA51292@freefall.freebsd.org> To: okazaki@be.to, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18774: japanese/emacs20-dl-canna PLIST fix Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: japanese/emacs20-dl-canna PLIST fix State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 20:48:11 PDT 2000 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18774 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 20:51:49 2000 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 968B037BF25; Sun, 28 May 2000 20:51:47 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA51673; Sun, 28 May 2000 20:51:46 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 20:51:46 -0700 (PDT) From: Message-Id: <200005290351.UAA51673@freefall.freebsd.org> To: k5@cheerful.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18780: graphics/xmovie doesn't run on -CURRENT(brandelf issue) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: graphics/xmovie doesn't run on -CURRENT(brandelf issue) State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 20:49:40 PDT 2000 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18780 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 20:53:29 2000 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 9561C37BF26; Sun, 28 May 2000 20:53:27 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA51879; Sun, 28 May 2000 20:53:27 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 20:53:27 -0700 (PDT) From: Message-Id: <200005290353.UAA51879@freefall.freebsd.org> To: k5@cheerful.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18781: graphics/linux-bmrt doesn't run on -CURRENT(brandelf issue) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: graphics/linux-bmrt doesn't run on -CURRENT(brandelf issue) State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 20:53:03 PDT 2000 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18781 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 20:56:12 2000 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 16FA737B60C; Sun, 28 May 2000 20:56:10 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA52346; Sun, 28 May 2000 20:56:09 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 20:56:09 -0700 (PDT) From: Message-Id: <200005290356.UAA52346@freefall.freebsd.org> To: osa@FreeBSD.org.ru, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18784: xmms-liveice is up to date ??? Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: xmms-liveice is up to date ??? State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 20:53:59 PDT 2000 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18784 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 20:57:22 2000 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 0ED8A37BF1C; Sun, 28 May 2000 20:57:21 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA52595; Sun, 28 May 2000 20:57:20 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 20:57:20 -0700 (PDT) From: Message-Id: <200005290357.UAA52595@freefall.freebsd.org> To: k5@cheerful.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18785: update: archivers/linux_rar -> 2.70 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update: archivers/linux_rar -> 2.70 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 20:56:45 PDT 2000 State-Changed-Why: Update committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18785 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 21: 0: 4 2000 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 187BD37B60C; Sun, 28 May 2000 21:00:00 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA52948; Sun, 28 May 2000 20:59:59 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 20:59:59 -0700 (PDT) From: Message-Id: <200005290359.UAA52948@freefall.freebsd.org> To: matt@ARPA.MAIL.NET, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18454: 'netcat' and 'nedit' ports conflict. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 'netcat' and 'nedit' ports conflict. State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 20:58:28 PDT 2000 State-Changed-Why: I've changed the nc to nclient in the nedit port. http://www.freebsd.org/cgi/query-pr.cgi?pr=18454 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 21:14: 4 2000 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 477CC37BB64; Sun, 28 May 2000 21:14:02 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA54170; Sun, 28 May 2000 21:14:01 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 21:14:01 -0700 (PDT) From: Message-Id: <200005290414.VAA54170@freefall.freebsd.org> To: lioux@uol.com.br, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17941: new port: devel/lwp - needed for coda 5.3.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: devel/lwp - needed for coda 5.3.6 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 21:13:10 PDT 2000 State-Changed-Why: New port committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=17941 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 21:17:44 2000 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 AF25737B77A; Sun, 28 May 2000 21:17:41 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA54674; Sun, 28 May 2000 21:17:41 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 21:17:41 -0700 (PDT) From: Message-Id: <200005290417.VAA54674@freefall.freebsd.org> To: lioux@uol.com.br, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17942: new port: devel/rvm - needed for coda 5.3.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: devel/rvm - needed for coda 5.3.6 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 21:16:54 PDT 2000 State-Changed-Why: New port committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=17942 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 21:21:28 2000 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 00EAC37BEED; Sun, 28 May 2000 21:21:25 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA55101; Sun, 28 May 2000 21:21:25 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 21:21:25 -0700 (PDT) From: Message-Id: <200005290421.VAA55101@freefall.freebsd.org> To: lioux@uol.com.br, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17943: new port: devel/rpc2 - needed for coda 5.3.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: devel/rpc2 - needed for coda 5.3.6 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 21:21:09 PDT 2000 State-Changed-Why: New port committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=17943 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 21:29: 0 2000 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 A741737BB9C; Sun, 28 May 2000 21:28:58 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA56320; Sun, 28 May 2000 21:28:58 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 21:28:58 -0700 (PDT) From: Message-Id: <200005290428.VAA56320@freefall.freebsd.org> To: lioux@uol.com.br, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18736: Updated port net/coda5_server to version 5.3.7 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Updated port net/coda5_server to version 5.3.7 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 21:27:43 PDT 2000 State-Changed-Why: Update commited, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18736 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 21:31:57 2000 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 51C2237BF9D; Sun, 28 May 2000 21:31:54 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA56732; Sun, 28 May 2000 21:31:54 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 21:31:54 -0700 (PDT) From: Message-Id: <200005290431.VAA56732@freefall.freebsd.org> To: lioux@uol.com.br, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18737: Updated port net/coda5_client to version 5.3.7 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Updated port net/coda5_client to version 5.3.7 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 21:31:17 PDT 2000 State-Changed-Why: Update committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18737 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 21:47:37 2000 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 90E2B37BB70; Sun, 28 May 2000 21:47:36 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA58307; Sun, 28 May 2000 21:47:36 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Sun, 28 May 2000 21:47:36 -0700 (PDT) From: Message-Id: <200005290447.VAA58307@freefall.freebsd.org> To: scorpio@sunline.net, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17447: new port: sysutils/slay Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: sysutils/slay State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Sun May 28 21:46:02 PDT 2000 State-Changed-Why: No response from originator on serious flaws in slay. http://www.freebsd.org/cgi/query-pr.cgi?pr=17447 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 21:59:20 2000 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 485A637BA4C; Sun, 28 May 2000 21:59:17 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA59543; Sun, 28 May 2000 21:59:17 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 28 May 2000 21:59:17 -0700 (PDT) From: Message-Id: <200005290459.VAA59543@freefall.freebsd.org> To: aa8vb@ipass.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18448: VTK port updated to 3.1.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: VTK port updated to 3.1.2 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 28 21:58:22 PDT 2000 State-Changed-Why: Update committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18448 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 22:10:54 2000 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 31EEE37BB63 for ; Sun, 28 May 2000 22:10:52 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.hiwaay.net (8.11.0.Beta1/8.11.0.Beta1) with ESMTP id e4T5An720101; Mon, 29 May 2000 00:10:50 -0500 (CDT) Date: Mon, 29 May 2000 00:10:49 -0500 (CDT) From: Steve Price To: Will Andrews Cc: FreeBSD Ports Subject: Re: Remove games/linuxdoom? In-Reply-To: <20000528232151.I10345@argon.gryphonsoft.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 28 May 2000, Will Andrews wrote: # Hi all, # # Now that Id Software has released the source code for Doom, is there # much point in keeping this port around? It's currently broken and no # one is maintaining it. I say we nuke it. While I don't play doom, it does seem a shame to have two versions of this port (which we have the source for). Unless someone can come up with a compelling reason why the Linux version works a bazillion times better (and can't produce diffs to fix FreeBSD's version), then I second the 'nukage'. -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 22:49:57 2000 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 056F637BF16; Sun, 28 May 2000 22:49:49 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA67916; Sun, 28 May 2000 22:49:48 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Sun, 28 May 2000 22:49:48 -0700 (PDT) From: Message-Id: <200005290549.WAA67916@freefall.freebsd.org> To: e@ik.nu, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17547: new port: games/xtrojka Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: games/xtrojka State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Sun May 28 22:49:35 PDT 2000 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=17547 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 23:19:54 2000 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 F2AB337BBAD; Sun, 28 May 2000 23:19:52 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA71079; Sun, 28 May 2000 23:19:52 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Sun, 28 May 2000 23:19:52 -0700 (PDT) From: Message-Id: <200005290619.XAA71079@freefall.freebsd.org> To: mike@fate.com, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16377: new port: security/pgp6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: security/pgp6 State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Sun May 28 23:18:55 PDT 2000 State-Changed-Why: Committed, thanks! I added a bunch of the intl mirrors that were listed on pgpi's page and changed the way you put links in pkg/DESCR so they would show up in ports/INDEX. http://www.freebsd.org/cgi/query-pr.cgi?pr=16377 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 28 23:59:23 2000 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 89A8537BBE8; Sun, 28 May 2000 23:59:21 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA76224; Sun, 28 May 2000 23:59:21 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Sun, 28 May 2000 23:59:21 -0700 (PDT) From: Message-Id: <200005290659.XAA76224@freefall.freebsd.org> To: dsh@wizard.vlink.ru, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16989: new port: comms/qico Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: comms/qico State-Changed-From-To: open->feedback State-Changed-By: will State-Changed-When: Sun May 28 23:58:29 PDT 2000 State-Changed-Why: I am unable to get the distfile off any of the MASTER_SITES because they are so saturated as to be unusable. Can you provide any better MASTER_SITES for downloading? http://www.freebsd.org/cgi/query-pr.cgi?pr=16989 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 0: 4:54 2000 Delivered-To: freebsd-ports@freebsd.org Received: from blizzard.sabbo.net (blizzard.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id 6038437BBF2; Mon, 29 May 2000 00:04:49 -0700 (PDT) (envelope-from sobomax@freebsd.org) Received: from vic.sabbo.net (vic.sabbo.net [193.193.218.106]) by blizzard.sabbo.net (8.9.1/8.9.3) with ESMTP id KAA22167; Mon, 29 May 2000 10:03:46 +0300 (EEST) Received: from freebsd.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.9.3/8.9.3) with ESMTP id KAA22260; Mon, 29 May 2000 10:04:52 +0300 (EEST) (envelope-from sobomax@freebsd.org) Message-ID: <39321693.F1E1F728@freebsd.org> Date: Mon, 29 May 2000 10:04:51 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.73 [en] (WinNT; I) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: will@freebsd.org Cc: dsh@wizard.vlink.ru, freebsd-ports@freebsd.org Subject: Re: ports/16989: new port: comms/qico References: <200005290659.XAA76224@freefall.freebsd.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org will@FreeBSD.org wrote: > Synopsis: new port: comms/qico > > State-Changed-From-To: open->feedback > State-Changed-By: will > State-Changed-When: Sun May 28 23:58:29 PDT 2000 > State-Changed-Why: > I am unable to get the distfile off any of the MASTER_SITES > because they are so saturated as to be unusable. Can you > provide any better MASTER_SITES for downloading? > > http://www.freebsd.org/cgi/query-pr.cgi?pr=16989 > You can find slightly oldier version at (reported by http://ftpsearch.lycos.com/): ftp://ftp.alpha.alt.ru/pub/Fido_For_Unix/Qico/ -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 0:13: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from server1.mich.com (server1.mich.com [198.108.16.2]) by hub.freebsd.org (Postfix) with ESMTP id 7974937BF26; Mon, 29 May 2000 00:12:18 -0700 (PDT) (envelope-from will@almanac.yi.org) Received: from almanac.yi.org (pm014-008.dialup.bignet.net [64.79.82.120]) by server1.mich.com (8.9.3/8.9.3) with ESMTP id DAA28681; Mon, 29 May 2000 03:12:06 -0400 Received: by almanac.yi.org (Postfix, from userid 1000) id 9F5AC19A6; Mon, 29 May 2000 03:11:00 -0400 (EDT) Date: Mon, 29 May 2000 03:11:00 -0400 From: Will Andrews To: Maxim Sobolev Cc: will@freebsd.org, dsh@wizard.vlink.ru, freebsd-ports@freebsd.org Subject: Re: ports/16989: new port: comms/qico Message-ID: <20000529031100.B13079@argon.gryphonsoft.com> References: <200005290659.XAA76224@freefall.freebsd.org> <39321693.F1E1F728@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <39321693.F1E1F728@freebsd.org>; from sobomax@freebsd.org on Mon, May 29, 2000 at 10:04:51AM +0300 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, May 29, 2000 at 10:04:51AM +0300, Maxim Sobolev wrote: > You can find slightly oldier version at (reported by > http://ftpsearch.lycos.com/): > ftp://ftp.alpha.alt.ru/pub/Fido_For_Unix/Qico/ Nah, I don't want an older version. I'd rather close this PR uncommitted, if I could, since it seems there is no real substantial development going on with it. Why post it on a crappy *.ru site otherwise? -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 0:23:13 2000 Delivered-To: freebsd-ports@freebsd.org Received: from blizzard.sabbo.net (blizzard.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id D43FB37BBDC; Mon, 29 May 2000 00:23:07 -0700 (PDT) (envelope-from sobomax@freebsd.org) Received: from vic.sabbo.net (vic.sabbo.net [193.193.218.106]) by blizzard.sabbo.net (8.9.1/8.9.3) with ESMTP id KAA22979; Mon, 29 May 2000 10:22:08 +0300 (EEST) Received: from freebsd.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.9.3/8.9.3) with ESMTP id KAA22335; Mon, 29 May 2000 10:23:14 +0300 (EEST) (envelope-from sobomax@freebsd.org) Message-ID: <39321AE0.5B2BC5E1@freebsd.org> Date: Mon, 29 May 2000 10:23:12 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.73 [en] (WinNT; I) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Will Andrews Cc: will@freebsd.org, dsh@wizard.vlink.ru, freebsd-ports@freebsd.org Subject: Re: ports/16989: new port: comms/qico References: <200005290659.XAA76224@freefall.freebsd.org> <39321693.F1E1F728@freebsd.org> <20000529031100.B13079@argon.gryphonsoft.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Will Andrews wrote: > On Mon, May 29, 2000 at 10:04:51AM +0300, Maxim Sobolev wrote: > > You can find slightly oldier version at (reported by > > http://ftpsearch.lycos.com/): > > ftp://ftp.alpha.alt.ru/pub/Fido_For_Unix/Qico/ > > Nah, I don't want an older version. I'd rather close this PR > uncommitted, if I could, since it seems there is no real substantial > development going on with it. Why post it on a crappy *.ru site > otherwise? Probably I would agree with you. Anyway, who need this fido stuff nowadays... -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 0:33:56 2000 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 44F4D37BBDC; Mon, 29 May 2000 00:33:54 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA80464; Mon, 29 May 2000 00:33:54 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Mon, 29 May 2000 00:33:54 -0700 (PDT) From: Message-Id: <200005290733.AAA80464@freefall.freebsd.org> To: igor@zynaps.ru, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15994: new port: libapreq Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: libapreq State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Mon May 29 00:33:45 PDT 2000 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=15994 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 0:45:24 2000 Delivered-To: freebsd-ports@freebsd.org Received: from blizzard.sabbo.net (blizzard.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id 3C03237BC18 for ; Mon, 29 May 2000 00:45:18 -0700 (PDT) (envelope-from sobomax@freebsd.org) Received: from vic.sabbo.net (vic.sabbo.net [193.193.218.106]) by blizzard.sabbo.net (8.9.1/8.9.3) with ESMTP id KAA23841; Mon, 29 May 2000 10:44:03 +0300 (EEST) Received: from freebsd.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.9.3/8.9.3) with ESMTP id KAA22394; Mon, 29 May 2000 10:45:09 +0300 (EEST) (envelope-from sobomax@freebsd.org) Message-ID: <39322002.ADD10EB6@freebsd.org> Date: Mon, 29 May 2000 10:45:06 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.73 [en] (WinNT; I) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Romain Guy Cc: ports@freebsd.org Subject: Re: FreeBSD Port: jext-2.8.0.3 References: <002101bfc73e$c99ef1c0$51381bd4@gfx> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Romain Guy wrote: > First of all, thanks for the port. I'd just like you to notice that > sources are now found at http://members.xoom.com/romainguy/jext-sources.zip > and NOT in jext.zip ;-)) There seems some confusion of terms used occurred. The matter is that for FreeBSD Ports Collection all vendor distribution files (aka distfiles), which may contain either sources or precompiled binaries, is "sources" and currently there is no way to distinguish between those two types. BTW, could you please put on your WWW page not only unversioned jext.zip distfile, but versioned too (e.g. jext-2.8.0.3.zip), because it usually takes some time before port collection is updated to the new version and during this time users is unable to install Jext due to obvious jext.zip checksum mismatch. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 0:48:38 2000 Delivered-To: freebsd-ports@freebsd.org Received: from gw.mig.ee (gw.mig.ee [193.40.95.142]) by hub.freebsd.org (Postfix) with ESMTP id 414CE37BC10 for ; Mon, 29 May 2000 00:48:34 -0700 (PDT) (envelope-from priit@mig.ee) Received: from mig.ee (kalevt.mig [192.168.1.125]) by gw.mig.ee (8.8.3/8.7.3) with ESMTP id JAA16737; Mon, 29 May 2000 09:48:09 +0200 Message-ID: <393212FF.CC6554A5@mig.ee> Date: Mon, 29 May 2000 09:49:35 +0300 From: Priit =?iso-8859-1?Q?J=E4rv?= Reply-To: priit@cc.ttu.ee X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.3-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Steve Price Cc: Will Andrews , FreeBSD Ports Subject: Re: Remove games/linuxdoom? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Steve Price wrote: > > On Sun, 28 May 2000, Will Andrews wrote: > > # Hi all, > # > # Now that Id Software has released the source code for Doom, is there > # much point in keeping this port around? It's currently broken and no > # one is maintaining it. I say we nuke it. > > While I don't play doom, it does seem a shame to have two versions > of this port (which we have the source for). Unless someone can come > up with a compelling reason why the Linux version works a bazillion > times better (and can't produce diffs to fix FreeBSD's version), then > I second the 'nukage'. Not entirely on topic here, but has anybody checked out xdoom? I did FreeBSD console support for it a while ago, I haven't been in contact with the developer, Udo Munk, but it seems he's still working on it. It has a bunch of new features not found in the original version of DOOM (of course, the coolest of them being FreeBSD syscons support :) The latest version can be found at ftp://ftp.cdrom.com/pub/doom/source priit. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 0:54:21 2000 Delivered-To: freebsd-ports@freebsd.org Received: from radiac.mine.nu (h20n1fls21o974.telia.com [213.64.95.20]) by hub.freebsd.org (Postfix) with ESMTP id 39BE537BBF5 for ; Mon, 29 May 2000 00:54:15 -0700 (PDT) (envelope-from ps@radiac.mine.nu) Received: (from ps@localhost) by radiac.mine.nu (8.9.3/8.9.3) id JAA86614; Mon, 29 May 2000 09:54:46 +0200 (CEST) (envelope-from ps) Date: Mon, 29 May 2000 09:54:45 +0200 From: Patrik Sundberg To: ports@freebsd.org Cc: ps@radiac.mine.nu Subject: Feature request Message-ID: <20000529095445.A86482@radiac.mine.nu> Reply-To: ps@radiac.mine.nu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I have been thinking about a thing which could be improved in the ports-system. If I install some ports, take various gnome-ports for an example and something which depends on those, let's say sawmill wm, everything works like a charm with pkg-dependencies etc if I remove the sawmill package. Now I update my ports tree to get the latest sawmill version, and because I'm lazy I cvsup the whole ports-tree and don't use just cvs to update sawmill. I install the new sawmill which are happy with the installed gnome-libs etc - we are happy. But in the cvsup also gnome-libs etc were updated to new versions. If I remove the sawmill package now the dependencies are just wrong - it has @pkgdep lines refering to the gnome-libs etc versions in the ports tree (which aren't installed) and not to the versions actually on my machine. I realise it takes some more intelligens to accomplish correct behaviour and possibly some extensive restructuring, but I really think this should be fixed. I haven't come up with a solution on my own but I think a multilevel /var/db/pkg-entry in accordance to the new PORTNAME/PORTVERSION (eg pkg/sawmill/0.26 and pkg/sawmill/0.27.2) should take care of most things, upon a install/register we should first look for the version in the ports-tree and if this doesn't exist we should use the other latest version installed in that directory and possibly have some scheme for iterating further. Since the port built some installed version must be accurate, and if that version is in the ports-system this method would get correct dependencies, if it were "hand-rolled" it won't do any harm with a couple of extra tests. Then maybe it should create an entry in some general file direct under pkg/PORTNAME, this I didn't think of until now. I guess packages are a bit harder to fix since the +CONTENTS file uses hardcoded versions of ports and not library versions etc. This would require some mayor restructuring, and I think it should be done since the current scheme is quite stupid. What does people think about this? Please CC me since I am not on the ports-list, I really want to know what people think and if someone feels up to doing the changes (myself don't know much about the pkg-tools etc and doesn't have any time over for the comming 3 weeks). -- Patrik Sundberg - email: ps@raditex.se || ps@radiac.mine.nu ---> telefon: 013-178 567 - mobiltelefon: 070-760 22 40 <--- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 1:15:35 2000 Delivered-To: freebsd-ports@freebsd.org Received: from server1.mich.com (server1.mich.com [198.108.16.2]) by hub.freebsd.org (Postfix) with ESMTP id 4FCF037BC33 for ; Mon, 29 May 2000 01:15:30 -0700 (PDT) (envelope-from will@almanac.yi.org) Received: from almanac.yi.org (pm014-008.dialup.bignet.net [64.79.82.120]) by server1.mich.com (8.9.3/8.9.3) with ESMTP id EAA32455; Mon, 29 May 2000 04:15:21 -0400 Received: by almanac.yi.org (Postfix, from userid 1000) id 20A0619A6; Mon, 29 May 2000 04:14:44 -0400 (EDT) Date: Mon, 29 May 2000 04:14:44 -0400 From: Will Andrews To: FreeBSD Ports , "Erik H. Bakke" Subject: Re: ports/16794: new port: devel/sdts++ Message-ID: <20000529041443.C13079@argon.gryphonsoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi all, I've finished testing this port (I updated it to use the new PORT[NAME,VERSION] scheme and also to version 1.0.4.1), but I have a few questions: 1) sdts++.info doesn't install properly, and so it seems I'm forced to use raw removal instead of @unexec install-info ... 2) sdts++ - is this a good name for a library? Shouldn't the port (and package) name be libsdts++ instead? 3) Since it's a graphics library that converts USGS output into some graphics formats, doesn't it belong in graphics instead of devel (category issue) ? Thanks for any replies; I hope to commit this soon. -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 1:19:53 2000 Delivered-To: freebsd-ports@freebsd.org Received: from server1.mich.com (server1.mich.com [198.108.16.2]) by hub.freebsd.org (Postfix) with ESMTP id 9BE5237BBF5 for ; Mon, 29 May 2000 01:19:48 -0700 (PDT) (envelope-from will@almanac.yi.org) Received: from almanac.yi.org (pm014-008.dialup.bignet.net [64.79.82.120]) by server1.mich.com (8.9.3/8.9.3) with ESMTP id EAA32722; Mon, 29 May 2000 04:19:45 -0400 Received: by almanac.yi.org (Postfix, from userid 1000) id 6B88619A6; Mon, 29 May 2000 04:19:10 -0400 (EDT) Date: Mon, 29 May 2000 04:19:10 -0400 From: Will Andrews To: Will Andrews Cc: FreeBSD Ports , "Erik H. Bakke" Subject: Re: ports/16794: new port: devel/sdts++ Message-ID: <20000529041910.D13079@argon.gryphonsoft.com> References: <20000529041443.C13079@argon.gryphonsoft.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="82I3+IH0IqGh5yIs" X-Mailer: Mutt 1.0.1i In-Reply-To: <20000529041443.C13079@argon.gryphonsoft.com>; from andrews@TECHNOLOGIST.COM on Mon, May 29, 2000 at 04:14:44AM -0400 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --82I3+IH0IqGh5yIs Content-Type: text/plain; charset=us-ascii On Mon, May 29, 2000 at 04:14:44AM -0400, Will Andrews wrote: > Thanks for any replies; I hope to commit this soon. Whoops, I forgot to attach my current version of this port. Sorry. :( -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? --82I3+IH0IqGh5yIs Content-Type: application/x-shar Content-Disposition: attachment; filename="sdts++.shar" # 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: # # sdts++ # sdts++/pkg # sdts++/pkg/COMMENT # sdts++/pkg/DESCR # sdts++/pkg/PLIST # sdts++/files # sdts++/files/md5 # sdts++/Makefile # echo c - sdts++ mkdir -p sdts++ > /dev/null 2>&1 echo c - sdts++/pkg mkdir -p sdts++/pkg > /dev/null 2>&1 echo x - sdts++/pkg/COMMENT sed 's/^X//' >sdts++/pkg/COMMENT << 'END-of-sdts++/pkg/COMMENT' XC++ library for SDTS related development END-of-sdts++/pkg/COMMENT echo x - sdts++/pkg/DESCR sed 's/^X//' >sdts++/pkg/DESCR << 'END-of-sdts++/pkg/DESCR' Xsdts++ is a C++ library to help with the development Xof SDTS applications. XSDTS is the format used in many of the USGS digital map Xproducts END-of-sdts++/pkg/DESCR echo x - sdts++/pkg/PLIST sed 's/^X//' >sdts++/pkg/PLIST << 'END-of-sdts++/pkg/PLIST' Xinclude/sdts++/container/sc_Subfield.h Xinclude/sdts++/container/sc_Field.h Xinclude/sdts++/container/sc_Record.h Xinclude/sdts++/container/sc_Module.h Xinclude/sdts++/container/sc_MultiTypeValue.h Xinclude/sdts++/io/sio_8211Converter.h Xinclude/sdts++/io/sio_8211DDR.h Xinclude/sdts++/io/sio_8211DDRField.h Xinclude/sdts++/io/sio_8211DDRLeader.h Xinclude/sdts++/io/sio_8211DR.h Xinclude/sdts++/io/sio_8211DRLeader.h Xinclude/sdts++/io/sio_8211DirEntry.h Xinclude/sdts++/io/sio_8211Directory.h Xinclude/sdts++/io/sio_8211Field.h Xinclude/sdts++/io/sio_8211FieldArea.h Xinclude/sdts++/io/sio_8211FieldFormat.h Xinclude/sdts++/io/sio_8211Leader.h Xinclude/sdts++/io/sio_8211Record.h Xinclude/sdts++/io/sio_8211SubfieldFormat.h Xinclude/sdts++/io/sio_8211Utils.h Xinclude/sdts++/io/sio_Buffer.h Xinclude/sdts++/io/sio_Converter.h Xinclude/sdts++/io/sio_Error.h Xinclude/sdts++/io/sio_Reader.h Xinclude/sdts++/io/sio_Utils.h Xinclude/sdts++/io/sio_Writer.h Xinclude/sdts++/builder/sb_At.h Xinclude/sdts++/builder/sb_Catd.h Xinclude/sdts++/builder/sb_Cats.h Xinclude/sdts++/builder/sb_Cell.h Xinclude/sdts++/builder/sb_Ddsh.h Xinclude/sdts++/builder/sb_Ddom.h Xinclude/sdts++/builder/sb_Dq.h Xinclude/sdts++/builder/sb_ForeignID.h Xinclude/sdts++/builder/sb_Iden.h Xinclude/sdts++/builder/sb_Iref.h Xinclude/sdts++/builder/sb_Ldef.h Xinclude/sdts++/builder/sb_Module.h Xinclude/sdts++/builder/sb_Rsdf.h Xinclude/sdts++/builder/sb_Stat.h Xinclude/sdts++/builder/sb_Utils.h Xinclude/sdts++/builder/sb_Xref.h Xinclude/sdts++/builder/sb_Accessor.h Xinfo/sdts++.info Xlib/libsdts++.so.0 Xlib/libsdts++.so Xlib/libsdts++.a X@dirrm include/sdts++/builder X@dirrm include/sdts++/io X@dirrm include/sdts++/container X@dirrm include/sdts++ END-of-sdts++/pkg/PLIST echo c - sdts++/files mkdir -p sdts++/files > /dev/null 2>&1 echo x - sdts++/files/md5 sed 's/^X//' >sdts++/files/md5 << 'END-of-sdts++/files/md5' XMD5 (sdts++-1.0.4.1.tar.gz) = 143bf696277db7ace2e6a6b80fd98cf0 END-of-sdts++/files/md5 echo x - sdts++/Makefile sed 's/^X//' >sdts++/Makefile << 'END-of-sdts++/Makefile' X# New ports collection makefile for: sdts++ X# Date created: 08 Feb 2000 X# Whom: erik@habatech.no X# X# $FreeBSD$ X# X XPORTNAME= sdts++ XPORTVERSION= 1.0.4.1 XCATEGORIES= devel XMASTER_SITES= ftp://resdgw17.er.usgs.gov/pub/sdtsxx/ \ X http://www.clark.net/~mcoletti/sdts/ X XMAINTAINER= erik@habatech.no X XUSE_LIBTOOL= yes X X.include END-of-sdts++/Makefile exit --82I3+IH0IqGh5yIs-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 1:23:29 2000 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 BD38437BF5D; Mon, 29 May 2000 01:23:13 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA86285; Mon, 29 May 2000 01:23:13 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Mon, 29 May 2000 01:23:13 -0700 (PDT) From: Message-Id: <200005290823.BAA86285@freefall.freebsd.org> To: erikhb@bgnett.no, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17587: new port: databases/libiodbc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: databases/libiodbc State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Mon May 29 01:23:04 PDT 2000 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=17587 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 1:52:51 2000 Delivered-To: freebsd-ports@freebsd.org Received: from me.ru (shell.me.ru [194.247.134.139]) by hub.freebsd.org (Postfix) with ESMTP id 62C1937BC5B; Mon, 29 May 2000 01:52:42 -0700 (PDT) (envelope-from igor@rtsnet.ru) Received: from [172.16.7.59] (HELO shogun) by me.ru (CommuniGate Pro SMTP 3.2) with ESMTP id 217497; Mon, 29 May 2000 12:52:38 +0400 From: "Igor Vinokurov" To: , , Subject: RE: ports/15994: new port: libapreq Date: Mon, 29 May 2000 12:52:38 +0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Importance: Normal In-Reply-To: <200005290733.AAA80464@freefall.freebsd.org> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello. libapreq already in ports collection (www/p5-libapreq) maintained by frank@exit.com. I think we should keep this version. > -----Original Message----- > From: igor@freebus.rtsnet.ru [mailto:igor@freebus.rtsnet.ru]On Behalf Of > will@FreeBSD.org > Sent: Monday, May 29, 2000 11:34 AM > To: igor@zynaps.ru; will@FreeBSD.org; freebsd-ports@FreeBSD.org > Subject: Re: ports/15994: new port: libapreq > > > Synopsis: new port: libapreq > > State-Changed-From-To: open->closed > State-Changed-By: will > State-Changed-When: Mon May 29 00:33:45 PDT 2000 > State-Changed-Why: > Committed, thanks! > > http://www.freebsd.org/cgi/query-pr.cgi?pr=15994 > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 2: 0:28 2000 Delivered-To: freebsd-ports@freebsd.org Received: from server1.mich.com (server1.mich.com [198.108.16.2]) by hub.freebsd.org (Postfix) with ESMTP id 191DB37BD72; Mon, 29 May 2000 02:00:25 -0700 (PDT) (envelope-from will@almanac.yi.org) Received: from almanac.yi.org (pm014-008.dialup.bignet.net [64.79.82.120]) by server1.mich.com (8.9.3/8.9.3) with ESMTP id FAA02471; Mon, 29 May 2000 05:00:19 -0400 Received: by almanac.yi.org (Postfix, from userid 1000) id 66B3919A6; Mon, 29 May 2000 04:59:43 -0400 (EDT) Date: Mon, 29 May 2000 04:59:43 -0400 From: Will Andrews To: Igor Vinokurov Cc: will@FreeBSD.org, igor@zynaps.ru, freebsd-ports@FreeBSD.org Subject: Re: ports/15994: new port: libapreq Message-ID: <20000529045943.F13079@argon.gryphonsoft.com> References: <200005290733.AAA80464@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from igor@rtsnet.ru on Mon, May 29, 2000 at 12:52:38PM +0400 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, May 29, 2000 at 12:52:38PM +0400, Igor Vinokurov wrote: > libapreq already in ports collection (www/p5-libapreq) maintained by > frank@exit.com. I think we should keep this version. Ack, sorry.. you think we should keep p5-libapreq and take this out of the tree? -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 2: 9:17 2000 Delivered-To: freebsd-ports@freebsd.org Received: from me.ru (shell.me.ru [194.247.134.139]) by hub.freebsd.org (Postfix) with ESMTP id C23FB37BB27; Mon, 29 May 2000 02:09:09 -0700 (PDT) (envelope-from igor@rtsnet.ru) Received: from [172.16.7.59] (HELO shogun) by me.ru (CommuniGate Pro SMTP 3.2) with ESMTP id 217535; Mon, 29 May 2000 13:09:07 +0400 From: "Igor Vinokurov" To: "Will Andrews" Cc: , , Subject: RE: ports/15994: new port: libapreq Date: Mon, 29 May 2000 13:09:07 +0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Importance: Normal In-Reply-To: <20000529045943.F13079@argon.gryphonsoft.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > libapreq already in ports collection (www/p5-libapreq) maintained by > > frank@exit.com. I think we should keep this version. > > Ack, sorry.. you think we should keep p5-libapreq and take this out of > the tree? Yes. Please remove my version. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 2:27:21 2000 Delivered-To: freebsd-ports@freebsd.org Received: from host.cer.ntnu.edu.tw (cer.ntnu.edu.tw [140.122.119.9]) by hub.freebsd.org (Postfix) with ESMTP id 00A3037B8D9 for ; Mon, 29 May 2000 02:27:07 -0700 (PDT) (envelope-from clive@host.cer.ntnu.edu.tw) Received: (from clive@localhost) by host.cer.ntnu.edu.tw (8.9.3/8.9.3) id RAA17233; Mon, 29 May 2000 17:31:45 +0800 (CST) (envelope-from clive) Date: Mon, 29 May 2000 17:31:45 +0800 From: Clive Lin To: Patrik Sundberg Cc: ports@FreeBSD.ORG Subject: Re: Feature request Message-ID: <20000529173145.A17004@host.cer.ntnu.edu.tw> Reply-To: Clive Lin References: <20000529095445.A86482@radiac.mine.nu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000529095445.A86482@radiac.mine.nu>; from ps@radiac.mine.nu on Mon, May 29, 2000 at 09:54:45AM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I think you're considering something like ``upgrade'' :-) Actually, I usually do that manually, especially the gnome*. To do this by hand is easy. Install the new one, move the +REQUIRED_BY into it. Check cvsweb if there's any difference in PLIST. Then simply rm -rf the old one. Finally, do a script like this is mostly OK: #!/bin/sh cd /var/db/pkg for i in */+CONTENTS; do { sed -e 's,gtk-1.2.7,gtk-1.2.8,' $i > $i.t mv $i.t $i } done I don't know if these steps above is sufficient, or I'll try to write a script to automate that. On Mon, May 29, 2000 at 09:54:45AM +0200, Patrik Sundberg wrote: > Hi, > > I have been thinking about a thing which could be improved in the > ports-system. If I install some ports, take various gnome-ports for an > example and something which depends on those, let's say sawmill wm, > everything works like a charm with pkg-dependencies etc if I remove the > sawmill package. [..below deleted..] -- CirX - This site doesnt' exist. 9c k9o h9 s1bg s1f, 7v .y xqx a sj m8r ffg1 vg5 a6 asox tmul h38. ant sj m8r ob ? 1fj mwby a1 tao vg5. soq df v' .a. CirX. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 2:40: 5 2000 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 C76B837BBD1 for ; Mon, 29 May 2000 02:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA95633; Mon, 29 May 2000 02:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id C5C7037B8D7; Mon, 29 May 2000 02:37:18 -0700 (PDT) Message-Id: <20000529093718.C5C7037B8D7@hub.freebsd.org> Date: Mon, 29 May 2000 02:37:18 -0700 (PDT) From: j.szczepkowski@zodiac.mimuw.edu.pl To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/18870: installing XFree-aoutlibs Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18870 >Category: ports >Synopsis: installing XFree-aoutlibs >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon May 29 02:40:02 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Jerzy Szczepkowski >Release: 4.0 >Organization: - >Environment: FreeBSD flacha 4.0-RELEASE FreeBSD 4.0-RELEASE #0: Wed Mar 22 03:43:52 GMT 2000 jacke@bofh.dermak.pl:/usr/src/sys/compile/GENERIC i386 >Description: When I'm trying to install `aoutlibs' something bad happens: cd usr/ports/x11/XFree-aoutlibs make install standard output: ===> Extracting for XFree86-aoutlibs-3.3.3 >How-To-Repeat: cd usr/ports/x11/XFree-aoutlibs make install >Fix: >Release-Note: >Audit-Trail: >Unformatted: >> Checksum OK for Xbin.tgz. ===> XFree86-aoutlibs-3.3.3 depends on shared library: X11.6 - found ===> Patching for XFree86-aoutlibs-3.3.3 ===> Configuring for XFree86-aoutlibs-3.3.3 ===> Installing for XFree86-aoutlibs-3.3.3 ===> XFree86-aoutlibs-3.3.3 depends on shared library: X11.6 - found cd /usr/ports/x11/XFree86-aoutlibs/work/lib; for l in $(ls lib*); do /usr/bin/env OBJFORMAT=aout install -c -s -o root -g wheel -m 555 $l /usr/X11R6/lib/aout; done /usr/bin/env OBJFORMAT=aout /sbin/ldconfig -m /usr/X11R6/lib/aout *** Error code 255 Stop in /usr/ports/x11/XFree86-aoutlibs. *** Error code 1 Stop in /usr/ports/x11/XFree86-aoutlibs. *** Error code 1 Stop in /usr/ports/x11/XFree86-aoutlibs. ---------- diagnositc output: ldconfig: Ì: trailing characters ignored ldconfig: Ì: No such file or directory ldconfig: ‹U ƒÂöt+‹uœf‹>fzö‹u f‰>f‹qþfrøf‰rþf‹9fçþÿf‰:ë‹uœ‹‹} ‰f‹f‰ƒÂƒE f‹fƒàƒÁƒEœf…ÀtÇE¸: trailing characters ignored ldconfig: ‹U ƒÂöt+‹uœf‹>fzö‹u f‰>f‹qþfrøf‰rþf‹9fçþÿf‰:ë‹uœ‹‹} ‰f‹f‰ƒÂƒE f‹fƒàƒÁƒEœf…ÀtÇE¸: No such file or directory ldconfig: ‹uÄf‰>f‹}äf‰~f‹}Øfçûÿf‰~ƒÆ‰uăE¨ÿEÀ‹uÀ9³P: trailing characters ignored ldconfig: ‹uÄf‰>f‹}äf‰~f‹}Øfçûÿf‰~ƒÆ‰uăE¨ÿEÀ‹uÀ9³P: No such file or directory ldconfig: 9Ñt/‹A: trailing characters ignored ldconfig: 9Ñt/‹A: No such file or directory ldconfig: èÚÿÿÿ: trailing characters ignored ldconfig: èÚÿÿÿ: No such file or directory -------- I'm sure Xbin.tgz file is correct - I've fetched it three times form diffrent FTP's. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 3:20: 7 2000 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 338D337BB9E for ; Mon, 29 May 2000 03:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA99487; Mon, 29 May 2000 03:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id B3EED37B979; Mon, 29 May 2000 03:17:01 -0700 (PDT) Message-Id: <20000529101701.B3EED37B979@hub.freebsd.org> Date: Mon, 29 May 2000 03:17:01 -0700 (PDT) From: sean@mercury1.net To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/18871: apache13-fp port doesn't install on FreeBSD4.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18871 >Category: ports >Synopsis: apache13-fp port doesn't install on FreeBSD4.0 >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 May 29 03:20:03 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Sean Proske >Release: 4.0 >Organization: Western World Distribution >Environment: FreeBSD mercury1.net 4.0-RELEASE FreeBSD 4.0-RELEASE #0: Thu May 25 05:35:59 GMT 2000 sean@lngly1.bc.wave.home.com:/usr/src/sys/compile/MYKERNEL i386 >Description: Here's what happens first with a normal make command and then with make NO_CHECKSUM=yes: # make ===> Extracting for apache_fp-1.3.12 >How-To-Repeat: cd to /usr/ports/www/apache13-fp and enter make at the command line. >Fix: unknown ... please let me know. >Release-Note: >Audit-Trail: >Unformatted: >> Checksum OK for apache_1.3.12.tar.gz. >> Checksum mismatch for fp40.bsdi.tar.Z. >> Checksum OK for powerlogo.gif. >> Checksum OK for fplogo.gif. Make sure the Makefile and md5 file (/usr/ports/www/apache13-fp/files/md5) are up to date. If you are absolutely sure you want to override this "check, type make NO_CHECKSUM=yes [other args]". *** Error code 1 Stop in /usr/ports/www/apache13-fp. *** Error code 1 Stop in /usr/ports/www/apache13-fp. *** Error code 1 Stop in /usr/ports/www/apache13-fp. *** Error code 1 Stop in /usr/ports/www/apache13-fp. *** Error code 1 Stop in /usr/ports/www/apache13-fp. *** Error code 1 Stop in /usr/ports/www/apache13-fp. ------------------------------------- So, when I do what it suggests and use the NO_CHECKSUM flag, here's what happens: # make NO_CHECKSUM=yes ===> Extracting for apache_fp-1.3.12 ===> Extracting FrontPage install scripts cd /usr/ports/www/apache13-fp/work/apache_1.3.12 && /usr/bin/gzip -nf -9 -dc /usr/ports/distfiles/fp40.bsdi.tar.Z | /usr/bin/tar -xf - frontpage/version4.0/fp_install.sh frontpage/version4.0/change_server.sh frontpage/version4.0/readme.htm frontpage/version4.0/set_default_perms.sh ===> Patching for apache_fp-1.3.12 ===> Applying FreeBSD patches for apache_fp-1.3.12 4 out of 9 hunks failed--saving rejects to frontpage/version4.0/change_server.sh.rej *** Error code 4 Stop in /usr/ports/www/apache13-fp. *** Error code 1 Stop in /usr/ports/www/apache13-fp. *** Error code 1 Stop in /usr/ports/www/apache13-fp. *** Error code 1 Stop in /usr/ports/www/apache13-fp. *** Error code 1 Stop in /usr/ports/www/apache13-fp. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 3:24:19 2000 Delivered-To: freebsd-ports@freebsd.org Received: from radiac.mine.nu (h20n1fls21o974.telia.com [213.64.95.20]) by hub.freebsd.org (Postfix) with ESMTP id 9091537B558 for ; Mon, 29 May 2000 03:24:14 -0700 (PDT) (envelope-from ps@radiac.mine.nu) Received: (from ps@localhost) by radiac.mine.nu (8.9.3/8.9.3) id MAA87532; Mon, 29 May 2000 12:24:03 +0200 (CEST) (envelope-from ps) Date: Mon, 29 May 2000 12:24:03 +0200 From: Patrik Sundberg To: Clive Lin Cc: ports@FreeBSD.ORG Subject: Re: Feature request Message-ID: <20000529122403.A87267@radiac.mine.nu> References: <20000529095445.A86482@radiac.mine.nu> <20000529173145.A17004@host.cer.ntnu.edu.tw> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000529173145.A17004@host.cer.ntnu.edu.tw>; from clive@CirX.ORG on Mon, May 29, 2000 at 05:31:45PM +0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, May 29, 2000 at 05:31:45PM +0800, Clive Lin wrote: > Hi, > > I think you're considering something like ``upgrade'' :-) yes - in a way, but that wasn't what I wrote, I talked about the problem of new versions using bogus @pkgdep's in their CONTENTS-files. But my proposed scheme with multilevel /var/db/pkg-entries could maybe fit into an upgrade scheme aswell - needs to know when to move the +REQUIRED_BY entries and other stuff too, upgrade is bigger than what I am talking about. > Actually, I usually do that manually, especially the gnome*. > > To do this by hand is easy. Install the new one, move the +REQUIRED_BY > into it. Check cvsweb if there's any difference in PLIST. Then simply > rm -rf the old one. Finally, do a script like this is mostly OK: > > #!/bin/sh > cd /var/db/pkg > for i in */+CONTENTS; do > { > sed -e 's,gtk-1.2.7,gtk-1.2.8,' $i > $i.t > mv $i.t $i > } > done > > > I don't know if these steps above is sufficient, or I'll try to > write a script to automate that. sure you could do this by hand - but you shouldn't have to - and it doesn't cover the case where you have several versions of the same package installed simultaniously (some API change and an old app keeps you from deleting an older version etc). this should be handeled by the pkg-system somehow. -- Patrik Sundberg - email: ps@raditex.se || ps@radiac.mine.nu ---> telefon: 013-178 567 - mobiltelefon: 070-760 22 40 <--- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 4:24:36 2000 Delivered-To: freebsd-ports@freebsd.org Received: from ns1.sunesi.net (ns1.sunesi.net [196.15.192.194]) by hub.freebsd.org (Postfix) with ESMTP id 708AD37BBA9 for ; Mon, 29 May 2000 04:24:30 -0700 (PDT) (envelope-from nbm@sunesi.net) Received: from nbm by ns1.sunesi.net with local (Exim 3.03 #1) id 12wNdw-00057d-00; Mon, 29 May 2000 13:23:36 +0200 Date: Mon, 29 May 2000 13:23:36 +0200 From: Neil Blakey-Milner To: Patrik Sundberg Cc: Clive Lin , ports@FreeBSD.ORG Subject: Re: Feature request Message-ID: <20000529132335.A19617@mithrandr.moria.org> References: <20000529095445.A86482@radiac.mine.nu> <20000529173145.A17004@host.cer.ntnu.edu.tw> <20000529122403.A87267@radiac.mine.nu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000529122403.A87267@radiac.mine.nu>; from ps@radiac.mine.nu on Mon, May 29, 2000 at 12:24:03PM +0200 Organization: Sunesi Clinical Systems X-Operating-System: FreeBSD 3.3-RELEASE i386 X-URL: http://rucus.ru.ac.za/~nbm/ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon 2000-05-29 (12:24), Patrik Sundberg wrote: > yes - in a way, but that wasn't what I wrote, I talked about the problem of > new versions using bogus @pkgdep's in their CONTENTS-files. But my proposed > scheme with multilevel /var/db/pkg-entries could maybe fit into an upgrade > scheme aswell - needs to know when to move the +REQUIRED_BY entries and > other stuff too, upgrade is bigger than what I am talking about. I can't see the major difference between "/var/db/pkg/gtk-1.2.3" and "/var/db/pkg/gtk/1.2.3". Why would we want the multilevel /var/db/pkg system again? Neil -- Neil Blakey-Milner Sunesi Clinical Systems nbm@mithrandr.moria.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 4:30:41 2000 Delivered-To: freebsd-ports@freebsd.org Received: from radiac.mine.nu (h20n1fls21o974.telia.com [213.64.95.20]) by hub.freebsd.org (Postfix) with ESMTP id 70A1B37BBB5 for ; Mon, 29 May 2000 04:30:35 -0700 (PDT) (envelope-from ps@radiac.mine.nu) Received: (from ps@localhost) by radiac.mine.nu (8.9.3/8.9.3) id NAA87897; Mon, 29 May 2000 13:30:16 +0200 (CEST) (envelope-from ps) Date: Mon, 29 May 2000 13:30:15 +0200 From: Patrik Sundberg To: Neil Blakey-Milner Cc: Clive Lin , ports@FreeBSD.ORG Subject: Re: Feature request Message-ID: <20000529133015.A87849@radiac.mine.nu> References: <20000529095445.A86482@radiac.mine.nu> <20000529173145.A17004@host.cer.ntnu.edu.tw> <20000529122403.A87267@radiac.mine.nu> <20000529132335.A19617@mithrandr.moria.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000529132335.A19617@mithrandr.moria.org>; from nbm@mithrandr.moria.org on Mon, May 29, 2000 at 01:23:36PM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, May 29, 2000 at 01:23:36PM +0200, Neil Blakey-Milner wrote: > On Mon 2000-05-29 (12:24), Patrik Sundberg wrote: > > yes - in a way, but that wasn't what I wrote, I talked about the problem of > > new versions using bogus @pkgdep's in their CONTENTS-files. But my proposed > > scheme with multilevel /var/db/pkg-entries could maybe fit into an upgrade > > scheme aswell - needs to know when to move the +REQUIRED_BY entries and > > other stuff too, upgrade is bigger than what I am talking about. > > I can't see the major difference between "/var/db/pkg/gtk-1.2.3" and > "/var/db/pkg/gtk/1.2.3". > > Why would we want the multilevel /var/db/pkg system again? My idea was to have a common dir to look for "any-version" in eg /var/db/gtk. If some version exists we can register the port we are installing with that gtk version and dependencies are correct. Today it will try to register with the portversion in /usr/ports which isn't (always) what is installed. With a one-level struct we can achieve the same thing, but then we need do some regexp on every portdirname in /var/db/pkg to see if it matches our name - i really don't like that idea. that's why I began thinking in multi-level /var/db/pkg system. does this seem totally stupid? (it doesn't to me, but i am not familiar with how big a change this is :)) -- Patrik Sundberg - email: ps@raditex.se || ps@radiac.mine.nu ---> telefon: 013-178 567 - mobiltelefon: 070-760 22 40 <--- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 4:49:13 2000 Delivered-To: freebsd-ports@freebsd.org Received: from thelab.hub.org (nat196.189.mpoweredpc.net [142.177.196.189]) by hub.freebsd.org (Postfix) with ESMTP id 892B537BBA9 for ; Mon, 29 May 2000 04:49:09 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.3/8.9.3) with ESMTP id IAA77857 for ; Mon, 29 May 2000 08:48:17 -0300 (ADT) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs X-Received: from localhost (localhost [127.0.0.1]) by thelab.hub.org (8.9.3/8.9.3) with ESMTP id CAA74047 for ; Mon, 29 May 2000 02:56:47 -0300 (ADT) (envelope-from doconnor@gsoft.com.au) X-Received: from mail.hub.org by localhost with IMAP (fetchmail-5.3.8) for scrappy@localhost (single-drop); Mon, 29 May 2000 02:56:52 -0300 (ADT) X-Received: from hub.freebsd.org (hub.FreeBSD.ORG [204.216.27.18]) by hub.org (8.9.3/8.9.3) with ESMTP id BAA74341 for ; Mon, 29 May 2000 01:52:45 -0400 (EDT) (envelope-from doconnor@gsoft.com.au) X-Received: by hub.freebsd.org (Postfix) id 6580137BB8E; Sun, 28 May 2000 22:52:43 -0700 (PDT) Delivered-To: scrappy@freebsd.org X-Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (Postfix) with ESMTP id 07C0437BB9B for ; Sun, 28 May 2000 22:52:40 -0700 (PDT) (envelope-from doconnor@gsoft.com.au) X-Received: from cain.gsoft.com.au (doconnor@cain [203.38.152.97]) by cain.gsoft.com.au (8.8.8/8.8.8) with ESMTP id FAA10387 for ; Mon, 29 May 2000 05:52:37 GMT (envelope-from doconnor@gsoft.com.au) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Mon, 29 May 2000 15:22:36 +0930 (CST) From: "Daniel O'Connor" To: scrappy@freebsd.org Subject: Postgresql7 port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, The postgresql7 install fails if you are installing swith JDBC because it doesn't make the directory where the .jar is installed. ie the mkdir needs to be -> @ ${MKDIR} -m 0555 -p ${PREFIX}/share/java/classes Also I think a 'NOINIT' define would be useful.. Do an install but don't attempt to recreate the database. I think this would be a good idea because as it currently stands you can't get the port to register itself in /var/db/pkg if you have an existing database. --- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 5:20:10 2000 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 52E5837B733 for ; Mon, 29 May 2000 05:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA35553; Mon, 29 May 2000 05:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from lathian.com (adsl-63-200-45-30.dsl.snfc21.pacbell.net [63.200.45.30]) by hub.freebsd.org (Postfix) with ESMTP id C686B37B71F for ; Mon, 29 May 2000 05:14:35 -0700 (PDT) (envelope-from root@lathian.com) Received: from pasteur.lathian (pasteur.lathian [10.0.0.23]) by lathian.com (Postfix) with ESMTP id 47A1A1B205; Mon, 29 May 2000 05:14:30 -0700 (PDT) Received: by pasteur.lathian (Postfix, from userid 0) id 5EA95EA3D; Mon, 29 May 2000 05:07:30 -0700 (PDT) Message-Id: <20000529120730.5EA95EA3D@pasteur.lathian> Date: Mon, 29 May 2000 05:07:30 -0700 (PDT) From: Matthew Braithwaite To: FreeBSD-gnats-submit@freebsd.org Cc: mab@lathian.com X-Send-Pr-Version: 3.2 Subject: ports/18872: misc/amanda24: add options for GNUPLOT and KERBEROS Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18872 >Category: ports >Synopsis: misc/amanda24: add options for GNUPLOT and KERBEROS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 29 05:20:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Matt Braithwaite >Release: FreeBSD 4.0-20000424-STABLE i386 >Organization: >Environment: MIT Kerberos V 1.1.1 port. I don't know whether this will work with the plain old Kerberos 4 that comes with FreeBSD, and unfortunately don't have machines I can test this with. However, I tried to leave the possibility of its working open in the changes I made. >Description: First, please note NEW FILES patches/patch-ai patches/patch-aj files/patch-ah pkg/PLIST.WITH_GNUPLOT. This is really two patches in one. First, take out the execrable Gnuplot requirement, which will cause you to build all of X11 on your backup server if you're not careful. This involves breaking PLIST out into pieces. Second, add a Kerberos option. The Kerberos code says version 2.4.0p1, but it seems to work fine for me. There is a bug in the code, re: which I've also submitted a patch to the Amanda people. It's fixed in patch-ah. I had to modify configure to get it to look for Kerberos in /usr and /usr/local. I know I'm supposed to set USE_AUTOCONF in this situation, but doing so produced weird errors when running `make' that I didn't get when running `autoconf' in WRKDIR, so I contented myself with patching configure.in in the obvious way, in case anybody's of a mind to re-autoconfiscate. >How-To-Repeat: >Fix: diff -ruN misc/amanda24/Makefile misc/amanda24+/Makefile --- misc/amanda24/Makefile Fri Apr 14 01:45:17 2000 +++ misc/amanda24+/Makefile Mon May 29 04:37:30 2000 @@ -13,8 +13,18 @@ MAINTAINER= cwt@FreeBSD.org +.ifdef WITH_GNUPLOT BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot +.endif + +.if defined(WITH_KERBEROS) +.if ${USA_RESIDENT} == NO || !defined(USA_RESIDENT) +FORBIDDEN= "Kerberos can only be used by USA residents." +.else +DISTFILES= amanda-2.4.1p1.tar.gz hidden/isnt_this_silly/amanda-krb4-2.4.0p1.tar.gz +.endif +.endif WRKSRC= ${WRKDIR}/amanda-2.4.1p1 NO_LATEST_LINK= yes @@ -25,12 +35,29 @@ --with-dump-honor-nodump \ --with-user=operator --with-group=operator +.if defined(WITH_KERBEROS) +CONFIGURE_ARGS+= --with-krb4-security \ + --with-server-principal=amanda \ + --with-server-instance=amanda \ + --with-server-keyfile=${PREFIX}/etc/amanda/clitab \ + --with-client-principal=amanda \ + --with-client-keyfile=${PREFIX}/etc/amanda/srvtab +.endif + PATCH_STRIP= MAN8= amadmin.8 amanda.8 amcheck.8 amcheckdb.8 amcleanup.8 \ amdump.8 amflush.8 amlabel.8 amoverview.8 amplot.8 \ amrecover.8 amreport.8 amrestore.8 amrmtape.8 amstatus.8 \ amtape.8 amtoc.8 amverify.8 +post-extract: +.ifdef WITH_KERBEROS + @echo "Copying the 2.4.0p1 Kerberos code to ${WRKSRC}" + @${TAR} -C ${WRKDIR}/amanda-2.4.0p1 -cf - . | \ + ${TAR} -C ${WRKSRC} -xf - + ${CP} files/patch-ah patches +.endif + post-install: ${MKDIR} ${PREFIX}/share/examples/amanda ${CP} -R ${WRKSRC}/example/amanda.conf \ @@ -38,5 +65,10 @@ ${WRKSRC}/example/chg-scsi.conf \ ${WRKSRC}/example/disklist \ ${PREFIX}/share/examples/amanda +.ifdef WITH_GNUPLOT + @${CAT} pkg/PLIST.WITH_GNUPLOT ${TMPPLIST} > /tmp/plist.$$ + @${CP} /tmp/plist.$$ ${TMPPLIST} + @${RM} /tmp/plist.$$ +.endif .include diff -ruN misc/amanda24/files/md5 misc/amanda24+/files/md5 --- misc/amanda24/files/md5 Thu Dec 24 16:15:23 1998 +++ misc/amanda24+/files/md5 Mon May 29 04:56:26 2000 @@ -1 +1,2 @@ MD5 (amanda-2.4.1p1.tar.gz) = 13f34dc97c35f85f88e54ca25b2009ed +MD5 (hidden/isnt_this_silly/amanda-krb4-2.4.0p1.tar.gz) = bf0a1c68bafa3345e183fdefcd4108f7 diff -ruN misc/amanda24/files/patch-ah misc/amanda24+/files/patch-ah --- misc/amanda24/files/patch-ah Wed Dec 31 16:00:00 1969 +++ misc/amanda24+/files/patch-ah Mon May 29 02:55:47 2000 @@ -0,0 +1,19 @@ +*** common-src/krb4-security.c Mon Jun 8 19:23:06 1998 +--- common-src/krb4-security.c+ Mon May 29 02:52:47 2000 +*************** +*** 124,129 **** +--- 124,137 ---- + /* get realm name: krb_realmofhost always returns *something* */ + strcpy(realm, krb_realmofhost(hp->h_name)); + ++ if((hp = gethostbyname(alias)) == 0) return 0; ++ ++ /* get inst name: like krb_get_phost, but avoid multiple gethostbyname */ ++ ++ for(s = hp->h_name, d = inst; *s && *s != '.'; s++, d++) ++ *d = isupper(*s)? tolower(*s) : *s; ++ *d = '\0'; ++ + return hp; + } + diff -ruN misc/amanda24/patches/patch-ag misc/amanda24+/patches/patch-ag --- misc/amanda24/patches/patch-ag Wed Dec 31 16:00:00 1969 +++ misc/amanda24+/patches/patch-ag Mon May 29 04:35:49 2000 @@ -0,0 +1,23 @@ +*** server-src/dumper.c Thu Nov 19 15:12:23 1998 +--- server-src/dumper.c.new Wed May 10 22:41:46 2000 +*************** +*** 288,293 **** +--- 288,304 ---- + amfree(q); + break; + } ++ #ifdef UF_NODUMP ++ /* ++ * Do this to make sure this file itself is not backed up ++ * accidentaly. We do not really care for the return value ++ * of fchflags, because the open above would've failed if ++ * anything was wrong. ++ * XXX configure should tell us if fchflags exists on this ++ * platform ++ */ ++ fchflags(outfd, UF_NODUMP); ++ #endif + filename_seq = 0; + + check_options(options); + diff -ruN misc/amanda24/patches/patch-ai misc/amanda24+/patches/patch-ai --- misc/amanda24/patches/patch-ai Wed Dec 31 16:00:00 1969 +++ misc/amanda24+/patches/patch-ai Mon May 29 02:55:55 2000 @@ -0,0 +1,35 @@ +*** configure.in Sat Nov 21 09:05:28 1998 +--- configure.in+ Mon May 29 02:53:46 2000 +*************** +*** 669,678 **** + dnl other than the listed KRB4_SPOTS. We only compile kerberos support in + dnl if the right files are there. + +! : ${KRB4_SPOTS="/usr/kerberos /usr/cygnus /usr /opt/kerberos"} + + AC_ARG_WITH(krb4-security, +! [ --with-krb4-security=DIR Location of Kerberos software [/usr/kerberos /usr/cygnus /usr /opt/kerberos]], + KRB4_SECURITY="$withval", + : ${KRB4_SECURITY=no} + ) +--- 669,678 ---- + dnl other than the listed KRB4_SPOTS. We only compile kerberos support in + dnl if the right files are there. + +! : ${KRB4_SPOTS="/usr/local /usr /usr/kerberos /usr/cygnus /usr /opt/kerberos"} + + AC_ARG_WITH(krb4-security, +! [ --with-krb4-security=DIR Location of Kerberos software [/usr/local /usr /usr/kerberos /usr/cygnus /usr /opt/kerberos]], + KRB4_SECURITY="$withval", + : ${KRB4_SECURITY=no} + ) +*************** +*** 707,713 **** + KRB4LIBS="-lkrb -ldes" + break + elif test -f ${dir}/lib/libkrb4.a && +- test -f ${dir}/lib/libcrypto.a && + test -f ${dir}/lib/libdes425.a ; then + # + # This is Kerberos 5 with Kerberos 4 back-support. +--- 707,712 ---- diff -ruN misc/amanda24/patches/patch-aj misc/amanda24+/patches/patch-aj --- misc/amanda24/patches/patch-aj Wed Dec 31 16:00:00 1969 +++ misc/amanda24+/patches/patch-aj Mon May 29 02:56:08 2000 @@ -0,0 +1,46 @@ +*** configure Sat Nov 21 09:12:59 1998 +--- configure+ Mon May 29 02:54:39 2000 +*************** +*** 80,86 **** + ac_help="$ac_help + --with-amandahosts use .amandahosts instead of .rhosts" + ac_help="$ac_help +! --with-krb4-security=DIR Location of Kerberos software [/usr/kerberos /usr/cygnus /usr /opt/kerberos]" + ac_help="$ac_help + --with-server-principal=ARG server host principal ["amanda"]" + ac_help="$ac_help +--- 80,86 ---- + ac_help="$ac_help + --with-amandahosts use .amandahosts instead of .rhosts" + ac_help="$ac_help +! --with-krb4-security=DIR Location of Kerberos software [/usr/local /usr /usr/kerberos /usr/cygnus /usr /opt/kerberos]" + ac_help="$ac_help + --with-server-principal=ARG server host principal ["amanda"]" + ac_help="$ac_help +*************** +*** 1851,1857 **** + esac + + +! : ${KRB4_SPOTS="/usr/kerberos /usr/cygnus /usr /opt/kerberos"} + + # Check whether --with-krb4-security or --without-krb4-security was given. + if test "${with_krb4_security+set}" = set; then +--- 1851,1857 ---- + esac + + +! : ${KRB4_SPOTS="/usr/local /usr /usr/kerberos /usr/cygnus /usr /opt/kerberos"} + + # Check whether --with-krb4-security or --without-krb4-security was given. + if test "${with_krb4_security+set}" = set; then +*************** +*** 1897,1903 **** + KRB4LIBS="-lkrb -ldes" + break + elif test -f ${dir}/lib/libkrb4.a && +- test -f ${dir}/lib/libcrypto.a && + test -f ${dir}/lib/libdes425.a ; then + # + # This is Kerberos 5 with Kerberos 4 back-support. +--- 1897,1902 ---- diff -ruN misc/amanda24/pkg/PLIST misc/amanda24+/pkg/PLIST --- misc/amanda24/pkg/PLIST Sun Feb 20 23:10:26 2000 +++ misc/amanda24+/pkg/PLIST Sun May 28 20:29:15 2000 @@ -13,12 +13,8 @@ @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R libexec/amanda/amandad -libexec/amanda/amcat.awk libexec/amanda/amidxtaped libexec/amanda/amindexd -libexec/amanda/amplot.awk -libexec/amanda/amplot.g -libexec/amanda/amplot.gp libexec/amanda/amtrmidx libexec/amanda/calcsize libexec/amanda/chg-chio @@ -49,7 +45,6 @@ sbin/amflush sbin/amlabel sbin/amoverview -sbin/amplot sbin/amrecover sbin/amreport sbin/amrestore diff -ruN misc/amanda24/pkg/PLIST.WITH_GNUPLOT misc/amanda24+/pkg/PLIST.WITH_GNUPLOT --- misc/amanda24/pkg/PLIST.WITH_GNUPLOT Wed Dec 31 16:00:00 1969 +++ misc/amanda24+/pkg/PLIST.WITH_GNUPLOT Sun May 28 20:29:19 2000 @@ -0,0 +1,5 @@ +libexec/amanda/amcat.awk +libexec/amanda/amplot.awk +libexec/amanda/amplot.g +libexec/amanda/amplot.gp +sbin/amplot >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 May 29 5:28:56 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.surf1.de (mail.surf1.de [194.25.165.21]) by hub.freebsd.org (Postfix) with ESMTP id 862D337B7C7; Mon, 29 May 2000 05:28:32 -0700 (PDT) (envelope-from alex@cichlids.com) Received: from cichlids.com (p3E9EE6F6.dip0.t-ipconnect.de [62.158.230.246]) by mail.surf1.de (8.9.3/8.9.3) with ESMTP id OAA12995; Mon, 29 May 2000 14:28:54 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by cichlids.com (Postfix) with ESMTP id 4BF49AC31; Mon, 29 May 2000 12:19:55 +0200 (CEST) Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id MAA07166; Mon, 29 May 2000 12:19:36 +0200 (CEST) (envelope-from alex) Date: Mon, 29 May 2000 12:19:36 +0200 From: Alexander Langer To: will@FreeBSD.ORG Cc: erikhb@bgnett.no, freebsd-ports@FreeBSD.ORG Subject: Re: ports/17587: new port: databases/libiodbc Message-ID: <20000529121936.A1427@cichlids.cichlids.com> Mail-Followup-To: will@FreeBSD.ORG, erikhb@bgnett.no, freebsd-ports@FreeBSD.ORG References: <200005290823.BAA86285@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200005290823.BAA86285@freefall.freebsd.org>; from will@FreeBSD.ORG on Mon, May 29, 2000 at 01:23:13AM -0700 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thus spake will@FreeBSD.ORG (will@FreeBSD.ORG): > State-Changed-Why: > Committed, thanks! > > http://www.freebsd.org/cgi/query-pr.cgi?pr=17587 Is this http:// line a standard now? Alex -- I need a new ~/.sig. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 6: 6:30 2000 Delivered-To: freebsd-ports@freebsd.org Received: from cx344940-a.meta1.la.home.com (cx344940-a.meta1.la.home.com [24.6.21.74]) by hub.freebsd.org (Postfix) with ESMTP id B418037BC5F; Mon, 29 May 2000 06:06:20 -0700 (PDT) (envelope-from conrads@cx344940-a.meta1.la.home.com) Received: (from conrads@localhost) by cx344940-a.meta1.la.home.com (8.9.3/8.9.3) id IAA63601; Mon, 29 May 2000 08:06:18 -0500 (CDT) (envelope-from conrads) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Mon, 29 May 2000 08:06:18 -0500 (CDT) Organization: @Home Network From: Conrad Sabatier To: multimedia@freebsd.org Subject: Gamtv -- Free, quality MPEG player for Linux (porting help needed) Cc: ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Came across this yesterday. It's built around the MTV SDK, but the package includes all the sources necessary to build it. I've managed to get the player itself to compile and run, and it's working just fine, but the gui stuff (made with glade) is driving me nuts. Perhaps one of you porting wizards would care to have a go at it? I think it would make a *very* worthwhile addition to the ports collection. Essentially, it's a *free* version of mtv! http://andrej.co.ru/~andrej/programs/gamtv/ -- Conrad Sabatier http://members.home.net/conrads/ ICQ# 1147270 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 7:20: 7 2000 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 E788D37BC21 for ; Mon, 29 May 2000 07:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA32748; Mon, 29 May 2000 07:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id E7C3E37B608; Mon, 29 May 2000 07:13:27 -0700 (PDT) Message-Id: <20000529141327.E7C3E37B608@hub.freebsd.org> Date: Mon, 29 May 2000 07:13:27 -0700 (PDT) From: rbt@zort.on.ca To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/18873: Update to Balsa (archive Locations) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18873 >Category: ports >Synopsis: Update to Balsa (archive Locations) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon May 29 07:20:02 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Rod Taylor >Release: 4.0-STABLE (ports supped on May 28th) >Organization: >Environment: >Description: Balsa archive locations aren't the same as the mail/balsa port has. >How-To-Repeat: >Fix: According to website: Source ftp://ftp.newton.cx/pub/balsa/balsa-0.8.0.tar.gz http://www.theochem.kth.se/~pawsa/balsa/balsa-0.8.0.tar.gz >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 May 29 7:22: 8 2000 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 9FF8037BBE0; Mon, 29 May 2000 07:22:04 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Received: (from jmz@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA33312; Mon, 29 May 2000 07:22:04 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Date: Mon, 29 May 2000 07:22:04 -0700 (PDT) Message-Id: <200005291422.HAA33312@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: jmz set sender to jmz@FreeBSD.org using -f From: Jean-Marc Zucconi To: sprice@hiwaay.net Cc: andrews@technologist.com, ports@FreeBSD.ORG In-reply-to: (message from Steve Price on Mon, 29 May 2000 00:10:49 -0500 (CDT)) Subject: Re: Remove games/linuxdoom? X-Mailer: Emacs References: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >>>>> Steve Price writes: > On Sun, 28 May 2000, Will Andrews wrote: > # Hi all, > # > # Now that Id Software has released the source code for Doom, is there > # much point in keeping this port around? It's currently broken and no > # one is maintaining it. I say we nuke it. > While I don't play doom, it does seem a shame to have two versions > of this port (which we have the source for). Unless someone can come > up with a compelling reason why the Linux version works a bazillion > times better (and can't produce diffs to fix FreeBSD's version), then > I second the 'nukage'. linuxdoom supports joystick and the musserver program. This was why I did not nuke it when I updated the FreeBSD version. Jean-Mmarc -- Jean-Marc Zucconi PGP Key: finger jmz@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 May 29 7:36:40 2000 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 2163437B588; Mon, 29 May 2000 07:36:39 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA36382; Mon, 29 May 2000 07:36:38 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Date: Mon, 29 May 2000 07:36:38 -0700 (PDT) From: Message-Id: <200005291436.HAA36382@freefall.freebsd.org> To: rbt@zort.on.ca, sobomax@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18873: Update to Balsa (archive Locations) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update to Balsa (archive Locations) State-Changed-From-To: open->closed State-Changed-By: sobomax State-Changed-When: Mon May 29 07:34:40 PDT 2000 State-Changed-Why: Committed, thanks! Please try to submit diffs alons with verbal explanation in the future. http://www.freebsd.org/cgi/query-pr.cgi?pr=18873 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 8: 1:28 2000 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 EFE6037B681; Mon, 29 May 2000 08:01:23 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.hiwaay.net (8.11.0.Beta1/8.11.0.Beta1) with ESMTP id e4TF1A724435; Mon, 29 May 2000 10:01:11 -0500 (CDT) Date: Mon, 29 May 2000 10:01:10 -0500 (CDT) From: Steve Price To: Alexander Langer Cc: will@FreeBSD.ORG, erikhb@bgnett.no, freebsd-ports@FreeBSD.ORG Subject: Re: ports/17587: new port: databases/libiodbc In-Reply-To: <20000529121936.A1427@cichlids.cichlids.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 29 May 2000, Alexander Langer wrote: # Thus spake will@FreeBSD.ORG (will@FreeBSD.ORG): # # > State-Changed-Why: # > Committed, thanks! # > # > http://www.freebsd.org/cgi/query-pr.cgi?pr=17587 # # Is this http:// line a standard now? I added it yesterday while making some other changes to GNATS. You don't like it? -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 8: 7:24 2000 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 114E937BA88; Mon, 29 May 2000 08:07:21 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.hiwaay.net (8.11.0.Beta1/8.11.0.Beta1) with ESMTP id e4TF7J326857; Mon, 29 May 2000 10:07:19 -0500 (CDT) Date: Mon, 29 May 2000 10:07:19 -0500 (CDT) From: Steve Price To: Jean-Marc Zucconi Cc: andrews@technologist.com, ports@FreeBSD.org Subject: Re: Remove games/linuxdoom? In-Reply-To: <200005291422.HAA33312@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 On Mon, 29 May 2000, Jean-Marc Zucconi wrote: # linuxdoom supports joystick and the musserver program. This was why I # did not nuke it when I updated the FreeBSD version. Now that it is open source can't we get these changes into the FreeBSD version? -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 8:10:57 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.surf1.de (mail.surf1.de [194.25.165.21]) by hub.freebsd.org (Postfix) with ESMTP id 809E637BA06; Mon, 29 May 2000 08:10:52 -0700 (PDT) (envelope-from alex@cichlids.com) Received: from cichlids.com (p3E9EE6F6.dip0.t-ipconnect.de [62.158.230.246]) by mail.surf1.de (8.9.3/8.9.3) with ESMTP id RAA29353; Mon, 29 May 2000 17:11:18 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by cichlids.com (Postfix) with ESMTP id 51B09AC30; Mon, 29 May 2000 17:11:06 +0200 (CEST) Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id RAA01671; Mon, 29 May 2000 17:10:45 +0200 (CEST) (envelope-from alex) Date: Mon, 29 May 2000 17:10:45 +0200 From: Alexander Langer To: Steve Price Cc: will@FreeBSD.ORG, erikhb@bgnett.no, freebsd-ports@FreeBSD.ORG Subject: Re: ports/17587: new port: databases/libiodbc Message-ID: <20000529171045.A1598@cichlids.cichlids.com> Mail-Followup-To: Steve Price , will@FreeBSD.ORG, erikhb@bgnett.no, freebsd-ports@FreeBSD.ORG References: <20000529121936.A1427@cichlids.cichlids.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from sprice@hiwaay.net on Mon, May 29, 2000 at 10:01:10AM -0500 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thus spake Steve Price (sprice@hiwaay.net): > # > http://www.freebsd.org/cgi/query-pr.cgi?pr=17587 > # Is this http:// line a standard now? > I added it yesterday while making some other changes to GNATS. > You don't like it? Not really :-) In my eyes it's kinda redundant, since usually everybody who sends PRs or reads the lists PR's show up on know where to find them. But I'm often too conversative :-) Alex -- I need a new ~/.sig. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 8:37:35 2000 Delivered-To: freebsd-ports@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id F267937BC1D; Mon, 29 May 2000 08:37:25 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id C2ADB1C4D; Mon, 29 May 2000 11:37:21 -0400 (EDT) Date: Mon, 29 May 2000 11:37:21 -0400 From: Bill Fumerola To: Alexander Langer Cc: Steve Price , will@FreeBSD.ORG, erikhb@bgnett.no, freebsd-ports@FreeBSD.ORG Subject: Re: ports/17587: new port: databases/libiodbc Message-ID: <20000529113721.D86725@jade.chc-chimes.com> References: <20000529121936.A1427@cichlids.cichlids.com> <20000529171045.A1598@cichlids.cichlids.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000529171045.A1598@cichlids.cichlids.com>; from alex@big.endian.de on Mon, May 29, 2000 at 05:10:45PM +0200 X-Operating-System: FreeBSD 3.3-STABLE i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, May 29, 2000 at 05:10:45PM +0200, Alexander Langer wrote: > > # > http://www.freebsd.org/cgi/query-pr.cgi?pr=17587 > > # Is this http:// line a standard now? > > I added it yesterday while making some other changes to GNATS. > > You don't like it? > > Not really :-) > > In my eyes it's kinda redundant, since usually everybody who sends PRs > or reads the lists PR's show up on know where to find them. > > But I'm often too conversative :-) A lot of the people who submit PRs have no idea where they land, they just filled out some form on the website when something didn't work. The URL allows them to see the audit trail, and things like that. -- Bill Fumerola - Network Architect / Computer Horizons Corp - CVM e-mail: billf@chc-chimes.com / billf@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 8:50: 5 2000 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 AC48637BBF7 for ; Mon, 29 May 2000 08:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA45028; Mon, 29 May 2000 08:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 29 May 2000 08:50:02 -0700 (PDT) Message-Id: <200005291550.IAA45028@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Scot W. Hetzel" Subject: Re: ports/18871: apache13-fp port doesn't install on FreeBSD4.0 Reply-To: "Scot W. Hetzel" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/18871; it has been noted by GNATS. From: "Scot W. Hetzel" To: , Cc: Subject: Re: ports/18871: apache13-fp port doesn't install on FreeBSD4.0 Date: Mon, 29 May 2000 10:42:22 -0500 From: >> Checksum OK for apache_1.3.12.tar.gz. > >> Checksum mismatch for fp40.bsdi.tar.Z. > >> Checksum OK for powerlogo.gif. > >> Checksum OK for fplogo.gif. > Make sure the Makefile and md5 file (/usr/ports/www/apache13-fp/files/md5) > are up to date. If you are absolutely sure you want to override this > "check, type make NO_CHECKSUM=yes [other args]". The fp40.bsdi.tar.Z file has been upgraded to a new version that is why the checksum doesn't match. > So, when I do what it suggests and use the NO_CHECKSUM flag, here's what > happens: > > # make NO_CHECKSUM=yes > ===> Extracting for apache_fp-1.3.12 > ===> Extracting FrontPage install scripts > cd /usr/ports/www/apache13-fp/work/apache_1.3.12 && /usr/bin/gzip -nf -9 > -dc /usr/ports/distfiles/fp40.bsdi.tar.Z | /usr/bin/tar -xf - > frontpage/version4.0/fp_install.sh frontpage/version4.0/change_server.sh > frontpage/version4.0/readme.htm frontpage/version4.0/set_default_perms.sh > ===> Patching for apache_fp-1.3.12 > ===> Applying FreeBSD patches for apache_fp-1.3.12 > 4 out of 9 hunks failed--saving rejects to > frontpage/version4.0/change_server.sh.rej > *** Error code 4 The change_server.sh file was changed, so the patch no longer works. I have submitted an upgrade for this port, see PR 18581 for the update. Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 8:51: 8 2000 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 A9BCC37BC7F; Mon, 29 May 2000 08:50:57 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.hiwaay.net (8.11.0.Beta1/8.11.0.Beta1) with ESMTP id e4TFomI24808; Mon, 29 May 2000 10:50:48 -0500 (CDT) Date: Mon, 29 May 2000 10:50:48 -0500 (CDT) From: Steve Price To: Bill Fumerola Cc: Alexander Langer , will@FreeBSD.ORG, erikhb@bgnett.no, freebsd-ports@FreeBSD.ORG Subject: Re: ports/17587: new port: databases/libiodbc In-Reply-To: <20000529113721.D86725@jade.chc-chimes.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 29 May 2000, Bill Fumerola wrote: # A lot of the people who submit PRs have no idea where they land, # they just filled out some form on the website when something didn't work. # # The URL allows them to see the audit trail, and things like that. Yep, sort of like the reminder at the bottom of this message. Many of us know, but for those that don't ... :) -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 9: 6:46 2000 Delivered-To: freebsd-ports@freebsd.org Received: from wizard.vlink.ru (wizard.vlink.ru [195.9.70.254]) by hub.freebsd.org (Postfix) with ESMTP id D98AE37BC4F; Mon, 29 May 2000 09:05:58 -0700 (PDT) (envelope-from dsh@wizard.vlink.ru) Received: by wizard.vlink.ru (Postfix, from userid 1000) id 36D7962E77; Mon, 29 May 2000 20:05:21 +0400 (MSD) To: Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/16989: new port: comms/qico References: <200005290659.XAA76224@freefall.freebsd.org> Mime-Version: 1.0 (generated by tm-edit 1.5) Content-Type: text/plain; charset=US-ASCII From: Denis Shaposhnikov Date: 29 May 2000 20:05:20 +0400 In-Reply-To: 's message of "Sun, 28 May 2000 23:59:21 -0700 (PDT)" Message-ID: <87ya4te3zz.fsf@wizard.vlink.ru> Lines: 303 X-Mailer: Gnus v5.6.45/XEmacs 21.1 - "Capitol Reef" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >>>>> "will" == will writes: will> May 28 23:58:29 PDT 2000 State-Changed-Why: I am unable to get will> the distfile off any of the MASTER_SITES because they are so will> saturated as to be unusable. Can you provide any better will> MASTER_SITES for downloading? Try this. # 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: # # qico/ # qico/pkg # qico/pkg/PLIST # qico/pkg/COMMENT # qico/pkg/DESCR # qico/files # qico/files/md5 # qico/patches # qico/patches/patch-ac # qico/patches/patch-aa # qico/patches/patch-ad # qico/patches/patch-ae # qico/patches/patch-af # qico/patches/patch-ag # qico/patches/patch-ah # qico/patches/patch-ab # qico/Makefile # echo c - qico/ mkdir -p qico/ > /dev/null 2>&1 echo c - qico/pkg mkdir -p qico/pkg > /dev/null 2>&1 echo x - qico/pkg/PLIST sed 's/^X//' >qico/pkg/PLIST << 'END-of-qico/pkg/PLIST' Xetc/qico.conf.sample Xlibexec/qico Xbin/qcc Xshare/doc/qico/FAQ.ru Xshare/doc/qico/README.ru END-of-qico/pkg/PLIST echo x - qico/pkg/COMMENT sed 's/^X//' >qico/pkg/COMMENT << 'END-of-qico/pkg/COMMENT' XQico is an FidoNet Technology Network (FTN) compatible mailer for Unix systems END-of-qico/pkg/COMMENT echo x - qico/pkg/DESCR sed 's/^X//' >qico/pkg/DESCR << 'END-of-qico/pkg/DESCR' XQico is an FidoNet Technology Network (FTN) compatible mailer for Unix systems. XIt has slightly different architecture than ifcico. X XFeatures: X X * Support for EMSI, ZModem, ZedZap, Hydra X * Support for 4D Binkley-style, Amiga-style outbound, fileboxes X * Daemon mode for outgoing calls X * Substs with support for hidden-lines X * Support for session time limit X * Support for minimum connect speed limit X Xand so on. X XWWW: http://www.ruxy.org.ru/~aaz END-of-qico/pkg/DESCR echo c - qico/files mkdir -p qico/files > /dev/null 2>&1 echo x - qico/files/md5 sed 's/^X//' >qico/files/md5 << 'END-of-qico/files/md5' XMD5 (qico-0.45pl3.1.tar.gz) = 9fd337654a53b6bd56733035c8fb101d END-of-qico/files/md5 echo c - qico/patches mkdir -p qico/patches > /dev/null 2>&1 echo x - qico/patches/patch-ac sed 's/^X//' >qico/patches/patch-ac << 'END-of-qico/patches/patch-ac' X--- src/Makefile.orig Sat Mar 18 10:12:29 2000 X+++ src/Makefile Sat Mar 18 12:02:56 2000 X@@ -3,7 +3,7 @@ X # X include ../CONFIG X X-STRIP=0 X+STRIP=1 X #DEFS += -DEMSI_LOG # log emsi in /tmp/emsi.log X #DEFS += -DH_DEBUG # Hydra X #DEFS += -DZ_DEBUG # ZModem X@@ -14,7 +14,7 @@ X #DEFS += -DY_DEBUG #-DYYERROR_VERBOSE=1 -DYYDEBUG=100 X X DEFS += -DSHELL=\"$(SHELL)\" -DCONFIG=\"$(CONF)\" X-CFLAGS = $(DEFS) -Wall -m486 -O2 -D_GNU_SOURCE=1 -D_BSD_SOURCE=1 X+CFLAGS += $(DEFS) X ifeq (1,$(STRIP)) X IFLAGS = -s X else END-of-qico/patches/patch-ac echo x - qico/patches/patch-aa sed 's/^X//' >qico/patches/patch-aa << 'END-of-qico/patches/patch-aa' X--- CONFIG.orig Sat Mar 18 10:12:29 2000 X+++ CONFIG Sat Mar 18 11:43:16 2000 X@@ -6,7 +6,7 @@ X BINDIR = /usr/local/bin X X # default config (can be overridden with -I) X-CONF = /etc/ftn/qico.conf X+CONF = ${PREFIX}/etc/qico.conf X # non-binary file permissions X PERM = 00600 X X@@ -20,10 +20,9 @@ X X # qcc features (for building this you must have ncurses-4.2+) X MORDA = 1 X-#DEFS += -DFREE_BSD X X # lock dir X-DEFS += -DLOCK_DIR=\"/var/lock\" X+DEFS += -DLOCK_DIR=\"/var/spool/lock\" X X # communication socket X DEFS += -DQIPC_SOCKET=\"/tmp/qlog\" X@@ -52,19 +51,19 @@ X ### OS depended settings ##################################################### X ############################################################################## X X-SHELL = /bin/sh X-CC = gcc X-AWK = awk X-INSTALL = install X-LEX = lex X+SHELL ?= /bin/sh X+CC ?= gcc X+AWK ?= awk X+INSTALL?= install X+LEX ?= lex X #YACC = bison -y X-YACC = yacc X+YACC ?= yacc X X # required for linux glibc2 systems X #LIBS=-lresolv X X-# required for FreeBSD, if define -DFREE_BSD X-#LIBS=-lutil X+# required for FreeBSD X+LIBS=-lutil X X # X # $Id: CONFIG,v 1.7 2000/01/28 15:53:38 aaz Exp $ END-of-qico/patches/patch-aa echo x - qico/patches/patch-ad sed 's/^X//' >qico/patches/patch-ad << 'END-of-qico/patches/patch-ad' X--- src/ftn.c.orig Tue Mar 28 19:23:19 2000 X+++ src/ftn.c Tue Mar 28 20:43:31 2000 X@@ -398,7 +398,7 @@ X fputc(0,f);fputc(0,f);fputc(0,f);fclose(f); X } X X-#ifndef FREE_BSD X+#ifndef __FreeBSD__ X #ifdef PROCTITLE X /* X * clobber argv so ps will show what we're doing. X@@ -433,7 +433,7 @@ X void setproctitle(char *str){} X X #endif X-#endif /* FREE_BSD */ X+#endif /* __FreeBSD__ */ X X char *xstrcpy(char **to, char *from) X { END-of-qico/patches/patch-ad echo x - qico/patches/patch-ae sed 's/^X//' >qico/patches/patch-ae << 'END-of-qico/patches/patch-ae' X--- src/ftn.h.orig Mon Mar 6 17:44:57 2000 X+++ src/ftn.h Sat Mar 18 10:51:57 2000 X@@ -209,7 +209,7 @@ X extern char *engms[]; X extern FILE *openpktmsg(ftnaddr_t *fa, ftnaddr_t *ta, char *from, char *to, char *subj, char *pwd, char *fn); X extern void closepkt(FILE *f, ftnaddr_t *fa, char *tear, char *orig); X-#ifndef FREE_BSD X+#ifndef __FreeBSD__ X extern void setargspace(char **argv, char **envp); X extern void setproctitle(char *str); X #endif END-of-qico/patches/patch-ae echo x - qico/patches/patch-af sed 's/^X//' >qico/patches/patch-af << 'END-of-qico/patches/patch-af' X--- src/main.c.orig Mon Mar 6 17:44:57 2000 X+++ src/main.c Sat Mar 18 10:52:28 2000 X@@ -429,7 +429,7 @@ X slist_t *sl=NULL, *l; X sts_t sts; X X-#ifndef FREE_BSD X+#ifndef __FreeBSD__ X setargspace(argv,envp); X #endif X setlocale(LC_ALL, ""); END-of-qico/patches/patch-af echo x - qico/patches/patch-ag sed 's/^X//' >qico/patches/patch-ag << 'END-of-qico/patches/patch-ag' X--- src/qcc.c.orig Mon Mar 6 17:44:57 2000 X+++ src/qcc.c Sat Mar 18 11:03:50 2000 X@@ -16,7 +16,7 @@ X #include X #include X #include X-#ifdef FREE_BSD X+#if defined __FreeBSD__ && __FreeBSD__ < 4 X #include X #else X #include X@@ -29,7 +29,7 @@ X extern unsigned short crc16(char *str, int l); X void sigwinch(int s); X X-#ifdef FREE_BSD X+#if defined __FreeBSD__ && __FreeBSD__ < 4 X void mvvline (int y,int x,int ch,int n) X { X move (y,x); END-of-qico/patches/patch-ag echo x - qico/patches/patch-ah sed 's/^X//' >qico/patches/patch-ah << 'END-of-qico/patches/patch-ah' X--- src/qipc.c.orig Sat Mar 18 10:12:29 2000 X+++ src/qipc.c Sat Mar 18 10:54:14 2000 X@@ -11,7 +11,7 @@ X #include X #include X #include X-#ifdef FREE_BSD X+#ifdef __FreeBSD__ X #include X #endif X #include "ftn.h" X@@ -181,7 +181,7 @@ X vsprintf(lin, str, args); X va_end(args); X qsendpkt(QC_TITLE, QLNAME, lin, strlen(lin)+1); X-#ifdef FREE_BSD X+#ifdef __FreeBSD__ X setproctitle("%s", lin); X #else X setproctitle(lin); END-of-qico/patches/patch-ah echo x - qico/patches/patch-ab sed 's/^X//' >qico/patches/patch-ab << 'END-of-qico/patches/patch-ab' X--- Makefile.orig Sun Feb 6 10:47:47 2000 X+++ Makefile Sun Feb 6 11:01:10 2000 X@@ -5,8 +5,6 @@ X X DIRS = src X X-CC = gcc X-AWK = awk X INSTALL = install X X DIST = qico-$(VERSION).tar.gz END-of-qico/patches/patch-ab echo x - qico/Makefile sed 's/^X//' >qico/Makefile << 'END-of-qico/Makefile' X# New ports collection makefile for: qico X# Version required: 0.45pl3.1 X# Date created: 13 Jan 2000 X# Whom: Denis Shaposhnikov X# X# $FreeBSD$ X# X XPORTNAME= qico XPORTVERSION= 0.45.3.1 XDISTNAME= ${PORTNAME}-0.45pl3.1 XCATEGORIES= comms XMASTER_SITES= http://www.ruxy.org.ru/~aaz/files/ X XMAINTAINER= dsh@vlink.ru X XUSE_GMAKE= yes XMAKE_ENV+= SH=${SH} AWK=${AWK} DEFS="${DEFS}" X X.if defined(WITH_AMIGA4D) XDEFS+= -DAMIGA4D X.endif X Xdo-install: X ${INSTALL_DATA} ${WRKSRC}/qico.conf ${PREFIX}/etc/qico.conf.sample X ${INSTALL_PROGRAM} ${WRKSRC}/src/qico ${PREFIX}/libexec X ${INSTALL_PROGRAM} ${WRKSRC}/src/qcc ${PREFIX}/bin X X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/qico X ${INSTALL_MAN} ${WRKSRC}/FAQ ${PREFIX}/share/doc/qico/FAQ.ru X ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/qico/README.ru X.endif X X.include END-of-qico/Makefile exit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 9:19: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from blizzard.sabbo.net (blizzard.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id 90DC537BC5A; Mon, 29 May 2000 09:18:37 -0700 (PDT) (envelope-from sobomax@freebsd.org) Received: from vic.sabbo.net (vic.sabbo.net [193.193.218.106]) by blizzard.sabbo.net (8.9.1/8.9.3) with ESMTP id TAA15512; Mon, 29 May 2000 19:17:24 +0300 (EEST) Received: from freebsd.org (big_brother.sabbo.net [192.168.1.1]) by vic.sabbo.net (8.9.3/8.9.3) with ESMTP id TAA26698; Mon, 29 May 2000 19:18:32 +0300 (EEST) (envelope-from sobomax@freebsd.org) Message-ID: <39329851.5309323E@freebsd.org> Date: Mon, 29 May 2000 19:18:25 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.73 [en] (WinNT; I) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Denis Shaposhnikov Cc: will@freebsd.org, freebsd-ports@freebsd.org Subject: Re: ports/16989: new port: comms/qico References: <200005290659.XAA76224@freefall.freebsd.org> <87ya4te3zz.fsf@wizard.vlink.ru> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Denis Shaposhnikov wrote: > >>>>> "will" == will writes: > > will> May 28 23:58:29 PDT 2000 State-Changed-Why: I am unable to get > will> the distfile off any of the MASTER_SITES because they are so > will> saturated as to be unusable. Can you provide any better > will> MASTER_SITES for downloading? > > Try this. > XMASTER_SITES= http://www.ruxy.org.ru/~aaz/files/ But MASTER_SITE is absolutely the same (www.ruxy.org.ru), isn't it? $ traceroute www.ruxy.org.ru [...] 25 vanraj-gw7.teliafi.net (62.236.0.2) 1579.512 ms 2369.418 ms 1989.641 ms 26 vanleivo.teliafi.net (195.10.135.26) 1999.513 ms 1659.471 ms 1219.590 ms 27 gw-1.leivo.ru (194.105.193.37) 1789.504 ms 1629.437 ms 659.761 ms 28 gw-RUSnet.leivo.ru (194.105.193.10) 689.538 ms 640.156 ms 669.156 ms 29 bwman.neva.ru (194.85.4.52) 3069.536 ms * 2750.384 ms 30 * * * -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 9:21:15 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.surf1.de (mail.surf1.de [194.25.165.21]) by hub.freebsd.org (Postfix) with ESMTP id 36F9837BC4F; Mon, 29 May 2000 09:21:08 -0700 (PDT) (envelope-from alex@cichlids.com) Received: from cichlids.com (p3E9EE6F6.dip0.t-ipconnect.de [62.158.230.246]) by mail.surf1.de (8.9.3/8.9.3) with ESMTP id SAA17912; Mon, 29 May 2000 18:21:25 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by cichlids.com (Postfix) with ESMTP id 48D46AC30; Mon, 29 May 2000 18:21:14 +0200 (CEST) Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id SAA03199; Mon, 29 May 2000 18:20:53 +0200 (CEST) (envelope-from alex) Date: Mon, 29 May 2000 18:20:53 +0200 From: Alexander Langer To: Bill Fumerola Cc: Steve Price , will@FreeBSD.ORG, erikhb@bgnett.no, freebsd-ports@FreeBSD.ORG Subject: Re: ports/17587: new port: databases/libiodbc Message-ID: <20000529182053.A3184@cichlids.cichlids.com> Mail-Followup-To: Bill Fumerola , Steve Price , will@FreeBSD.ORG, erikhb@bgnett.no, freebsd-ports@FreeBSD.ORG References: <20000529121936.A1427@cichlids.cichlids.com> <20000529171045.A1598@cichlids.cichlids.com> <20000529113721.D86725@jade.chc-chimes.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000529113721.D86725@jade.chc-chimes.com>; from billf@chc-chimes.com on Mon, May 29, 2000 at 11:37:21AM -0400 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thus spake Bill Fumerola (billf@chc-chimes.com): > The URL allows them to see the audit trail, and things like that. Which doesn't help then until the PR is closed. THEN, that should be added to the reply from GNATS that you get via email (at least when you submit via email, dunno about the www-submission) Alex -- I need a new ~/.sig. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 9:30:11 2000 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 71AA637BC4D for ; Mon, 29 May 2000 09:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA50323; Mon, 29 May 2000 09:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.130.111.12]) by hub.freebsd.org (Postfix) with ESMTP id E205537BC1A for ; Mon, 29 May 2000 09:26:12 -0700 (PDT) (envelope-from pfeifer@dbai.tuwien.ac.at) Received: from [128.130.111.10] (nunki [128.130.111.10]) by vexpert.dbai.tuwien.ac.at (8.9.3/8.9.3) with ESMTP id SAA07166 for ; Mon, 29 May 2000 18:25:57 +0200 (MET DST) Message-Id: Date: Mon, 29 May 2000 18:25:57 +0200 (MET DST) From: Gerald Pfeifer To: FreeBSD-gnats-submit@freebsd.org Subject: ports/18877: Also install libraries for the Wine port! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18877 >Category: ports >Synopsis: Also install libraries for the Wine port! >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 29 09:30:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Gerald Pfeifer >Release: FreeBSD 3.4-RELEASE i386 >Organization: Vienna University of Technology >Environment: Vanilla FreeBSD 3.4-RELEASE i386 with only those kernel configs required by Wine. >Description: We (actually, I) forgot to install the libraries that are part of the Wine port, as well as the include files for winelib. Both happened because we did not use Wine's install target but implemented our own, so I also reverted that. These changes require a bit of ldconfig hackery and significant updates to pkg/PLIST, and uninstalling does not completely work yet, but at least the installation should be complete now. >How-To-Repeat: >Fix: Install the patches below. Note, patches/patch-gb is a new file. Index: Makefile =================================================================== RCS file: /home/ncvs/ports/emulators/wine/Makefile,v retrieving revision 1.79 diff -c -3 -p -r1.79 Makefile *** Makefile 2000/05/29 02:11:41 1.79 --- Makefile 2000/05/29 16:15:04 *************** post-build: *** 49,65 **** ${SED} 's-\(look at the file \)/wine.ini-\1'${PREFIX}/etc/wine.conf.sample- <${WRKSRC}/documentation/config >${WRKDIR}/config do-install: ! .for EXEC in wine server/wineserver tools/fnt2bdf windows/x11drv/wineclipsrv \ ! programs/regapi/regapi ! ${INSTALL_PROGRAM} ${WRKSRC}/${EXEC} ${PREFIX}/bin ! .endfor ${INSTALL_SCRIPT} ${WRKDIR}/regSet.sh ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/wine.ini ${PREFIX}/etc/wine.conf.sample [ -f ${PREFIX}/etc/wine.conf ] \ || ${INSTALL_DATA} ${WRKSRC}/wine.ini ${PREFIX}/etc/wine.conf ${INSTALL_DATA} ${WRKSRC}/documentation/wine.man ${PREFIX}/man/man1/wine.1 ${INSTALL_DATA} ${WRKSRC}/documentation/wine.conf.man ${PREFIX}/man/man5/wine.conf.5 - ${INSTALL_DATA} ${WRKSRC}/libwine.so ${PREFIX}/lib -@${MKDIR} ${PREFIX}/lib/wine/documentation ${PREFIX}/lib/wine/reg 2>/dev/null ${INSTALL_DATA} ${WRKDIR}/bugreports ${WRKDIR}/config \ ${WRKSRC}/README \ --- 49,61 ---- ${SED} 's-\(look at the file \)/wine.ini-\1'${PREFIX}/etc/wine.conf.sample- <${WRKSRC}/documentation/config >${WRKDIR}/config do-install: ! cd ${WRKSRC} && ${MAKE} install ${INSTALL_SCRIPT} ${WRKDIR}/regSet.sh ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/wine.ini ${PREFIX}/etc/wine.conf.sample [ -f ${PREFIX}/etc/wine.conf ] \ || ${INSTALL_DATA} ${WRKSRC}/wine.ini ${PREFIX}/etc/wine.conf ${INSTALL_DATA} ${WRKSRC}/documentation/wine.man ${PREFIX}/man/man1/wine.1 ${INSTALL_DATA} ${WRKSRC}/documentation/wine.conf.man ${PREFIX}/man/man5/wine.conf.5 -@${MKDIR} ${PREFIX}/lib/wine/documentation ${PREFIX}/lib/wine/reg 2>/dev/null ${INSTALL_DATA} ${WRKDIR}/bugreports ${WRKDIR}/config \ ${WRKSRC}/README \ Index: patches/patch-ba =================================================================== RCS file: /home/ncvs/ports/emulators/wine/patches/patch-ba,v retrieving revision 1.2 diff -c -3 -p -r1.2 patch-ba *** patch-ba 2000/05/29 02:11:52 1.2 --- patch-ba 2000/05/29 16:15:04 *************** diff -u -u -r1.17 Make.rules.in *** 14,16 **** --- 14,25 ---- X_CFLAGS = @X_CFLAGS@ X_LIBS = @X_LIBS@ XLIB = @X_PRE_LIBS@ @XLIB@ @X_EXTRA_LIBS@ + @@ -69,7 +69,7 @@ + prefix = @prefix@ + exec_prefix = @exec_prefix@ + bindir = @bindir@ + -libdir = @libdir@ + +libdir = @libdir@/wine + infodir = @infodir@ + mandir = @mandir@ + prog_manext = 1 Index: pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/emulators/wine/pkg/PLIST,v retrieving revision 1.6 diff -c -3 -p -r1.6 PLIST *** PLIST 2000/05/18 18:10:27 1.6 --- PLIST 2000/05/29 16:15:05 *************** *** 1,11 **** bin/wine bin/wineserver - bin/fnt2bdf bin/wineclipsrv ! bin/regapi bin/regSet.sh etc/wine.conf.sample ! lib/libwine.so lib/wine/README.patch lib/wine/patch-3.3-sys-ldtshare lib/wine/patch-3.3-sys-sigtrap --- 1,13 ---- bin/wine bin/wineserver bin/wineclipsrv ! bin/winedbg bin/regSet.sh etc/wine.conf.sample ! include/wine/windef.h ! include/wine/windows.h ! include/wine/wingdi.h ! include/wine/winuser.h lib/wine/README.patch lib/wine/patch-3.3-sys-ldtshare lib/wine/patch-3.3-sys-sigtrap *************** lib/wine/documentation/psdrv.reg *** 33,40 **** lib/wine/documentation/ttfserver lib/wine/documentation/README.debugger lib/wine/documentation/README.regapi @dirrm lib/wine/reg @dirrm lib/wine/documentation @dirrm lib/wine - @exec /sbin/ldconfig -m %B @unexec /sbin/ldconfig -R --- 35,186 ---- lib/wine/documentation/ttfserver lib/wine/documentation/README.debugger lib/wine/documentation/README.regapi + lib/wine/libavifil32.so + lib/wine/libavifil32.so.1.0 + lib/wine/libavifile.so + lib/wine/libcomctl32.so + lib/wine/libcomctl32.so.1.0 + lib/wine/libcomdlg32.so + lib/wine/libcomdlg32.so.1.0 + lib/wine/libcommdlg.so + lib/wine/libcompobj.so + lib/wine/libdciman32.so + lib/wine/libdciman32.so.1.0 + lib/wine/libddeml.so + lib/wine/libddraw.so + lib/wine/libddraw.so.1.0 + lib/wine/libdinput.so + lib/wine/libdinput.so.1.0 + lib/wine/libdplay.so + lib/wine/libdplayx.so + lib/wine/libdplayx.so.1.0 + lib/wine/libdsound.so + lib/wine/libdsound.so.1.0 + lib/wine/libgdi.so + lib/wine/libgdi32.so + lib/wine/libgdi32.so.1.0 + lib/wine/libicmp.so + lib/wine/libicmp.so.1.0 + lib/wine/libimagehlp.so + lib/wine/libimagehlp.so.1.0 + lib/wine/libimm32.so + lib/wine/libimm32.so.1.0 + lib/wine/libjoystick.drv.so + lib/wine/libjoystick.drv.so.1.0 + lib/wine/libkeyboard.so + lib/wine/liblz32.so + lib/wine/liblz32.so.1.0 + lib/wine/liblzexpand.so + lib/wine/libmcianim.drv.so + lib/wine/libmcianim.drv.so.1.0 + lib/wine/libmciavi.drv.so + lib/wine/libmciavi.drv.so.1.0 + lib/wine/libmcicda.drv.so + lib/wine/libmcicda.drv.so.1.0 + lib/wine/libmciseq.drv.so + lib/wine/libmciseq.drv.so.1.0 + lib/wine/libmciwave.drv.so + lib/wine/libmciwave.drv.so.1.0 + lib/wine/libmidimap.drv.so + lib/wine/libmidimap.drv.so.1.0 + lib/wine/libmmsystem.so + lib/wine/libmpr.so + lib/wine/libmpr.so.1.0 + lib/wine/libmsacm.drv.so + lib/wine/libmsacm.drv.so.1.0 + lib/wine/libmsacm.so + lib/wine/libmsacm.so.1.0 + lib/wine/libmsacm32.so + lib/wine/libmsacm32.so.1.0 + lib/wine/libmsnet32.so + lib/wine/libmsnet32.so.1.0 + lib/wine/libmsvfw32.so + lib/wine/libmsvfw32.so.1.0 + lib/wine/libmsvideo.so + lib/wine/libodbc32.so + lib/wine/libodbc32.so.1.0 + lib/wine/libole2.so + lib/wine/libole2conv.so + lib/wine/libole2disp.so + lib/wine/libole2nls.so + lib/wine/libole2prox.so + lib/wine/libole2thk.so + lib/wine/libole32.so + lib/wine/libole32.so.1.0 + lib/wine/liboleaut32.so + lib/wine/liboleaut32.so.1.0 + lib/wine/libolecli.so + lib/wine/libolecli32.so + lib/wine/libolecli32.so.1.0 + lib/wine/liboledlg.so + lib/wine/liboledlg.so.1.0 + lib/wine/libolepro32.so + lib/wine/libolepro32.so.1.0 + lib/wine/libolesvr.so + lib/wine/libolesvr32.so + lib/wine/libolesvr32.so.1.0 + lib/wine/libpsapi.so + lib/wine/libpsapi.so.1.0 + lib/wine/librasapi16.so + lib/wine/librasapi32.so + lib/wine/librasapi32.so.1.0 + lib/wine/libriched32.so + lib/wine/libriched32.so.1.0 + lib/wine/libsetupx.so + lib/wine/libsetupx.so.1.0 + lib/wine/libshell.so + lib/wine/libshell32.so + lib/wine/libshell32.so.1.0 + lib/wine/libshlwapi.so + lib/wine/libsound.so + lib/wine/libsound.so.1.0 + lib/wine/libstorage.so + lib/wine/libstress.so + lib/wine/libstress.so.1.0 + lib/wine/libtapi32.so + lib/wine/libtapi32.so.1.0 + lib/wine/libttydrv.so + lib/wine/libttydrv.so.1.0 + lib/wine/libtypelib/wine/lib.so + lib/wine/liburlmon.so + lib/wine/liburlmon.so.1.0 + lib/wine/libuser.so + lib/wine/libuser32.so + lib/wine/libuser32.so.1.0 + lib/wine/libver.so + lib/wine/libversion.so + lib/wine/libversion.so.1.0 + lib/wine/libw32skrnl.so + lib/wine/libw32skrnl.so.1.0 + lib/wine/libw32sys.so + lib/wine/libwin32s16.so + lib/wine/libwin87em.so + lib/wine/libwin87em.so.1.0 + lib/wine/libwinaspi.so + lib/wine/libwindebug.so + lib/wine/libwindebug.so.1.0 + lib/wine/libwine.so.1.0 + lib/wine/libwineoss.drv.so + lib/wine/libwineoss.drv.so.1.0 + lib/wine/libwing.so + lib/wine/libwing.so.1.0 + lib/wine/libwininet.so + lib/wine/libwininet.so.1.0 + lib/wine/libwinmm.so + lib/wine/libwinmm.so.1.0 + lib/wine/libwinsock.so + lib/wine/libwinspool.drv.so + lib/wine/libwinspool.drv.so.1.0 + lib/wine/libwnaspi32.so + lib/wine/libwnaspi32.so.1.0 + lib/wine/libwsock32.so + lib/wine/libwsock32.so.1.0 + lib/wine/libx11drv.so + lib/wine/libx11drv.so.1.0 + lib/wine/libwine.so + @exec /sbin/ldconfig -m %B + @dirrm include/wine @dirrm lib/wine/reg @dirrm lib/wine/documentation @dirrm lib/wine @unexec /sbin/ldconfig -R *** /dev/null Mon May 29 18:05:01 2000 --- patches/patch-gb Mon May 29 16:30:26 2000 *************** *** 0 **** --- 1,17 ---- + Index: Makefile.in + =================================================================== + RCS file: /home/wine/wine/Makefile.in,v + retrieving revision 1.79 + diff -c -3 -p -r1.79 Makefile.in + *** Makefile.in 2000/04/24 17:17:49 1.79 + --- Makefile.in 2000/05/29 14:30:26 + *************** uninstall_programs: dummy + *** 209,215 **** + + install:: + for i in $(INSTALLSUBDIRS); do (cd $$i && $(MAKE) install) || exit 1; done + - -$(LDCONFIG) + + uninstall:: + for i in $(INSTALLSUBDIRS); do (cd $$i && $(MAKE) uninstall) || exit 1; done + --- 209,214 ---- >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 May 29 9:46: 2 2000 Delivered-To: freebsd-ports@freebsd.org Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.130.111.12]) by hub.freebsd.org (Postfix) with ESMTP id 3C51037B639 for ; Mon, 29 May 2000 09:45:58 -0700 (PDT) (envelope-from pfeifer@dbai.tuwien.ac.at) Received: from [128.130.111.10] (nunki [128.130.111.10]) by vexpert.dbai.tuwien.ac.at (8.9.3/8.9.3) with ESMTP id SAA07532; Mon, 29 May 2000 18:42:32 +0200 (MET DST) Date: Mon, 29 May 2000 18:42:31 +0200 (MET DST) From: Gerald Pfeifer To: Mark Ovens Cc: ports@freebsd.org Subject: Re: Latest wine port doesn't install libs In-Reply-To: <20000528024526.B233@parish> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 28 May 2000, Mark Ovens wrote: >>> --- dlls/Makefile.in.orig Mon Mar 27 05:25:23 2000 >>> +++ dlls/Makefile.in Thu Apr 20 04:02:24 2000 >>> @@ -215,7 +215,7 @@ >>> >>> install:: >>> for i in $(INSTALLSUBDIRS); do (cd $$i && $(MAKE) install) || exit 1; done >>> - -$(LDCONFIG) >>> + -$(LDCONFIG) -R BTW, from what I saw this was actually a patch against Makefile.in, not dlls/Makefile in? >> Thanks! I'll consider that patch or -- but this seems more involved -- >> killing part of the port-specific installation machinery in favor of >> what Wine natively provides. Okay, I tried the hard but hopefully better way in the long term. If you want to give it a try, my patch is in ports/18877. >>> This all works fine, however I can't submit a PR because I can't get >>> the PLIST correct so that it deinstalls completely. The .so libs have >>> a large number of symlinks installed and I can't get these to be >>> deleted (you don't list symlinks in PLIST, right?) The interesting thing is that the symlinks do get removed, it's the *regular* files that remain! (In any case, I submitted a PR with a patch because even that way we'll be in a better situation than right now, where the installation is incomplete.) >> I'm not a FreeBSD port expert (yet?), but in principle we could just >> remove ${PREFIX}/lib/wine, couldn't we? > Except that they are installed in /usr/local/lib, not > /usr/local/lib/wine. Mind you, I suppose we *could* put them in > /usr/local/lib/wine [...] Yup, that's what I did! :-) And that way even uninstalling isn't hard, just a single directory to remove manually... Gerald -- Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/ LOVE-LETTER-FOR-YOU.TXT.vbs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 9:50:11 2000 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 A935237BC9D for ; Mon, 29 May 2000 09:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA53918; Mon, 29 May 2000 09:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from cx344940-a.meta1.la.home.com (cx344940-a.meta1.la.home.com [24.6.21.74]) by hub.freebsd.org (Postfix) with ESMTP id 8E46C37BAC6 for ; Mon, 29 May 2000 09:49:09 -0700 (PDT) (envelope-from conrads@cx344940-a.meta1.la.home.com) Received: (from root@localhost) by cx344940-a.meta1.la.home.com (8.9.3/8.9.3) id LAA95654; Mon, 29 May 2000 11:49:07 -0500 (CDT) (envelope-from conrads) Message-Id: <200005291649.LAA95654@cx344940-a.meta1.la.home.com> Date: Mon, 29 May 2000 11:49:07 -0500 (CDT) From: conrads@home.com Reply-To: conrads@home.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18878: Make errors in misc/kdeutils2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18878 >Category: ports >Synopsis: Make errors in misc/kdeutils2 >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon May 29 09:50:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Conrad Sabatier >Release: FreeBSD 4.0-STABLE i386 >Organization: >Environment: FreeBSD 4.0-STABLE, custom kernel built from cvsupped/made world 5/28/00 >Description: # make [all|configure|[dist]clean|extract|package] "Makefile", line 1: Unassociated shell command "@${LN} -sf ${PREFIX}/lib/libDCOP.so.${SOMAJOR} ${PREFIX}/lib/libDCOP.so" "Makefile", line 1: Unassociated shell command "@${LN} -sf ${PREFIX}/lib/libkab.so.${SOMAJOR} ${PREFIX}/lib/libkab.so" "Makefile", line 1: Unassociated shell command "@${LN} -sf ${PREFIX}/lib/libkdecore.so.${SOMAJOR} ${PREFIX}/lib/libkdecore.so" "Makefile", line 1: Unassociated shell command "@${LN} -sf ${PREFIX}/lib/libkdesu.so.${SOMAJOR} ${PREFIX}/lib/libkdesu.so" "Makefile", line 1: Unassociated shell command "@${LN} -sf ${PREFIX}/lib/libkdeui.so.${SOMAJOR} ${PREFIX}/lib/libkdeui.so" "Makefile", line 1: Unassociated shell command "@${LN} -sf ${PREFIX}/lib/libkfile.so.${SOMAJOR} ${PREFIX}/lib/libkfile.so" "Makefile", line 1: Unassociated shell command "@${LN} -sf ${PREFIX}/lib/libkformula.so.${SOMAJOR} ${PREFIX}/lib/libkformula.so" "Makefile", line 1: Unassociated shell command "@${LN} -sf ${PREFIX}/lib/libkhtml.so.${SOMAJOR} ${PREFIX}/lib/libkhtml.so" "Makefile", line 1: Unassociated shell command "@${LN} -sf ${PREFIX}/lib/libkio.so.${SOMAJOR} ${PREFIX}/lib/libkio.so" "Makefile", line 1: Unassociated shell command "@${LN} -sf ${PREFIX}/lib/libkjs.so.${SOMAJOR} ${PREFIX}/lib/libkjs.so" "Makefile", line 1: Unassociated shell command "@${LN} -sf ${PREFIX}/lib/libkmid.so.${SOMAJOR} ${PREFIX}/lib/libkmid.so" "Makefile", line 1: Unassociated shell command "@${LN} -sf ${PREFIX}/lib/libkparts.so.${SOMAJOR} ${PREFIX}/lib/libkparts.so" "Makefile", line 1: Unassociated shell command "@${LN} -sf ${PREFIX}/lib/libkspell.so.${SOMAJOR} ${PREFIX}/lib/libkspell.so" "Makefile", line 1: Unassociated shell command "@${LN} -sf ${PREFIX}/lib/libksycoca.so.${SOMAJOR} ${PREFIX}/lib/libksycoca.so" "Makefile", line 1: Unassociated shell command "@${LN} -sf ${PREFIX}/lib/libkwrite.so.${SOMAJOR} ${PREFIX}/lib/libkwrite.so" "Makefile", line 1: Unassociated shell command "@${LN} -sf ${PREFIX}/lib/libartsc.so.0 ${PREFIX}/lib/libartsc.so" "Makefile", line 1: Unassociated shell command "@${LN} -sf ${PREFIX}/lib/libartscbackend.so.0 ${PREFIX}/lib/libartscbackend.so" "Makefile", line 1: Unassociated shell command "@${LN} -sf ${PREFIX}/lib/libartsdsp.so.0 ${PREFIX}/lib/libartsdsp.so" "Makefile", line 1: Unassociated shell command "@${LN} -sf ${PREFIX}/lib/libartsflow.so.0 ${PREFIX}/lib/libartsflow.so" "Makefile", line 1: Unassociated shell command "@${LN} -sf ${PREFIX}/lib/libartsflow_idl.so.0 ${PREFIX}/lib/libartsflow_idl.so" "Makefile", line 1: Unassociated shell command "@${LN} -sf ${PREFIX}/lib/libkmedia2_idl.so.0 ${PREFIX}/lib/libkmedia2_idl.so" "Makefile", line 1: Unassociated shell command "@${LN} -sf ${PREFIX}/lib/libqtmcop.so.0 ${PREFIX}/lib/libqtmcop.so" "Makefile", line 1: Unassociated shell command "@${LN} -sf ${PREFIX}/lib/libsoundserver_idl.so.0 ${PREFIX}/lib/libsoundserver_idl.so" "Makefile", line 1: Unassociated shell command "@${LN} -sf ${PREFIX}/lib/libx11globalcomm.so.0 ${PREFIX}/lib/libx11globalcomm.so" "Makefile", line 45: Unassociated shell command "@${LN} -sf ${PREFIX}/lib/libkjava.so.1 ${PREFIX}/lib/libkjava.so" make: fatal errors encountered -- cannot continue >How-To-Repeat: cd /usr/ports/misc/kdeutils2 make [all|configure|[dist]clean|extract|install|package] (Curiously, the fetch and readme[s] targets work OK) >Fix: Don't know. :-) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 10: 0: 5 2000 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 12A5537BC1D for ; Mon, 29 May 2000 10:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA55317; Mon, 29 May 2000 10:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 29 May 2000 10:00:02 -0700 (PDT) Message-Id: <200005291700.KAA55317@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Conrad Sabatier Subject: RE: ports/18878: Make errors in misc/kdeutils2 Reply-To: Conrad Sabatier Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/18878; it has been noted by GNATS. From: Conrad Sabatier To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: RE: ports/18878: Make errors in misc/kdeutils2 Date: Mon, 29 May 2000 11:52:50 -0500 (CDT) Correction: the error is actually in x11/kdelibs2. Sorry 'bout that. :-) -- Conrad Sabatier http://members.home.net/conrads/ ICQ# 1147270 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 10: 7:11 2000 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 69CF237BC9D; Mon, 29 May 2000 10:07:10 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA56261; Mon, 29 May 2000 10:07:10 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Mon, 29 May 2000 10:07:10 -0700 (PDT) From: Message-Id: <200005291707.KAA56261@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, will@FreeBSD.org Subject: Re: ports/18878: Make errors in misc/kdeutils2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Make errors in misc/kdeutils2 Responsible-Changed-From-To: freebsd-ports->will Responsible-Changed-By: steve Responsible-Changed-When: Mon May 29 10:06:50 PDT 2000 Responsible-Changed-Why: Over to port's maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=18878 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 10:10: 7 2000 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 5BB7137BC9F for ; Mon, 29 May 2000 10:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA56660; Mon, 29 May 2000 10:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 29 May 2000 10:10:03 -0700 (PDT) Message-Id: <200005291710.KAA56660@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Maxim Sobolev Subject: Re: ports/18877: Also install libraries for the Wine port! Reply-To: Maxim Sobolev Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/18877; it has been noted by GNATS. From: Maxim Sobolev To: Gerald Pfeifer Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/18877: Also install libraries for the Wine port! Date: Mon, 29 May 2000 19:48:54 +0300 Gerald Pfeifer wrote: > + lib/wine/libwinmm.so.1.0 > + lib/wine/libwinsock.so > + lib/wine/libwinspool.drv.so > + lib/wine/libwinspool.drv.so.1.0 > + lib/wine/libwnaspi32.so > + lib/wine/libwnaspi32.so.1.0 > + lib/wine/libwsock32.so Please get rid of those old aout-style 1.0 versions, before we could committ this stuff. It could be easily accomplished by replacing SOVERSION=1.0 with SOVERSION=1 in dll's Makefile's - "find ${WRKSRC} -name Makefile.in | xargs perl -pi -e '....'" is your friend. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 10:10:19 2000 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 4AC5A37BCA2 for ; Mon, 29 May 2000 10:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA56655; Mon, 29 May 2000 10:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from cybernut.com (dhcp063.47.lvcm.com [24.234.47.63]) by hub.freebsd.org (Postfix) with ESMTP id A9CAE37BCA4 for ; Mon, 29 May 2000 10:02:32 -0700 (PDT) (envelope-from eric@cybernut.com) Received: (from eric@localhost) by cybernut.com (8.10.0/8.10.0) id e4TH28w15360; Mon, 29 May 2000 10:02:08 -0700 (PDT) Message-Id: <200005291702.e4TH28w15360@cybernut.com> Date: Mon, 29 May 2000 10:02:08 -0700 (PDT) From: Eric S Reply-To: eric@cybernut.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18879: New ports - lsh 0.9.10 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18879 >Category: ports >Synopsis: New ports - lsh 0.9.10 >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 May 29 10:10:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Eric Schwertfeger >Release: FreeBSD 4.0-RELEASE i386 >Organization: >Environment: >Description: [This is my first port submission in quite some time, I'm pretty sure I'm following all the guidelines, but not certain. portlint likes it, at least] lsh is a client that can connect to the corresponding lshd server. It uses the SECSH protocol, which means that it is compatible with SSH 2.0, except for file transfer, which is not part of SECSH. SECSH uses compression and encryption algorithms that are unencumbered, and lsh itself is GPL. lsh is not as feature-rich as OpenSSH, as it doesn't currently support password-protected keyrings, the SSH 1.X protocols, TCP wrappers, etc. On the other hand, it doesn't require OpenSSL, and doesn't take a lot of work to avoid patented algorithms. Port author's notes on usage and common problems can be found at WWW: http://gz.geekazoid.com/lsh/ >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: # # lsh # lsh/Makefile # lsh/patches # lsh/patches/patch-aa # lsh/patches/patch-ab # lsh/patches/patch-ac # lsh/files # lsh/files/md5 # lsh/pkg # lsh/pkg/PLIST # lsh/pkg/COMMENT # lsh/pkg/DESCR # echo c - lsh mkdir -p lsh > /dev/null 2>&1 echo x - lsh/Makefile sed 's/^X//' >lsh/Makefile << 'END-of-lsh/Makefile' X# New ports collection makefile for: lsh secure shell X# Date created: 29 MAY 2000 X# Whom: eric X# X# $FreeBSD$ X XPORTNAME= lsh XPORTVERSION= 0.9.10 XCATEGORIES= security net XMASTER_SITES= ftp://ftp.lysator.liu.se/pub/security/lsh/ XDISTNAME= ${PORTNAME}-${PORTVERSION} X XMAINTAINER= eric@cybernut.com X XGNU_CONFIGURE= yes XINSTALL_TARGET= install X XRESTRICTED= "Crypto: export-controlled" X Xpost-install: X strip ${PREFIX}/bin/lsh X strip ${PREFIX}/bin/lsh_keygen X strip ${PREFIX}/bin/lsh_writekey X strip ${PREFIX}/bin/sexp_conv X strip ${PREFIX}/bin/srp-gen X strip ${PREFIX}/sbin/lshd X strip ${PREFIX}/sbin/lsh_proxy X.if !defined(NOPORTDOCS) X install-info --section="Miscellaneous" \ X --entry="* LSH: (lsh). lsh secure remote shell documentation." \ X ${PREFIX}/info/lsh.info ${PREFIX}/info/dir X.endif X X.include END-of-lsh/Makefile echo c - lsh/patches mkdir -p lsh/patches > /dev/null 2>&1 echo x - lsh/patches/patch-aa sed 's/^X//' >lsh/patches/patch-aa << 'END-of-lsh/patches/patch-aa' X--- configure.orig Sun Jan 9 09:43:03 2000 X+++ configure Sun Jan 9 22:12:24 2000 X@@ -4666,12 +4666,14 @@ X echo $ac_n "checking for BSD pty names""... $ac_c" 1>&6 X echo "configure:4668: checking for BSD pty names" >&5 X X+first=`ls /dev/pty* | cut -c 9-9 | uniq | tr -d '\n'` X+second=`ls /dev/pty* | cut -c 10-10 | sort | uniq | tr -d '\n'` X cat >> confdefs.h <> confdefs.h <lsh/patches/patch-ab << 'END-of-lsh/patches/patch-ab' X--- configure.in.orig Sun Jan 9 09:42:52 2000 X+++ configure.in Sun Jan 9 22:17:49 2000 X@@ -544,8 +544,10 @@ X AC_MSG_CHECKING(for BSD pty names) X X dnl FIXME: What is most portable, tr -d '\n' or tr -d '\012' ? X-AC_DEFINE_UNQUOTED(PTY_BSD_SCHEME_FIRST_CHARS, "`ls /dev/pty* | cut -c 9-9 | uniq | tr -d '\n'`") X-AC_DEFINE_UNQUOTED(PTY_BSD_SCHEME_SECOND_CHARS, "`ls /dev/pty* | cut -c 10-10 | sort | uniq | tr -d '\n'`") X+first=`ls /dev/pty* | cut -c 9-9 | uniq | tr -d '\n'` X+second=`ls /dev/pty* | cut -c 10-10 | sort | uniq | tr -d '\n'` X+AC_DEFINE_UNQUOTED(PTY_BSD_SCHEME_FIRST_CHARS, "$first") X+AC_DEFINE_UNQUOTED(PTY_BSD_SCHEME_SECOND_CHARS, "$second") X X dnl FIXME: How can we test if the bsd scheme is likely to work? X AC_DEFINE(PTY_BSD_SCHEME) END-of-lsh/patches/patch-ab echo x - lsh/patches/patch-ac sed 's/^X//' >lsh/patches/patch-ac << 'END-of-lsh/patches/patch-ac' X--- src/lsh-authorize.orig Sun Feb 6 09:39:43 2000 X+++ src/lsh-authorize Sun Apr 16 13:32:57 2000 X@@ -1,4 +1,4 @@ X-#! /bin/sh X+#!/bin/sh X X usage () { X echo Usage: $0 key-file X@@ -29,7 +29,7 @@ X exit 0 X fi X X-create_dir () { X+create-dir () { X if mkdir $1 2>/dev/null; then X echo Created $1 X chmod $2 $1 || exit 1 X@@ -37,22 +37,27 @@ X } X X # Create directories X-create_dir ~/.lsh 0700 X-create_dir ~/.lsh/authorized_keys_sha1 0700 X+create-dir ~/.lsh 0700 X+create-dir ~/.lsh/authorized_keys_sha1 0700 X X-SEXP_CONV=`PATH=$PATH:. \type -path sexp_conv` X+PATH=$PATH:`dirname $0` X X-if [ -z $SEXP_CONV ] ; then X- echo "Can't find the sexp_conv program" X- exit 1 X-fi X+SEXP_CONV="sexp_conv" X X while [ $# != 0 ]; do X- hash=`$SEXP_CONV < $1 --once --hash sha1 --raw-hash` X- if [ -z $hash ] ; then X- echo $0: File $1 not found. X- else X+ if [ -f $1 ]; then X+ hash=`$SEXP_CONV < $1 --once --hash sha1 --raw-hash` X+ if [ $? = 127 ]; then X+ echo "Can't find the sexp_conv program" X+ exit 1 X+ fi X+ if [ -z "$hash" ] ; then X+ echo $0: File $1 not readable. X+ else X $SEXP_CONV < $1 -o canonical --once > ~/.lsh/authorized_keys_sha1/$hash X+ fi X+ else X+ echo $0: File $1 not found. X fi X shift X done END-of-lsh/patches/patch-ac echo c - lsh/files mkdir -p lsh/files > /dev/null 2>&1 echo x - lsh/files/md5 sed 's/^X//' >lsh/files/md5 << 'END-of-lsh/files/md5' XMD5 (lsh-0.9.10.tar.gz) = b09d691cdbb8f82091bf6343a1bb7ace END-of-lsh/files/md5 echo c - lsh/pkg mkdir -p lsh/pkg > /dev/null 2>&1 echo x - lsh/pkg/PLIST sed 's/^X//' >lsh/pkg/PLIST << 'END-of-lsh/pkg/PLIST' Xbin/lsh Xbin/lsh_keygen Xbin/lsh_writekey Xbin/sexp_conv Xbin/lsh-authorize Xbin/srp-gen Xsbin/lshd Xsbin/lsh_proxy X@unexec install-info --delete --section="Miscellaneous" --entry="* LSH: (lsh). lsh secure remote shell documentation." %D/info/jed.info %D/info/dir Xinfo/lsh.info X@exec install-info --section="Miscellaneous" --entry="* LSH: (lsh). lsh secure remote shell documentation." %D/info/jed.info %D/info/dir END-of-lsh/pkg/PLIST echo x - lsh/pkg/COMMENT sed 's/^X//' >lsh/pkg/COMMENT << 'END-of-lsh/pkg/COMMENT' XA secure (encrypted) remote shell compatible with ssh 2.0 END-of-lsh/pkg/COMMENT echo x - lsh/pkg/DESCR sed 's/^X//' >lsh/pkg/DESCR << 'END-of-lsh/pkg/DESCR' Xlsh is a client that can connect to the corresponding lshd server. It uses Xthe SECSH protocol, which means that it is compatible with SSH 2.0, except Xfor file transfer, which is not part of SECSH. X XSECSH uses compression and encryption algorithms that are unencumbered, and Xlsh itself is GPL. X Xlsh is not as feature-rich as OpenSSH, as it doesn't currently support Xpassword-protected keyrings, the SSH 1.X protocols, TCP wrappers, etc. XOn the other hand, it doesn't require OpenSSL, and doesn't take a lot of Xwork to avoid patented algorithms. X XPort author's notes on usage and common problems can be found at XWWW: http://gz.geekazoid.com/lsh/ END-of-lsh/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 Mon May 29 10:30: 4 2000 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 CE4DA37BC8E for ; Mon, 29 May 2000 10:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA58677; Mon, 29 May 2000 10:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 29 May 2000 10:30:02 -0700 (PDT) Message-Id: <200005291730.KAA58677@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Gerald Pfeifer Subject: Re: ports/18877: Also install libraries for the Wine port! Reply-To: Gerald Pfeifer Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/18877; it has been noted by GNATS. From: Gerald Pfeifer To: Maxim Sobolev Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/18877: Also install libraries for the Wine port! Date: Mon, 29 May 2000 19:22:04 +0200 (MET DST) On Mon, 29 May 2000, Maxim Sobolev wrote: >> + lib/wine/libwinmm.so.1.0 >> + lib/wine/libwinsock.so >> + lib/wine/libwinspool.drv.so >> + lib/wine/libwinspool.drv.so.1.0 >> + lib/wine/libwnaspi32.so >> + lib/wine/libwnaspi32.so.1.0 >> + lib/wine/libwsock32.so > Please get rid of those old aout-style 1.0 versions, before we could > committ this stuff. It could be easily accomplished by replacing > SOVERSION=1.0 with SOVERSION=1 in dll's Makefile's - "find ${WRKSRC} > -name Makefile.in | xargs perl -pi -e '....'" is your friend. I consider this an *extremely* bad idea. You may be right, in principle, but for the ports we should strive to keep the differences between the official sources and the ports minimal. As a matter of fact, I lost many hours in updating the Wine port and bringing it back into fashion just due to extraneous modifications and additions, and I definitely want to avoid such a situation happening again. Gerald -- Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 10:36:53 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mailgw1.be.to (mailgw1.be.to [210.235.212.5]) by hub.freebsd.org (Postfix) with ESMTP id 27A5937BCB0 for ; Mon, 29 May 2000 10:36:49 -0700 (PDT) (envelope-from okazaki@be.to) Received: from mail1.be.to (mail1.be.to [210.235.212.2]) by mailgw1.be.to (8.9.3+3.2W/BETO.2.1-2000052814000035) with ESMTP id CAA17968 for ; Tue, 30 May 2000 02:36:43 +0900 Received: from localhost (ppp36-Mobara1.mtci.ne.jp [210.172.1.238]) by mail1.be.to (8.9.3+3.2W/BETO.2.0-2000051721000000) with SMTP id CAA19666 for ; Tue, 30 May 2000 02:36:37 +0900 X-Authentication-Warning: mail1.be.to: Host ppp36-Mobara1.mtci.ne.jp [210.172.1.238] claimed to be localhost Received: (qmail 4403 invoked from network); 29 May 2000 17:35:59 -0000 Received: from localhost (HELO acidrain.localnet) (127.0.0.1) by localhost with SMTP; 29 May 2000 17:35:59 -0000 Date: Tue, 30 May 2000 02:35:56 +0900 Message-ID: <867lcdw96r.wl@dolphin.be.to> From: OKAZAKI Tetsurou To: sprice@hiwaay.net Cc: billf@chc-chimes.com, alex@big.endian.de, will@FreeBSD.ORG, erikhb@bgnett.no, freebsd-ports@FreeBSD.ORG Subject: Re: ports/17587: new port: databases/libiodbc In-Reply-To: In your message of "Mon, 29 May 2000 10:50:48 -0500 (CDT)" References: <20000529113721.D86725@jade.chc-chimes.com> User-Agent: Wanderlust/2.3.0 (Roam) REMI/1.14.1 (=?ISO-8859-4?Q?Mushigawa?= =?ISO-8859-4?Q?=F2sugi?=) Chao/1.14.1 (=?ISO-8859-4?Q?Rokujiz=F2?=) APEL/10.2 Emacs/20.6 (i386--freebsd) MULE/4.0 (HANANOEN) Organization: Unknown MIME-Version: 1.0 (generated by REMI 1.14.1 - =?ISO-8859-4?Q?=22Mushigawa=F2?= =?ISO-8859-4?Q?sugi=22?=) Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In the message Steve Price wrote: > On Mon, 29 May 2000, Bill Fumerola wrote: > # A lot of the people who submit PRs have no idea where they land, > # they just filled out some form on the website when something didn't work. > # > # The URL allows them to see the audit trail, and things like that. > Yep, sort of like the reminder at the bottom of this message. > Many of us know, but for those that don't ... :) I think these meta informations (like an URL to the message archives) should be in the message header, not the body. See RFC2369 for a detail. :-) -- Tetsurou To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 10:43:54 2000 Delivered-To: freebsd-ports@freebsd.org Received: from blizzard.sabbo.net (blizzard.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id 66B1C37BCC9 for ; Mon, 29 May 2000 10:43:42 -0700 (PDT) (envelope-from sobomax@freebsd.org) Received: from vic.sabbo.net (vic.sabbo.net [193.193.218.106]) by blizzard.sabbo.net (8.9.1/8.9.3) with ESMTP id UAA18675; Mon, 29 May 2000 20:42:34 +0300 (EEST) Received: from freebsd.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.9.3/8.9.3) with ESMTP id UAA29895; Mon, 29 May 2000 20:42:34 +0300 (EEST) (envelope-from sobomax@freebsd.org) Message-ID: <3932AC10.96B8913F@freebsd.org> Date: Mon, 29 May 2000 20:42:41 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.73 [en] (WinNT; I) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Gerald Pfeifer Cc: freebsd-ports@freebsd.org Subject: Re: ports/18877: Also install libraries for the Wine port! References: <200005291730.KAA58677@freefall.freebsd.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Gerald Pfeifer wrote: > The following reply was made to PR ports/18877; it has been noted by GNATS. > > From: Gerald Pfeifer > To: Maxim Sobolev > Cc: FreeBSD-gnats-submit@freebsd.org > Subject: Re: ports/18877: Also install libraries for the Wine port! > Date: Mon, 29 May 2000 19:22:04 +0200 (MET DST) > > On Mon, 29 May 2000, Maxim Sobolev wrote: > >> + lib/wine/libwinmm.so.1.0 > >> + lib/wine/libwinsock.so > >> + lib/wine/libwinspool.drv.so > >> + lib/wine/libwinspool.drv.so.1.0 > >> + lib/wine/libwnaspi32.so > >> + lib/wine/libwnaspi32.so.1.0 > >> + lib/wine/libwsock32.so > > Please get rid of those old aout-style 1.0 versions, before we could > > committ this stuff. It could be easily accomplished by replacing > > SOVERSION=1.0 with SOVERSION=1 in dll's Makefile's - "find ${WRKSRC} > > -name Makefile.in | xargs perl -pi -e '....'" is your friend. > > I consider this an *extremely* bad idea. You may be right, in principle, > but for the ports we should strive to keep the differences between the > official sources and the ports minimal. Only for cases when this would not hurt port's functionality of the port (see below). > As a matter of fact, I lost many hours in updating the Wine port and > bringing it back into fashion just due to extraneous modifications and > additions, and I definitely want to avoid such a situation happening > again. But this would take only one-two lines in port's Makefile... After all the port would be only half-functional with default .so versioning scheme - i.e. it is unlikely that you will be able to teach elf ldconfig on how to link dynamic executable with .so.1.0 shared library (please remember that wine is not only emulator it is an API as well). Of course the better way would be to persuade Wine developers to change versioning scheme for FreeBSD, or at least make it compile-time configurable. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 10:55:14 2000 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 423A737B714 for ; Mon, 29 May 2000 10:55:09 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.hiwaay.net (8.11.0.Beta1/8.11.0.Beta1) with ESMTP id e4THt4N30167; Mon, 29 May 2000 12:55:04 -0500 (CDT) Date: Mon, 29 May 2000 12:55:04 -0500 (CDT) From: Steve Price To: Marcello Di Pietro Cc: freebsd-ports@freebsd.org Subject: Re: PHP+POSTGRES+APACHE In-Reply-To: <3932AE0E.23C2C1D1@chello.be> 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 [redirected to -ports] On Mon, 29 May 2000, Marcello Di Pietro wrote: # HELP, # I am not able to compile PHP with postgres support , I do exactly what I # do with Linux but in freebsd I have an error # I need help. # # The port that I download has apache with php only with mysql , but I use # PostgreSQL ...so I decided to compile it again .... I assume you are building from the the port, ports/www/apache13-php[34]. If so, then do the following: cd /usr/ports/www/apache13-php3 make clean make install At this point you will prompted with a dialog box with all kinds of knobs. Select the ones you want, click Ok, and sit back and watch the magic happen. HTH, -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 11: 0:19 2000 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 76F0737BCC3 for ; Mon, 29 May 2000 11:00:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA61121; Mon, 29 May 2000 11:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from ws2.piuha.net (ws2.piuha.net [195.165.196.2]) by hub.freebsd.org (Postfix) with ESMTP id E98A237B618 for ; Mon, 29 May 2000 10:55:22 -0700 (PDT) (envelope-from martti.kuparinen@piuha.net) Received: by ws2.piuha.net (Postfix, from userid 10402) id BB39A7680A; Mon, 29 May 2000 20:55:20 +0300 (EEST) Message-Id: <20000529175520.BB39A7680A@ws2.piuha.net> Date: Mon, 29 May 2000 20:55:20 +0300 (EEST) From: martti.kuparinen@piuha.net Reply-To: martti.kuparinen@piuha.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18881: [PATCH] ports/mail/postfix update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18881 >Category: ports >Synopsis: [PATCH] ports/mail/postfix 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: Mon May 29 11:00:04 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Martti Kuparinen >Release: FreeBSD 3.4-STABLE i386 >Organization: >Environment: >Description: Here's a patch to upgrade the current postfix port to the latest stable version. This patch obsoletes ports/18529 so please close it. Could someone take a look at this instead of passing this to the maintainer. The maintainer might be busy as the response times for 17777 and 18529 is quite long... >How-To-Repeat: >Fix: diff -cr /usr/ports/mail/postfix/Makefile postfix/Makefile *** /usr/ports/mail/postfix/Makefile Wed Apr 26 20:29:37 2000 --- postfix/Makefile Mon May 29 20:40:26 2000 *************** *** 6,12 **** # PORTNAME= postfix ! PORTVERSION= 19991231.06 CATEGORIES= mail MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \ ftp://ftp.snoopy.net/pub/mirrors/postfix/official/ \ --- 6,12 ---- # PORTNAME= postfix ! PORTVERSION= 19991231.08 CATEGORIES= mail MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \ ftp://ftp.snoopy.net/pub/mirrors/postfix/official/ \ *************** *** 15,24 **** ftp://ftp.sunet.se/pub/unix/mail/postfix/official/ \ ftp://ftp.cs.tu-berlin.de/pub/net/mail/postfix/official/ \ ftp://ftp.postfix.oaktree.co.uk/pub/postfix/official/ ! DISTNAME= ${PORTNAME}-19991231-pl06 MAINTAINER= torstenb@FreeBSD.org # WARNING: this is based on a patch submitted by a user and has not been # tested. Use it at your own risk ! .if defined(WITH_MYSQL) --- 15,30 ---- ftp://ftp.sunet.se/pub/unix/mail/postfix/official/ \ ftp://ftp.cs.tu-berlin.de/pub/net/mail/postfix/official/ \ ftp://ftp.postfix.oaktree.co.uk/pub/postfix/official/ ! DISTNAME= ${PORTNAME}-19991231-pl08 MAINTAINER= torstenb@FreeBSD.org + .if defined(WITH_PCRE) + LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre + POSTFIX_CCARGS+= -DHAS_PCRE -I${LOCALBASE}/include + POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lpcre + .endif + # WARNING: this is based on a patch submitted by a user and has not been # tested. Use it at your own risk ! .if defined(WITH_MYSQL) *************** *** 60,67 **** ${PREFIX}/etc/postfix/sample-$$f ; \ done @for f in sample-aliases.cf sample-canonical.cf sample-debug.cf \ ! sample-ldap.cf sample-local.cf sample-misc.cf sample-pcre.cf \ ! sample-rate.cf sample-relocated.cf sample-resource.cf \ sample-rewrite.cf sample-smtp.cf sample-smtpd.cf \ sample-transport.cf sample-virtual.cf ; do \ ${INSTALL} -C -o root -g wheel -m 0644 ${WRKSRC}/conf/$$f \ --- 66,74 ---- ${PREFIX}/etc/postfix/sample-$$f ; \ done @for f in sample-aliases.cf sample-canonical.cf sample-debug.cf \ ! sample-filter.cf sample-ldap.cf sample-local.cf \ ! sample-misc.cf sample-pcre.cf sample-rate.cf sample-regexp.cf \ ! sample-relocated.cf sample-resource.cf \ sample-rewrite.cf sample-smtp.cf sample-smtpd.cf \ sample-transport.cf sample-virtual.cf ; do \ ${INSTALL} -C -o root -g wheel -m 0644 ${WRKSRC}/conf/$$f \ *************** *** 96,101 **** --- 103,109 ---- done @${INSTALL} -d -m 555 -o ${DOCOWN} -g ${DOCGRP} ${PDOC} @cd ${WRKSRC} && ${INSTALL_DATA} \ + HISTORY RELEASE_NOTES \ html/*.html html/*.gif ${PDOC} && \ ${ECHO_MSG} "Installed HTML documentation in ${PDOC}" @${MKDIR} -m 0755 /var/spool/postfix diff -cr /usr/ports/mail/postfix/files/md5 postfix/files/md5 *** /usr/ports/mail/postfix/files/md5 Wed Apr 5 13:32:18 2000 --- postfix/files/md5 Mon May 29 20:22:40 2000 *************** *** 1 **** ! MD5 (postfix-19991231-pl06.tar.gz) = 7630d7466569c08f1fdf7c437cef0a14 --- 1 ---- ! MD5 (postfix-19991231-pl08.tar.gz) = 0461524d91c87b03c80cc640ec953a63 diff -cr /usr/ports/mail/postfix/pkg/PLIST postfix/pkg/PLIST *** /usr/ports/mail/postfix/pkg/PLIST Wed Apr 5 13:32:18 2000 --- postfix/pkg/PLIST Mon May 29 20:42:17 2000 *************** *** 4,9 **** --- 4,10 ---- etc/postfix/sample-aliases.cf etc/postfix/sample-canonical.cf etc/postfix/sample-debug.cf + etc/postfix/sample-filter.cf etc/postfix/sample-ldap.cf etc/postfix/sample-local.cf etc/postfix/sample-main.cf *************** *** 11,16 **** --- 12,18 ---- etc/postfix/sample-misc.cf etc/postfix/sample-pcre.cf etc/postfix/sample-rate.cf + etc/postfix/sample-regexp.cf etc/postfix/sample-relocated.cf etc/postfix/sample-resource.cf etc/postfix/sample-rewrite.cf *************** *** 43,48 **** --- 45,52 ---- sbin/sendmail sbin/smtp-sink sbin/smtp-source + share/doc/postfix/HISTORY + share/doc/postfix/RELEASE_NOTES share/doc/postfix/access.5.html share/doc/postfix/aliases.5.html share/doc/postfix/architecture.html *************** *** 99,102 **** --- 103,107 ---- @exec mkdir -p -m 0755 /var/spool/postfix @exec chown root:wheel /var/spool/postfix @dirrm libexec/postfix + @dirrm share/doc/postfix @unexec rmdir %D/etc/postfix 2>/dev/null || true >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 11: 0:41 2000 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 480D037BE81 for ; Mon, 29 May 2000 11:00:26 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA61171 for freebsd-ports@freebsd.org; Mon, 29 May 2000 11:00:24 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 29 May 2000 11:00:24 -0700 (PDT) Message-Id: <200005291800.LAA61171@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 [2000/03/16] ports/17426 ports tkrat2 port broken -- builds, but does no o [2000/05/15] ports/18578 ports Build of ghostview fails o [2000/05/16] ports/18606 ports cannot install the latest ucd-snmp port 3 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2000/02/19] ports/16829 ports kaffe port is broken - dumps core with al o [2000/04/08] ports/17863 ports Running DAP reboots computer a [2000/04/14] ports/18006 ports ssh2 and tcsh ports won't make install o [2000/04/16] ports/18039 ports new port: news/krn o [2000/04/17] ports/18060 ports xmms...turning on equalizer disrupts play o [2000/04/18] ports/18081 ports netpbm-8.4 fails to build under 3.4-STABL o [2000/05/03] ports/18367 ports Staroffice personal dir cannot be on nfs o [2000/05/04] ports/18388 ports New port: devel/tcltls o [2000/05/05] ports/18399 ports New port for gtk-gnutella -0.12 o [2000/05/10] ports/18493 ports New port: editors/fte o [2000/05/18] ports/18644 ports hylafax and libtiff-3.4 o [2000/05/19] ports/18680 ports print.jadetex port doesn't compile o [2000/05/22] ports/18770 ports ports - change-request o [2000/05/28] ports/18865 ports misc/magicpoint depends on graphics/png o [2000/05/29] ports/18871 ports apache13-fp port doesn't install on FreeB o [2000/05/29] ports/18877 ports Also install libraries for the Wine port! 16 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- f [1997/11/13] ports/5034 ports (tcsh) blocked write on named pipe sticks f [1998/05/07] ports/6546 ports 3line ansi prompt in tcsh: cursor disappe s [1999/03/16] ports/10634 ports Update the hylafax port to do a client in f [1999/06/13] ports/12188 ports new port: misc/pbs - a batch scheduler o [1999/07/05] ports/12518 ports new port: mail/ifmail-os o [1999/08/17] ports/13191 ports new port: misc/fire o [1999/08/18] ports/13251 ports new port: misc/founts o [1999/09/30] ports/14070 ports new port: devel/crossgo32-f77 o [1999/10/01] ports/14079 ports ssh2 port won't install if automake is in o [1999/10/02] ports/14088 ports update port: x11-wm/fvwm2 to 2.3.8 f [1999/10/07] ports/14185 ports update port: x11-wm/fvwm2 to 2.3.8 o [1999/10/11] ports/14260 ports new port: www/woda - A Web Oriented Datab o [1999/10/25] ports/14515 ports new port: security/tripwire version 1.3 o [1999/11/01] ports/14643 ports new port: chinese/pydict - A Chinese/Engl o [1999/11/18] ports/14991 ports new port: devel/tcl-trf - Tcl Data transf o [1999/11/28] ports/15147 ports new port: audio/xsidplay o [1999/12/06] ports/15326 ports tcsh modification f [1999/12/17] ports/15545 ports new port: x11/xterm o [2000/01/02] ports/15840 ports new port: x11-fonts/ucs-fixed o [2000/01/03] ports/15873 ports new port: www/apache_fp+php+mod_ssl-1.3.9 o [2000/01/04] ports/15886 ports new port: audio/cd2mp3 o [2000/01/04] ports/15894 ports new port: security/aide o [2000/01/12] ports/16088 ports apache13-ssl lacks sbin/gcache in PLIST o [2000/01/19] ports/16201 ports Port of CDD isn't up to date o [2000/01/27] ports/16417 ports nethack3 port won't compile on 3.4-Stable o [2000/01/30] ports/16486 ports new port: devel/linux-jdk2 o [2000/02/10] ports/16629 ports new port: net/vtun o [2000/02/10] ports/16636 ports new port: GNU find o [2000/02/10] ports/16638 ports new port: GNU fileutils o [2000/02/10] ports/16640 ports rwhois port install tries to copy wrong l o [2000/02/10] ports/16648 ports new port: graphics/gdtclft - Tcl interfac o [2000/02/12] ports/16693 ports new port: audio/wavplay o [2000/02/16] ports/16763 ports new port: emulators/vxtools o [2000/02/17] ports/16794 ports new port: devel/sdts++ o [2000/02/23] ports/16949 ports new port: audio/pimp3 o [2000/02/24] ports/16970 ports new port: lang/tclX82 f [2000/02/25] ports/16989 ports new port: comms/qico o [2000/02/25] ports/16997 ports Incompatibility between GNOME and KDE o [2000/02/25] ports/16998 ports Eterm fails to function from Gnome/Enligh o [2000/02/28] ports/17066 ports audio/xmms chewing CPU (and skipping too) o [2000/03/02] ports/17130 ports new port: korean/hlatex-uhcstd o [2000/03/02] ports/17131 ports new port: korean/hlatexpsfonts-uhcextra o [2000/03/04] ports/17176 ports Update ports: Mew-1.94.2 o [2000/03/08] ports/17279 ports USA/Canada Netscape Navigator 4.72 FreeBS o [2000/03/09] ports/17286 ports New port of ISC DHCP 3.0 beta o [2000/03/09] ports/17293 ports samba port installs man-pages twice, fail o [2000/03/10] ports/17302 ports new port: news/c-nocem o [2000/03/10] ports/17309 ports ports/audio/cdd doesn't support .wav outp o [2000/03/15] ports/17390 ports new port: security/saint-devel o [2000/03/16] ports/17416 ports new port: net/p5-File-CounterFile o [2000/03/16] ports/17417 ports new port: net/p5-Mail-Sendmail o [2000/03/16] ports/17418 ports new port: net/p5-Net-Netmask o [2000/03/16] ports/17419 ports new port: net/p5-Net-SSLeay o [2000/03/16] ports/17420 ports new port: xbone o [2000/03/16] ports/17427 ports a big enhancement to the flexability of t o [2000/03/17] ports/17436 ports new port: emulators/vxtools - utilites f o [2000/03/19] ports/17489 ports Zephyr port is broken with Kerberos enabl o [2000/03/19] ports/17496 ports /usr/ports/editors/emacs termcap problem o [2000/03/20] ports/17513 ports new port: russian/apache13-php3 (fix, ple o [2000/03/21] ports/17523 ports new port: www/ssserver o [2000/03/22] ports/17556 ports new port: audio/linux-realplayer7 o [2000/03/24] ports/17577 ports new port: hebrew/elmar-fonts o [2000/03/24] ports/17586 ports new port: database/myodbc o [2000/03/25] ports/17597 ports new port: net/p5-Net-ext - a perl modules o [2000/03/29] ports/17663 ports new port: audio/bwap o [2000/03/29] ports/17675 ports new port: textproc/findutils o [2000/03/29] ports/17676 ports new port: astro/rmap o [2000/03/30] ports/17693 ports new port: www/linux-djvuplugin o [2000/03/31] ports/17707 ports new port: audio/sphinx o [2000/04/01] ports/17727 ports new port: Pine with Hebrew support, see a o [2000/04/03] ports/17771 ports new port: japanese/elisp-manual o [2000/04/04] ports/17799 ports new port: lang/jgnat o [2000/04/06] ports/17823 ports new port: audio/streamripper o [2000/04/12] ports/17959 ports Netscape can't run if LD_LIBRARY_PATH con o [2000/04/12] ports/17964 ports xmms-1.0.1 segfaults on song change o [2000/04/14] ports/18004 ports new port: mail/pgp4pine o [2000/04/14] ports/18005 ports games/mindfocus broken under latest stabl o [2000/04/15] ports/18032 ports new port: p5-String-Approx o [2000/04/17] ports/18059 ports new port: devel/adabroker o [2000/04/18] ports/18083 ports Gratuitous Apache package inconsistencies o [2000/04/19] ports/18087 ports Port of SmallEiffel -0.76 beta1 f [2000/04/19] ports/18088 ports libXext.so.6.x never found - often looked o [2000/04/20] ports/18116 ports new port: audio/ripit-dagrab o [2000/04/20] ports/18122 ports new port: mail/listar o [2000/04/21] ports/18130 ports new port: net/tcpillust o [2000/04/21] ports/18150 ports new port: audio/ripit-cdda2wav o [2000/04/22] ports/18159 ports new port: games/nadar o [2000/04/22] ports/18169 ports Update port x11-wm/afterstep-devel o [2000/04/22] ports/18170 ports new port: misc/prestimel o [2000/04/25] ports/18215 ports new port: lang/oo2c o [2000/04/26] ports/18228 ports Patch to enable LDAP support for Pine4 o [2000/04/26] ports/18239 ports Had to create symbolic link for StarOffic o [2000/04/26] ports/18250 ports new port: misc/kdirstat o [2000/04/27] ports/18262 ports new port: net/crescendo o [2000/04/27] ports/18263 ports new port: devel/tcllib o [2000/04/29] ports/18298 ports New port o [2000/04/30] ports/18310 ports ports/devel/cdk install error o [2000/05/01] ports/18324 ports pipsecd contains practically no documenta o [2000/05/02] ports/18355 ports New port: tkregex o [2000/05/02] ports/18356 ports /usr/ports/net/pipsecd build fails o [2000/05/02] ports/18357 ports Final revisions to new XSwallow port o [2000/05/02] ports/18359 ports New port: biblereader o [2000/05/02] ports/18362 ports Fix for xtide o [2000/05/03] ports/18368 ports Update port emulators/xmame to 0.37b1.2 o [2000/05/03] ports/18371 ports New port: perforce o [2000/05/03] ports/18374 ports New port: gnat-glade o [2000/05/03] ports/18380 ports New port cad/electric o [2000/05/05] ports/18395 ports Port for Generic Java o [2000/05/07] ports/18412 ports New port o [2000/05/07] ports/18413 ports New port - gvid o [2000/05/07] ports/18416 ports New port for gbackground-1.0.0b2 o [2000/05/07] ports/18426 ports new port: misc/xdrawchem o [2000/05/09] ports/18463 ports new port www/http_load o [2000/05/09] ports/18475 ports New port - net/isc-dhcp3 o [2000/05/10] ports/18484 ports New port: x11-wm/icewm-i18n o [2000/05/11] ports/18497 ports New port: japanese/balsa o [2000/05/13] ports/18525 ports request for port [video,nonlinear,editor, o [2000/05/13] ports/18534 ports New port - felis-1.0 o [2000/05/14] ports/18557 ports inclusion request [www, sql, database] o [2000/05/15] ports/18563 ports Port update with utmp support. Resending o [2000/05/15] ports/18565 ports com_err's --defsection argument to instal o [2000/05/15] ports/18568 ports new/update ports submission o [2000/05/15] ports/18570 ports New port - IRcatLite o [2000/05/15] ports/18571 ports New port of 'dog' o [2000/05/15] ports/18573 ports ztelnet spits core on 4.0 systems o [2000/05/15] ports/18581 ports Change FP Exts from BSDI to FreeBSD o [2000/05/15] ports/18582 ports joe can't read @7 termcap capability and o [2000/05/16] ports/18595 ports new port: www/bsdi-netscape47-communicat o [2000/05/16] ports/18596 ports new port: www/bsdi-netscape47-navigator o [2000/05/17] ports/18622 ports New port: mail/sylpheed o [2000/05/17] ports/18633 ports New port pyncurses-0.3 o [2000/05/18] ports/18649 ports New port of vide-0.2.6 o [2000/05/18] ports/18652 ports New port: devel/libnspr o [2000/05/18] ports/18656 ports New Ports linux_mesa3 with RedHat Package o [2000/05/18] ports/18657 ports New Port: net/gtk-gnutella o [2000/05/19] ports/18673 ports new port: nurbs++ o [2000/05/19] ports/18681 ports New Port: gnubile-0.20 o [2000/05/21] ports/18726 ports New port: audio/xmms-tfmx o [2000/05/21] ports/18730 ports New Port: www/mod_auth_mysql - part of Sc o [2000/05/21] ports/18732 ports New port mail/qmail-ldap o [2000/05/22] ports/18752 ports New port net/adasockets o [2000/05/22] ports/18761 ports new port -- TCL memory channels o [2000/05/22] ports/18762 ports new pop3 daemon .solidpop3d. o [2000/05/23] ports/18777 ports New Port: misc/upclient4 www.uptimes.net o [2000/05/23] ports/18779 ports New port audio/xwave o [2000/05/23] ports/18782 ports port of solidpop o [2000/05/23] ports/18788 ports Apache & module ports collection o [2000/05/24] ports/18791 ports [NEW] Script for building and installing o [2000/05/24] ports/18794 ports New ports -- WingzPro-311 (math/wingz3) o [2000/05/24] ports/18803 ports Refactoring port: converters/mule-ucs-ema o [2000/05/25] ports/18809 ports New port for UAE (Amiga Emulator) o [2000/05/25] ports/18812 ports New port: mp3_check o [2000/05/25] ports/18813 ports new port o [2000/05/25] ports/18816 ports a perl5 port of "Share Perl variables bet o [2000/05/26] ports/18826 ports new port: p5-Error : Perl5 Error.pm modul o [2000/05/26] ports/18834 ports Update port: icecast o [2000/05/27] ports/18846 ports new port: perl5 DBZ_File o [2000/05/27] ports/18855 ports new port submission o [2000/05/28] ports/18859 ports update freetype 1.3 -> 1.3.1 o [2000/05/28] ports/18861 ports Please port "pdflatex" to FreeBSD o [2000/05/29] ports/18870 ports installing XFree-aoutlibs o [2000/05/29] ports/18872 ports misc/amanda24: add options for GNUPLOT an o [2000/05/29] ports/18879 ports New ports - lsh 0.9.10 o [2000/05/29] ports/18881 ports [PATCH] ports/mail/postfix update 164 problems total. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 11: 9:20 2000 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 67FDA37BCEA; Mon, 29 May 2000 11:09:17 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA62454; Mon, 29 May 2000 11:09:17 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Mon, 29 May 2000 11:09:17 -0700 (PDT) From: Message-Id: <200005291809.LAA62454@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18304: CodeCrusador fails port build Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: CodeCrusador fails port build Responsible-Changed-From-To: freebsd-bugs->freebsd-ports Responsible-Changed-By: steve Responsible-Changed-When: Mon May 29 11:08:14 PDT 2000 Responsible-Changed-Why: Port's PRs belong to freebsd-ports and not freebsd-bugs. http://www.freebsd.org/cgi/query-pr.cgi?pr=18304 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 11:14:50 2000 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 A61B237BCF0; Mon, 29 May 2000 11:14:48 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA62999; Mon, 29 May 2000 11:14:48 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Mon, 29 May 2000 11:14:48 -0700 (PDT) From: Message-Id: <200005291814.LAA62999@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, torstenb@FreeBSD.org Subject: Re: ports/18881: [PATCH] ports/mail/postfix update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] ports/mail/postfix update Responsible-Changed-From-To: freebsd-ports->torstenb Responsible-Changed-By: steve Responsible-Changed-When: Mon May 29 11:14:14 PDT 2000 Responsible-Changed-Why: Over to port's maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=18881 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 11:34:49 2000 Delivered-To: freebsd-ports@freebsd.org Received: from ms.tokyo.jcom.ne.jp (ms.tokyo.jcom.ne.jp [210.234.123.18]) by hub.freebsd.org (Postfix) with ESMTP id 6E2A637BCE0; Mon, 29 May 2000 11:34:38 -0700 (PDT) (envelope-from knu@idaemons.org) Received: from daemon.local.idaemons.org (203-165-77-40.sugnm1.kt.home.ne.jp [203.165.77.40]) by ms.tokyo.jcom.ne.jp (8.9.3/3.7W 04/27/00) with ESMTP id DAA24352; Tue, 30 May 2000 03:34:36 +0900 (JST) Received: by daemon.local.idaemons.org (8.9.3/3.7W) id DAA71163; Tue, 30 May 2000 03:34:05 +0900 (JST) Date: Tue, 30 May 2000 03:34:03 +0900 Message-ID: <86puq5w6hw.wl@localhost.local.idaemons.org> From: "Akinori -Aki- MUSHA" To: freebsd-ports@FreeBSD.org, freebsd-emulation@FreeBSD.org Subject: Suggestion for removing VMware 1.1 port User-Agent: Wanderlust/1.1.2 (Raspberry Beret) EMIKO/1.13.12 (Euglena sociabilis) FLIM/1.13.2 (Kasanui) APEL/10.2 MULE XEmacs/21.1 (patch 9) (Canyonlands) (i386--freebsd) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 1BEF D9B2 BABD 25D7 659A FD08 89C2 F3BE E981 4E16 MIME-Version: 1.0 (generated by EMIKO 1.13.12 - "Euglena sociabilis") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Now that noone seems to care about VMware 1.1 (neither do I), and almost two months have passed since VMware 2.0 product was released (on 3 March), why not we remove the emulators/vmware port? Admittedly, I myself have no intention of maintaining it anymore, or been having none for long, rather. ;) Now someone might give his/her name as maintainer of the port to take it over, or I will remove it around 3 June. -- / /__ __ / ) ) ) ) / Akinori -Aki- MUSHA aka / (_ / ( (__( @ idaemons.org / FreeBSD.org "We're only at home when we're on the run, on the wing, on the fly" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 11:50: 8 2000 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 BBE0F37BCD7 for ; Mon, 29 May 2000 11:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA67746; Mon, 29 May 2000 11:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 9142537B77E; Mon, 29 May 2000 11:41:00 -0700 (PDT) Message-Id: <20000529184100.9142537B77E@hub.freebsd.org> Date: Mon, 29 May 2000 11:41:00 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/18883: Update port: graphics/photopc to 3.04 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18883 >Category: ports >Synopsis: Update port: graphics/photopc to 3.04 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 29 11:50:02 PDT 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.0-RELEASE i386 >Organization: >Environment: >Description: - Update to version 3.04 - Add WWW: line into pkg/DESCR Remove file: patches/patch-aa Contacted maintainer with 'user unknown' error. >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/photopc/Makefile graphics/photopc/Makefile --- /usr/ports/graphics/photopc/Makefile Sat Apr 15 00:25:29 2000 +++ graphics/photopc/Makefile Sat May 27 09:40:39 2000 @@ -6,11 +6,13 @@ # PORTNAME= photopc -PORTVERSION= 1.6 +PORTVERSION= 3.04 CATEGORIES= graphics MASTER_SITES= ftp://ftp.average.org/pub/photopc/ MAINTAINER= dcarmich@mcs.com + +GNU_CONFIGURE= yes MAN1= photopc.1 epinfo.1 diff -urN /usr/ports/graphics/photopc/files/md5 graphics/photopc/files/md5 --- /usr/ports/graphics/photopc/files/md5 Sun Oct 12 23:08:40 1997 +++ graphics/photopc/files/md5 Sat May 27 09:39:12 2000 @@ -1 +1 @@ -MD5 (photopc-1.6.tar.gz) = 79b8493e34894470d2789f7f25e3873f +MD5 (photopc-3.04.tar.gz) = 0f3f3937b01740a89954fdf23a42a96a diff -urN /usr/ports/graphics/photopc/patches/patch-aa graphics/photopc/patches/patch-aa --- /usr/ports/graphics/photopc/patches/patch-aa Sun Oct 12 23:08:43 1997 +++ graphics/photopc/patches/patch-aa Thu Jan 1 09:00:00 1970 @@ -1,17 +0,0 @@ ---- Makefile.orig Sun Oct 12 22:31:18 1997 -+++ Makefile Sun Oct 12 22:31:41 1997 -@@ -31,10 +31,10 @@ - # This one is good for Solaris 2.x: - #OPTS = -DINT16=short -DHAVE_SELECT_H - --BINDEST = /usr/local/bin --LIBDEST = /usr/local/lib --INCDEST = /usr/local/include --MANDEST = /usr/local/man -+BINDEST = ${PREFIX}/bin -+LIBDEST = ${PREFIX}/lib -+INCDEST = ${PREFIX}/include -+MANDEST = ${PREFIX}/man - MANEXT = 1 - - CC = gcc diff -urN /usr/ports/graphics/photopc/pkg/DESCR graphics/photopc/pkg/DESCR --- /usr/ports/graphics/photopc/pkg/DESCR Sun Oct 12 23:08:42 1997 +++ graphics/photopc/pkg/DESCR Sat May 27 09:39:47 2000 @@ -18,3 +18,5 @@ Windows and for Mac, and no description of the protocol. With this tool, it is managable from a UNIX box. It is quite probable that the program will also work with Olympus Camedia camera. + +WWW: http://www.average.org/digicam/ diff -urN /usr/ports/graphics/photopc/pkg/PLIST graphics/photopc/pkg/PLIST --- /usr/ports/graphics/photopc/pkg/PLIST Wed Aug 19 02:55:05 1998 +++ graphics/photopc/pkg/PLIST Sat May 27 09:45:46 2000 @@ -1,2 +1,4 @@ bin/photopc bin/epinfo +include/eph_io.h +lib/libeph_io.a >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 May 29 11:50:24 2000 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 E789237BCDF for ; Mon, 29 May 2000 11:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA67755; Mon, 29 May 2000 11:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id A549C37B77E; Mon, 29 May 2000 11:41:58 -0700 (PDT) Message-Id: <20000529184158.A549C37B77E@hub.freebsd.org> Date: Mon, 29 May 2000 11:41:58 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/18884: Update port: graphices/splitmpg Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18884 >Category: ports >Synopsis: Update port: graphices/splitmpg >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 29 11:50:02 PDT 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.0-RELEASE i386 >Organization: >Environment: >Description: - Add secondary site to MASTER_SITES - Support CC/CFLAGS properly - Support install macros New file: patches/patch-ac files/splitmpeg.1 Remove file: patches/patch-aa patches/patch-ab >How-To-Repeat: >Fix: begin 644 splitmpg.patch.gz M'XL(```````"`ZU86W/:R!)^AK^P+UU)'C8+(Y`,CN'$6Q9"V$I`XD@BV=1N M54I(`ZB"+JM+B#>5_>VG9P8P-Q_;2:J,-9KI_J:[I[NG6T$XFP$I,Q,:99XU MTB0K\L8\\])%Z.>-/%V&193.&R/O$YV%2PKW+U4)(8\#J8R2&-0T`Z4%\D6W M?=&5VZ`TF\UJK5;[/SM4W$4I^%Y!4^Z>G76;+<%W=07DHBZWH(;_+^#JJ@IC MRW9-=:1?5C8X8NZ=;CN&95Y69*E9!4UU]6O+-G3GLK+9N$I&JN/J]D?'<-G\ MK$B[C0;^EZA/EU*Y\B0:E))7HK(TRQM1Z"\\NFQ4:]_'!W]5:Y4=ZI@6?A)) M^&NDY;01(64>1E$2YXTJ]`W''1A#AO_BZT;';U(Q_Z<*51BIANGB3[JY`1@D)`PS@MON>RB8B^^&J;CJL/AQ[%M7=OJZ!N\ M^,I8;.U;8[L!SB'RP/CC6V,:QGMLN"]CX4KC)CM,DKS#%GDQ^\G,#%(8^\LR MH/!ZF@<2,X04??J]&CS.UYD)\KU='D'SL/FO4FU.1ZJ\W"H2;]]0S0T;_ M+FE>Y.!EE+^$&<+-D@SPY`!-":DWI[F$O/T`>.B5\[6L9^?=]BO0^B[NVSE' M"BMG9`7<':B,$\X"F'OBR(SNEL2"\\&TQH[A'"]:*0R6\/EO'*H9,*UC+Z*" MJZ\[FFV,78S@(T8^1'5B,!P+9%E^I1`91F/]&O+;O*`1++U;FD%>9-2+((R+ M!!@#!EJ:Q#0NF*Z(RC:OUM(,"=`$_B?`+1$U@*C\`IE74&XDZOD+OKQE0H%7 M2?8)T)(%7=[6(4Z*!;-TF,,J"XN"QH!;YD60E(7@PD-A6NGF.\.VS)%NND)- M[NR1#TDYS2UJ@$Z5>$##%3N-VY/MPE2-2A:O"K1(I MRIE@9`[IE4&8K/GR`S9%:>VRG77NV#Z'`;UC`\Z']E0G[HUE.VL?X?ZY\NY. M97H+(Y&,P1&9%EZOL_/50>[^'65Q%ZC:)D`.@?0L]&$HP0W-8HHX%-\7NVGX MT7DH]0I_@1'/G\3SX&&2A[/0(4?%+:E(0FV0VSP)=5A0=^Y)0L?\]R4QEH/D M^GD;:BP380XB3+C-78Z6".>5@ZPB=^5SD5$(VWW_WK\C:W?QIA=D.XGN7.&; MU)ZS'VA)>HL[+`KXU7_)B%N'1RQQ.A5S':?+M^$B%OB_,0EEF:,-156"PP*\",4@&ZF=AXEC='#V(`F$TXX()F%-T-3R@N:%#'4$N8 M\P9(?AD@ M1HB^G,SV%=PQE&&":8'^#C,8.#=X;]:NNX>Q\,UX&^I4U8SE79 M=5+GTH,Q.)2,PPD-S M<.T&AH:F^L"*.FVH&B.'&P9EM%743G?J:]MJPTD?E:M#;^*BG5VTY`AKS#Z: MLL[1C=%X:.#['2N39J3;N"GJ)P04_HZZ#PS7Q"J.V1Y4?@Z&-AFJ-HPG-BJD M2\!!M_;"PNT=GD`?;G1;GYA]W<8;5E@9#6+",S2.X3R#GHKW>9UO<:@NLQ\Z MB-4;&M?CGXQ9:5N'R;B/!3IBZN8-6V*GY7`O&%E] M;CZ&Y4C;L#?`QUPT96Z/L>9C9."5X(ECT",O7';AGL0NI$GRH@MCR9*@EWR! M=O.\#J;>'Z)*#AH7SIO-#BHX<5Q;16]&'LXV#./R"XXT[7)>8U/:8*A>.Y?$ M4H#,RCC#4"/+)$ES(.]90)$^TW;XL??!U3]:-EH4F89&#UF6T0;5*6.+FUF@ MP25PO#4`7V5//#^-4V%QCF6#C71SWV.`9EF4XT#@L0I_ITD0D]O2G]0JZS&6 M*CG<5^KOD0&)X+S5@@=*?.29_Q.F0#KQ[,3Z?EW.A-I.="LO?F5F>,DP<*QI M+P'__I%XL&$BV6^!N9G[;V!_KPEP04C9D$/A;B$6152V> M+OKZ4'=UD06'V!T"7L1,&%A+(QZ8X&.\KU@P?6>),GVX8)@^N4295@99**Y_ M!9KMKJ)TE8MUW_&8$F7Z4(G2ZNR7*#O>\^]!Z=%6NF>MG0KEL)O;HY2;QT6* MZ,;(C[1CY.%^C/"&C!QU9.2N)2,'W1/9;\I.+&_;,K+?EY&CQNR8^6>T9B(* M>7-&GM*=;?F8Y$]IT`3CB1:-[/1H@N@171HYT::1>_HT`7K4J9'3K=HA];I9 M(_=U:T?T\KWHR@GJ4RT;.=6S'7">[MK(R;9-L.XT;N2G=&[DAULW\LN?2NL_ M\LTO?[ZM_@5F`C%=+<,8=2^`95(LD?D7M._+G_[#V?F129?V8BZYMEO\5[4\:@G`';^57WC/>7+;9Y;4M[O(>\_K1;8YLH M2EV6H<8>+;X//%C.,9*GEG,U0*F>P_K$<;Q306%=QR!%J5FX93AM8UA'V#'$;'*`@#45J M2Q>-#3%B;8M(5&0CXZ:"_!$A:\]_HI2B-!5B`C>KJ'5Q](A:]W_E%5UGLQ@` !`!>- ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 11:50:31 2000 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 28EBD37BCE1 for ; Mon, 29 May 2000 11:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA67764; Mon, 29 May 2000 11:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 54FF537B7BB; Mon, 29 May 2000 11:43:29 -0700 (PDT) Message-Id: <20000529184329.54FF537B7BB@hub.freebsd.org> Date: Mon, 29 May 2000 11:43:29 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/18885: Update port: x11-toolkits/gtkglarea to 1.2.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18885 >Category: ports >Synopsis: Update port: x11-toolkits/gtkglarea to 1.2.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 29 11:50:02 PDT 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.0-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.2.2 - Add WWW: line into pkg/DESCR Contacted maintainer with no response. >How-To-Repeat: >Fix: diff -urN /usr/ports/x11-toolkits/gtkglarea/Makefile x11-toolkits/gtkglarea/Makefile --- /usr/ports/x11-toolkits/gtkglarea/Makefile Mon Apr 10 21:07:04 2000 +++ x11-toolkits/gtkglarea/Makefile Thu May 25 00:21:18 2000 @@ -1,12 +1,12 @@ -# New ports collection makefile for: gtkglarea -# Date created: 1 August 1999 -# Whom: Michael Sardo +# New ports collection makefile for: gtkglarea +# Date created: 1 August 1999 +# Whom: Michael Sardo # # $FreeBSD: ports/x11-toolkits/gtkglarea/Makefile,v 1.4 2000/04/10 01:10:26 cpiazza Exp $ # PORTNAME= gtkglarea -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.2 CATEGORIES= x11-toolkits MASTER_SITES= http://www.student.oulu.fi/~jlof/gtkglarea/download/ @@ -15,12 +15,10 @@ LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ GL.14:${PORTSDIR}/graphics/Mesa3 -FETCH_BEFORE_ARGS= -b -USE_LIBTOOL= yes -CONFIGURE_ARGS= --with-lib-MesaGL -CONFIGURE_ENV= LOCALBASE=${LOCALBASE} GTK_CONFIG=${X11BASE}/bin/gtk12-config +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config -post-install: - @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib +USE_LIBTOOL= yes +CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" +CONFIGURE_ARGS= --with-lib-MesaGL .include diff -urN /usr/ports/x11-toolkits/gtkglarea/files/md5 x11-toolkits/gtkglarea/files/md5 --- /usr/ports/x11-toolkits/gtkglarea/files/md5 Wed Aug 4 14:48:35 1999 +++ x11-toolkits/gtkglarea/files/md5 Thu May 25 00:15:42 2000 @@ -1 +1 @@ -MD5 (gtkglarea-1.2.1.tar.gz) = 14ef36ec3b027775cc41db0717ef6270 +MD5 (gtkglarea-1.2.2.tar.gz) = d7055b0dcecbacb791d176bfacbd8b86 diff -urN /usr/ports/x11-toolkits/gtkglarea/pkg/DESCR x11-toolkits/gtkglarea/pkg/DESCR --- /usr/ports/x11-toolkits/gtkglarea/pkg/DESCR Wed Aug 4 14:48:35 1999 +++ x11-toolkits/gtkglarea/pkg/DESCR Thu May 25 00:15:42 2000 @@ -6,3 +6,5 @@ Related project which may iterest those who use GTK-- is GtkGLArea--. It is a C++ wrapper for gtkglarea written by Karl Nelson . + +WWW: http://www.student.oulu.fi/~jlof/gtkglarea/ diff -urN /usr/ports/x11-toolkits/gtkglarea/pkg/PLIST x11-toolkits/gtkglarea/pkg/PLIST --- /usr/ports/x11-toolkits/gtkglarea/pkg/PLIST Wed Aug 4 14:48:35 1999 +++ x11-toolkits/gtkglarea/pkg/PLIST Thu May 25 00:15:42 2000 @@ -2,8 +2,8 @@ include/gtkgl/gtkglarea.h lib/libgtkgl.a lib/libgtkgl.so -lib/libgtkgl.so.4 -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B +lib/libgtkgl.so.5 +@exec /sbin/ldconfig -m %B +@unexec /sbin/ldconfig -R share/aclocal/gtkgl.m4 @dirrm include/gtkgl >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 May 29 11:50:32 2000 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 7C8FB37BCCA for ; Mon, 29 May 2000 11:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA67737; Mon, 29 May 2000 11:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 9F67137BCC4; Mon, 29 May 2000 11:40:14 -0700 (PDT) Message-Id: <20000529184014.9F67137BCC4@hub.freebsd.org> Date: Mon, 29 May 2000 11:40:14 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/18882: Update port: audio/xamp to 0.8.10 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18882 >Category: ports >Synopsis: Update port: audio/xamp to 0.8.10 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 29 11:50:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.0-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.8.10 - Add skin data - Add WWW: line into pkg/DESCR New file: patches/patch-ag patches/patch-ah patches/patch-ai patches/patch-aj patches/patch-ak patches/patch-al Remove file: patches/patch-ad patches/patch-af >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/xamp/Makefile audio/xamp/Makefile --- /usr/ports/audio/xamp/Makefile Mon Apr 17 20:06:42 2000 +++ audio/xamp/Makefile Tue May 30 03:31:06 2000 @@ -6,24 +6,36 @@ # PORTNAME= xamp -PORTVERSION= 0.8.7 +PORTVERSION= 0.8.10 CATEGORIES= audio -MASTER_SITES= ftp://ftp.simcb.ru/pub/unix/x11/ -DISTFILES= xamp-0.8-7.tgz +MASTER_SITES= http://andrej.co.ru/~andrej/programs/xamp/ \ + http://andrej.co.ru/~andrej/programs/xamp/backs/ +DISTFILES= ${PORTNAME}-0.8-10.tgz ${SKIN_DATA} MAINTAINER= ports@FreeBSD.org -USE_QT= yes -WRKSRC= ${WRKDIR}/xamp-0.8/xamp-0.8 -GNU_CONFIGURE= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-0.8/${PORTNAME}-0.8g/ + +DIST_SUBDIR= xamp +USE_QT= yes USE_GMAKE= yes USE_X_PREFIX= yes +GNU_CONFIGURE= yes MAN1= xamp.1 +SKIN_DATA= bfamp.tar.gz chrome.tar.gz mmxamp.tar.gz +SKIN_DIR= ${PREFIX}/lib/X11/xamp + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xamp ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/xamp.1 ${PREFIX}/man/man1 + @${MKDIR} ${SKIN_DIR}/bfamp-xamp + ${INSTALL_DATA} ${WRKDIR}/bfamp-xamp/*.bmp ${SKIN_DIR}/bfamp-xamp + @${MKDIR} ${SKIN_DIR}/chrome-xamp + ${INSTALL_DATA} ${WRKDIR}/chrome-xamp/*.bmp ${SKIN_DIR}/chrome-xamp + @${MKDIR} ${SKIN_DIR}/mmxxamp-xamp + ${INSTALL_DATA} ${WRKDIR}/mmxxamp-xamp/*.bmp ${SKIN_DIR}/mmxxamp-xamp .include diff -urN /usr/ports/audio/xamp/files/md5 audio/xamp/files/md5 --- /usr/ports/audio/xamp/files/md5 Tue Aug 25 11:02:43 1998 +++ audio/xamp/files/md5 Tue May 30 03:31:52 2000 @@ -1 +1,4 @@ -MD5 (xamp-0.8-7.tgz) = 96cb75347f7ae69390f9d30161b25b97 +MD5 (xamp/xamp-0.8-10.tgz) = 6baec3236fbeaf2de994ec3421d0186e +MD5 (xamp/bfamp.tar.gz) = 0831c191b987b2f9ce741508b10a3559 +MD5 (xamp/chrome.tar.gz) = bdae4fc85c9f7601a3b6ee9b0d122921 +MD5 (xamp/mmxamp.tar.gz) = 400c441b72ce2b38d7fd75f6e0e7bf3b diff -urN /usr/ports/audio/xamp/patches/patch-ad audio/xamp/patches/patch-ad --- /usr/ports/audio/xamp/patches/patch-ad Tue Aug 25 11:02:43 1998 +++ audio/xamp/patches/patch-ad Thu Jan 1 09:00:00 1970 @@ -1,22 +0,0 @@ ---- ../audioIO.h.orig Tue Aug 18 12:45:04 1998 -+++ ../audioIO.h Tue Aug 18 12:45:53 1998 -@@ -12,7 +12,7 @@ - #endif - - #ifdef OS_BSD -- #define AUSIZ 32768 -+extern int AUSIZ; - #endif - - #if defined(OS_IRIX) || defined(OS_IRIX64) ---- ../audioIO_Linux.c.orig Tue Aug 18 12:46:03 1998 -+++ ../audioIO_Linux.c Tue Aug 18 12:46:26 1998 -@@ -26,7 +26,7 @@ - - /* optimal fragment size */ - --int AUSIZ = 0; -+int AUSIZ = 32768; - - /* declare these static to effectively isolate the audio device */ - diff -urN /usr/ports/audio/xamp/patches/patch-ae audio/xamp/patches/patch-ae --- /usr/ports/audio/xamp/patches/patch-ae Fri Feb 5 01:22:41 1999 +++ audio/xamp/patches/patch-ae Tue May 30 01:30:12 2000 @@ -1,26 +1,6 @@ ---- Makefile.in.orig Wed Feb 11 07:37:20 1998 -+++ Makefile.in Wed Feb 3 23:00:03 1999 -@@ -14,7 +14,8 @@ - DEFINES = -DOS_@OS_TYPE@ -DARCH_@ARCH_TYPE@ - CFLAGS = @CFLAGS@ ${DEFINES} ${DEBUG} ${BACK} - LDFLAGS = @LDFLAGS@ --INSTALL= @INSTALL@ -+INSTALL= @INSTALL@ -s -+DESTDIR= ${PREFIX}/bin - - # - # uncomment both of these if you want profiling support -@@ -38,6 +39,9 @@ - backs/backs.o - - LIBS = @QT_LDFLAGS@ -lm -lqt -+ifeq ($(PORTOBJFORMAT),elf) -+LIBS+= -Wl,-rpath,$(X11BASE)/lib -+endif - - all: xamp - -@@ -59,7 +63,7 @@ +--- Makefile.in.orig Fri Jul 31 02:48:02 1998 ++++ Makefile.in Tue May 30 01:29:51 2000 +@@ -58,7 +58,7 @@ cd pixmaps ; make xamp: images $(OBJ) @@ -28,4 +8,4 @@ + $(CXX) -o xamp $(OBJ) $(LDFLAGS) $(LIBS) install: - $(INSTALL) -m 755 xamp $(DESTDIR) + $(INSTALL) -m 755 xamp $(DESTDIR)/xamp diff -urN /usr/ports/audio/xamp/patches/patch-af audio/xamp/patches/patch-af --- /usr/ports/audio/xamp/patches/patch-af Thu Jan 27 20:07:09 2000 +++ audio/xamp/patches/patch-af Thu Jan 1 09:00:00 1970 @@ -1,48 +0,0 @@ ---- QtAMPData.cpp.orig Tue Jan 25 01:35:30 2000 -+++ QtAMPData.cpp Tue Jan 25 01:35:55 2000 -@@ -19,6 +19,9 @@ - #include - #include - -+#define QColor(i) (QColor)(i) -+#define QRgb(i) (QRgb)(i) -+ - QtAMPData::QtAMPData - ( - QWidget* parent, ---- dirDlgData.cpp.orig Tue Jan 25 01:36:16 2000 -+++ dirDlgData.cpp Tue Jan 25 01:36:43 2000 -@@ -6,6 +6,9 @@ - #include - #include - -+#define QColor(i) (QColor)(i) -+#define QRgb(i) (QRgb)(i) -+ - dirDlgData::dirDlgData - ( - QWidget* parent, ---- id3Data.cpp.orig Tue Jan 25 01:37:13 2000 -+++ id3Data.cpp Tue Jan 25 01:37:40 2000 -@@ -17,6 +17,9 @@ - #include - #include - -+#define QColor(i) (QColor)(i) -+#define QRgb(i) (QRgb)(i) -+ - id3Data::id3Data - ( - QWidget* parent, ---- plDlgData.cpp.orig Mon Feb 2 14:16:06 1998 -+++ plDlgData.cpp Tue Jan 25 01:34:41 2000 -@@ -18,6 +18,9 @@ - #include - #include - -+#define QColor(i) (QColor)(i) -+#define QRgb(i) (QRgb)(i) -+ - plDlgData::plDlgData - ( - QWidget* parent, diff -urN /usr/ports/audio/xamp/patches/patch-ag audio/xamp/patches/patch-ag --- /usr/ports/audio/xamp/patches/patch-ag Thu Jan 1 09:00:00 1970 +++ audio/xamp/patches/patch-ag Tue May 30 01:45:00 2000 @@ -0,0 +1,11 @@ +--- ../audioIO.h.orig Tue Aug 18 12:45:04 1998 ++++ ../audioIO.h Tue Aug 18 12:45:53 1998 +@@ -12,7 +12,7 @@ + #endif + + #ifdef OS_BSD +- #define AUSIZ 32768 ++extern int AUSIZ; + #endif + + #if defined(OS_IRIX) || defined(OS_IRIX64) diff -urN /usr/ports/audio/xamp/patches/patch-ah audio/xamp/patches/patch-ah --- /usr/ports/audio/xamp/patches/patch-ah Thu Jan 1 09:00:00 1970 +++ audio/xamp/patches/patch-ah Tue May 30 01:45:07 2000 @@ -0,0 +1,11 @@ +--- ../audioIO_Linux.c.orig Tue Aug 18 12:46:03 1998 ++++ ../audioIO_Linux.c Tue Aug 18 12:46:26 1998 +@@ -26,7 +26,7 @@ + + /* optimal fragment size */ + +-int AUSIZ = 0; ++int AUSIZ = 32768; + + /* declare these static to effectively isolate the audio device */ + diff -urN /usr/ports/audio/xamp/patches/patch-ai audio/xamp/patches/patch-ai --- /usr/ports/audio/xamp/patches/patch-ai Thu Jan 1 09:00:00 1970 +++ audio/xamp/patches/patch-ai Tue May 30 03:34:18 2000 @@ -0,0 +1,12 @@ +--- QtAMPData.cpp.orig Tue Jan 25 01.35.30 2000 ++++ QtAMPData.cpp Tue Jan 25 01:35:55 2000 +@@ -19,6 +19,9 @@ + #include + #include + ++#define QColor(i) (QColor)(i) ++#define QRgb(i) (QRgb)(i) ++ + QtAMPData::QtAMPData + ( + QWidget* parent, diff -urN /usr/ports/audio/xamp/patches/patch-aj audio/xamp/patches/patch-aj --- /usr/ports/audio/xamp/patches/patch-aj Thu Jan 1 09:00:00 1970 +++ audio/xamp/patches/patch-aj Tue May 30 03:34:48 2000 @@ -0,0 +1,12 @@ +--- dirDlgData.cpp.orig Tue Jan 25 01:36:16 2000 ++++ dirDlgData.cpp Tue Jan 25 01:36:43 2000 +@@ -6,6 +6,9 @@ + #include + #include + ++#define QColor(i) (QColor)(i) ++#define QRgb(i) (QRgb)(i) ++ + dirDlgData::dirDlgData + ( + QWidget* parent, diff -urN /usr/ports/audio/xamp/patches/patch-ak audio/xamp/patches/patch-ak --- /usr/ports/audio/xamp/patches/patch-ak Thu Jan 1 09:00:00 1970 +++ audio/xamp/patches/patch-ak Tue May 30 03:35:18 2000 @@ -0,0 +1,12 @@ +--- id3Data.cpp.orig Tue Jan 25 01:37:13 2000 ++++ id3Data.cpp Tue Jan 25 01:37:40 2000 +@@ -17,6 +17,9 @@ + #include + #include + ++#define QColor(i) (QColor)(i) ++#define QRgb(i) (QRgb)(i) ++ + id3Data::id3Data + ( + QWidget* parent, diff -urN /usr/ports/audio/xamp/patches/patch-al audio/xamp/patches/patch-al --- /usr/ports/audio/xamp/patches/patch-al Thu Jan 1 09:00:00 1970 +++ audio/xamp/patches/patch-al Tue May 30 03:35:50 2000 @@ -0,0 +1,12 @@ +--- plDlgData.cpp.orig Mon Feb 2 14:16:06 1998 ++++ plDlgData.cpp Tue Jan 25 01:34:41 2000 +@@ -18,6 +18,9 @@ + #include + #include + ++#define QColor(i) (QColor)(i) ++#define QRgb(i) (QRgb)(i) ++ + plDlgData::plDlgData + ( + QWidget* parent, diff -urN /usr/ports/audio/xamp/pkg/DESCR audio/xamp/pkg/DESCR --- /usr/ports/audio/xamp/pkg/DESCR Tue Aug 25 11:02:43 1998 +++ audio/xamp/pkg/DESCR Mon May 29 23:57:32 2000 @@ -12,6 +12,7 @@ Have fun! +WWW: http://andrej.co.ru/~andrej/programs/xamp/ - Joe jslu@dns.ntu.edu.tw diff -urN /usr/ports/audio/xamp/pkg/PLIST audio/xamp/pkg/PLIST --- /usr/ports/audio/xamp/pkg/PLIST Tue Aug 25 11:02:43 1998 +++ audio/xamp/pkg/PLIST Tue May 30 03:11:06 2000 @@ -1 +1,68 @@ bin/xamp +lib/X11/xamp/bfamp-xamp/ff.bmp +lib/X11/xamp/bfamp-xamp/load.bmp +lib/X11/xamp/bfamp-xamp/main.bmp +lib/X11/xamp/bfamp-xamp/mono.bmp +lib/X11/xamp/bfamp-xamp/mpause.bmp +lib/X11/xamp/bfamp-xamp/mplay.bmp +lib/X11/xamp/bfamp-xamp/mstop.bmp +lib/X11/xamp/bfamp-xamp/pause.bmp +lib/X11/xamp/bfamp-xamp/pl.bmp +lib/X11/xamp/bfamp-xamp/play.bmp +lib/X11/xamp/bfamp-xamp/posbar.bmp +lib/X11/xamp/bfamp-xamp/posbut.bmp +lib/X11/xamp/bfamp-xamp/rep.bmp +lib/X11/xamp/bfamp-xamp/repc.bmp +lib/X11/xamp/bfamp-xamp/rew.bmp +lib/X11/xamp/bfamp-xamp/shuffle.bmp +lib/X11/xamp/bfamp-xamp/shufflen.bmp +lib/X11/xamp/bfamp-xamp/stereo.bmp +lib/X11/xamp/bfamp-xamp/stop.bmp +lib/X11/xamp/bfamp-xamp/vol.bmp +lib/X11/xamp/bfamp-xamp/xopy.bmp +lib/X11/xamp/chrome-xamp/ff.bmp +lib/X11/xamp/chrome-xamp/load.bmp +lib/X11/xamp/chrome-xamp/main.bmp +lib/X11/xamp/chrome-xamp/mono.bmp +lib/X11/xamp/chrome-xamp/mpause.bmp +lib/X11/xamp/chrome-xamp/mplay.bmp +lib/X11/xamp/chrome-xamp/mstop.bmp +lib/X11/xamp/chrome-xamp/pause.bmp +lib/X11/xamp/chrome-xamp/pl.bmp +lib/X11/xamp/chrome-xamp/play.bmp +lib/X11/xamp/chrome-xamp/posbar.bmp +lib/X11/xamp/chrome-xamp/posbut.bmp +lib/X11/xamp/chrome-xamp/rep.bmp +lib/X11/xamp/chrome-xamp/repc.bmp +lib/X11/xamp/chrome-xamp/rew.bmp +lib/X11/xamp/chrome-xamp/shuffle.bmp +lib/X11/xamp/chrome-xamp/shufflen.bmp +lib/X11/xamp/chrome-xamp/stereo.bmp +lib/X11/xamp/chrome-xamp/stop.bmp +lib/X11/xamp/chrome-xamp/vol.bmp +lib/X11/xamp/chrome-xamp/xopy.bmp +lib/X11/xamp/mmxxamp-xamp/ff.bmp +lib/X11/xamp/mmxxamp-xamp/load.bmp +lib/X11/xamp/mmxxamp-xamp/main.bmp +lib/X11/xamp/mmxxamp-xamp/mono.bmp +lib/X11/xamp/mmxxamp-xamp/mpause.bmp +lib/X11/xamp/mmxxamp-xamp/mplay.bmp +lib/X11/xamp/mmxxamp-xamp/mstop.bmp +lib/X11/xamp/mmxxamp-xamp/pause.bmp +lib/X11/xamp/mmxxamp-xamp/pl.bmp +lib/X11/xamp/mmxxamp-xamp/play.bmp +lib/X11/xamp/mmxxamp-xamp/posbar.bmp +lib/X11/xamp/mmxxamp-xamp/posbut.bmp +lib/X11/xamp/mmxxamp-xamp/rep.bmp +lib/X11/xamp/mmxxamp-xamp/repc.bmp +lib/X11/xamp/mmxxamp-xamp/rew.bmp +lib/X11/xamp/mmxxamp-xamp/shuffle.bmp +lib/X11/xamp/mmxxamp-xamp/shufflen.bmp +lib/X11/xamp/mmxxamp-xamp/stereo.bmp +lib/X11/xamp/mmxxamp-xamp/stop.bmp +lib/X11/xamp/mmxxamp-xamp/vol.bmp +lib/X11/xamp/mmxxamp-xamp/xopy.bmp +@dirrm lib/X11/xamp/mmxxamp-xamp +@dirrm lib/X11/xamp/chrome-xamp +@dirrm lib/X11/xamp/bfamp-xamp +@dirrm lib/X11/xamp >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 May 29 11:50:35 2000 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 6DDCA37BCC4 for ; Mon, 29 May 2000 11:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA67773; Mon, 29 May 2000 11:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id EC18637BCC4; Mon, 29 May 2000 11:44:26 -0700 (PDT) Message-Id: <20000529184426.EC18637BCC4@hub.freebsd.org> Date: Mon, 29 May 2000 11:44:26 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/18886: Update port: x11-wm/libdockapp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18886 >Category: ports >Synopsis: Update port: x11-wm/libdockapp >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 29 11:50:02 PDT 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.0-RELEASE i386 >Organization: >Environment: >Description: - Add USE_BZIP2 - Remove redundant GNU_CONFIGURE - Run ldconfig within pkg/PLIST >How-To-Repeat: >Fix: diff -urN /usr/ports/x11-wm/libdockapp/Makefile x11-wm/libdockapp/Makefile --- /usr/ports/x11-wm/libdockapp/Makefile Sat Apr 29 05:38:31 2000 +++ x11-wm/libdockapp/Makefile Tue May 30 02:30:00 2000 @@ -15,8 +15,8 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm -USE_LIBTOOL= yes -GNU_CONFIGURE= yes +USE_BZIP2= yes USE_X_PREFIX= yes +USE_LIBTOOL= yes .include diff -urN /usr/ports/x11-wm/libdockapp/files/md5 x11-wm/libdockapp/files/md5 --- /usr/ports/x11-wm/libdockapp/files/md5 Sat Apr 29 05:38:31 2000 +++ x11-wm/libdockapp/files/md5 Tue May 30 02:31:22 2000 @@ -1 +1 @@ -MD5 (libdockapp-0.4.0.tar.gz) = 6b22fbfce5e6d21ecf7dcf63db91dcaa +MD5 (libdockapp-0.4.0.tar.bz2) = 96c72891bde88808206cfb1de341edc1 diff -urN /usr/ports/x11-wm/libdockapp/pkg/PLIST x11-wm/libdockapp/pkg/PLIST --- /usr/ports/x11-wm/libdockapp/pkg/PLIST Sat Apr 29 05:38:31 2000 +++ x11-wm/libdockapp/pkg/PLIST Mon May 8 00:32:44 2000 @@ -2,3 +2,5 @@ lib/libdockapp.a lib/libdockapp.so lib/libdockapp.so.1 +@exec /sbin/ldconfig -m %D +@unexec /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 Mon May 29 12: 9:41 2000 Delivered-To: freebsd-ports@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id 2E33537BA12; Mon, 29 May 2000 12:09:28 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id 429041C4D; Mon, 29 May 2000 15:09:27 -0400 (EDT) Date: Mon, 29 May 2000 15:09:27 -0400 From: Bill Fumerola To: Akinori -Aki- MUSHA Cc: freebsd-ports@FreeBSD.org, freebsd-emulation@FreeBSD.org Subject: Re: Suggestion for removing VMware 1.1 port Message-ID: <20000529150927.E86725@jade.chc-chimes.com> References: <86puq5w6hw.wl@localhost.local.idaemons.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <86puq5w6hw.wl@localhost.local.idaemons.org>; from knu@idaemons.org on Tue, May 30, 2000 at 03:34:03AM +0900 X-Operating-System: FreeBSD 3.3-STABLE i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, May 30, 2000 at 03:34:03AM +0900, Akinori -Aki- MUSHA wrote: > Now that noone seems to care about VMware 1.1 (neither do I), and > almost two months have passed since VMware 2.0 product was released > (on 3 March), why not we remove the emulators/vmware port? > > Admittedly, I myself have no intention of maintaining it anymore, or > been having none for long, rather. ;) > > Now someone might give his/her name as maintainer of the port to take > it over, or I will remove it around 3 June. I'd upgrade the vmware port to 2.0 and retire the vmware2 port, personally. -- Bill Fumerola - Network Architect / Computer Horizons Corp - CVM e-mail: billf@chc-chimes.com / billf@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 12:58: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from server1.mich.com (server1.mich.com [198.108.16.2]) by hub.freebsd.org (Postfix) with ESMTP id 0FEC537BB69 for ; Mon, 29 May 2000 12:57:55 -0700 (PDT) (envelope-from will@almanac.yi.org) Received: from almanac.yi.org (pm014-018.dialup.bignet.net [64.79.82.130]) by server1.mich.com (8.9.3/8.9.3) with ESMTP id PAA06807; Mon, 29 May 2000 15:57:44 -0400 Received: by almanac.yi.org (Postfix, from userid 1000) id 562E919A3; Mon, 29 May 2000 15:57:07 -0400 (EDT) Date: Mon, 29 May 2000 15:57:07 -0400 From: Will Andrews To: Gerald Pfeifer Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/18877: Also install libraries for the Wine port! Message-ID: <20000529155707.B16637@argon.gryphonsoft.com> References: <200005291730.KAA58677@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200005291730.KAA58677@freefall.freebsd.org>; from pfeifer@dbai.tuwien.ac.at on Mon, May 29, 2000 at 10:30:02AM -0700 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, May 29, 2000 at 10:30:02AM -0700, Gerald Pfeifer wrote: > I consider this an *extremely* bad idea. You may be right, in principle, > but for the ports we should strive to keep the differences between the > official sources and the ports minimal. > > As a matter of fact, I lost many hours in updating the Wine port and > bringing it back into fashion just due to extraneous modifications and > additions, and I definitely want to avoid such a situation happening > again. I'm sorry, but this is Wine's fault, not ours, that they are stuck on aout-style names, which have not been used in FreeBSD for nearly two years, ever since 3.0-CURRENT went stable, and some have been using ELF format in FreeBSD for longer than that. We're in the ELF world, not aout. Please consider putting the perl line in the port until Wine developers resync the sources on this issue. After all, no one who's going to run Wine is going to also be running FreeBSD 2.2.8 or earlier; we've got 4.0 out the door already... and ports do not support anything older than 3.4-STABLE anyway. -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 12:59: 1 2000 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 6421437BD01; Mon, 29 May 2000 12:58:59 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA75646; Mon, 29 May 2000 12:58:59 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Date: Mon, 29 May 2000 12:58:59 -0700 (PDT) From: Message-Id: <200005291958.MAA75646@freefall.freebsd.org> To: olof@volvo.se, dirk@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16088: apache13-ssl lacks sbin/gcache in PLIST Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: apache13-ssl lacks sbin/gcache in PLIST State-Changed-From-To: open->closed State-Changed-By: dirk State-Changed-When: Mon May 29 12:58:43 PDT 2000 State-Changed-Why: This was fixed meanwhile. http://www.freebsd.org/cgi/query-pr.cgi?pr=16088 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 13:10:13 2000 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 1927A37BD10 for ; Mon, 29 May 2000 13:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA76808; Mon, 29 May 2000 13:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from net2.dinoex.sub.org (net2.dinoex.de [212.184.201.182]) by hub.freebsd.org (Postfix) with ESMTP id EFF8C37BD08 for ; Mon, 29 May 2000 13:09:40 -0700 (PDT) (envelope-from dm@home.dinoex.sub.org) Received: from home.dinoex.sub.org (home.dinoex.de [212.184.201.180]) by net2.dinoex.sub.org (8.10.1/8.10.1) with ESMTP id e4TKFfL06378 for ; Mon, 29 May 2000 22:15:41 +0200 (CEST) (envelope-from dm@home.dinoex.sub.org) Received: (from dm@localhost) by home.dinoex.sub.org (8.10.1/8.10.1) id e4TJnia86821; Mon, 29 May 2000 21:49:44 +0200 (CEST) (envelope-from dm) Message-Id: <200005291949.e4TJnia86821@home.dinoex.sub.org> Date: Mon, 29 May 2000 21:49:44 +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/18889: www/webalizer fix in filenames Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18889 >Category: ports >Synopsis: www/webalizer fix in filenames >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 29 13:10:03 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 3.4-RELEASE i386 >Organization: privat >Environment: gd-lib, apache >Description: generates statistics in HTML output, for Apache web server. >How-To-Repeat: On usage you gen pgn-images, with ".gif" names. >Fix: apply this extra patch. diff -ruN /usr/ports/www/webalizer/patches/patch-af ./patches/patch-af --- /usr/ports/www/webalizer/patches/patch-af Thu Jan 1 01:00:00 1970 +++ ./patches/patch-af Mon May 29 21:43:10 2000 @@ -0,0 +1,40 @@ +--- webalizer.c.orig Sun Jul 11 19:36:10 1999 ++++ webalizer.c Mon May 29 21:42:53 2000 +@@ -1981,8 +1981,8 @@ + + /* fill in filenames */ + sprintf(html_fname,"usage_%04d%02d.%s",cur_year,cur_month,html_ext); +- sprintf(gif1_fname,"daily_usage_%04d%02d.gif",cur_year,cur_month); +- sprintf(gif2_fname,"hourly_usage_%04d%02d.gif",cur_year,cur_month); ++ sprintf(gif1_fname,"daily_usage_%04d%02d.png",cur_year,cur_month); ++ sprintf(gif2_fname,"hourly_usage_%04d%02d.png",cur_year,cur_month); + + /* create GIF images for web page */ + sprintf(dtitle,"%s %s %d",msg_hmth_du,l_month[cur_month-1],cur_year); +@@ -3125,7 +3125,7 @@ + pie_legend[i]=top_ctrys[i]->desc; + } + sprintf(pie_title,"%s %s %d",msg_ctry_use,l_month[cur_month-1],cur_year); +- sprintf(pie_fname,"ctry_usage_%04d%02d.gif",cur_year,cur_month); ++ sprintf(pie_fname,"ctry_usage_%04d%02d.png",cur_year,cur_month); + + pie_chart(pie_fname,pie_title,t_hit,pie_data,pie_legend); /* do it */ + +@@ -3213,7 +3213,7 @@ + + i=(s_mth==12)?1:s_mth+1; + +- year_graph6x( "usage.gif", /* filename */ ++ year_graph6x( "usage.png", /* filename */ + buffer, /* graph title */ + i, /* last month */ + hist_hit, /* data set 1 */ +@@ -3234,7 +3234,7 @@ + } + write_html_head(msg_main_per); + /* year graph */ +- fprintf(out_fp,"\"%s\"

\n",buffer); + /* month table */ + fprintf(out_fp,"\n"); >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 May 29 13:10:13 2000 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 F2C4337BD0B for ; Mon, 29 May 2000 13:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA76799; Mon, 29 May 2000 13:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from net2.dinoex.sub.org (net2.dinoex.de [212.184.201.182]) by hub.freebsd.org (Postfix) with ESMTP id AADBD37BD01 for ; Mon, 29 May 2000 13:09:33 -0700 (PDT) (envelope-from dm@home.dinoex.sub.org) Received: from home.dinoex.sub.org (home.dinoex.de [212.184.201.180]) by net2.dinoex.sub.org (8.10.1/8.10.1) with ESMTP id e4TKFeL06374 for ; Mon, 29 May 2000 22:15:40 +0200 (CEST) (envelope-from dm@home.dinoex.sub.org) Received: (from dm@localhost) by home.dinoex.sub.org (8.10.1/8.10.1) id e4E3gaa45919; Sun, 14 May 2000 05:42:36 +0200 (CEST) (envelope-from dm) Message-Id: <200005140342.e4E3gaa45919@home.dinoex.sub.org> Date: Sun, 14 May 2000 05:42:36 +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/18888: security/gnupg-rsa fix for USA Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18888 >Category: ports >Synopsis: security/gnupg-rsa fix for USA >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon May 29 13:10:03 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 3.4-STABLE i386 >Organization: privat >Environment: USA_RESIDENT to YES >Description: Make will fail fatal as it find no target. >How-To-Repeat: cd /usr/ports/security/gnugg-rsa && make USA_RESIDENT=YES "Makefile", line 35: Unassociated shell command "@${ECHO_MSG}" [...] >Fix: apply the patch diff gnupg-rsa/Makefile gnupg-rsa/Makefile --- gnupg-rsa/Makefile Fri May 12 10:19:03 2000 +++ gnupg-rsa/Makefile Sun May 14 05:39:27 2000 @@ -25,17 +25,14 @@ @${ECHO_MSG} You must set variable USA_RESIDENT to YES, if you are USA resident @${ECHO_MSG} or to NO, if you aren\'t USA resident to build this package @${FALSE} -.endif + +.include + +.elif defined(USA_RESIDENT) .if ${USA_RESIDENT} == NO DISTFILES= rsa.c idea.c CONTRIB= rsa idea -#EXTRACT_ONLY= -.else - @${ECHO_MSG} - @${ECHO_MSG} rsaref not jet supported - @${FALSE} -.endif .include @@ -57,3 +54,15 @@ .endfor .include + +.else +pre-fetch: + @${ECHO_MSG} + @${ECHO_MSG} rsaref is not supported in this port + @${FALSE} + +.include + +.endif + +.endif diff gnupg-rsa/pkg/COMMENT gnupg-rsa/pkg/COMMENT --- gnupg-rsa/pkg/COMMENT Fri May 12 10:19:03 2000 +++ gnupg-rsa/pkg/COMMENT Sat May 13 10:27:57 2000 @@ -1 +1 @@ -gnupg extensions: rsa idea +Extensions gnupg: rsa idea >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 13:10:22 2000 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 41EA737BD1D for ; Mon, 29 May 2000 13:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA76817; Mon, 29 May 2000 13:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from net2.dinoex.sub.org (net2.dinoex.de [212.184.201.182]) by hub.freebsd.org (Postfix) with ESMTP id 96F4B37BD06 for ; Mon, 29 May 2000 13:09:43 -0700 (PDT) (envelope-from dm@home.dinoex.sub.org) Received: from home.dinoex.sub.org (home.dinoex.de [212.184.201.180]) by net2.dinoex.sub.org (8.10.1/8.10.1) with ESMTP id e4TKFgL06380 for ; Mon, 29 May 2000 22:15:42 +0200 (CEST) (envelope-from dm@home.dinoex.sub.org) Received: (from dm@localhost) by home.dinoex.sub.org (8.10.1/8.10.1) id e4TJquC86955; Mon, 29 May 2000 21:52:56 +0200 (CEST) (envelope-from dm) Message-Id: <200005291952.e4TJquC86955@home.dinoex.sub.org> Date: Mon, 29 May 2000 21:52:56 +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/18890: german/webalizer fix in filenames Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18890 >Category: ports >Synopsis: german/webalizer fix in filenames >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 29 13:10:03 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 3.4-RELEASE i386 >Organization: privat >Environment: gd-lib, apache >Description: generates statistics in HTML output, for Apache web server. >How-To-Repeat: On usage you gen pgn-images, with ".gif" names. >Fix: apply this extra patch. diff -ruN /usr/ports/german/webalizer/patches/patch-af ./patches/patch-af --- /usr/ports/german/webalizer/patches/patch-af Thu Jan 1 01:00:00 1970 +++ ./patches/patch-af Mon May 29 21:43:10 2000 @@ -0,0 +1,40 @@ +--- webalizer.c.orig Sun Jul 11 19:36:10 1999 ++++ webalizer.c Mon May 29 21:42:53 2000 +@@ -1981,8 +1981,8 @@ + + /* fill in filenames */ + sprintf(html_fname,"usage_%04d%02d.%s",cur_year,cur_month,html_ext); +- sprintf(gif1_fname,"daily_usage_%04d%02d.gif",cur_year,cur_month); +- sprintf(gif2_fname,"hourly_usage_%04d%02d.gif",cur_year,cur_month); ++ sprintf(gif1_fname,"daily_usage_%04d%02d.png",cur_year,cur_month); ++ sprintf(gif2_fname,"hourly_usage_%04d%02d.png",cur_year,cur_month); + + /* create GIF images for web page */ + sprintf(dtitle,"%s %s %d",msg_hmth_du,l_month[cur_month-1],cur_year); +@@ -3125,7 +3125,7 @@ + pie_legend[i]=top_ctrys[i]->desc; + } + sprintf(pie_title,"%s %s %d",msg_ctry_use,l_month[cur_month-1],cur_year); +- sprintf(pie_fname,"ctry_usage_%04d%02d.gif",cur_year,cur_month); ++ sprintf(pie_fname,"ctry_usage_%04d%02d.png",cur_year,cur_month); + + pie_chart(pie_fname,pie_title,t_hit,pie_data,pie_legend); /* do it */ + +@@ -3213,7 +3213,7 @@ + + i=(s_mth==12)?1:s_mth+1; + +- year_graph6x( "usage.gif", /* filename */ ++ year_graph6x( "usage.png", /* filename */ + buffer, /* graph title */ + i, /* last month */ + hist_hit, /* data set 1 */ +@@ -3234,7 +3234,7 @@ + } + write_html_head(msg_main_per); + /* year graph */ +- fprintf(out_fp,"\"%s\"

\n",buffer); + /* month table */ + fprintf(out_fp,"

\n"); >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 May 29 13:20:11 2000 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 01DFE37BD01 for ; Mon, 29 May 2000 13:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA77993; Mon, 29 May 2000 13:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from net2.dinoex.sub.org (net2.dinoex.de [212.184.201.182]) by hub.freebsd.org (Postfix) with ESMTP id 5256B37BD1E for ; Mon, 29 May 2000 13:10:04 -0700 (PDT) (envelope-from dm@home.dinoex.sub.org) Received: from home.dinoex.sub.org (home.dinoex.de [212.184.201.180]) by net2.dinoex.sub.org (8.10.1/8.10.1) with ESMTP id e4TKFxL06422 for ; Mon, 29 May 2000 22:15:59 +0200 (CEST) (envelope-from dm@home.dinoex.sub.org) Received: (from dm@localhost) by home.dinoex.sub.org (8.10.1/8.10.1) id e4TK3N888026; Mon, 29 May 2000 22:03:23 +0200 (CEST) (envelope-from dm) Message-Id: <200005292003.e4TK3N888026@home.dinoex.sub.org> Date: Mon, 29 May 2000 22:03:23 +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/18891: new port german/webalizer2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18891 >Category: ports >Synopsis: new port german/webalizer2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 29 13:20:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 3.4-STABLE i386 >Organization: privat >Environment: gd-lib, apache >Description: generates statistics in HTML output, for Apache web server. Output is generated in German. Improved Makefile, Prefix is handled >How-To-Repeat: >Fix: summit the port # 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: # # de-webalizer2-2.0.12 # de-webalizer2-2.0.12/files # de-webalizer2-2.0.12/files/md5 # de-webalizer2-2.0.12/Makefile # de-webalizer2-2.0.12/pkg # de-webalizer2-2.0.12/pkg/COMMENT # de-webalizer2-2.0.12/pkg/DESCR # de-webalizer2-2.0.12/pkg/PLIST # echo c - de-webalizer2-2.0.12 mkdir -p de-webalizer2-2.0.12 > /dev/null 2>&1 echo c - de-webalizer2-2.0.12/files mkdir -p de-webalizer2-2.0.12/files > /dev/null 2>&1 echo x - de-webalizer2-2.0.12/files/md5 sed 's/^X//' >de-webalizer2-2.0.12/files/md5 << 'END-of-de-webalizer2-2.0.12/files/md5' XMD5 (webalizer-2.00-12-src.tar.bz2) = dca81378603370a27e6d1e3992ec74aa END-of-de-webalizer2-2.0.12/files/md5 echo x - de-webalizer2-2.0.12/Makefile sed 's/^X//' >de-webalizer2-2.0.12/Makefile << 'END-of-de-webalizer2-2.0.12/Makefile' X# New ports collection makefile for: webalizer X# Date created: 02.Jun 1998 X# Whom: dirk.meyer@dinoex.sub.org X# X# $FreeBSD: ports/german/webalizer/Makefile,v 1.10 2000/04/14 23:53:21 asami Exp $ X XPORTNAME= webalizer XPORTVERSION= 2.0.12 XCATEGORIES= german www XMASTER_SITES= ftp://ftp.mrunix.net/pub/webalizer/pre-release/ \ X ftp://ftp.lan-ks.de/pub/FreeBSD/distfiles/ XPKGNAMEPREFIX= de- XDISTNAME= webalizer-2.00-12-src XNO_LATEST_LINK= yes X XMAINTAINER= dirk.meyer@dinoex.sub.org X XLIB_DEPENDS= gd.0:${PORTSDIR}/graphics/gd X XWEBALIZER_LANG= german XUSE_BZIP2= yes XGNU_CONFIGURE= yes XCONFIGURE_ARGS+= --enable-dns \ X --with-gdlib=${PREFIX}/lib \ X --with-gd=${PREFIX}/include/gd \ X --with-language=${WEBALIZER_LANG} XCONFIGURE_ENV+= LDFLAGS="-L${PREFIX}/lib" XMAKE_ARGS+= CFLAGS="${CFLAGS}" XMAN1= ${PKGNAMEPREFIX}webalizer.1 XDOC1= CHANGES COPYING Copyright INSTALL \ X README README.FIRST DNS.README country-codes.txt XWRKSRC= ${WRKDIR}/${DISTNAME:S/-src$//} XPLIST_SUB+= PKGNAMEPREFIX=${PKGNAMEPREFIX} X Xpre-configure: X @${PERL5} -pi -e "s=/etc=${PREFIX}/etc=" ${WRKSRC}/webalizer.c X @${PERL5} -pi -e "s=webalizer.conf=${PKGNAMEPREFIX}webalizer.conf=" \ X ${WRKSRC}/webalizer.c X Xdo-install: X @${INSTALL_PROGRAM} ${WRKSRC}/webalizer \ X ${PREFIX}/bin/${PKGNAMEPREFIX}webalizer X ${LN} -sf ${PKGNAMEPREFIX}webalizer \ X ${PREFIX}/bin/${PKGNAMEPREFIX}webazolver X Xpost-install: X.for i in ${MAN1} X ${INSTALL_MAN} ${WRKSRC}/webalizer.1 ${PREFIX}/man/man1/${i} X.endfor X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/${PKGNAMEPREFIX}webalizer X.for i in ${DOC1} X @${INSTALL_DATA} ${WRKSRC}/${i} \ X ${PREFIX}/share/doc/${PKGNAMEPREFIX}webalizer/${i} X.endfor X.endif X ${MKDIR} ${PREFIX}/share/examples/${PKGNAMEPREFIX}webalizer X.for i in msfree.png sample.conf webalizer.png X @${INSTALL_DATA} ${WRKSRC}/${i} \ X ${PREFIX}/share/examples/${PKGNAMEPREFIX}webalizer/${i} X.endfor X @if [ ! -f ${PREFIX}/etc/${PKGNAMEPREFIX}webalizer.conf-dist ]; then \ X ${INSTALL_DATA} ${WRKSRC}/sample.conf \ X ${PREFIX}/etc/${PKGNAMEPREFIX}webalizer.conf-dist ; \ X fi X X.include END-of-de-webalizer2-2.0.12/Makefile echo c - de-webalizer2-2.0.12/pkg mkdir -p de-webalizer2-2.0.12/pkg > /dev/null 2>&1 echo x - de-webalizer2-2.0.12/pkg/COMMENT sed 's/^X//' >de-webalizer2-2.0.12/pkg/COMMENT << 'END-of-de-webalizer2-2.0.12/pkg/COMMENT' XA web server log file analysis program END-of-de-webalizer2-2.0.12/pkg/COMMENT echo x - de-webalizer2-2.0.12/pkg/DESCR sed 's/^X//' >de-webalizer2-2.0.12/pkg/DESCR << 'END-of-de-webalizer2-2.0.12/pkg/DESCR' XWhat is The Webalizer? X---------------------- X XA fast, free web server log file analysis program. Produces XHTML output for viewing with a web browser. Written in C on Xa Linux platform, however designed to be as ANSI/POSIX Xcompliant as possible so porting to other UNIX platforms should Xbe painless. Binary distributions for most popular platforms Xare available. Features multiple language support, incremental Xprocessing capabilities, reverse DNS lookup support, export via Xtab seperated ascii files to popular databases and spreadsheets, Xand much more. Supports standard CLF and combined logs, as well Xas wu-ftpd xferlog and squid proxy logs, which can be either in Xstandard text format or gzip compressed. X XKeywords: Web Analysis, Log Analysis, Usage Statistics, Linux, Unix XAuthor: Bradford L. Barrett XMaintained-by: Bradford L. Barrett XWWW: http://www.mrunix.net/webalizer/ XAlternate-site:http://samhain.unix.cslab.tuwien.ac.at/webalizer/ XFTP: ftp://www.mrunix.net/pub/webalizer/ XPlatforms: Linux, SCO, other UNIX's XCopying-policy: GPL END-of-de-webalizer2-2.0.12/pkg/DESCR echo x - de-webalizer2-2.0.12/pkg/PLIST sed 's/^X//' >de-webalizer2-2.0.12/pkg/PLIST << 'END-of-de-webalizer2-2.0.12/pkg/PLIST' Xbin/%%PKGNAMEPREFIX%%webalizer X@unexec rm -f %B/%%PKGNAMEPREFIX%%webazolver Xetc/%%PKGNAMEPREFIX%%webalizer.conf-dist Xshare/doc/%%PKGNAMEPREFIX%%webalizer/CHANGES Xshare/doc/%%PKGNAMEPREFIX%%webalizer/COPYING Xshare/doc/%%PKGNAMEPREFIX%%webalizer/Copyright Xshare/doc/%%PKGNAMEPREFIX%%webalizer/DNS.README Xshare/doc/%%PKGNAMEPREFIX%%webalizer/INSTALL Xshare/doc/%%PKGNAMEPREFIX%%webalizer/README Xshare/doc/%%PKGNAMEPREFIX%%webalizer/README.FIRST Xshare/doc/%%PKGNAMEPREFIX%%webalizer/country-codes.txt X@dirrm share/doc/%%PKGNAMEPREFIX%%webalizer Xshare/examples/%%PKGNAMEPREFIX%%webalizer/msfree.png Xshare/examples/%%PKGNAMEPREFIX%%webalizer/sample.conf Xshare/examples/%%PKGNAMEPREFIX%%webalizer/webalizer.png X@dirrm share/examples/%%PKGNAMEPREFIX%%webalizer END-of-de-webalizer2-2.0.12/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 Mon May 29 13:24:17 2000 Delivered-To: freebsd-ports@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 2790D37BD1E for ; Mon, 29 May 2000 13:24:11 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.12 #1) id 12wVls-000PxH-00; Mon, 29 May 2000 21:04:20 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.12 #7) id 12wVlr-0004su-00; Mon, 29 May 2000 21:04:19 +0100 Date: Mon, 29 May 2000 21:04:19 +0100 From: Ben Smithurst To: Steve Price Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/17587: new port: databases/libiodbc Message-ID: <20000529210419.A99925@strontium.scientia.demon.co.uk> References: <20000529121936.A1427@cichlids.cichlids.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Steve Price wrote: > I added it yesterday while making some other changes to GNATS. > You don't like it? This is completely unrelated, but as you say you made this change you might like to look at this too. If I visit, e.g. http://www.FreeBSD.org/cgi/query-pr-summary.cgi?category=&severity=&priority=&class=&state=&sort=none&text=&responsible=&multitext=&originator=Ben+Smithurst then the link 'Include closed reports too' links to http://www.FreeBSD.org/cgi/query-pr-summary.cgi?&originator=Ben Smithurst&sort=none&closedtoo=on which is broken, the plus sign from the original URL shouldn't be converted to a space here (see what happens when you click on it in Netscape). Do you think you could fix that too? p.s. I think included the URL in the GNATS responses is quite good. -- Ben Smithurst / ben@scientia.demon.co.uk / PGP: 0x99392F7D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 13:30: 6 2000 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 6A63C37BCF8 for ; Mon, 29 May 2000 13:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA79384; Mon, 29 May 2000 13:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from smtp1.cluster.oleane.net (smtp1.cluster.oleane.net [195.25.12.16]) by hub.freebsd.org (Postfix) with ESMTP id 2034F37BC53 for ; Mon, 29 May 2000 13:22:44 -0700 (PDT) (envelope-from rguyom@321.net) Received: from diabolic-cow.mail.dotcom.fr (dyn-1-1-028.Orl.dialup.oleane.fr [195.25.26.28]) by smtp1.cluster.oleane.net with ESMTP id WAA25799 for ; Mon, 29 May 2000 22:22:04 +0200 (CEST) Received: by diabolic-cow.mail.dotcom.fr (Postfix, from userid 1000) id AB2122F3; Mon, 29 May 2000 22:18:55 +0200 (CEST) Message-Id: <20000529201855.AB2122F3@diabolic-cow.mail.dotcom.fr> Date: Mon, 29 May 2000 22:18:55 +0200 (CEST) From: rguyom@321.net Reply-To: rguyom@321.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18892: devel/gmake lacks a LIB_DEPENDS Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18892 >Category: ports >Synopsis: devel/gmake lacks a LIB_DEPENDS >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon May 29 13:30:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Rémi Guyomarch >Release: FreeBSD 4.0-STABLE i386 >Organization: none >Environment: FBSD-4.0 STABLE and ports cvsup'ed a few minutes ago >Description: devel/gmake use libintl.so but the port doesn't register the dependency. >How-To-Repeat: build the port >Fix: --- Makefile~ Mon May 29 21:34:39 2000 +++ Makefile Mon May 29 22:15:02 2000 @@ -16,6 +16,8 @@ Y2K= http://www.gnu.org/software/year2000.html +LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext + GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=g \ --without-included-gettext >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 May 29 13:32:32 2000 Delivered-To: freebsd-ports@freebsd.org Received: from dt051n0b.san.rr.com (dt051n0b.san.rr.com [204.210.32.11]) by hub.freebsd.org (Postfix) with ESMTP id C02D737BD20; Mon, 29 May 2000 13:32:27 -0700 (PDT) (envelope-from DougB@gorean.org) Received: from gorean.org (doug@master [10.0.0.2]) by dt051n0b.san.rr.com (8.9.3/8.9.3) with ESMTP id NAA10544; Mon, 29 May 2000 13:32:11 -0700 (PDT) (envelope-from DougB@gorean.org) Message-ID: <3932D3CB.37CEF6B0@gorean.org> Date: Mon, 29 May 2000 13:32:11 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 5.0-CURRENT-0528 i386) X-Accept-Language: en MIME-Version: 1.0 To: Steve Price Cc: Alexander Langer , will@FreeBSD.ORG, erikhb@bgnett.no, freebsd-ports@FreeBSD.ORG Subject: Re: ports/17587: new port: databases/libiodbc References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Steve Price wrote: > > On Mon, 29 May 2000, Alexander Langer wrote: > > # Thus spake will@FreeBSD.ORG (will@FreeBSD.ORG): > # > # > State-Changed-Why: > # > Committed, thanks! > # > > # > http://www.freebsd.org/cgi/query-pr.cgi?pr=17587 > # > # Is this http:// line a standard now? > > I added it yesterday while making some other changes to GNATS. > You don't like it? No... I love it. :) Even though I already know what to type into my browser to see a PR, I prefer having the link. That way I can just *gasp* click on it. :) A couple weeks ago I added Tim Vanderhoek's procmail recipe to add cvsweb links to each commit mail, and I liked it so much I was going to do the same for the PR's. I'm glad someone beat me to it. Doug -- "Live free or die" - State motto of my ancestral homeland, New Hampshire Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 14:30: 5 2000 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 9EE2637B63D for ; Mon, 29 May 2000 14:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA84809; Mon, 29 May 2000 14:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 5A8DF37BCFD for ; Mon, 29 May 2000 14:24:16 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from lithium.scientia.demon.co.uk ([192.168.91.35] ident=root) by scientia.demon.co.uk with esmtp (Exim 3.12 #1) id 12wWTQ-00004e-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 29 May 2000 21:49:20 +0100 Received: (from ben@localhost) by lithium.scientia.demon.co.uk (8.9.3/8.9.3) id VAA54863; Mon, 29 May 2000 21:44:48 +0100 (BST) (envelope-from ben) Message-Id: <200005292044.VAA54863@lithium.scientia.demon.co.uk> Date: Mon, 29 May 2000 21:44:48 +0100 (BST) From: Ben Smithurst Reply-To: ben@scientia.demon.co.uk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18893: 44bsd-csh port's PLIST broken Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18893 >Category: ports >Synopsis: 44bsd-csh port's PLIST broken >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 29 14:30:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Ben Smithurst >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: >Description: This port's package list is broken in two ways: * @dirrm share/doc/44bsd-csh not present. * The wrong file is added to /etc/shells when using pkg_add because of ordering in PLIST. >How-To-Repeat: Install then remove the port, note that $PREFIX/share/doc/44bsd-csh is still there. Add the port from package, note the strange "shell" added to /etc/shells. >Fix: Index: pkg/PLIST =================================================================== RCS file: /usr/cvs/ports/shells/44bsd-csh/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 PLIST --- pkg/PLIST 2000/04/15 04:26:42 1.1.1.1 +++ pkg/PLIST 2000/05/29 20:36:46 @@ -1,4 +1,5 @@ bin/44bsd-csh -share/doc/44bsd-csh/paper.ascii.gz @exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells @unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells +share/doc/44bsd-csh/paper.ascii.gz +@dirrm share/doc/44bsd-csh >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 May 29 14:38:14 2000 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 E853337B63D; Mon, 29 May 2000 14:38:12 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA85507; Mon, 29 May 2000 14:38:12 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Mon, 29 May 2000 14:38:12 -0700 (PDT) From: Message-Id: <200005292138.OAA85507@freefall.freebsd.org> To: will@FreeBSD.org, freebsd-ports@FreeBSD.org, obrien@FreeBSD.org Subject: Re: ports/18893: 44bsd-csh port's PLIST broken Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 44bsd-csh port's PLIST broken Responsible-Changed-From-To: freebsd-ports->obrien Responsible-Changed-By: will Responsible-Changed-When: Mon May 29 14:37:19 PDT 2000 Responsible-Changed-Why: Over to MAINTAINER. http://www.freebsd.org/cgi/query-pr.cgi?pr=18893 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 14:40:36 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.azsites.com (mailserver.hostingsolutions.net [216.65.69.2]) by hub.freebsd.org (Postfix) with SMTP id 1C11837BD45 for ; Mon, 29 May 2000 14:40:34 -0700 (PDT) (envelope-from lee@azsites.com) Received: from freebsd.home [208.178.181.45] by mail.azsites.com (SMTPD32-4.07) id A62E6FB02E8; Mon, 29 May 2000 20:42:22 GMT Message-ID: <3932E3DF.41C67EA6@azsites.com> Date: Mon, 29 May 2000 14:40:47 -0700 From: Chris Lee X-Mailer: Mozilla 3.04 (X11; I; FreeBSD 4.0-RELEASE i386) MIME-Version: 1.0 To: ports@freebsd.org Subject: How do I upgrade my ports list? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The subject pretty much says it all. I have a freshly installed FreeBSD4.0-RELEASE system and I'd like to know how to upgrade the ports listing in the /usr/ports directory. I'm kinda new at this, but I did take a look at the handbook & at the ports web pages, and I'm still confused. Any help? -Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 15:12:15 2000 Delivered-To: freebsd-ports@freebsd.org Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.130.111.12]) by hub.freebsd.org (Postfix) with ESMTP id D698837BD2D for ; Mon, 29 May 2000 15:12:10 -0700 (PDT) (envelope-from pfeifer@dbai.tuwien.ac.at) Received: from [128.130.111.2] (deneb [128.130.111.2]) by vexpert.dbai.tuwien.ac.at (8.9.3/8.9.3) with ESMTP id AAA11583; Tue, 30 May 2000 00:12:05 +0200 (MET DST) Date: Tue, 30 May 2000 00:12:05 +0200 (CEST) From: Gerald Pfeifer To: Will Andrews Cc: freebsd-ports@freebsd.org Subject: Re: ports/18877: Also install libraries for the Wine port! In-Reply-To: <20000529155707.B16637@argon.gryphonsoft.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 29 May 2000, Will Andrews wrote: > I'm sorry, but this is Wine's fault, not ours, that they are stuck on > aout-style names, which have not been used in FreeBSD for nearly two > years, ever since 3.0-CURRENT went stable [...] We're in the ELF world, > not aout. I checked, and apparently that's how it (still) works on Linux; so it seems that's the reason, not aout vs elf. > Please consider putting the perl line in the port until Wine > developers resync the sources on this issue. Can you install the patch nevertheless? I have already contacted the Wine folks to discuss a fix, and without my patch the Wine port is still incomplete (while the feature to use it as an API does not work without that very patch at all as well: Not even the include files are installed without it). I'll then take care of the SOVERSION issue, one way or the other... Gerald -- Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 15:20: 6 2000 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 876FE37BD27 for ; Mon, 29 May 2000 15:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA88927; Mon, 29 May 2000 15:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 9356F37B50E for ; Mon, 29 May 2000 15:18:20 -0700 (PDT) (envelope-from grog@wantadilla.lemis.com) Received: (from root@localhost) by wantadilla.lemis.com (8.9.3/8.9.3) id HAA09823; Tue, 30 May 2000 07:48:18 +0930 (CST) (envelope-from grog) Message-Id: <200005292218.HAA09823@wantadilla.lemis.com> Date: Tue, 30 May 2000 07:48:18 +0930 (CST) From: Greg Lehey Reply-To: grog@wantadilla.lemis.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18894: xv build fails Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18894 >Category: ports >Synopsis: xv build fails >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon May 29 15:20:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Greg Lehey >Release: FreeBSD 5.0-CURRENT i386 >Organization: LEMIS PO Box 460 Echunga SA 5153 Australia >Environment: Recent 5-CURRENT >Description: A clean build of xv fails: cc -o xvpictoppm -O2 -L/usr/X11R6/lib xvpictoppm.o -lXext -lX11 -L/usr/local/lib -ljpeg -L/usr/local/lib -ltiff -L/usr/local/lib -lpng -L/usr/lib -lz -lm -lxpg4 -lxpg4 -Wl,-rpath,/usr/X11R6/lib make: don't know how to make ./config/util/rman. Stop *** Error code 2 Stop in /src/FreeBSD/ports/graphics/xv. >How-To-Repeat: cd /usr/ports/graphics/xv make >Fix: Not investigated. >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 May 29 16: 7:24 2000 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 3DB2B37BBFB; Mon, 29 May 2000 16:07:23 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA93684; Mon, 29 May 2000 16:07:23 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Mon, 29 May 2000 16:07:23 -0700 (PDT) From: Message-Id: <200005292307.QAA93684@freefall.freebsd.org> To: steve@FreeBSD.org, andreas@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15477: wwwstat-2.01 port is not Y2K compliant: 19 is hardcoded. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: wwwstat-2.01 port is not Y2K compliant: 19 is hardcoded. Responsible-Changed-From-To: andreas->freebsd-ports Responsible-Changed-By: steve Responsible-Changed-When: Mon May 29 16:06:59 PDT 2000 Responsible-Changed-Why: Andreas no longer maintains this port. http://www.freebsd.org/cgi/query-pr.cgi?pr=15477 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 16: 8:41 2000 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 95C3237BD31; Mon, 29 May 2000 16:08:40 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA93932; Mon, 29 May 2000 16:08:41 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Mon, 29 May 2000 16:08:41 -0700 (PDT) From: Message-Id: <200005292308.QAA93932@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, jseger@FreeBSD.org Subject: Re: ports/18859: update freetype 1.3 -> 1.3.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update freetype 1.3 -> 1.3.1 Responsible-Changed-From-To: freebsd-ports->jseger Responsible-Changed-By: steve Responsible-Changed-When: Mon May 29 16:08:29 PDT 2000 Responsible-Changed-Why: Over to port's maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=18859 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 16: 9: 2 2000 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 974FA37BD43; Mon, 29 May 2000 16:09:01 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA94009; Mon, 29 May 2000 16:09:02 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Mon, 29 May 2000 16:09:02 -0700 (PDT) From: Message-Id: <200005292309.QAA94009@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, reg@FreeBSD.org Subject: Re: ports/18870: installing XFree-aoutlibs Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: installing XFree-aoutlibs Responsible-Changed-From-To: freebsd-ports->reg Responsible-Changed-By: steve Responsible-Changed-When: Mon May 29 16:08:49 PDT 2000 Responsible-Changed-Why: Over to port's maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=18870 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 16: 9:26 2000 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 691D737BD41; Mon, 29 May 2000 16:09:25 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA94094; Mon, 29 May 2000 16:09:25 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Mon, 29 May 2000 16:09:25 -0700 (PDT) From: Message-Id: <200005292309.QAA94094@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, cwt@FreeBSD.org Subject: Re: ports/18872: misc/amanda24: add options for GNUPLOT and KERBEROS Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: misc/amanda24: add options for GNUPLOT and KERBEROS Responsible-Changed-From-To: freebsd-ports->cwt Responsible-Changed-By: steve Responsible-Changed-When: Mon May 29 16:09:13 PDT 2000 Responsible-Changed-Why: Over to port's maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=18872 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 16:15:19 2000 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 B2A6137BD31; Mon, 29 May 2000 16:15:18 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA95154; Mon, 29 May 2000 16:15:18 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Mon, 29 May 2000 16:15:18 -0700 (PDT) From: Message-Id: <200005292315.QAA95154@freefall.freebsd.org> To: aron@cs.rice.edu, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18861: Please port "pdflatex" to FreeBSD Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Please port "pdflatex" to FreeBSD State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Mon May 29 16:14:47 PDT 2000 State-Changed-Why: As pointed out pdflatex is part of the print/teTeX port. http://www.freebsd.org/cgi/query-pr.cgi?pr=18861 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 16:17:14 2000 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 6ABFF37BD31; Mon, 29 May 2000 16:17:13 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA95566; Mon, 29 May 2000 16:17:13 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Mon, 29 May 2000 16:17:13 -0700 (PDT) From: Message-Id: <200005292317.QAA95566@freefall.freebsd.org> To: tkato@prontomail.ne.jp, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18883: Update port: graphics/photopc to 3.04 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: graphics/photopc to 3.04 State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Mon May 29 16:17:04 PDT 2000 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18883 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 16:17:25 2000 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 53F4537BD31; Mon, 29 May 2000 16:17:23 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA95651; Mon, 29 May 2000 16:17:23 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Mon, 29 May 2000 16:17:23 -0700 (PDT) From: Message-Id: <200005292317.QAA95651@freefall.freebsd.org> To: tkato@prontomail.ne.jp, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18882: Update port: audio/xamp to 0.8.10 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: audio/xamp to 0.8.10 State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Mon May 29 16:17:14 PDT 2000 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18882 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 16:17:34 2000 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 EB0C137BD47; Mon, 29 May 2000 16:17:30 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA95726; Mon, 29 May 2000 16:17:30 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Mon, 29 May 2000 16:17:30 -0700 (PDT) From: Message-Id: <200005292317.QAA95726@freefall.freebsd.org> To: tkato@prontomail.ne.jp, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18884: Update port: graphices/splitmpg Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: graphices/splitmpg State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Mon May 29 16:17:24 PDT 2000 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18884 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 16:17:40 2000 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 C2D6E37BD45; Mon, 29 May 2000 16:17:37 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA95828; Mon, 29 May 2000 16:17:37 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Mon, 29 May 2000 16:17:37 -0700 (PDT) From: Message-Id: <200005292317.QAA95828@freefall.freebsd.org> To: tkato@prontomail.ne.jp, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18885: Update port: x11-toolkits/gtkglarea to 1.2.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: x11-toolkits/gtkglarea to 1.2.2 State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Mon May 29 16:17:31 PDT 2000 State-Changed-Why: COmmitted, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18885 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 16:17:42 2000 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 0F75D37BD4C; Mon, 29 May 2000 16:17:39 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA95871; Mon, 29 May 2000 16:17:39 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Mon, 29 May 2000 16:17:39 -0700 (PDT) From: Message-Id: <200005292317.QAA95871@freefall.freebsd.org> To: jonny@jonny.eng.br, steve@FreeBSD.org, ache@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/7167: elm cannot pgp for more than one recipient Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: elm cannot pgp for more than one recipient State-Changed-From-To: open->feedback State-Changed-By: steve State-Changed-When: Mon May 29 16:16:28 PDT 2000 State-Changed-Why: Is this still true with the current version in the ports collection? Responsible-Changed-From-To: ache->freebsd-ports Responsible-Changed-By: steve Responsible-Changed-When: Mon May 29 16:16:28 PDT 2000 Responsible-Changed-Why: Andrey no longer maintains this port. http://www.freebsd.org/cgi/query-pr.cgi?pr=7167 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 16:17:48 2000 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 D2E4A37BD6B; Mon, 29 May 2000 16:17:46 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA95926; Mon, 29 May 2000 16:17:46 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Mon, 29 May 2000 16:17:46 -0700 (PDT) From: Message-Id: <200005292317.QAA95926@freefall.freebsd.org> To: tkato@prontomail.ne.jp, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18886: Update port: x11-wm/libdockapp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: x11-wm/libdockapp State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Mon May 29 16:17:38 PDT 2000 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18886 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 16:17:58 2000 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 CC41737BD4E; Mon, 29 May 2000 16:17:56 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA96001; Mon, 29 May 2000 16:17:56 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Mon, 29 May 2000 16:17:56 -0700 (PDT) From: Message-Id: <200005292317.QAA96001@freefall.freebsd.org> To: dirk.meyer@dinoex.sub.org, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18889: www/webalizer fix in filenames Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: www/webalizer fix in filenames State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Mon May 29 16:17:47 PDT 2000 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18889 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 16:18:10 2000 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 C90FE37BD82; Mon, 29 May 2000 16:18:08 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA96100; Mon, 29 May 2000 16:18:08 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Mon, 29 May 2000 16:18:08 -0700 (PDT) From: Message-Id: <200005292318.QAA96100@freefall.freebsd.org> To: dirk.meyer@dinoex.sub.org, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18890: german/webalizer fix in filenames Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: german/webalizer fix in filenames State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Mon May 29 16:17:57 PDT 2000 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18890 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 16:18:18 2000 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 C146C37BD74; Mon, 29 May 2000 16:18:16 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA96180; Mon, 29 May 2000 16:18:16 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Mon, 29 May 2000 16:18:16 -0700 (PDT) From: Message-Id: <200005292318.QAA96180@freefall.freebsd.org> To: rguyom@321.net, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18892: devel/gmake lacks a LIB_DEPENDS Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: devel/gmake lacks a LIB_DEPENDS State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Mon May 29 16:18:10 PDT 2000 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18892 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 16:20: 6 2000 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 C5E9337B811 for ; Mon, 29 May 2000 16:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA96362; Mon, 29 May 2000 16:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 29 May 2000 16:20:02 -0700 (PDT) Message-Id: <200005292320.QAA96362@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Will Andrews Subject: Re: ports/18894: xv build fails Reply-To: Will Andrews Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/18894; it has been noted by GNATS. From: Will Andrews To: Greg Lehey Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/18894: xv build fails Date: Mon, 29 May 2000 19:12:55 -0400 On Tue, May 30, 2000 at 07:48:18AM +0930, Greg Lehey wrote: > >Description: > > A clean build of xv fails: > > cc -o xvpictoppm -O2 -L/usr/X11R6/lib xvpictoppm.o -lXext -lX11 -L/usr/local/lib -ljpeg -L/usr/local/lib -ltiff -L/usr/local/lib -lpng -L/usr/lib -lz -lm -lxpg4 -lxpg4 -Wl,-rpath,/usr/X11R6/lib > make: don't know how to make ./config/util/rman. Stop > *** Error code 2 > > Stop in /src/FreeBSD/ports/graphics/xv. I don't get this problem on an updated graphics/xv port on May 27 FreeBSD 4.0-STABLE. -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 16:23: 3 2000 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 4A22337BD2B; Mon, 29 May 2000 16:23:01 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA96626; Mon, 29 May 2000 16:23:00 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Mon, 29 May 2000 16:23:00 -0700 (PDT) From: Message-Id: <200005292323.QAA96626@freefall.freebsd.org> To: kato@goto.info.waseda.ac.jp, steve@FreeBSD.org, dburr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/7628: new port: sajber-jukebox Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: sajber-jukebox State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Mon May 29 16:21:47 PDT 2000 State-Changed-Why: This port is in bad need of an update. Can you update it and send us a new PR? I'll take if from there. Thanks. Responsible-Changed-From-To: dburr->freebsd-ports Responsible-Changed-By: steve Responsible-Changed-When: Mon May 29 16:21:47 PDT 2000 Responsible-Changed-Why: Timeout. http://www.freebsd.org/cgi/query-pr.cgi?pr=7628 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 16:30:21 2000 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 EE75737B694; Mon, 29 May 2000 16:30:17 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA97234; Mon, 29 May 2000 16:30:17 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Mon, 29 May 2000 16:30:17 -0700 (PDT) From: Message-Id: <200005292330.QAA97234@freefall.freebsd.org> To: kkennawa@physics.adelaide.edu.au, steve@FreeBSD.org, andreas@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/9286: Patch for games/nethack-qt to fix compilation problems Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Patch for games/nethack-qt to fix compilation problems State-Changed-From-To: open->feedback State-Changed-By: steve State-Changed-When: Mon May 29 16:27:37 PDT 2000 State-Changed-Why: Can you come up with a new set of diffs against the current port? I'll commit them if you don't have the time. Thanks. Responsible-Changed-From-To: andreas->freebsd-ports Responsible-Changed-By: steve Responsible-Changed-When: Mon May 29 16:27:37 PDT 2000 Responsible-Changed-Why: Andreas no longer maintains this port. http://www.freebsd.org/cgi/query-pr.cgi?pr=9286 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 17: 2:17 2000 Delivered-To: freebsd-ports@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id A5B7C37B86B for ; Mon, 29 May 2000 17:02:12 -0700 (PDT) (envelope-from grog@wantadilla.lemis.com) Received: (from grog@localhost) by wantadilla.lemis.com (8.9.3/8.9.3) id JAA10019; Tue, 30 May 2000 09:31:55 +0930 (CST) (envelope-from grog) Date: Tue, 30 May 2000 09:31:55 +0930 From: Greg Lehey To: Will Andrews Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/18894: xv build fails Message-ID: <20000530093155.A9997@wantadilla.lemis.com> References: <200005292320.QAA96362@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <200005292320.QAA96362@freefall.freebsd.org> Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Monday, 29 May 2000 at 16:20:02 -0700, Will Andrews wrote: > The following reply was made to PR ports/18894; it has been noted by GNATS. > > From: Will Andrews > To: Greg Lehey > Cc: FreeBSD-gnats-submit@FreeBSD.ORG > Subject: Re: ports/18894: xv build fails > Date: Mon, 29 May 2000 19:12:55 -0400 > > On Tue, May 30, 2000 at 07:48:18AM +0930, Greg Lehey wrote: >>> Description: >> >> A clean build of xv fails: >> >> cc -o xvpictoppm -O2 -L/usr/X11R6/lib xvpictoppm.o -lXext -lX11 -L/usr/local/lib -ljpeg -L/usr/local/lib -ltiff -L/usr/local/lib -lpng -L/usr/lib -lz -lm -lxpg4 -lxpg4 -Wl,-rpath,/usr/X11R6/lib >> make: don't know how to make ./config/util/rman. Stop >> *** Error code 2 >> >> Stop in /src/FreeBSD/ports/graphics/xv. > > I don't get this problem on an updated graphics/xv port on May 27 > FreeBSD 4.0-STABLE. This was with a freshly upgraded ports tree. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 17: 3:34 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.surf1.de (mail.surf1.de [194.25.165.21]) by hub.freebsd.org (Postfix) with ESMTP id 4EEC737B86B; Mon, 29 May 2000 17:03:26 -0700 (PDT) (envelope-from alex@cichlids.com) Received: from cichlids.com (p3E9EE6F6.dip0.t-ipconnect.de [62.158.230.246]) by mail.surf1.de (8.9.3/8.9.3) with ESMTP id CAA12827; Tue, 30 May 2000 02:03:51 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by cichlids.com (Postfix) with ESMTP id 85725AC33; Tue, 30 May 2000 02:03:42 +0200 (CEST) Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id CAA15006; Tue, 30 May 2000 02:03:21 +0200 (CEST) (envelope-from alex) Date: Tue, 30 May 2000 02:03:21 +0200 From: Alexander Langer To: Doug Barton Cc: Steve Price , will@FreeBSD.ORG, erikhb@bgnett.no, freebsd-ports@FreeBSD.ORG Subject: Re: ports/17587: new port: databases/libiodbc Message-ID: <20000530020321.A14807@cichlids.cichlids.com> Mail-Followup-To: Doug Barton , Steve Price , will@FreeBSD.ORG, erikhb@bgnett.no, freebsd-ports@FreeBSD.ORG References: <3932D3CB.37CEF6B0@gorean.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <3932D3CB.37CEF6B0@gorean.org>; from DougB@gorean.org on Mon, May 29, 2000 at 01:32:11PM -0700 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thus spake Doug Barton (DougB@gorean.org): > *gasp* click on it. :) A couple weeks ago I added Tim Vanderhoek's > procmail recipe to add cvsweb links to each commit mail, and I liked it Gimme that please. Or does one even have a procmail recipe that extracts the diff from the commit already and includes that in the message? Or even better - could we have a mailinglist where the cvslogs INCLUDING the diffs go to? Alex -- I need a new ~/.sig. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 17: 4:46 2000 Delivered-To: freebsd-ports@freebsd.org Received: from roma.coe.ufrj.br (roma.coe.ufrj.br [146.164.53.65]) by hub.freebsd.org (Postfix) with ESMTP id 5995037B86B; Mon, 29 May 2000 17:04:35 -0700 (PDT) (envelope-from jonny@jonny.eng.br) Received: (from uucp@localhost) by roma.coe.ufrj.br (8.9.3/8.9.3) id VAA76530; Mon, 29 May 2000 21:04:30 -0300 (EST) (envelope-from jonny@jonny.eng.br) Received: from localhost.coe.ufrj.br(127.0.0.1), claiming to be "jonny.eng.br" via SMTP by localhost.coe.ufrj.br, id smtpdf76524; Mon May 29 21:04:26 2000 Message-ID: <393305A2.1CAB9E99@jonny.eng.br> Date: Mon, 29 May 2000 21:04:50 -0300 From: Joao Carlos Mendes Luis X-Mailer: Mozilla 4.73 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: steve@FreeBSD.org Cc: ache@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/7167: elm cannot pgp for more than one recipient References: <200005292317.QAA95871@freefall.freebsd.org> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org steve@FreeBSD.org wrote: > > Synopsis: elm cannot pgp for more than one recipient > > State-Changed-From-To: open->feedback > State-Changed-By: steve > State-Changed-When: Mon May 29 16:16:28 PDT 2000 > State-Changed-Why: > Is this still true with the current version in the ports collection? Well, I do not even use elm anymore. mutt rules! :) Jonny -- João Carlos Mendes Luís jonny@jonny.eng.br Networking Engineer jcml@ieee.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 17:13:14 2000 Delivered-To: freebsd-ports@freebsd.org Received: from coredump.lovett.com (hub.lovett.com [216.60.121.161]) by hub.freebsd.org (Postfix) with ESMTP id C96A737BAFA for ; Mon, 29 May 2000 17:13:11 -0700 (PDT) (envelope-from ade@lovett.com) Received: from ade by coredump.lovett.com with local (Exim 3.14 #1) id 12wZeW-000AAg-00; Mon, 29 May 2000 19:13:00 -0500 Date: Mon, 29 May 2000 19:13:00 -0500 From: Ade Lovett To: Will Andrews Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/18894: xv build fails Message-ID: <20000529191300.J2142@FreeBSD.org> References: <200005292320.QAA96362@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200005292320.QAA96362@freefall.freebsd.org>; from andrews@technologist.com on Mon, May 29, 2000 at 04:20:02PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, May 29, 2000 at 04:20:02PM -0700, Will Andrews wrote: > I don't get this problem on an updated graphics/xv port on May 27 > FreeBSD 4.0-STABLE. Me either. 5.0-CURRENT (May 28th), ports tree cvsup'd as of 0200 CDT this morning, on my laptop. Greg, what other ports do you have installed when you're trying to build xv? In particular, are you using XFree86 3.3.6 or 4.0? -aDe -- Ade Lovett, Austin, TX. ade@FreeBSD.org FreeBSD: The Power to Serve http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 17:13:21 2000 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 E30B337BAFA; Mon, 29 May 2000 17:13:19 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA02777; Mon, 29 May 2000 17:13:19 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Mon, 29 May 2000 17:13:19 -0700 (PDT) From: Message-Id: <200005300013.RAA02777@freefall.freebsd.org> To: erikhb@bgnett.no, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17586: new port: database/myodbc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: database/myodbc State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Mon May 29 17:13:07 PDT 2000 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=17586 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 17:16:50 2000 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 D390E37BAFA for ; Mon, 29 May 2000 17:16:45 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.hiwaay.net (8.11.0.Beta1/8.11.0.Beta1) with ESMTP id e4U0GTp23801; Mon, 29 May 2000 19:16:29 -0500 (CDT) Date: Mon, 29 May 2000 19:16:29 -0500 (CDT) From: Steve Price To: Greg Lehey Cc: Will Andrews , freebsd-ports@FreeBSD.ORG Subject: Re: ports/18894: xv build fails In-Reply-To: <20000530093155.A9997@wantadilla.lemis.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 30 May 2000, Greg Lehey wrote: #>> A clean build of xv fails: #>> #>> cc -o xvpictoppm -O2 -L/usr/X11R6/lib xvpictoppm.o -lXext -lX11 -L/usr/local/lib -ljpeg -L/usr/local/lib -ltiff -L/usr/local/lib -lpng -L/usr/lib -lz -lm -lxpg4 -lxpg4 -Wl,-rpath,/usr/X11R6/lib #>> make: don't know how to make ./config/util/rman. Stop #>> *** Error code 2 #>> #>> Stop in /src/FreeBSD/ports/graphics/xv. #> #> I don't get this problem on an updated graphics/xv port on May 27 #> FreeBSD 4.0-STABLE. # # This was with a freshly upgraded ports tree. Works here as well with a fresh (a couple of hours ago) ports tree. I just grep'd the entire source and don't see a config/util/rman anywhere. Methinks it might have something with the version of X you are using or maybe even the config files? -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 17:17:43 2000 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 E889037BC64; Mon, 29 May 2000 17:17:41 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA03196; Mon, 29 May 2000 17:17:41 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Mon, 29 May 2000 17:17:41 -0700 (PDT) From: Message-Id: <200005300017.RAA03196@freefall.freebsd.org> To: yaldabaoth@geocities.com, will@FreeBSD.org, freebsd-ports@FreeBSD.org, will@FreeBSD.org Subject: Re: ports/16997: Incompatibility between GNOME and KDE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Incompatibility between GNOME and KDE State-Changed-From-To: open->feedback State-Changed-By: will State-Changed-When: Mon May 29 17:16:45 PDT 2000 State-Changed-Why: I've never encountered problems with simultaneous installations of GNOME and KDE.. can you provide more information in this? Responsible-Changed-From-To: freebsd-ports->will Responsible-Changed-By: will Responsible-Changed-When: Mon May 29 17:16:45 PDT 2000 Responsible-Changed-Why: I maintain most of the KDE stuff and can talk to Ade for GNOME problems. http://www.freebsd.org/cgi/query-pr.cgi?pr=16997 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 17:20:24 2000 Delivered-To: freebsd-ports@freebsd.org Received: from norn.ca.eu.org (cr965240-b.abtsfd1.bc.wave.home.com [24.113.19.137]) by hub.freebsd.org (Postfix) with ESMTP id AC33037BAFA for ; Mon, 29 May 2000 17:20:20 -0700 (PDT) (envelope-from cpiazza@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 4F28919E; Mon, 29 May 2000 17:20:20 -0700 (PDT) Date: Mon, 29 May 2000 17:20:20 -0700 From: Chris Piazza To: Steve Price Cc: Greg Lehey , Will Andrews , freebsd-ports@FreeBSD.ORG Subject: Re: ports/18894: xv build fails Message-ID: <20000529172020.B58681@norn.ca.eu.org> References: <20000530093155.A9997@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mutt 1.0.1i-jp0 In-Reply-To: ; from sprice@hiwaay.net on Mon, May 29, 2000 at 07:16:29PM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, May 29, 2000 at 07:16:29PM -0500, Steve Price wrote: > On Tue, 30 May 2000, Greg Lehey wrote: > > #>> A clean build of xv fails: > #>> > #>> cc -o xvpictoppm -O2 -L/usr/X11R6/lib xvpictoppm.o -lXext -lX11 -L/usr/local/lib -ljpeg -L/usr/local/lib -ltiff -L/usr/local/lib -lpng -L/usr/lib -lz -lm -lxpg4 -lxpg4 -Wl,-rpath,/usr/X11R6/lib > #>> make: don't know how to make ./config/util/rman. Stop > #>> *** Error code 2 > #>> > #>> Stop in /src/FreeBSD/ports/graphics/xv. > #> > #> I don't get this problem on an updated graphics/xv port on May 27 > #> FreeBSD 4.0-STABLE. > # > # This was with a freshly upgraded ports tree. > > Works here as well with a fresh (a couple of hours ago) ports tree. > I just grep'd the entire source and don't see a config/util/rman > anywhere. Methinks it might have something with the version of X > you are using or maybe even the config files? > > -steve This happened to him with ghostview also. See PR 18578. Seems like an imake problem, actually. -Chris -- cpiazza@jaxon.net | yawn..... cpiazza@FreeBSD.org | Abbotsford, BC, Canada To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 17:21:31 2000 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 B236637BC8F; Mon, 29 May 2000 17:21:30 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA03533; Mon, 29 May 2000 17:21:30 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Mon, 29 May 2000 17:21:30 -0700 (PDT) From: Message-Id: <200005300021.RAA03533@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, billf@FreeBSD.org Subject: Re: ports/18606: cannot install the latest ucd-snmp port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: cannot install the latest ucd-snmp port Responsible-Changed-From-To: freebsd-ports->billf Responsible-Changed-By: cpiazza Responsible-Changed-When: Mon May 29 17:21:08 PDT 2000 Responsible-Changed-Why: Over to maintainre http://www.freebsd.org/cgi/query-pr.cgi?pr=18606 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 17:23:19 2000 Delivered-To: freebsd-ports@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id B117A37BD16 for ; Mon, 29 May 2000 17:23:11 -0700 (PDT) (envelope-from grog@wantadilla.lemis.com) Received: (from grog@localhost) by wantadilla.lemis.com (8.9.3/8.9.3) id JAA12283; Tue, 30 May 2000 09:52:54 +0930 (CST) (envelope-from grog) Date: Tue, 30 May 2000 09:52:54 +0930 From: Greg Lehey To: Steve Price Cc: Will Andrews , freebsd-ports@FreeBSD.ORG Subject: Re: ports/18894: xv build fails Message-ID: <20000530095254.A12216@wantadilla.lemis.com> References: <20000530093155.A9997@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Monday, 29 May 2000 at 19:16:29 -0500, Steve Price wrote: > On Tue, 30 May 2000, Greg Lehey wrote: > > #>> A clean build of xv fails: > #>> > #>> cc -o xvpictoppm -O2 -L/usr/X11R6/lib xvpictoppm.o -lXext -lX11 -L/usr/local/lib -ljpeg -L/usr/local/lib -ltiff -L/usr/local/lib -lpng -L/usr/lib -lz -lm -lxpg4 -lxpg4 -Wl,-rpath,/usr/X11R6/lib > #>> make: don't know how to make ./config/util/rman. Stop > #>> *** Error code 2 > #>> > #>> Stop in /src/FreeBSD/ports/graphics/xv. > #> > #> I don't get this problem on an updated graphics/xv port on May 27 > #> FreeBSD 4.0-STABLE. > # > # This was with a freshly upgraded ports tree. > > Works here as well with a fresh (a couple of hours ago) ports tree. > I just grep'd the entire source and don't see a config/util/rman > anywhere. Well, I've worked around it. I found rman in /usr/local/bin and /usr/X11R6/bin--don't ask me how they got there: -r-xr-xr-x 1 root wheel 92524 Mar 13 07:54 /usr/local/bin/rman -rwxr-xr-x 1 root wheel 95704 May 14 18:22 /usr/X11R6/bin/rman I modified the Makefile to point to the first one, and the install worked. The reference came from: # rules: $XFree86: xc/config/cf/Imake.rules,v 3.72 2000/04/05 18:13:07 dawes Exp $ TOP = . CURRENT_DIR = . RMAN = $(TOP)/config/util/rman It looks as if the intention was to get it from /usr/X11R6/bin. > Methinks it might have something with the version of X you are using > or maybe even the config files? Well, it's a generic install of X as well. This is pretty much a new machine, everything done according to the book. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 17:36:40 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.surf1.de (mail.surf1.de [194.25.165.21]) by hub.freebsd.org (Postfix) with ESMTP id 9621437BCBA for ; Mon, 29 May 2000 17:36:37 -0700 (PDT) (envelope-from alex@cichlids.com) Received: from cichlids.com (p3E9EE6F6.dip0.t-ipconnect.de [62.158.230.246]) by mail.surf1.de (8.9.3/8.9.3) with ESMTP id CAA16526; Tue, 30 May 2000 02:37:02 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by cichlids.com (Postfix) with ESMTP id 516BAAC30; Tue, 30 May 2000 02:36:51 +0200 (CEST) Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id CAA18233; Tue, 30 May 2000 02:36:28 +0200 (CEST) (envelope-from alex) Date: Tue, 30 May 2000 02:36:28 +0200 From: Alexander Langer To: Chris Lee Cc: ports@FreeBSD.ORG Subject: Re: How do I upgrade my ports list? Message-ID: <20000530023628.C17230@cichlids.cichlids.com> Mail-Followup-To: Chris Lee , ports@FreeBSD.ORG References: <3932E3DF.41C67EA6@azsites.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <3932E3DF.41C67EA6@azsites.com>; from lee@azsites.com on Mon, May 29, 2000 at 02:40:47PM -0700 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thus spake Chris Lee (lee@azsites.com): > FreeBSD4.0-RELEASE system and I'd like to know how to upgrade the ports > listing in the /usr/ports directory. I'm kinda new at this, but I did > take a look at the handbook & at the ports web pages, and I'm still > confused. Any help? Try the cvsup part in the handbook. Basically, you should edit /usr/share/examples/cvsup/ports-supfile and copy the relevant parts from /etc/defaults/make.conf edited to /etc/make.conf and then "make update" in /usr/ports Alex -- I need a new ~/.sig. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 17:43: 4 2000 Delivered-To: freebsd-ports@freebsd.org Received: from thelab.hub.org (nat196.189.mpoweredpc.net [142.177.196.189]) by hub.freebsd.org (Postfix) with ESMTP id F006737B5EA for ; Mon, 29 May 2000 17:42:57 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.3/8.9.3) with ESMTP id VAA91238; Mon, 29 May 2000 21:41:55 -0300 (ADT) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Mon, 29 May 2000 21:41:55 -0300 (ADT) From: The Hermit Hacker To: freebsd-ports@freebsd.org Cc: kde-user@kde.org, kde-user@lists.netcentral.net Subject: KDE2: start menu not consistent? 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 Morning ... Why is it that when I go to the 'start menu' and scroll up to the sub-menus, sometimes I'll get the sub-menu no problem, and others I'll get this little "tic" where the menu should pop up? I'm running on FreeBSD 5.0-STABLE right now ... compiled and installed KDE2 from ports yesterday (May 28th) ... Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 17:55:38 2000 Delivered-To: freebsd-ports@freebsd.org Received: from thelab.hub.org (nat196.189.mpoweredpc.net [142.177.196.189]) by hub.freebsd.org (Postfix) with ESMTP id B3BCE37B507; Mon, 29 May 2000 17:55:33 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.3/8.9.3) with ESMTP id VAA00666; Mon, 29 May 2000 21:54:41 -0300 (ADT) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Mon, 29 May 2000 21:54:41 -0300 (ADT) From: The Hermit Hacker To: freebsd-ports@freebsd.org, will@freebsd.org Subject: koffice fails to compile ... 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 c++ -O3 -mpentium -pipe -frtti -o .libs/libkoml.la.closure libkoml_la_closure.lo komlParser.lo komlFeed.lo komlFileFeed.lo komlWriter.lo komlStreamFeed.lo torben.lo komlMime.lo -L/usr/local/lib /usr/local/lib/libkdecore.so -L/usr/X11R6/lib /usr/local/lib/libkde-qt-addon.so /usr/local/lib/libDCOP.so -lSM -lICE -lqt2 -lpng -lz -lm -lXext -lX11 -Wl,--rpath -Wl,/usr/local/lib c++: /usr/local/lib/libkdecore.so: No such file or directory gmake[3]: *** [libkoml.la.closure] Error 1 gmake[3]: Leaving directory `/usr/local/base/ports/editors/koffice/work/koffice-1.90/lib/koml' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/local/base/ports/editors/koffice/work/koffice-1.90/lib' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/local/base/ports/editors/koffice/work/koffice-1.90' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/local/base/ports/editors/koffice. *** Error code 1 Stop in /usr/local/base/ports/editors/koffice. *** Error code 1 Stop i ============== it does exist, or rather part of it does: thelab# ls /usr/local/lib/libkdecore.so.4 /usr/local/lib/libkdecore.so.4 thelab# ls /usr/local/lib/libkdecore.so* /usr/local/lib/libkdecore.so.4 ============== If I create a link, it compiles through no problem ... Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 17:59:16 2000 Delivered-To: freebsd-ports@freebsd.org Received: from server1.mich.com (server1.mich.com [198.108.16.2]) by hub.freebsd.org (Postfix) with ESMTP id A810737B507; Mon, 29 May 2000 17:59:13 -0700 (PDT) (envelope-from will@almanac.yi.org) Received: from almanac.yi.org (pm007-015.dialup.bignet.net [64.79.81.47]) by server1.mich.com (8.9.3/8.9.3) with ESMTP id UAA13552; Mon, 29 May 2000 20:59:10 -0400 Received: by almanac.yi.org (Postfix, from userid 1000) id 3805019A6; Mon, 29 May 2000 20:58:32 -0400 (EDT) Date: Mon, 29 May 2000 20:58:32 -0400 From: Will Andrews To: The Hermit Hacker Cc: freebsd-ports@freebsd.org, will@freebsd.org Subject: Re: koffice fails to compile ... Message-ID: <20000529205832.E17189@argon.gryphonsoft.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from scrappy@hub.org on Mon, May 29, 2000 at 09:54:41PM -0300 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, May 29, 2000 at 09:54:41PM -0300, The Hermit Hacker wrote: > c++ -O3 -mpentium -pipe -frtti -o .libs/libkoml.la.closure libkoml_la_closure.lo komlParser.lo komlFeed.lo komlFileFeed.lo komlWriter.lo komlStreamFeed.lo torben.lo komlMime.lo -L/usr/local/lib /usr/local/lib/libkdecore.so -L/usr/X11R6/lib /usr/local/lib/libkde-qt-addon.so /usr/local/lib/libDCOP.so -lSM -lICE -lqt2 -lpng -lz > -lm -lXext -lX11 -Wl,--rpath -Wl,/usr/local/lib > c++: /usr/local/lib/libkdecore.so: No such file or directory This was fixed earlier today. -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 18:35:53 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mailgw1.netvision.net.il (mailgw1.netvision.net.il [194.90.1.14]) by hub.freebsd.org (Postfix) with ESMTP id F2FD937BA15; Mon, 29 May 2000 18:35:45 -0700 (PDT) (envelope-from ak@freenet.co.uk) Received: from freenet.co.uk (RAS1-p112.rlz.netvision.net.il [62.0.168.114]) by mailgw1.netvision.net.il (8.9.3/8.9.3) with ESMTP id EAA15726; Tue, 30 May 2000 04:35:25 +0300 (IDT) Message-ID: <39332AA1.AB94FE80@freenet.co.uk> Date: Tue, 30 May 2000 05:42:41 +0300 From: A G F Keahan X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: Akinori -Aki- MUSHA Cc: freebsd-ports@FreeBSD.org, freebsd-emulation@FreeBSD.org Subject: Re: Suggestion for removing VMware 1.1 port References: <86puq5w6hw.wl@localhost.local.idaemons.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I still care about it. It works fine for me, and I don't see any good reasons to upgrade to 2.0. I think that as long as it's possible to get it from VMWare.com, the port should stay. If you don't want to maintain it, I can do it (I'm also maintaining audio/krio). Alex Keahan Akinori -Aki- MUSHA wrote: > > Now that noone seems to care about VMware 1.1 (neither do I), and > almost two months have passed since VMware 2.0 product was released > (on 3 March), why not we remove the emulators/vmware port? > > Admittedly, I myself have no intention of maintaining it anymore, or > been having none for long, rather. ;) > > Now someone might give his/her name as maintainer of the port to take > it over, or I will remove it around 3 June. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 18:49:13 2000 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 4016937B9B1; Mon, 29 May 2000 18:49:09 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.hiwaay.net (8.11.0.Beta1/8.11.0.Beta1) with ESMTP id e4U1n0K17594; Mon, 29 May 2000 20:49:00 -0500 (CDT) Date: Mon, 29 May 2000 20:49:00 -0500 (CDT) From: Steve Price To: Joao Carlos Mendes Luis Cc: ache@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/7167: elm cannot pgp for more than one recipient In-Reply-To: <393305A2.1CAB9E99@jonny.eng.br> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 29 May 2000, Joao Carlos Mendes Luis wrote: # Well, I do not even use elm anymore. mutt rules! :) Does that mean it is okay to close this ticket? :) -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 18:57:43 2000 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 F121737B61C for ; Mon, 29 May 2000 18:57:41 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.hiwaay.net (8.11.0.Beta1/8.11.0.Beta1) with ESMTP id e4U1vXY31654; Mon, 29 May 2000 20:57:33 -0500 (CDT) Date: Mon, 29 May 2000 20:57:33 -0500 (CDT) From: Steve Price To: Greg Lehey Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/18894: xv build fails In-Reply-To: <20000530095254.A12216@wantadilla.lemis.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 30 May 2000, Greg Lehey wrote: # Well, I've worked around it. I found rman in /usr/local/bin and # /usr/X11R6/bin--don't ask me how they got there: # # -r-xr-xr-x 1 root wheel 92524 Mar 13 07:54 /usr/local/bin/rman # -rwxr-xr-x 1 root wheel 95704 May 14 18:22 /usr/X11R6/bin/rman According to a quick grep the first one can only come from the textproc/rman. Do you have that port installed? The latter instance of rman appears to have come from one of the KDE ports (kdebase11?). Question is why would imake and friends care about rman when neither of the XFree86 ports install it according to their PLISTs? # I modified the Makefile to point to the first one, and the install # worked. The reference came from: # # # rules: $XFree86: xc/config/cf/Imake.rules,v 3.72 2000/04/05 18:13:07 dawes Exp $ Where did this come from? The XFree86-4 port? My Imake.rules file is quite different from this. In fact it doesn't contain any of the stuff below. I'm using 3.3.6. # TOP = . # CURRENT_DIR = . # RMAN = $(TOP)/config/util/rman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 19:10:30 2000 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 BA04137B6F8; Mon, 29 May 2000 19:10:28 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA12426; Mon, 29 May 2000 19:10:28 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Date: Mon, 29 May 2000 19:10:28 -0700 (PDT) From: Message-Id: <200005300210.TAA12426@freefall.freebsd.org> To: kuriyama@FreeBSD.org, freebsd-ports@FreeBSD.org, kuriyama@FreeBSD.org Subject: Re: ports/18888: security/gnupg-rsa fix for USA Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: security/gnupg-rsa fix for USA Responsible-Changed-From-To: freebsd-ports->kuriyama Responsible-Changed-By: kuriyama Responsible-Changed-When: Mon May 29 19:09:53 PDT 2000 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=18888 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 19:23:46 2000 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 5A4F937BD46; Mon, 29 May 2000 19:23:44 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA13540; Mon, 29 May 2000 19:23:44 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Mon, 29 May 2000 19:23:44 -0700 (PDT) From: Message-Id: <200005300223.TAA13540@freefall.freebsd.org> To: jonny@jonny.eng.br, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/7167: elm cannot pgp for more than one recipient Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: elm cannot pgp for more than one recipient State-Changed-From-To: feedback->closed State-Changed-By: steve State-Changed-When: Mon May 29 19:20:18 PDT 2000 State-Changed-Why: Since the patch no longer applies (pgp.c no longer exists) the originator says it is okay to close this PR. He did leave us with a few words of wisdom, "Try mutt, instead". Robert Ollivier already converted me or I'd do just that. :) http://www.freebsd.org/cgi/query-pr.cgi?pr=7167 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 19:44:32 2000 Delivered-To: freebsd-ports@freebsd.org Received: from roma.coe.ufrj.br (roma.coe.ufrj.br [146.164.53.65]) by hub.freebsd.org (Postfix) with ESMTP id DA28B37B621 for ; Mon, 29 May 2000 19:44:25 -0700 (PDT) (envelope-from jonny@jonny.eng.br) Received: (from uucp@localhost) by roma.coe.ufrj.br (8.9.3/8.9.3) id XAA81468 for ; Mon, 29 May 2000 23:44:20 -0300 (EST) (envelope-from jonny@jonny.eng.br) Received: from localhost.coe.ufrj.br(127.0.0.1), claiming to be "jonny.eng.br" via SMTP by localhost.coe.ufrj.br, id smtpdh81465; Mon May 29 23:44:17 2000 Message-ID: <39332B18.88CF3FA5@jonny.eng.br> Date: Mon, 29 May 2000 23:44:40 -0300 From: Joao Carlos Mendes Luis X-Mailer: Mozilla 4.73 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: ports@freebsd.org Subject: [Fwd: Skill version 4.0] Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Jeff Forys wrote: > > Hi there, > > I've released Skill Version 4.0. There are *no* functional > changes between 3.7.9 and 4.0; the big diff is the license. > > I basically adopted a Berkeley-style license. Humm... Could we integrate this into the basic system now? I think it's much better than a killall in perl. > > You'll find the new version available in the usual place: > ftp://fast.cs.utah.edu/pub/skill-4.0/ > > Jeff > > P.S Feel free to forward this letter to interested parties. -- Jonny -- João Carlos Mendes Luís jonny@jonny.eng.br Networking Engineer jcml@ieee.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 19:56:32 2000 Delivered-To: freebsd-ports@freebsd.org Received: from thelab.hub.org (nat196.189.mpoweredpc.net [142.177.196.189]) by hub.freebsd.org (Postfix) with ESMTP id E806237B669 for ; Mon, 29 May 2000 19:56:29 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.3/8.9.3) with ESMTP id XAA31146 for ; Mon, 29 May 2000 23:55:39 -0300 (ADT) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Mon, 29 May 2000 23:55:39 -0300 (ADT) From: The Hermit Hacker To: freebsd-ports@freebsd.org Subject: khelpcenter starts up then crashes ... 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 Trying to figure out how to setup my mouse so that when I bring it over a window, it auto-focus' ... tried to go into khelpcenter to see if I can find the answer, but when I run it, I get a 'help screen' pop up and then off again on my screen ... Run it as: > khelpcenter Calling stub.createBrowserWindowFromProfile ^C > have to ^C to exit, since it appears to still be running, just nothing on my screen ... known problem? or another "already fixed" that I missed? :( Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 19:59:59 2000 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 EB1D137BEFC; Mon, 29 May 2000 19:59:57 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA16527; Mon, 29 May 2000 19:59:57 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Mon, 29 May 2000 19:59:57 -0700 (PDT) From: Message-Id: <200005300259.TAA16527@freefall.freebsd.org> To: trevor@jpj.net, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17707: new port: audio/sphinx Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: audio/sphinx State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Mon May 29 19:59:47 PDT 2000 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=17707 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 20:55: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from casa.encontacto.net (adsl-63-205-16-202.dsl.mtry01.pacbell.net [63.205.16.202]) by hub.freebsd.org (Postfix) with ESMTP id 51F6937B60D for ; Mon, 29 May 2000 20:54:50 -0700 (PDT) (envelope-from eculp@EnContacto.Net) Received: from EnContacto.Net (localhost [127.0.0.1]) by local-27.local.net (8.9.3/8.9.3) with ESMTP id HAA64482; Sat, 27 May 2000 07:58:49 -0700 (PDT) (envelope-from eculp@EnContacto.Net) Message-ID: <392FE2A7.8A3B9803@EnContacto.Net> Date: Sat, 27 May 2000 07:58:47 -0700 From: Edwin Culp Organization: MexComUSA.Net/EnContacto.Net X-Mailer: Mozilla 4.7 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Brandon Martus Cc: ports@FreeBSD.ORG Subject: Re: xmovie References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Brandon Martus wrote: > I didn't put much effort into it, but when I played with > xmovie, it did not like any movie I fed it. I could not > successfully get it to play one movie. At least it didn't core dump :-) But, unfortunately, I guess the end result is the same:-( Thanks, ed > > > On Fri, 26 May 2000, Edwin Culp wrote: > > > I just installed xmovie on a new current, as of today, installation. > > Everything compiled perfectly but every time I try to execute xmovie it > > dumps core. Does anyone have it working? Did you have this problem? > > > > Thanks, > > > > ed > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-ports" in the body of the message > > > > ------------------------------- > Brandon Martus > Software Developer > Computer Horizons Corp. - CVM > e-mail: bmartus@chc-chimes.com > Office: 800-252-2421 ext 127 > Cell: 810-530-2851 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 20:55: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from casa.encontacto.net (adsl-63-205-16-202.dsl.mtry01.pacbell.net [63.205.16.202]) by hub.freebsd.org (Postfix) with ESMTP id E5C1737B825 for ; Mon, 29 May 2000 20:54:59 -0700 (PDT) (envelope-from eculp@EnContacto.Net) Received: from EnContacto.Net (localhost [127.0.0.1]) by local-27.local.net (8.9.3/8.9.3) with ESMTP id JAA26236 for ; Thu, 25 May 2000 09:06:09 -0700 (PDT) (envelope-from eculp@EnContacto.Net) Message-ID: <392D4F71.A5353985@EnContacto.Net> Date: Thu, 25 May 2000 09:06:09 -0700 From: Edwin Culp Organization: MexComUSA.Net/EnContacto.Net X-Mailer: Mozilla 4.7 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: ports@FreeBSD.ORG Subject: Branding problems with linux_base port Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org When I try to install the linux_base port I get: ===> Installing for linux_base-6.1 setup-2.0.5-1.noarch.rpm filesystem-1.3.5-1.noarch.rpm basesystem-6.0-4.noarch.rpm ldconfig-1.9.5-15.i386.rpm ELF binary type not known. Use "brandelf" to brand it. *** Signal 6 It does install /usr/compat/linux/sbin/ldconfig and seems to be correct. File gives me # file ldconfig ldconfig: ELF 32-bit LSB executable, Intel 80386, version 1, statically linked, stripped Will someone please tell me what I'm missing. Thanks, ed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 21:44:56 2000 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 65F8137B900; Mon, 29 May 2000 21:44:53 -0700 (PDT) (envelope-from dsh@neva.vlink.ru) Received: by neva.vlink.ru (Postfix, from userid 1000) id EF39C9BB95; Tue, 30 May 2000 08:44:48 +0400 (MSD) X-Comment-To: Maxim Sobolev To: Maxim Sobolev Cc: will@freebsd.org, freebsd-ports@freebsd.org Subject: Re: ports/16989: new port: comms/qico References: <200005290659.XAA76224@freefall.freebsd.org> <87ya4te3zz.fsf@wizard.vlink.ru> <39329851.5309323E@freebsd.org> Mime-Version: 1.0 (generated by tm-edit 1.5) Content-Type: text/plain; charset=US-ASCII From: Denis Shaposhnikov Date: 30 May 2000 08:44:48 +0400 In-Reply-To: Maxim Sobolev's message of "Mon, 29 May 2000 19:18:25 +0300" Message-ID: <87wvkcabpb.fsf@neva.vlink.ru> Lines: 32 X-Mailer: Gnus v5.6.45/XEmacs 21.1 - "Capitol Reef" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >>>>> "Maxim" == Maxim Sobolev writes: >> Try this. XMASTER_SITES= http://www.ruxy.org.ru/~aaz/files/ Maxim> But MASTER_SITE is absolutely the same (www.ruxy.org.ru), Maxim> isn't it? Yes. MASTER_SITE is same, but distfile is another, newer version of qico. Maxim> $ traceroute www.ruxy.org.ru [...] 25 vanraj-gw7.teliafi.net Maxim> (194.85.4.52) 3069.536 ms * 2750.384 ms 30 * * * Try ping. traceroute seems is blocked. PING kompan.ruxy.org.ru (194.85.96.119): 56 data bytes 64 bytes from 194.85.96.119: icmp_seq=0 ttl=55 time=3883.320 ms 64 bytes from 194.85.96.119: icmp_seq=21 ttl=55 time=2556.942 ms 64 bytes from 194.85.96.119: icmp_seq=23 ttl=55 time=2537.159 ms 64 bytes from 194.85.96.119: icmp_seq=24 ttl=55 time=1532.958 ms 64 bytes from 194.85.96.119: icmp_seq=25 ttl=55 time=2515.137 ms --- kompan.ruxy.org.ru ping statistics --- 29 packets transmitted, 5 packets received, 82% packet loss round-trip min/avg/max/stddev = 1532.958/2605.103/3883.320/748.113 ms [dsh@neva dsh]$ -- DSS5-RIPE DSS-RIPN 2:550/5068@fidonet 2:550/5069@fidonet mailto:dsh@vlink.ru http://neva.vlink.ru/~dsh 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 Mon May 29 21:47:38 2000 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 BD3A037B74D; Mon, 29 May 2000 21:47:36 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA31702; Mon, 29 May 2000 21:47:36 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Date: Mon, 29 May 2000 21:47:36 -0700 (PDT) From: Message-Id: <200005300447.VAA31702@freefall.freebsd.org> X-Mailer: exmh version 2.0.2 2/24/98 To: steve@FreeBSD.org Cc: aron@cs.rice.edu, freebsd-ports@FreeBSD.org, freebsd-gnats-submit@freebsd.org Subject: Re: ports/18861: Please port "pdflatex" to FreeBSD In-Reply-To: Your message of "Mon, 29 May 2000 16:15:18 MST." <200005292315.QAA95154@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > As pointed out pdflatex is part of the print/teTeX port. While teTeX is excellent, it doesn't always bundle the latest released versions of its components. Regards, Koshy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 21:50: 4 2000 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 6733F37B74D for ; Mon, 29 May 2000 21:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA32032; Mon, 29 May 2000 21:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 29 May 2000 21:50:02 -0700 (PDT) Message-Id: <200005300450.VAA32032@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Subject: Re: ports/18861: Please port "pdflatex" to FreeBSD Reply-To: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/18861; it has been noted by GNATS. From: To: steve@FreeBSD.org Cc: aron@cs.rice.edu, freebsd-ports@FreeBSD.org, freebsd-gnats-submit@freebsd.org Subject: Re: ports/18861: Please port "pdflatex" to FreeBSD Date: Mon, 29 May 2000 21:47:36 -0700 (PDT) > As pointed out pdflatex is part of the print/teTeX port. While teTeX is excellent, it doesn't always bundle the latest released versions of its components. Regards, Koshy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 21:53:26 2000 Delivered-To: freebsd-ports@freebsd.org Received: from server1.mich.com (server1.mich.com [198.108.16.2]) by hub.freebsd.org (Postfix) with ESMTP id 478F637BA56; Mon, 29 May 2000 21:53:24 -0700 (PDT) (envelope-from will@almanac.yi.org) Received: from almanac.yi.org (pm002-031.dialup.bignet.net [64.79.80.79]) by server1.mich.com (8.9.3/8.9.3) with ESMTP id AAA15256; Tue, 30 May 2000 00:53:12 -0400 Received: by almanac.yi.org (Postfix, from userid 1000) id 11F5B19A6; Tue, 30 May 2000 00:52:36 -0400 (EDT) Date: Tue, 30 May 2000 00:52:36 -0400 From: Will Andrews To: Denis Shaposhnikov Cc: Maxim Sobolev , will@freebsd.org, freebsd-ports@freebsd.org Subject: Re: ports/16989: new port: comms/qico Message-ID: <20000530005236.H17189@argon.gryphonsoft.com> References: <200005290659.XAA76224@freefall.freebsd.org> <87ya4te3zz.fsf@wizard.vlink.ru> <39329851.5309323E@freebsd.org> <87wvkcabpb.fsf@neva.vlink.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <87wvkcabpb.fsf@neva.vlink.ru>; from dsh@neva.vlink.ru on Tue, May 30, 2000 at 08:44:48AM +0400 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, May 30, 2000 at 08:44:48AM +0400, Denis Shaposhnikov wrote: > Try ping. traceroute seems is blocked. > > PING kompan.ruxy.org.ru (194.85.96.119): 56 data bytes > 64 bytes from 194.85.96.119: icmp_seq=0 ttl=55 time=3883.320 ms > 64 bytes from 194.85.96.119: icmp_seq=21 ttl=55 time=2556.942 ms > 64 bytes from 194.85.96.119: icmp_seq=23 ttl=55 time=2537.159 ms > 64 bytes from 194.85.96.119: icmp_seq=24 ttl=55 time=1532.958 ms > 64 bytes from 194.85.96.119: icmp_seq=25 ttl=55 time=2515.137 ms > > --- kompan.ruxy.org.ru ping statistics --- > 29 packets transmitted, 5 packets received, 82% packet loss > round-trip min/avg/max/stddev = 1532.958/2605.103/3883.320/748.113 ms > [dsh@neva dsh]$ This is why I don't want to put this as the site. You're in Russia (and Maxim is close) and you guys get horrible connections to this host. What about the rest of the world? I shudder to think how long it would take. I mean, 500-800ms with 0-5% packet loss is fine. But 82% packet loss?!?! Come on, give me a real master site. Heck, if you can give me the distfile (email it or something), I'll put it up somewhere else. -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 29 22:15: 7 2000 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 C848437BD68; Mon, 29 May 2000 22:15:00 -0700 (PDT) (envelope-from dsh@neva.vlink.ru) Received: by neva.vlink.ru (Postfix, from userid 1000) id CB3919BB95; Tue, 30 May 2000 09:14:55 +0400 (MSD) X-Comment-To: Will Andrews To: Will Andrews Cc: Maxim Sobolev , will@freebsd.org, freebsd-ports@freebsd.org Subject: Re: ports/16989: new port: comms/qico References: <200005290659.XAA76224@freefall.freebsd.org> <87ya4te3zz.fsf@wizard.vlink.ru> <39329851.5309323E@freebsd.org> <87wvkcabpb.fsf@neva.vlink.ru> <20000530005236.H17189@argon.gryphonsoft.com> Mime-Version: 1.0 (generated by tm-edit 1.5) Content-Type: text/plain; charset=US-ASCII From: Denis Shaposhnikov Date: 30 May 2000 09:14:55 +0400 In-Reply-To: Will Andrews's message of "Tue, 30 May 2000 00:52:36 -0400" Message-ID: <87d7m4aab4.fsf@neva.vlink.ru> Lines: 16 X-Mailer: Gnus v5.6.45/XEmacs 21.1 - "Capitol Reef" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >>>>> "Will" == Will Andrews writes: Will> with 0-5% packet loss is fine. But 82% packet loss?!?! Come Will> on, give me a real master site. But this is a real master site, author's site. Will> Heck, if you can give me the distfile (email it or something), Will> I'll put it up somewhere else. Ok, I mail it to you. -- DSS5-RIPE DSS-RIPN 2:550/5068@fidonet 2:550/5069@fidonet mailto:dsh@vlink.ru http://neva.vlink.ru/~dsh 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 Mon May 29 22:20: 5 2000 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 B789337BCE3 for ; Mon, 29 May 2000 22:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA35406; Mon, 29 May 2000 22:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 31F3037BD89; Mon, 29 May 2000 22:15:29 -0700 (PDT) Message-Id: <20000530051529.31F3037BD89@hub.freebsd.org> Date: Mon, 29 May 2000 22:15:29 -0700 (PDT) From: yoshint@flab.fujitsu.co.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/18896: Tcl "info hostname" command returns chop-off hostname, when hostname length >= 32 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18896 >Category: ports >Synopsis: Tcl "info hostname" command returns chop-off hostname, when hostname length >= 32 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon May 29 22:20:02 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Yoshinori Tomita >Release: 3.4-RELEASE >Organization: Fujitsu Laboratories >Environment: FreeBSD cerberus.proc.flab.fujitsu.co.jp 3.4-RELEASE FreeBSD 3.4-RELEASE #5: Mon Feb 21 12:07:07 JST 2000 yoshin-t@cerberus.proc.flab.fujitsu.co.jp:/usr/src/sys/compile/Cerberus i386 >Description: Tcl command "info hostname" returns host name. When host name is long, it returns only 31 letters of host name. I guess this problem will also happen on any version of Tcl. Tcl will get hostname using uname(3). It seems FreeBSD's uname(3) returns only 31 letters by /usr/include/sys/utsname.h. >How-To-Repeat: 1) change hostname more than 31 letters. 2) run tclsh 3) type "info hostname" >Fix: use gethostname() instead of uname() in unix/tclUnixSock.c >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 May 30 0: 4:33 2000 Delivered-To: freebsd-ports@freebsd.org Received: from ms.tokyo.jcom.ne.jp (ms.tokyo.jcom.ne.jp [210.234.123.18]) by hub.freebsd.org (Postfix) with ESMTP id 1036837B59B; Tue, 30 May 2000 00:04:28 -0700 (PDT) (envelope-from knu@idaemons.org) Received: from daemon.local.idaemons.org (203-165-77-40.sugnm1.kt.home.ne.jp [203.165.77.40]) by ms.tokyo.jcom.ne.jp (8.9.3/3.7W 04/27/00) with ESMTP id QAA25566; Tue, 30 May 2000 16:03:53 +0900 (JST) Received: by daemon.local.idaemons.org (8.9.3/3.7W) id QAA18765; Tue, 30 May 2000 16:03:21 +0900 (JST) Date: Tue, 30 May 2000 16:03:20 +0900 Message-ID: <861z2ka5af.wl@localhost.local.idaemons.org> From: "Akinori -Aki- MUSHA" To: ak@freenet.co.uk Cc: freebsd-ports@FreeBSD.org, freebsd-emulation@FreeBSD.org Subject: Re VMware 1.1 port (was Re: Suggestion for removing VMware 1.1 port) In-Reply-To: In your message of "Tue, 30 May 2000 05:42:41 +0300" <39332AA1.AB94FE80@freenet.co.uk> References: <86puq5w6hw.wl@localhost.local.idaemons.org> <39332AA1.AB94FE80@freenet.co.uk> User-Agent: Wanderlust/1.1.2 (Raspberry Beret) EMIKO/1.13.12 (Euglena sociabilis) FLIM/1.13.2 (Kasanui) APEL/10.2 MULE XEmacs/21.1 (patch 9) (Canyonlands) (i386--freebsd) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 1BEF D9B2 BABD 25D7 659A FD08 89C2 F3BE E981 4E16 MIME-Version: 1.0 (generated by EMIKO 1.13.12 - "Euglena sociabilis") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At Tue, 30 May 2000 05:42:41 +0300, A G F Keahan wrote: > I still care about it. It works fine for me, and I don't see any good > reasons to upgrade to 2.0. I think that as long as it's possible to > get it from VMWare.com, the port should stay. If you don't want to > maintain it, I can do it (I'm also maintaining audio/krio). > > Alex Keahan Okay, thanks for your candidacy. I won't have to remove it then. :) So, if no other candidates come up till 3 June, the maintainership will go to you. By the way, I'd appreciate being informed if you (or anyone else) could (try to) get vmmon 0.95/vmnet 0.11 working with vmware 1.1. I really wish two versions of VMware could share common versions of vmmon/vmnet modules, and that we could import the source code into the tree as a self contained port so as to maintain it in Vladmir's stead. (As he has not been around these days) -- / /__ __ / ) ) ) ) / Akinori -Aki- MUSHA aka / (_ / ( (__( @ idaemons.org / FreeBSD.org "We're only at home when we're on the run, on the wing, on the fly" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 30 0:36: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from turtle.looksharp.net (cc360882-a.strhg1.mi.home.com [24.2.221.22]) by hub.freebsd.org (Postfix) with ESMTP id 4F02E37BD4A for ; Tue, 30 May 2000 00:36:06 -0700 (PDT) (envelope-from bsdx@looksharp.net) Received: from localhost (bsdx@localhost) by turtle.looksharp.net (8.9.3/8.9.3) with ESMTP id DAA95682 for ; Tue, 30 May 2000 03:36:36 -0400 (EDT) (envelope-from bsdx@looksharp.net) Date: Tue, 30 May 2000 03:36:36 -0400 (EDT) From: Adam To: ports@freebsd.org Subject: Re: ports/17587: new port: databases/libiodbc In-Reply-To: <20000530020321.A14807@cichlids.cichlids.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 30 May 2000, Alexander Langer wrote: >Thus spake Doug Barton (DougB@gorean.org): > >> *gasp* click on it. :) A couple weeks ago I added Tim Vanderhoek's >> procmail recipe to add cvsweb links to each commit mail, and I liked it > >Gimme that please. >Or does one even have a procmail recipe that extracts the diff from >the commit already and includes that in the message? > >Or even better - could we have a mailinglist where the cvslogs >INCLUDING the diffs go to? > >Alex Isn't it called CTM? :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 30 0:50:16 2000 Delivered-To: freebsd-ports@freebsd.org Received: from baerenklau.de.freebsd.org (baerenklau.de.freebsd.org [195.185.195.14]) by hub.freebsd.org (Postfix) with ESMTP id 2187E37B592 for ; Tue, 30 May 2000 00:49:40 -0700 (PDT) (envelope-from wosch@panke.de.freebsd.org) Received: (from uucp@localhost) by baerenklau.de.freebsd.org (8.8.8/8.8.8) with UUCP id JAA25258; Tue, 30 May 2000 09:49:39 +0200 (CEST) (envelope-from wosch@panke.de.freebsd.org) Received: (from wosch@localhost) by paula.panke.de.freebsd.org (8.9.3/8.8.8) id JAA00399; Tue, 30 May 2000 09:45:24 +0200 (CEST) (envelope-from wosch) Date: Tue, 30 May 2000 09:45:24 +0200 (CEST) Message-Id: <200005300745.JAA00399@paula.panke.de.freebsd.org> From: Wolfram Schneider To: ports@freebsd.org Subject: New ports added/updated last two weeks Reply-To: ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org -----BEGIN PGP SIGNED MESSAGE----- Introduction - ------------ The FreeBSD Ports Collection offers a simple way for users and administrators to install applications. Each "port" listed here contains any patches necessary to make the original application source code compile and run on FreeBSD. Installing an application is as simple as downloading the port, unpacking it and typing make in the port directory. The Makefile automatically fetches the application source code, either from a local disk or via ftp, unpacks it on your system, applies the patches, and compiles. If all goes well, simply type make install to install the application. For more information about using ports, see the ports collection http://www.freebsd.org/handbook/ports.html and http://www.freebsd.org/ports/ There are currently 3288 ports in the FreeBSD Ports Collection. New ports added last two weeks - ------------------------------ Category audio (http://www.freebsd.org/ports/audio.html) ================================================================== extace-1.2.23 eXtace is a Audio Visualization plugin for the X-Window System Maintained by: sobomax@FreeBSD.org Requires: XFree86-3.3.6, esound-0.2.18, fftw-2.1.3, gettext-0.10.35, glib-1.2.8, gtk-1.2.8, libaudiofile-0.1.9 wsoundserver-0.4.0 The sound server for Window Maker Maintained by: sobomax@FreeBSD.org Also listed in: windowmaker Requires: XFree86-3.3.6, jpeg-6b, libaudiofile-0.1.9, libdockapp-0.4.0, libproplist-0.10.1, libtool-1.3.4, libungif-4.1.0, png-1.0.6, tiff-3.5.5, windowmaker-0.62.1, xpm-3.4k Category converters (http://www.freebsd.org/ports/converters.html) ================================================================== kdesupport-1.90 Mime and UUENCODE/DECODE libraries for the KDE integrated X11 desktop Maintained by: will@FreeBSD.org Also listed in: kde Requires: Mesa-3.2, XFree86-3.3.6, bzip2-1.0.0, jpeg-6b, png-1.0.6, qt-2.1.0 Category devel (http://www.freebsd.org/ports/devel.html) ================================================================== py-kqueue-1.0 Python interface to kqueue(2) and kevent(2) system calls Maintained by: dwhite@FreeBSD.org Also listed in: python Requires: python-1.5.2 Category editors (http://www.freebsd.org/ports/editors.html) ================================================================== koffice-1.90 Office suite for KDE2 Maintained by: will@FreeBSD.org Also listed in: kde Requires: Mesa-3.2, XFree86-3.3.6, bzip2-1.0.0, gmake-3.79, jpeg-6b, kde-qt-addon-1.90, kdelibs-1.90, png-1.0.6, qt-2.1.0, tiff-3.5.5 Category ftp (http://www.freebsd.org/ports/ftp.html) ================================================================== junglemonkey-0.1.6 A distributed file sharing program for GNOME Maintained by: ade@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.1, XFree86-3.3.6, esound-0.2.18, gettext-0.10.35, glib-1.2.8, gmake-3.79, gnet-1.0.3, gnomelibs-1.0.62, gtk-1.2.8, imlib-1.9.8, jpeg-6b, libaudiofile-0.1.9, libglade-0.13, libungif-4.1.0, libxml-1.8.7, png-1.0.6, popt-1.5, tiff-3.5.5, xpm-3.4k Category games (http://www.freebsd.org/ports/games.html) ================================================================== digger-1.0 FreeBSD graphics console (VGL) version of the famous Digger game Maintained by: sobomax@FreeBSD.org glife-0.2.1 Conway's Game of Life for GNOME Maintained by: ade@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.1, XFree86-3.3.6, esound-0.2.18, gettext-0.10.35, glib-1.2.8, gnomelibs-1.0.62, gtk-1.2.8, imlib-1.9.8, jpeg-6b, libaudiofile-0.1.9, libglade-0.13, libtool-1.3.4, libungif-4.1.0, libxml-1.8.7, png-1.0.6, tiff-3.5.5, xpm-3.4k kdegames-1.90 Games for the KDE integrated X11 desktop Maintained by: will@FreeBSD.org Also listed in: kde Requires: Mesa-3.2, XFree86-3.3.6, bzip2-1.0.0, gmake-3.79, jpeg-6b, kde-qt-addon-1.90, kdelibs-1.90, png-1.0.6, qt-2.1.0, tiff-3.5.5 Category graphics (http://www.freebsd.org/ports/graphics.html) ================================================================== utah-glx-0.9.1 Utah-GLX is a hardware OpenGL support for XFree86 X-Servers Maintained by: 3d@FreeBSD.org Requires: Mesa-3.2, XFree86-3.3.6, autoconf-2.13, bzip2-1.0.0, gmake-3.79, m4-1.4, tcl-8.2.3 Category irc (http://www.freebsd.org/ports/irc.html) ================================================================== infobot-0.44.3 Bot written in Perl with a rabid AI Maintained by: perlguy@perlguy.com Category java (http://www.freebsd.org/ports/java.html) ================================================================== linux-jdk-1.2.2 Blackdown Linux Java Developers Kit 1.2.2 Maintained by: K.J.Koster@kpn.com Also listed in: devel Requires: bzip2-1.0.0, linux_base-6.1 Category mail (http://www.freebsd.org/ports/mail.html) ================================================================== elm-2.4ME+77 A once-popular mail user agent, unofficial clone Maintained by: ache@FreeBSD.org junkfilter-20000313 Junk email filtering software for procmail Maintained by: gsutter@zer0.org Requires: procmail-3.14 Category math (http://www.freebsd.org/ports/math.html) ================================================================== pspp-0.2.4 Program for statistical analysis of sampled data Maintained by: andrew@chg.ru Category misc (http://www.freebsd.org/ports/misc.html) ================================================================== kdeutils-1.90 Utilities for the KDE integrated X11 desktop Maintained by: will@FreeBSD.org Also listed in: kde Requires: Mesa-3.2, XFree86-3.3.6, bzip2-1.0.0, gmake-3.79, jpeg-6b, kde-qt-addon-1.90, kdelibs-1.90, png-1.0.6, qt-2.1.0, tiff-3.5.5 Category net (http://www.freebsd.org/ports/net.html) ================================================================== kdenetwork-1.90 Network modules for KDE2 Maintained by: will@FreeBSD.org Also listed in: news kde Requires: Mesa-3.2, XFree86-3.3.6, bzip2-1.0.0, gmake-3.79, jpeg-6b, kde-qt-addon-1.90, kdelibs-1.90, kdesupport-1.90, png-1.0.6, qt-2.1.0, tiff-3.5.5, uulib-0.5.13 kmud-0.4.1 Cool MUD interface based on KDE/Qt Maintained by: will@FreeBSD.org Requires: Mesa-3.2, XFree86-3.3.6, gettext-0.10.35, gmake-3.79, jpeg-6b, kdelibs-1.1.2.1, png-1.0.6, qt-1.45, tiff-3.5.5 p5-Socket6-0.06 This module supports getaddrinfo() and getnameinfo(). Maintained by: ume@FreeBSD.org Also listed in: perl5 ipv6 sting-0.7 A tool that measures end-to-end TCP connection characteristics Maintained by: kbyanc@posi.net Category palm (http://www.freebsd.org/ports/palm.html) ================================================================== hdconv-2.01f Converts HanDBase database to CSV, and vice versa Maintained by: knu@FreeBSD.org Also listed in: databases linux jconv-2000.05.17 Converts JFile database to CSV, and vice versa Maintained by: knu@FreeBSD.org Also listed in: databases Category security (http://www.freebsd.org/ports/security.html) ================================================================== gnupg-rsa-1.0.1 gnupg extensions: rsa idea Maintained by: dirk.meyer@dinoex.sub.org Requires: gnupg-1.0.1 Category textproc (http://www.freebsd.org/ports/textproc.html) ================================================================== openjade-1.3 Object-oriented SGML/XML parser toolkit and DSSSL engine Maintained by: kuriyama@FreeBSD.org Requires: gmake-3.79, libtool-1.3.4 Category www (http://www.freebsd.org/ports/www.html) ================================================================== lynx-2.8.4dev.2 A non-graphical, text-based World-Wide Web client Maintained by: ache@FreeBSD.org Requires: bzip2-1.0.0, gettext-0.10.35 quanta-1.0.2 GUI HTML editor that bears resemblence to kdevelop Maintained by: will@FreeBSD.org Also listed in: kde Requires: Mesa-3.2, XFree86-3.3.6, bzip2-1.0.0, gmake-3.79, jpeg-6b, kdelibs-1.1.2.1, png-1.0.6, qt-1.45, tiff-3.5.5 Category x11-clocks (http://www.freebsd.org/ports/x11-clocks.html) ================================================================== kdetoys-1.90 Small applications for KDE2 Maintained by: will@FreeBSD.org Also listed in: kde Requires: Mesa-3.2, XFree86-3.3.6, bzip2-1.0.0, gmake-3.79, jpeg-6b, kde-qt-addon-1.90, kdelibs-1.90, png-1.0.6, qt-2.1.0, tiff-3.5.5 Category x11-toolkits (http://www.freebsd.org/ports/x11-toolkits.html) ================================================================== kde-qt-addon-1.90 KDE Qt addons made specifically for KDE2 Maintained by: will@FreeBSD.org Requires: Mesa-3.2, XFree86-3.3.6, bzip2-1.0.0, gmake-3.79, jpeg-6b, png-1.0.6, qt-2.1.0 Category x11 (http://www.freebsd.org/ports/x11.html) ================================================================== kde-1.90 The "meta-port" for KDE 2 Maintained by: will@FreeBSD.org Also listed in: kde Requires: Mesa-3.2, XFree86-3.3.6, gettext-0.10.35, jpeg-6b, kde-qt-addon-1.90, kdebase-1.90, kdegames-1.90, kdelibs-1.90, kdenetwork-1.90, kdesupport-1.90, kdeutils-1.90, png-1.0.6, qt-2.1.0, tiff-3.5.5, uulib-0.5.13, xpm-3.4k kdebase-1.90 Base modules for the KDE integrated X11 desktop Maintained by: will@FreeBSD.org Also listed in: kde Requires: Mesa-3.2, XFree86-3.3.6, bzip2-1.0.0, gettext-0.10.35, gmake-3.79, jpeg-6b, kde-qt-addon-1.90, kdelibs-1.90, png-1.0.6, qt-2.1.0, tiff-3.5.5, xpm-3.4k kdelibs-1.90 Libraries for KDE2 Maintained by: will@FreeBSD.org Requires: Mesa-3.2, XFree86-3.3.6, bzip2-1.0.0, gmake-3.79, jpeg-6b, kde-qt-addon-1.90, png-1.0.6, qt-2.1.0, tiff-3.5.5 Updated ports last two weeks - ----------------------------------- Category archivers (http://www.freebsd.org/ports/archivers.html) ================================================================== bzip2-1.0.0 A block-sorting file compressor Maintained by: obrien@FreeBSD.org Category astro (http://www.freebsd.org/ports/astro.html) ================================================================== xplanet-0.60 Draw pictures of the earth textured by an image Maintained by: will@FreeBSD.org Also listed in: x11 Requires: Mesa-3.2, XFree86-3.3.6, gettext-0.10.35, glib-1.2.8, gmake-3.79, gtk-1.2.8, imlib-1.9.8, jpeg-6b, libungif-4.1.0, png-1.0.6, tcl-8.2.3, tiff-3.5.5, tk-8.2.3 Category audio (http://www.freebsd.org/ports/audio.html) ================================================================== wsoundprefs-1.1.1 A utility for configuring sounds to play for Window Maker events Maintained by: sobomax@FreeBSD.org Also listed in: windowmaker Requires: XFree86-3.3.6, jpeg-6b, libaudiofile-0.1.9, libdockapp-0.4.0, libproplist-0.10.1, libungif-4.1.0, png-1.0.6, tiff-3.5.5, windowmaker-0.62.1, wsoundserver-0.4.0, xpm-3.4k Category cad (http://www.freebsd.org/ports/cad.html) ================================================================== qcad-1.4.0 Professional CAD system Maintained by: will@FreeBSD.org Requires: Mesa-3.2, XFree86-3.3.6, jpeg-6b, png-1.0.6, qt-2.1.0 Category databases (http://www.freebsd.org/ports/databases.html) ================================================================== postgresql-7.0 A robust, next generation, object-relational DBMS Maintained by: andreas@FreeBSD.org Requires: gmake-3.79 Category devel (http://www.freebsd.org/ports/devel.html) ================================================================== bonobo-0.13 The component and compound document system for GNOME Maintained by: ade@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.1, XFree86-3.3.6, esound-0.2.18, gdk-pixbuf-0.8.0, gettext-0.10.35, glib-1.2.8, gmake-3.79, gnomelibs-1.0.62, gnomeprint-0.20, gtk-1.2.8, imlib-1.9.8, jpeg-6b, libaudiofile-0.1.9, libtool-1.3.4, libungif-4.1.0, libxml-1.8.7, png-1.0.6, tiff-3.5.5, xpm-3.4k bugbuddy-0.90 A bug reporting tool for GNOME Maintained by: nakai@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.1, XFree86-3.3.6, esound-0.2.18, gettext-0.10.35, glib-1.2.8, gmake-3.79, gnomelibs-1.0.62, gtk-1.2.8, imlib-1.9.8, jpeg-6b, libaudiofile-0.1.9, libglade-0.13, libtool-1.3.4, libungif-4.1.0, libxml-1.8.7, png-1.0.6, tiff-3.5.5, xpm-3.4k cervisia-0.6.0 GUI utility to assist with CVS-based development Maintained by: will@FreeBSD.org Requires: Mesa-3.2, XFree86-3.3.6, gettext-0.10.35, gmake-3.79, jpeg-6b, kdebase-1.1.2, kdelibs-1.1.2.1, png-1.0.6, qt-1.45, tiff-3.5.5, xpm-3.4k cscope-15.0.bl2 An interactive C program browser Maintained by: obrien@FreeBSD.org gide-0.3.0 GTK-based IDE for the C programming Language Maintained by: ade@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.1, XFree86-3.3.6, esound-0.2.18, gettext-0.10.35, glib-1.2.8, gmake-3.79, gnomelibs-1.0.62, gtk-1.2.8, guile-1.3.4, imlib-1.9.8, jpeg-6b, libaudiofile-0.1.9, libglade-0.13, libtool-1.3.4, libungif-4.1.0, libxml-1.8.7, png-1.0.6, tiff-3.5.5, xpm-3.4k glade-0.5.8 A user interface builder for GTK+/GNOME Maintained by: ade@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.1, XFree86-3.3.6, esound-0.2.18, gettext-0.10.35, glib-1.2.8, gnomelibs-1.0.62, gtk-1.2.8, imlib-1.9.8, jpeg-6b, libaudiofile-0.1.9, libtool-1.3.4, libungif-4.1.0, png-1.0.6, tiff-3.5.5, xpm-3.4k glib-1.2.8 Some useful routines of C programming Maintained by: vanilla@FreeBSD.org Requires: libtool-1.3.4 kdevelop-1.2 Powerful IDE for developing KDE/Qt-based apps Maintained by: will@FreeBSD.org Requires: autoconf-2.13, gmake-3.79, m4-1.4 libglade-0.13 GNOME glade library Maintained by: ade@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.1, XFree86-3.3.6, esound-0.2.18, gettext-0.10.35, glib-1.2.8, gmake-3.79, gnomelibs-1.0.62, gtk-1.2.8, imlib-1.9.8, jpeg-6b, libaudiofile-0.1.9, libtool-1.3.4, libungif-4.1.0, libxml-1.8.7, png-1.0.6, tiff-3.5.5, xpm-3.4k linuxthreads-2.1.3 POSIX pthreads implementation using rfork to generate kernel threads Maintained by: jasone@freebsd.org mm-1.1.2 Shared memory library for applications with pre-forked process model Maintained by: rse@engelschall.com popt-1.5 A getopt(3) like library with a number of enhancements, from Redhat Maintained by: ycheng@sinica.edu.tw Requires: gettext-0.10.35, libtool-1.3.4 tmake-1.4 Extremely portable perl-based make utility Maintained by: jesse@cs.uni-magdeburg.de Also listed in: perl5 Category editors (http://www.freebsd.org/ports/editors.html) ================================================================== AbiWord-0.7.9 An open-source, cross-platform WYSIWYG word processor Maintained by: wolman@cs.washington.edu Requires: XFree86-3.3.6, gettext-0.10.35, glib-1.2.8, gmake-3.79, gtk-1.2.8, ispell-3.1.20c, png-1.0.6, unzip-5.41 apel-xemacs20-10.2 A Portable Emacs Library for xemacs20 Maintained by: shige@FreeBSD.org Also listed in: elisp Requires: XFree86-3.3.6, jpeg-6b, png-1.0.6, xemacs-20.4, xpm-3.4k cooledit-3.14.1 Suite of utilities, including a GUI editor Maintained by: brett@peloton.runet.edu Requires: XFree86-3.3.6, gettext-0.10.35, gmake-3.79, libtool-1.3.4, xpm-3.4k gnotepad+-1.3.0 Simple GTK-based text/HTML editor Maintained by: brett@peloton.runet.edu Also listed in: www Requires: ORBit-0.5.1, XFree86-3.3.6, esound-0.2.18, gettext-0.10.35, glib-1.2.8, gnomelibs-1.0.62, gtk-1.2.8, imlib-1.9.8, jpeg-6b, libaudiofile-0.1.9, libtool-1.3.4, libungif-4.1.0, png-1.0.6, tiff-3.5.5, xpm-3.4k jext-2.8.0.3 Powerful 100% pure Java text editor Maintained by: sobomax@FreeBSD.org Also listed in: java Requires: XFree86-3.3.6, jdk-1.1.8, unzip-5.41 vim-lite-5.6.70 Vi "workalike", with many additional features Maintained by: obrien@FreeBSD.org vim-5.6.70 Vi "workalike", with many additional features Maintained by: obrien@FreeBSD.org Requires: Motif-2.1.10, XFree86-3.3.6, python-1.5.2, tcl-8.0.5, xpm-3.4k xemacs-packages-1.4 Common elisp packages for xemacs 21 Maintained by: kiri@pis.toba-cmt.ac.jp Also listed in: elisp yudit-1.5.p1 Multi-lingual unicode text editor with TTF support Maintained by: rch@WriteMe.Com Also listed in: converters print Requires: XFree86-3.3.6, freetype-1.3, gettext-0.10.35, gmake-3.79 Category emulators (http://www.freebsd.org/ports/emulators.html) ================================================================== truereality-1999121400 Nintendo N64(tm) emulator Maintained by: lioux@linf.unb.br Also listed in: devel Requires: XFree86-3.3.6, gmake-3.79 wine-2000.04.30 MS-Windows 3.1/95/NT emulator for Unix (Alpha release) Maintained by: pfeifer@dbai.tuwien.ac.at Requires: Mesa-3.2, XFree86-3.3.6, xpm-3.4k Category ftp (http://www.freebsd.org/ports/ftp.html) ================================================================== downloader-1.16.1 Program for downloading via ftp or http with GUI Maintained by: andrew@chg.ru Requires: XFree86-3.3.6, gettext-0.10.35, glib-1.2.8, gtk-1.2.8 Category games (http://www.freebsd.org/ports/games.html) ================================================================== crafty-17.9 A chess programm for playing and analyzing games Maintained by: seggers@semyam.dinoco.de gltron-0.59 A 3D worm game for two players for X Window System Maintained by: will@FreeBSD.org Requires: Mesa-3.2, XFree86-3.3.6, aalib-1.2, esound-0.2.18, gettext-0.10.35, glib-1.2.8, gmake-3.79, gtk-1.2.8, libaudiofile-0.1.9, libmikmod-3.1.9, png-1.0.6, sdl-devel-1.1.2, sdl_mixer-1.0.5, smpeg-0.3.5 gno3dtet-1.6.0 GNOME version of the classic 3D-ified T*tris Maintained by: will@FreeBSD.org Requires: ORBit-0.5.1, XFree86-3.3.6, esound-0.2.18, gettext-0.10.35, glib-1.2.8, gmake-3.79, gnomelibs-1.0.62, gtk-1.2.8, imlib-1.9.8, jpeg-6b, libaudiofile-0.1.9, libungif-4.1.0, png-1.0.6, tiff-3.5.5, xpm-3.4k QuakeForge-0.1.1 Cleaned up copy of the GPL'd Quake 1 source code Maintained by: darius@dons.net.au Requires: XFree86-3.3.6, autoconf-2.13, automake-1.4, bzip2-1.0.0, esound-0.2.18, gmake-3.79, libaudiofile-0.1.9, m4-1.4, sdl-1.0.8 xpilot-4.2.1 Xpilot(client) and xpilots(server) Maintained by: sheldonh@FreeBSD.org Requires: XFree86-3.3.6 xpuyopuyo-0.3.8 A puzzle game, somewhat like Tetris Maintained by: yinjieh@csie.nctu.edu.tw Requires: XFree86-3.3.6, gettext-0.10.35, glib-1.2.8, gmake-3.79, gtk-1.2.8, xpm-3.4k xroads-0.6 Commodore 64 "Crossroads"-like video game for X Window System Maintained by: will@FreeBSD.org Requires: XFree86-3.3.6 Category graphics (http://www.freebsd.org/ports/graphics.html) ================================================================== Hermes-1.3.1 Fast pixel formats conversion library Maintained by: will@FreeBSD.org Requires: gmake-3.79, libtool-1.3.4 gd-1.8.2 A graphics library for fast PNG creation Maintained by: billf@FreeBSD.org Requires: jpeg-6b, png-1.0.6 gdk-pixbuf-0.8.0 A graphic library for GNOME Maintained by: ade@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.1, XFree86-3.3.6, esound-0.2.18, gettext-0.10.35, glib-1.2.8, gmake-3.79, gnomelibs-1.0.62, gtk-1.2.8, imlib-1.9.8, jpeg-6b, libaudiofile-0.1.9, libtool-1.3.4, libungif-4.1.0, png-1.0.6, tiff-3.5.5, xpm-3.4k gimp-1.1.22 Developer's beta release of the GNU Image Manipulation Program Maintained by: vanilla@FreeBSD.org Requires: XFree86-3.3.6, aalib-1.2, bzip2-1.0.0, gettext-0.10.35, glib-1.2.8, gmake-3.79, gtk-1.2.8, jpeg-6b, libtool-1.3.4, mpeg_lib-1.3.1, png-1.0.6, tiff-3.5.5, xpm-3.4k libwmf-0.1.17 Tools and library routines for converting microsoft's wmf (windows metafile) Maintained by: cpiazza@FreeBSD.org Requires: XFree86-3.3.6, freetype-1.3, png-1.0.6, xpm-3.4k mtv-1.1.1.1 High-performance MPEG video player (shareware) Maintained by: kris@FreeBSD.org Also listed in: linux Requires: linux_base-6.1 netpbm-9.2 A toolkit for conversion of images between different formats Maintained by: ports@FreeBSD.org Requires: gmake-3.79, jpeg-6b, tiff-3.5.5 qiv-1.3 A very small and fast GDK/Imlib image viewer Maintained by: billf@FreeBSD.org Requires: XFree86-3.3.6, gettext-0.10.35, glib-1.2.8, gmake-3.79, gtk-1.2.8, imlib-1.9.8, jpeg-6b, libungif-4.1.0, png-1.0.6, tiff-3.5.5 tgif-4.1.33 An Xlib-based two-dimensional drawing tool and hyper-object browser Maintained by: bmc@WillsCreek.COM Requires: XFree86-3.3.6, jpeg-6b, netpbm-9.2, png-1.0.6, pnmtopng-2.37.4, tiff-3.5.5 zimg-2.5.3 Image-generator that uses ASCII input files to create PNGs/EDFs Maintained by: will@FreeBSD.org Requires: gd-1.8.2, jpeg-6b, png-1.0.6 Category irc (http://www.freebsd.org/ports/irc.html) ================================================================== bnc-2.8.2 A simple IRC relay proxy with support for virtual hosting Maintained by: billf@FreeBSD.org ircii-4.4U The 'Internet Relay Chat' Client Maintained by: anders@sanyusan.se Also listed in: ipv6 Requires: bzip2-1.0.0 irssi-0.7.28-3 An IRC client that uses GTK+ and (optionally) GNOME Maintained by: jim@FreeBSD.org Also listed in: ipv6 Requires: XFree86-3.3.6, bzip2-1.0.0, gettext-0.10.35, glib-1.2.8, gmake-3.79, gtk-1.2.8, libproplist-0.10.1, libtool-1.3.4 muh-2.05c A smart irc-bouncing-tool that remains on IRC all the time Maintained by: billf@FreeBSD.org Requires: gmake-3.79 xchat-1.5.2 An X11 IRC client using the GTK+ toolkit, and optionally, GNOME Maintained by: jim@FreeBSD.org Requires: XFree86-3.3.6, bzip2-1.0.0, gettext-0.10.35, glib-1.2.8, gmake-3.79, gtk-1.2.8, imlib-1.9.8, jpeg-6b, libungif-4.1.0, png-1.0.6, tiff-3.5.5 Category japanese (http://www.freebsd.org/ports/japanese.html) ================================================================== ja-bookview-2.4.7 NDTP client using Japanized Tcl/Tk Maintained by: takamune@avrl.mei.co.jp Requires: XFree86-3.3.6, ja-tcl-8.0.5, ja-tk-8.0.5 ja-esecanna-module-vje25-0.14.4 Esecanna module for VJE-Delta 2.5 Maintained by: knu@FreeBSD.org Requires: autoconf-2.13, gmake-3.79, ja-esecanna-0.99.1, m4-1.4 ja-esecanna-module-vje30-0.14.4 Esecanna module for VJE-Delta 3.0 Maintained by: knu@FreeBSD.org Requires: autoconf-2.13, gmake-3.79, ja-esecanna-0.99.1, m4-1.4 ja-groff-0.100 Japanese enhancement of GNU groff Maintained by: okazaki@be.to Also listed in: print Requires: autoconf-2.13, gmake-3.79, m4-1.4 ja-gxditview-0.100 Japanese enhancement of GNU xditview Maintained by: okazaki@be.to Also listed in: print Requires: XFree86-3.3.6, ja-groff-0.100 ja-netscape-communicator-linux-4.73 Netscape web-surfboard with Japanese resources Maintained by: imura@FreeBSD.org Also listed in: www Requires: XFree86-3.3.6, ja-elisa8x8-1.0, ja-kaname12-1.1, ja-kappa20-0.3, ja-linux_locale-13.0, ja-naga10-1.1, ja-netscape-fonts-1.0, linux-netscape-communicator-4.73, linux_base-6.1, netscape-remote-1.0, netscape-wrapper-2000.05.07 ja-netscape-navigator-linux-4.73 Netscape web-surfboard with Japanese resources Maintained by: imura@FreeBSD.org Also listed in: www Requires: XFree86-3.3.6, ja-elisa8x8-1.0, ja-kaname12-1.1, ja-kappa20-0.3, ja-linux_locale-13.0, ja-naga10-1.1, ja-netscape-fonts-1.0, linux-netscape-navigator-4.73, linux_base-6.1, netscape-remote-1.0, netscape-wrapper-2000.05.07 ja-magicpoint-1.07a An X11-based presentation tool, configured with vflib support Maintained by: mita@jp.FreeBSD.org Also listed in: misc Requires: XFree86-3.3.6, freetype-1.3, ja-vflib-2.24.2 ja-netscape-communicator-4.73 Netscape web-surfboard with Japanese resources Maintained by: sada@FreeBSD.org Also listed in: www Requires: XFree86-3.3.6, XFree86-aoutlibs-3.3.3, ja-elisa8x8-1.0, ja-kaname12-1.1, ja-kappa20-0.3, ja-naga10-1.1, ja-netscape-fonts-1.0, netscape-communicator-4.73, netscape-remote-1.0, netscape-wrapper-2000.05.07 ja-netscape-navigator-4.73 Netscape web-surfboard with Japanese resources Maintained by: sada@FreeBSD.org Also listed in: www Requires: XFree86-3.3.6, XFree86-aoutlibs-3.3.3, ja-elisa8x8-1.0, ja-kaname12-1.1, ja-kappa20-0.3, ja-naga10-1.1, ja-netscape-fonts-1.0, netscape-navigator-4.73, netscape-remote-1.0, netscape-wrapper-2000.05.07 Category java (http://www.freebsd.org/ports/java.html) ================================================================== shujit-0.5.2 A Just In Time java bytecode compiler Maintained by: jake@FreeBSD.org Requires: gdbm-1.8.0, gmake-3.79, jdk-1.1.8, ruby-1.4.4 Category mail (http://www.freebsd.org/ports/mail.html) ================================================================== asmail-0.56 Biff-type program, designed to match AfterStep Maintained by: brett@peloton.runet.edu Also listed in: afterstep Requires: XFree86-3.3.6, xpm-3.4k courier-imap-0.32 IMAP server that provides access to Maildir mailboxes Maintained by: nbm@FreeBSD.org Requires: gmake-3.79 cyrus-1.6.22 The cyrus mail server, supporting POP3, KPOP, and IMAP4 protocols Maintained by: stb@FreeBSD.org Also listed in: tcl82 Requires: cyrus-sasl-1.5.15, makedepend-1995.07.05, tcl-8.2.3 exim-3.14 High performance MTA for Unix systems on the Internet Maintained by: sheldonh@FreeBSD.org Requires: XFree86-3.3.6 fetchmail-5.3.8 Batch mail retrieval/forwarding utility for pop2, pop3, apop, imap Maintained by: ve@sci.fi Also listed in: ipv6 grepmail-4.40 Search mailboxes for a given regexp and display matching emails Maintained by: jedgar@FreeBSD.org Requires: p5-TimeDate-1.09 mutt-1.2 "The Mongrel of Mail User Agents" (part Elm, Pine, mh) Maintained by: obrien@FreeBSD.org Requires: docbook-1.0, docbook-241, docbook-3.0, docbook-3.1, iso8879-1986, ispell-3.1.20c, jade-1.2.1, libslang-1.4.0, linuxdoc-1.1, sgmlformat-1.7, urlview-0.7 spruce-0.6.5 A simple GTK based email client Maintained by: cpiazza@FreeBSD.org Requires: XFree86-3.3.6, gettext-0.10.35, glib-1.2.8, gmake-3.79, gtk-1.2.8 Category math (http://www.freebsd.org/ports/math.html) ================================================================== gnumeric-0.54 The GNOME spreadsheet Maintained by: ade@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.1, XFree86-3.3.6, esound-0.2.18, gettext-0.10.35, glib-1.2.8, gmake-3.79, gnomeaudio-1.0.0, gnomecore-1.0.55, gnomelibs-1.0.62, gnomeprint-0.20, gtk-1.2.8, guile-1.3.4, imlib-1.9.8, jpeg-6b, libaudiofile-0.1.9, libghttp-1.0.6, libglade-0.13, libgtop-1.0.7, libtool-1.3.4, libungif-4.1.0, libxml-1.8.7, png-1.0.6, python-1.5.2, tiff-3.5.5, xpm-3.4k py-numeric-15.3 The Numeric Extension to Python Maintained by: tg@FreeBSD.org Also listed in: python Requires: py-distutils-0.8.2, python-1.5.2 xlispstat-3.52.18 A statistics/X11 based lisp interpreter Maintained by: ports@FreeBSD.org Also listed in: lang Requires: XFree86-3.3.6 Category misc (http://www.freebsd.org/ports/misc.html) ================================================================== boxes-1.0.1 Draws ASCII-art configurable boxes around text or code Maintained by: patseal@hyperhost.net Requires: bison-1.28, gmake-3.79 gnomeusersguide-1.1.9 GNOME users guide Maintained by: ade@FreeBSD.org Also listed in: gnome Requires: XFree86-3.3.6, gmake-3.79 magicpoint-1.07a An X11-based presentation tool Maintained by: mita@jp.FreeBSD.org Requires: XFree86-3.3.6, freetype-1.3 mc-4.5.48 Midnight Commander, a free Norton Commander Clone Maintained by: reg@FreeBSD.org Requires: gettext-0.10.35, glib-1.2.8, gmake-3.79 wmstock-0.11 Cool WindowMaker Dockapp that shows stock ticker(s) Maintained by: will@FreeBSD.org Also listed in: windowmaker Requires: XFree86-3.3.6, gmake-3.79, xpm-3.4k Category net (http://www.freebsd.org/ports/net.html) ================================================================== arla-0.33.1 A free AFS client implementation Maintained by: assar@stacken.kth.se gated-3.6.0 Routing protocol daemon. Maintained by: dec@FreeBSD.org gnomeicu-0.93 GNOME ICQ client Maintained by: nectar@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.1, XFree86-3.3.6, bzip2-1.0.0, esound-0.2.18, gettext-0.10.35, glib-1.2.8, gnomeaudio-1.0.0, gnomecore-1.0.55, gnomelibs-1.0.62, gnomeprint-0.20, gtk-1.2.8, guile-1.3.4, imlib-1.9.8, jpeg-6b, libaudiofile-0.1.9, libghttp-1.0.6, libgtop-1.0.7, libungif-4.1.0, libxml-1.8.7, png-1.0.6, tiff-3.5.5, xpm-3.4k jabber-transport-1.0 Online presence and instant messaging server Maintained by: lukin@okbmei.msk.su Requires: adns-0.7, libetherx-1.0, libjabber-1.0, libtool-1.3.4, libxode-1.0, pth-1.3.5 libetherx-1.0 Library that routes XML streams among agents Maintained by: lukin@okbmei.msk.su Requires: adns-0.7, libjabber-1.0, libtool-1.3.4, libxode-1.0, pth-1.3.5 libjabber-1.0 The Jabber transports library Maintained by: lukin@okbmei.msk.su Requires: libtool-1.3.4, libxode-1.0 mars_nwe-0.99.b18 Netware server emulator for Un*x systems Maintained by: bp@FreeBSD.org micq-0.4.5 Text-based ICQ implementation Maintained by: andrew@chg.ru mudix-3.4 Ncurses-based MUD client with triggers, aliases, colors Maintained by: will@FreeBSD.org Requires: ncurses-4.2 ucd-snmp-4.1.2 An extendable SNMP implimentation Maintained by: billf@FreeBSD.org Requires: autoconf-2.13, gmake-3.79, m4-1.4 Category news (http://www.freebsd.org/ports/news.html) ================================================================== pan-0.8.0 Threaded GNOME newsreader based on Agent for Windows Maintained by: ade@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.1, XFree86-3.3.6, bzip2-1.0.0, esound-0.2.18, gettext-0.10.35, glib-1.2.8, gnomelibs-1.0.62, gtk-1.2.8, imlib-1.9.8, jpeg-6b, libaudiofile-0.1.9, libtool-1.3.4, libungif-4.1.0, png-1.0.6, tiff-3.5.5, xpm-3.4k tin-1.5.4 TIN newsreader (termcap based) Maintained by: ache@FreeBSD.org Requires: bzip2-1.0.0, gettext-0.10.35, gmake-3.79, uulib-0.5.13 Category palm (http://www.freebsd.org/ports/palm.html) ================================================================== gnomepilot-conduits-0.4 Additional conduits for gnome-pilot Maintained by: ade@FreeBSD.org Also listed in: comms gnome Requires: ORBit-0.5.1, XFree86-3.3.6, esound-0.2.18, gettext-0.10.35, glib-1.2.8, gmake-3.79, gnomeaudio-1.0.0, gnomecontrolcenter-1.0.53, gnomecore-1.0.55, gnomelibs-1.0.62, gnomepilot-0.1.52, gnomeprint-0.20, gtk-1.2.8, guile-1.3.4, imlib-1.9.8, jpeg-6b, libaudiofile-0.1.9, libghttp-1.0.6, libgtop-1.0.7, libtool-1.3.4, libungif-4.1.0, libxml-1.8.7, pilot-link-0.9.3, png-1.0.6, tcl-8.2.3, tiff-3.5.5, tk-8.2.3, xpm-3.4k gnomepilot-0.1.52 3Com PalmPilot conduit system for GNOME Maintained by: ade@FreeBSD.org Also listed in: comms gnome Requires: ORBit-0.5.1, XFree86-3.3.6, esound-0.2.18, gettext-0.10.35, glib-1.2.8, gmake-3.79, gnomeaudio-1.0.0, gnomecontrolcenter-1.0.53, gnomecore-1.0.55, gnomelibs-1.0.62, gnomeprint-0.20, gob-0.93.5, gtk-1.2.8, guile-1.3.4, imlib-1.9.8, jpeg-6b, libaudiofile-0.1.9, libghttp-1.0.6, libgtop-1.0.7, libtool-1.3.4, libungif-4.1.0, libxml-1.8.7, pilot-link-0.9.3, png-1.0.6, tcl-8.2.3, tiff-3.5.5, tk-8.2.3, xpm-3.4k Category print (http://www.freebsd.org/ports/print.html) ================================================================== ggv-0.95 GNOME ghostscript viewer Maintained by: ade@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.1, XFree86-3.3.6, esound-0.2.18, gettext-0.10.35, glib-1.2.8, gnomeaudio-1.0.0, gnomecore-1.0.55, gnomelibs-1.0.62, gnomeprint-0.20, gtk-1.2.8, guile-1.3.4, imlib-1.9.8, jpeg-6b, libaudiofile-0.1.9, libghttp-1.0.6, libgtop-1.0.7, libtool-1.3.4, libungif-4.1.0, libxml-1.8.7, png-1.0.6, tiff-3.5.5, xpm-3.4k gnomeprint-0.20 Gnome print support library Maintained by: ade@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.1, XFree86-3.3.6, esound-0.2.18, gettext-0.10.35, ghostscript-5.10, glib-1.2.8, gmake-3.79, gnomelibs-1.0.62, gsfonts-5.10, gtk-1.2.8, imlib-1.9.8, jpeg-6b, libaudiofile-0.1.9, libtool-1.3.4, libungif-4.1.0, libxml-1.8.7, png-1.0.6, tiff-3.5.5, xpm-3.4k Category security (http://www.freebsd.org/ports/security.html) ================================================================== bugs-2.0.1 Great cryptography library and sample programs Maintained by: stephane.legrand@bigfoot.com Requires: gmake-3.79 cfs-1.4.0b2 A cryptographic file system implemented as a user-space NFS server Maintained by: green@FreeBSD.org heimdal-0.2t Heimdal is a re-implementation of Kerberos V Maintained by: nectar@FreeBSD.ORG Also listed in: ipv6 Requires: XFree86-3.3.6, libtool-1.3.4 OpenSSH-2.1.0 OpenBSD's secure shell client and server (remote login program) Maintained by: green@FreeBSD.org Also listed in: net Requires: rsaref-2.0 seahorse-0.4.5 A front end for GnuPG Maintained by: dave@mu.org Requires: XFree86-3.3.6, gettext-0.10.35, glib-1.2.8, gnupg-1.0.1, gtk-1.2.8 super-3.14.0 Allow others to run commands as root Maintained by: obrien@FreeBSD.org Also listed in: sysutils Category sysutils (http://www.freebsd.org/ports/sysutils.html) ================================================================== consolehm-1.3A Console based LM78/LM79 hardware monitor for FreeBSD Maintained by: mmuir@es.co.nz gkrellm-0.9.10 A GTK based system monitor Maintained by: ume@FreeBSD.org Also listed in: ipv6 Requires: XFree86-3.3.6, gettext-0.10.35, glib-1.2.8, gmake-3.79, gtk-1.2.8, imlib-1.9.8, jpeg-6b, libungif-4.1.0, png-1.0.6, tiff-3.5.5 lsof-4.49.1 Lists information about open files. (simular to fstat(1)) Maintained by: obrien@FreeBSD.org wmbattery-1.12 WindowMaker dockapp that displays info about your battery Maintained by: will@FreeBSD.org Also listed in: windowmaker Requires: XFree86-3.3.6, gmake-3.79, xpm-3.4k wmhm-1.43 WindowMaker dockable hardware monitor for FreeBSD Maintained by: mmuir@es.co.nz Also listed in: windowmaker Requires: XFree86-3.3.6, xpm-3.4k Category textproc (http://www.freebsd.org/ports/textproc.html) ================================================================== diffstat-1.28 Make a histogram summarizing "diff" output Maintained by: trevor@jpj.net Also listed in: devel libxode-1.0 Library of XML and string helper functions Maintained by: lukin@okbmei.msk.su Requires: libtool-1.3.4 Category vietnamese (http://www.freebsd.org/ports/vietnamese.html) ================================================================== vi-vnroff-2.1 Converts Vietnamese VIQR text into troff format Maintained by: obrien@FreeBSD.org Also listed in: print Category www (http://www.freebsd.org/ports/www.html) ================================================================== apache+php-1.3.12+4.0.0 Apache http server with compiled in PHP module Maintained by: dirk@FreeBSD.org bluefish-0.4 HTML editor designed for the experienced web designer Maintained by: jim@FreeBSD.org Also listed in: editors Requires: XFree86-3.3.6, bzip2-1.0.0, gettext-0.10.35, glib-1.2.8, gmake-3.79, gtk-1.2.8, imlib-1.9.8, jpeg-6b, libungif-4.1.0, png-1.0.6, tiff-3.5.5, weblint-1.020 linux-netscape-communicator-4.73 Linux Netscape Communicator suite Maintained by: girgen@partitur.se Also listed in: linux Requires: XFree86-3.3.6, linux_base-6.1, netscape-remote-1.0, netscape-wrapper-2000.05.07 linux-netscape-navigator-4.73 Linux Netscape navigator web-surfboard Maintained by: girgen@partitur.se Also listed in: linux Requires: XFree86-3.3.6, linux_base-6.1, netscape-remote-1.0, netscape-wrapper-2000.05.07 mod_perl-1.24 Embeds a Perl interpreter in the Apache server Maintained by: sheldonh@FreeBSD.org Also listed in: perl5 Requires: apache-1.3.12 netscape-communicator-4.73 Netscape ver 4 communicator web-surfboard Maintained by: sada@FreeBSD.org Requires: XFree86-3.3.6, XFree86-aoutlibs-3.3.3, netscape-remote-1.0, netscape-wrapper-2000.05.07 netscape-navigator-4.73 Netscape ver 4.7 navigator web-surfboard Maintained by: sada@FreeBSD.org Requires: XFree86-3.3.6, XFree86-aoutlibs-3.3.3, netscape-remote-1.0, netscape-wrapper-2000.05.07 sitecopy-0.9.10 Maintains remote websites, uses FTP or WebDAV to sync up with local copy Maintained by: nik@FreeBSD.org Requires: gettext-0.10.35, gmake-3.79 wml-2.0.1 Website META Language, webdesign toolkit for HTML generation Maintained by: rse@engelschall.com Also listed in: lang Category x11-clocks (http://www.freebsd.org/ports/x11-clocks.html) ================================================================== astime-2.6 Time/Date applet for WindowMaker Maintained by: kris@FreeBSD.org Also listed in: afterstep Requires: XFree86-3.3.6, xpm-3.4k xtimer-0.8089 A simple digital timer for X11 Maintained by: candy@kgc.co.jp Requires: XFree86-3.3.6 Category x11-fm (http://www.freebsd.org/ports/x11-fm.html) ================================================================== gnomemc-4.5.48 A windows explorer work-a-like for the GNOME Desktop Environment Maintained by: reg@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.1, XFree86-3.3.6, esound-0.2.18, gettext-0.10.35, glib-1.2.8, gmake-3.79, gnomeaudio-1.0.0, gnomecore-1.0.55, gnomelibs-1.0.62, gnomeprint-0.20, gtk-1.2.8, guile-1.3.4, imlib-1.9.8, jpeg-6b, libaudiofile-0.1.9, libghttp-1.0.6, libgtop-1.0.7, libungif-4.1.0, libxml-1.8.7, png-1.0.6, tiff-3.5.5, xpm-3.4k mfm-1.5 A graphical frontend to mtools Maintained by: ports@FreeBSD.org Requires: XFree86-3.3.6, gettext-0.10.35, glib-1.2.8, gtk-1.2.8, mtools-3.9.6 Category x11-toolkits (http://www.freebsd.org/ports/x11-toolkits.html) ================================================================== gob-0.93.5 A preprocessor for making GTK+ objects with inline C Maintained by: nakai@FreeBSD.org Requires: XFree86-3.3.6, gettext-0.10.35, glib-1.2.8, gmake-3.79, gtk-1.2.8 gtk-1.2.8 General Toolkit for X11 GUI Maintained by: vanilla@FreeBSD.org Requires: XFree86-3.3.6, gettext-0.10.35, glib-1.2.8, libtool-1.3.4 py-gnome-1.0.53 A set of Python bindings for GNOME Maintained by: nectar@FreeBSD.org Also listed in: python gnome Requires: ORBit-0.5.1, XFree86-3.3.6, esound-0.2.18, gettext-0.10.35, glib-1.2.8, gmake-3.79, gnomeaudio-1.0.0, gnomecontrolcenter-1.0.53, gnomecore-1.0.55, gnomelibs-1.0.62, gnomeprint-0.20, gtk-1.2.8, guile-1.3.4, imlib-1.9.8, jpeg-6b, libaudiofile-0.1.9, libghttp-1.0.6, libgtop-1.0.7, libungif-4.1.0, libxml-1.8.7, png-1.0.6, py-gtk-0.6.6, python-1.5.2, tiff-3.5.5, xpm-3.4k py-wxPython-2.1.15 Python bindings for the wxWindows/GTK GUI toolkit Maintained by: nectar@FreeBSD.ORG Also listed in: python Requires: XFree86-3.3.6, gettext-0.10.35, glib-1.2.8, gmake-3.79, gtk-1.2.8, python-1.5.2, wxgtk-2.1.15 rep-gtk-0.10 GTK+ binding for rep Lisp interpreter Maintained by: nakai@FreeBSD.org Requires: ORBit-0.5.1, XFree86-3.3.6, esound-0.2.18, gdbm-1.8.0, gettext-0.10.35, glib-1.2.8, gmake-3.79, gnomelibs-1.0.62, gtk-1.2.8, imlib-1.9.8, jpeg-6b, libaudiofile-0.1.9, libglade-0.13, librep-0.11.3, libungif-4.1.0, libxml-1.8.7, png-1.0.6, tiff-3.5.5, xpm-3.4k wxgtk-2.1.15 The wxWindows GUI toolkit with GTK+ bindings Maintained by: nectar@FreeBSD.ORG Requires: XFree86-3.3.6, gettext-0.10.35, glib-1.2.8, gmake-3.79, gtk-1.2.8 Category x11-wm (http://www.freebsd.org/ports/x11-wm.html) ================================================================== enlightenment-0.16.4 A very artistic X window manager Maintained by: vanilla@FreeBSD.org Requires: XFree86-3.3.6, esound-0.2.18, fnlib-0.5, freetype-1.3, gettext-0.10.35, glib-1.2.8, gmake-3.79, gtk-1.2.8, imlib-1.9.8, jpeg-6b, libaudiofile-0.1.9, libghttp-1.0.6, libungif-4.1.0, png-1.0.6, tiff-3.5.5 lwm-1.00 A lightweight window manager Maintained by: ports@FreeBSD.org Requires: XFree86-3.3.6 Category x11 (http://www.freebsd.org/ports/x11.html) ================================================================== gnomelibs-1.0.62 Libaries for GNOME, a GNU desktop environment Maintained by: ade@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.1, XFree86-3.3.6, esound-0.2.18, gettext-0.10.35, glib-1.2.8, gmake-3.79, gtk-1.2.8, imlib-1.9.8, jpeg-6b, libaudiofile-0.1.9, libtool-1.3.4, libungif-4.1.0, png-1.0.6, tiff-3.5.5, xpm-3.4k _________________________________________________________________ © 1996-2000 by Wolfram Schneider. All rights reserved. Please direct questions about this service to www@FreeBSD.org General questions about FreeBSD ports should be sent to ports@FreeBSD.org Last database update: 2000-05-26 04:48:17 UTC; based on revision 1.277 _________________________________________________________________ This information was produced by http://www.freebsd.org/cgi/ports.cgi -----BEGIN PGP SIGNATURE----- Version: 2.6.3ia Charset: noconv iQCVAwUBOTNxZzmN/mkrcYGtAQFoOgP/WHJiEpindKoNhKaObB8Zc6/tmJdHhDjb rOwlUEij1afxpGy4RKNLz/Y7IfjaCShJV2K79uRWRzzX0vwMSS410VAt5PCTUD0v F9F8+6EQsx7sJmyceGd+hPjxu3BBWMo63UPIEhdWGfWXnsrZl2J+EPu5BWb7nZ36 q8z42nobzQ0= =VEzh -----END PGP SIGNATURE----- -- Wolfram Schneider http://wolfram.schneider.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 30 0:59:20 2000 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 08D9937BD72; Tue, 30 May 2000 00:59:19 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id AAA60832; Tue, 30 May 2000 00:59:18 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Tue, 30 May 2000 00:59:18 -0700 (PDT) From: Kris Kennaway To: Mike Alich Cc: ache@FreeBSD.org, ports@FreeBSD.org Subject: Re: FreeBSD Port: tin-1.5.4 In-Reply-To: <392F0D51.E53F818B@cctinc.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 26 May 2000, Mike Alich wrote: > I am trying to install your port on a 3.3.3 machine and for some reason 3.3.3? There's no such version of FreeBSD :-) ITYM 3.3 > the actual port name "tin-1.5.4" does not show up in the fetch just the > .tar.bz2 extention. > > I upgraded to the latest ports and no good. Nope, you only upgraded part of it. The important part, which you missed, is to update the ports-base cvsup collection. Kris ---- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 30 1:30: 5 2000 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 BE7F937BDC5 for ; Tue, 30 May 2000 01:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA65717; Tue, 30 May 2000 01:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 30 May 2000 01:30:03 -0700 (PDT) Message-Id: <200005300830.BAA65717@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Emmanuel Dwamena Subject: Re: ports/18565: com_err's --defsection argument to install-info breaks make world Reply-To: Emmanuel Dwamena Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/18565; it has been noted by GNATS. From: Emmanuel Dwamena To: freebsd-gnats-submit@FreeBSD.org, rsargent@cisco.com Cc: Subject: Re: ports/18565: com_err's --defsection argument to install-info breaks make world Date: Tue, 30 May 2000 18:40:46 +1000 Dear Robert, I have had this problem since I made the attempt to upgrade from 3.1 to current 4.0. I am glad there is a fix finally. How do I update the install-info? I cannot find it in the ports? Any suggesting? Thanks Emmanuel Dwamena To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 30 2:30:14 2000 Delivered-To: freebsd-ports@freebsd.org Received: from columbus.cris.net (columbus.cris.net [212.110.128.65]) by hub.freebsd.org (Postfix) with ESMTP id 1947D37B5DD for ; Tue, 30 May 2000 02:30:06 -0700 (PDT) (envelope-from phantom@ark.cris.net) Received: from ark.cris.net (root@ark.cris.net [212.110.128.68]) by columbus.cris.net (8.9.3/8.9.3) with ESMTP id MAA47581 for ; Tue, 30 May 2000 12:29:29 +0300 (EEST) Received: (from phantom@localhost) by ark.cris.net (8.9.3/8.9.3) id MAA44305; Tue, 30 May 2000 12:30:00 +0300 (EEST) (envelope-from phantom) Date: Tue, 30 May 2000 12:30:00 +0300 From: Alexey Zelkin To: ports@FreeBSD.org Subject: [Beimgraben@Hamburg.BAW.DE: Port not found] Message-ID: <20000530123000.A43766@ark.cris.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i X-Operating-System: FreeBSD 3.4-STABLE i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ----- Forwarded message from Gunnar Beimgraben ----- Date: Tue, 30 May 2000 10:15:46 +0200 To: www@FreeBSD.ORG From: Gunnar Beimgraben Subject: Port not found Hello FreeBSD-Team, i cant found the URL ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/webmin-0.79.tar.gz Hey that's wrong ? MfG Gunnar Beimgraben ----- End forwarded message ----- -- /* Alexey Zelkin && phantom@cris.net */ /* Tavric National University && phantom@crimea.edu */ /* http://www.ccssu.crimea.ua/~phantom && phantom@FreeBSD.org */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 30 2:37:58 2000 Delivered-To: freebsd-ports@freebsd.org Received: from blizzard.sabbo.net (blizzard.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id AF0E237B54B for ; Tue, 30 May 2000 02:37:52 -0700 (PDT) (envelope-from sobomax@freebsd.org) Received: from vic.sabbo.net (vic.sabbo.net [193.193.218.106]) by blizzard.sabbo.net (8.9.1/8.9.3) with ESMTP id MAA10584; Tue, 30 May 2000 12:36:43 +0300 (EEST) Received: from freebsd.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.9.3/8.9.3) with ESMTP id MAA33484; Tue, 30 May 2000 12:37:38 +0300 (EEST) (envelope-from sobomax@freebsd.org) Message-ID: <39338BE1.77C4FC3B@freebsd.org> Date: Tue, 30 May 2000 12:37:37 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.73 [en] (WinNT; I) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Alexey Zelkin Cc: ports@freebsd.org Subject: Re: [Beimgraben@Hamburg.BAW.DE: Port not found] References: <20000530123000.A43766@ark.cris.net> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Alexey Zelkin wrote: > ----- Forwarded message from Gunnar Beimgraben ----- > > Date: Tue, 30 May 2000 10:15:46 +0200 > To: www@FreeBSD.ORG > From: Gunnar Beimgraben > Subject: Port not found > > Hello FreeBSD-Team, > > i cant found the URL > ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/webmin-0.79.tar.gz > Probably it because the port has "IS_INTERACTIVE=yes" in its Makefile, so bento doesn't build its package and distfile not fetched as a result. But what is the problem? It should be available from the vendor's MASTER_SITE, isn't it? -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 30 4: 6:46 2000 Delivered-To: freebsd-ports@freebsd.org Received: from smtp10.atl.mindspring.net (smtp10.atl.mindspring.net [207.69.200.246]) by hub.freebsd.org (Postfix) with ESMTP id 2F6BD37B60E for ; Tue, 30 May 2000 04:06:41 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca14-84.ix.netcom.com [205.186.215.84]) by smtp10.atl.mindspring.net (8.9.3/8.8.5) with ESMTP id HAA19575 for ; Tue, 30 May 2000 07:06:38 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id EAA47917; Tue, 30 May 2000 04:06:35 -0700 (PDT) Date: Tue, 30 May 2000 04:06:35 -0700 (PDT) Message-Id: <200005301106.EAA47917@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: ports@freebsd.org In-reply-to: <200005071229.FAA29460@silvia.hip.berkeley.edu> (asami@freebsd.org) Subject: Re: ports projects From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) References: <200005071229.FAA29460@silvia.hip.berkeley.edu> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello world, Sorry for not updating you guys on this lately. I've added the following to my local BSD.*.dist files. === diff -ru /usr/src/etc/mtree/BSD.local.dist ./BSD.local.dist --- /usr/src/etc/mtree/BSD.local.dist Fri Mar 24 16:01:35 2000 +++ ./BSD.local.dist Tue May 9 23:11:19 2000 @@ -17,6 +17,22 @@ .. lib perl5 + 5.00503 + man + man3 + .. + .. + .. + site_perl + 5.005 + auto + .. + i386-freebsd + auto + .. + .. + .. + .. .. .. libexec @@ -166,6 +182,8 @@ sbin .. share + aclocal + .. dict .. doc diff -ru /usr/src/etc/mtree/BSD.x11.dist ./BSD.x11.dist --- /usr/src/etc/mtree/BSD.x11.dist Wed May 24 11:58:03 2000 +++ ./BSD.x11.dist Sun May 28 13:10:17 2000 @@ -288,6 +288,8 @@ .. .. share + aclocal + .. doc .. examples === (I'm not sure what to do with alphas -- do you want me to add "alpha-freebsd"?) This, plus the few of them I fixed in the past couple weeks, seemed to put the situation under control so I made it an error for mtree to flag something after pkg_delete. This check is only done in the mid-week (non-FTP) builds for now, so don't worry too much about packages not showing up because of this. I wanted to fix more stuff first but it was getting increasingly harder to track down problems due to the extra directories getting propagated -- i.e., if gtk-1.2.8 leaves some extra directories around, all the ports that depend on gtk-1.2.8 will get those directories in the extras.html listing as well, bloating the listing and making it hard to figure out which port was the one to blame. By making the extra directories fatal errors, I can stop this propagation and concentrate on only the ones that are actually broken. The listing are showing up as I type at http://bento.FreeBSD.org/errorlogs/errorlogs/e.4.20000530/ and http://bento.FreeBSD.org/errorlogs/errorlogs/a.4.20000530/extras.html The ones that show up as "extra" in the first listing are ports flagged by this check. There can be missing directories too. In the log, they will be found near the end under the heading "list of extra files and directories in [${PREFIX}]". The second listing is a more detailed table of extra files only. The only "biggie" left that I am aware of is tcl/tk with their tclsh/wish scripts. We need to write a clever script that goes with INSTALL.{tcl,wi}sh that will remove them when there are no other {tcl,wi}sh* scripts found. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 30 8:10: 6 2000 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 372D137BDDA for ; Tue, 30 May 2000 08:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA78933; Tue, 30 May 2000 08:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 4A1B437BB00; Tue, 30 May 2000 08:06:07 -0700 (PDT) Message-Id: <20000530150607.4A1B437BB00@hub.freebsd.org> Date: Tue, 30 May 2000 08:06:07 -0700 (PDT) From: jss@subatomix.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/18902: kde11 - make fails - annoying but not serious Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18902 >Category: ports >Synopsis: kde11 - make fails - annoying but not serious >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 May 30 08:10:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Jeffrey S. Sharp >Release: 4.0-STABLE >Organization: >Environment: FreeBSD lepton.subatomix.com 4.0-STABLE FreeBSD 4.0-STABLE #1: Mon May 29 20:54:45 CDT 2000 root@lepton.subatomix.com:/usr/src/sys/compile/LEPTON i386 >Description: kde11 fails to finish make without errors. This is annoying, but I don't know if it causes any problems at all; everything seems to have registered fine and works fine. Make reinstall says that it's already registered. I'm guessing it's just some line left out of ports/x11/kde11/Makefile. My ports tree was updated 2000/05/30 02:00 CDT. The following is a forced install, but it exhibits the same error messages as the original make run: # make -DFORCE_PKG_REGISTER install ===> Installing for kde-1.1.2 ===> kde-1.1.2 depends on executable: kwm - found ===> kde-1.1.2 depends on executable: kcalc - found ===> kde-1.1.2 depends on executable: kmahjongg - found ===> kde-1.1.2 depends on executable: kghostview - found ===> kde-1.1.2 depends on executable: kmail - found ===> kde-1.1.2 depends on executable: kmedia - found ===> kde-1.1.2 depends on shared library: kdecore.3 - found ===> Generating temporary packing list ===> Registering installation for kde-1.1.2 "Makefile", line 28: Could not find files/man3 make: fatal errors encountered -- cannot continue "Makefile", line 28: Could not find files/man3 make: fatal errors encountered -- cannot continue "Makefile", line 28: Could not find files/man3 make: fatal errors encountered -- cannot continue "Makefile", line 28: Could not find files/man3 make: fatal errors encountered -- cannot continue "Makefile", line 28: Could not find files/man3 make: fatal errors encountered -- cannot continue "Makefile", line 28: Could not find files/man3 make: fatal errors encountered -- cannot continue "Makefile", line 28: Could not find files/man3 make: fatal errors encountered -- cannot continue "Makefile", line 28: Could not find files/man3 make: fatal errors encountered -- cannot continue "Makefile", line 28: Could not find files/man3 make: fatal errors encountered -- cannot continue "Makefile", line 28: Could not find files/man3 make: fatal errors encountered -- cannot continue "Makefile", line 28: Could not find files/man3 make: fatal errors encountered -- cannot continue "Makefile", line 28: Could not find files/man3 make: fatal errors encountered -- cannot continue "Makefile", line 28: Could not find files/man3 make: fatal errors encountered -- cannot continue "Makefile", line 28: Could not find files/man3 make: fatal errors encountered -- cannot continue "Makefile", line 28: Could not find files/man3 make: fatal errors encountered -- cannot continue "Makefile", line 28: Could not find files/man3 make: fatal errors encountered -- cannot continue >How-To-Repeat: Update ports-all to current. Make install for kde11. >Fix: Like I said, probably just some line left out of the Makefile. >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 May 30 9:15: 6 2000 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 DCD8937BFD5; Tue, 30 May 2000 09:15:04 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA89716; Tue, 30 May 2000 09:15:05 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Tue, 30 May 2000 09:15:05 -0700 (PDT) From: Message-Id: <200005301615.JAA89716@freefall.freebsd.org> To: jss@subatomix.com, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18902: kde11 - make fails - annoying but not serious Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: kde11 - make fails - annoying but not serious State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Tue May 30 09:06:28 PDT 2000 State-Changed-Why: files/man3 added to x11-toolkits/qt145, sorry! Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18902 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 30 9:20: 6 2000 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 87EDB37BC51 for ; Tue, 30 May 2000 09:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA90218; Tue, 30 May 2000 09:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 30 May 2000 09:20:02 -0700 (PDT) Message-Id: <200005301620.JAA90218@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Will Andrews Subject: Re: ports/18902: kde11 - make fails - annoying but not serious Reply-To: Will Andrews Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/18902; it has been noted by GNATS. From: Will Andrews To: jss@subatomix.com Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/18902: kde11 - make fails - annoying but not serious Date: Tue, 30 May 2000 12:05:38 -0400 On Tue, May 30, 2000 at 08:06:07AM -0700, jss@subatomix.com wrote: > kde11 fails to finish make without errors. This is annoying, but I don't know if it causes any problems at all; everything seems to have registered fine and works fine. Make reinstall says that it's already registered. I'm guessing it's just some line left out of ports/x11/kde11/Makefile. Actually, this is my fault. I updated the x11-toolkits/qt145 port earlier today and forgot to include the files/man3 file along with the update. Anyway, it's been committed, and I will close your PR now. Sorry! -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 30 9:43:37 2000 Delivered-To: freebsd-ports@freebsd.org Received: from astart2.astart.com (astart2.astart.com [206.71.174.194]) by hub.freebsd.org (Postfix) with ESMTP id 97E7637B885; Tue, 30 May 2000 09:43:28 -0700 (PDT) (envelope-from papowell@astart.com) Received: from h4.private (papowell@h4.private [10.0.0.4]) by astart2.astart.com (8.9.3/8.9.3) with ESMTP id JAA29537; Tue, 30 May 2000 09:47:24 -0700 (PDT) Received: (from papowell@localhost) by h4.private (8.9.3/8.9.3) id JAA02130; Tue, 30 May 2000 09:44:09 -0700 (PDT) Date: Tue, 30 May 2000 09:44:09 -0700 (PDT) From: papowell@astart.com Message-Id: <200005301644.JAA02130@h4.private> To: andrews@technologist.com, bandix@looksharp.net Subject: Re: rc.d startup scripts Cc: current@FreeBSD.ORG, ports@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org While this is probably not the place to post this, I will also note that the use of 'snprintf' was denigrated because it was NOT part of the original 'printf' package. You learn from your mistakes, you do NOT enshrine them and worship them as the Truth of Ancestral Wisdom. I will simply state that I consider the SystemV startup facilities superior to the BSD ones, IN CONCEPT. The various implementations of them have flaws and problems, but they provide more, better, easier, more modular, and simple management facilities. There. And before you start poking at me, I work with them all on a DEVELOPER and ADMINISTRATOR level basis, i.e. - in the trenches and digging, on a daily basis. Patrick Powell Patrick Powell Astart Technologies, papowell@astart.com 9475 Chesapeake Drive, Suite D, Network and System San Diego, CA 92123 Consulting 858-874-6543 FAX 858-279-8424 LPRng - Print Spooler (http://www.astart.com) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 30 10:34: 4 2000 Delivered-To: freebsd-ports@freebsd.org Received: from astart2.astart.com (astart2.astart.com [206.71.174.194]) by hub.freebsd.org (Postfix) with ESMTP id AA43137B589 for ; Tue, 30 May 2000 10:33:57 -0700 (PDT) (envelope-from papowell@astart.com) Received: from h4.private (papowell@h4.private [10.0.0.4]) by astart2.astart.com (8.9.3/8.9.3) with ESMTP id KAA29879 for ; Tue, 30 May 2000 10:37:45 -0700 (PDT) Received: (from papowell@localhost) by h4.private (8.9.3/8.9.3) id KAA02193 for freebsd-ports@FreeBSD.ORG; Tue, 30 May 2000 10:34:30 -0700 (PDT) Date: Tue, 30 May 2000 10:34:30 -0700 (PDT) From: papowell@astart.com Message-Id: <200005301734.KAA02193@h4.private> To: freebsd-ports@FreeBSD.ORG Subject: A possible flaw and headache in the PORTS philosophy Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Summary: You need a way at PACKAGE generation time to tell the package creation stuff to put some 'postinstall files' into the package. You need a way at PACKAGE install time to tell the POST script that the files are located at a specific location. You need a way at PACKAGE removal time to tell the PACKAGE stuff that the 'postinstall files' are to be ignored and not to indicate an error if they cannot be found/removed. Background: I am putting up the LPRng print spooler in a package for FreeBSD. There are two parts to this: the ports Makefile that will reside in (on?) /usr/ports/.../LPRng/Makefile and be used to compile and install the LPRng package from source, and a package that you can use: pkg_add LPRng-version.tgz Being the anal retentive person that I am, I want to TEST the installation automagically, both for the ports_from_source and the pkg_add stuff. The problem I am encountering is that the current set of package targets/support in the Makefile do not lend themselves to packages that require 'transient' files to be put into a package, and then to be installed by the POST package script. Here is an example. The LPRng software uses a couple of configuration files, /etc/printcap, /etc/lpd.conf, /etc/lpd.perms which MUST be put into these locations, but only if the original files are not present. This (can be? should be?) done by creating some 'prototype' files for package use, and then when you run 'pkg_add' have the POST script in the package move them to the appropriate locations. Question 1: There does not appear to be a facility to inform the pkg_create facility that there are a set of files that are 'temporary', and need to be placed in the package. The packinglist '@ignore' facility might be useful, but there is no documentation or explanations of where or how to use it. Same for the '@ignore_inst' directive. Question 2: You need to put these files that you want in place in the locations where you want them for the package. This should be done 'before' you do the actual package work. A 'pre-package' target in the Makefile would be VERY useful for this purpose. Question 3: How do you tell the package stuff to ignore files if they are not there (i.e. - Question 1 and Question 2). Or does the '@ignore' take care of this? Patrick Powell Astart Technologies, papowell@astart.com 9475 Chesapeake Drive, Suite D, Network and System San Diego, CA 92123 Consulting 858-874-6543 FAX 858-279-8424 LPRng - Print Spooler (http://www.astart.com) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 30 10:51:21 2000 Delivered-To: freebsd-ports@freebsd.org Received: from server1.mich.com (server1.mich.com [198.108.16.2]) by hub.freebsd.org (Postfix) with ESMTP id 0746737B756 for ; Tue, 30 May 2000 10:51:18 -0700 (PDT) (envelope-from will@almanac.yi.org) Received: from almanac.yi.org (pm011-001.dialup.bignet.net [64.79.81.225]) by server1.mich.com (8.9.3/8.9.3) with ESMTP id NAA24133; Tue, 30 May 2000 13:51:00 -0400 Received: by almanac.yi.org (Postfix, from userid 1000) id 99FB919A6; Tue, 30 May 2000 13:50:23 -0400 (EDT) Date: Tue, 30 May 2000 13:50:23 -0400 From: Will Andrews To: papowell@astart.com Cc: freebsd-ports@FreeBSD.ORG Subject: Re: A possible flaw and headache in the PORTS philosophy Message-ID: <20000530135023.B21627@argon.gryphonsoft.com> References: <200005301734.KAA02193@h4.private> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200005301734.KAA02193@h4.private>; from papowell@astart.com on Tue, May 30, 2000 at 10:34:30AM -0700 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, May 30, 2000 at 10:34:30AM -0700, papowell@astart.com wrote: > Summary: > > You need a way at PACKAGE generation time to tell the package > creation stuff to put some 'postinstall files' into the package. Do this with a post-install target in the Makefile. post-install: [ install some files ] Then just put the files in pkg/PLIST. > You need a way at PACKAGE install time to tell the POST script > that the files are located at a specific location. What "POST script" are you talking about? > You need a way at PACKAGE removal time to tell the PACKAGE stuff > that the 'postinstall files' are to be ignored and not to > indicate an error if they cannot be found/removed. Simple fix: don't put them in the PLIST. > Being the anal retentive person that I am, I want to TEST the > installation automagically, both for the ports_from_source and > the pkg_add stuff. There is a test process described on: http://www.FreeBSD.org/handbook/porting.html Which I assume you read before you tried porting LPRng. > The problem I am encountering is that the current set of package > targets/support in the Makefile do not lend themselves to packages > that require 'transient' files to be put into a package, and then > to be installed by the POST package script. Files that should not be removed by the packaging system shouldn't go in the PLIST. > Here is an example. The LPRng software uses a couple of configuration > files, /etc/printcap, /etc/lpd.conf, /etc/lpd.perms which MUST > be put into these locations, but only if the original files are not > present. This (can be? should be?) done by creating some 'prototype' > files for package use, and then when you run 'pkg_add' have the POST > script in the package move them to the appropriate locations. Put examples of these files in ${PREFIX}/etc, and notify the user that they must merge them into their /etc counterparts. -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 30 11:42:46 2000 Delivered-To: freebsd-ports@freebsd.org Received: from ns.yogotech.com (ns.yogotech.com [206.127.123.66]) by hub.freebsd.org (Postfix) with ESMTP id 5941237B5FB; Tue, 30 May 2000 11:42:43 -0700 (PDT) (envelope-from nate@yogotech.com) Received: from nomad.yogotech.com (nomad.yogotech.com [206.127.123.131]) by ns.yogotech.com (8.9.3/8.9.3) with ESMTP id MAA08989; Tue, 30 May 2000 12:42:41 -0600 (MDT) (envelope-from nate@nomad.yogotech.com) Received: (from nate@localhost) by nomad.yogotech.com (8.8.8/8.8.8) id MAA21215; Tue, 30 May 2000 12:42:40 -0600 (MDT) (envelope-from nate) Date: Tue, 30 May 2000 12:42:40 -0600 (MDT) Message-Id: <200005301842.MAA21215@nomad.yogotech.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Mike Alich Cc: nate@FreeBSD.org, ports@FreeBSD.org Subject: Re: FreeBSD Port: jdk-1.1.8 In-Reply-To: <39294257.1810EFA1@cctinc.net> References: <39294257.1810EFA1@cctinc.net> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Reply-To: nate@yogotech.com (Nate Williams) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I downloaded this port and when I run either make or make install it > says the port is already installed and I could either uninstall and > reinstall the ports or use the FORCE_PACKAGE_REGISTER. > > Well knowing the port was not installed and the only way I could get the > package installed was to use the FORCE option, I did. Somehow, the port was installed, or at least the files in /var/db/pkg were installed. This happened on a co-worker's machine when they installed a package that accidentally contained files in /var/db/pkg. > Turns out the > install I think went in but erased my entire /var/db/pkg directory and > put some install info from the port in there. I certainly shouldn't have erased anything in /var/db/pkg. In any case, it sounds like something other than the port is wrong with your system. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 30 12:40: 7 2000 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 C854837B6C3 for ; Tue, 30 May 2000 12:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA19367; Tue, 30 May 2000 12:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id C7B5437B60F; Tue, 30 May 2000 12:32:12 -0700 (PDT) Message-Id: <20000530193212.C7B5437B60F@hub.freebsd.org> Date: Tue, 30 May 2000 12:32:12 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/18905: Update port: graphics/png Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18905 >Category: ports >Synopsis: Update port: graphics/png >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 30 12:40:02 PDT 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.0-RELEASE i386 >Organization: >Environment: >Description: - Support install macros >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/png/patches/patch-aa graphics/png/patches/patch-aa --- /usr/ports/graphics/png/patches/patch-aa Sat Jan 23 15:27:51 1999 +++ graphics/png/patches/patch-aa Wed May 31 04:07:17 2000 @@ -45,7 +45,7 @@ +.SUFFIXES: .c .so .o + +.c.so: -+ ${CC} -fpic -DPIC ${CFLAGS} -c ${.IMPSRC} -o ${.TARGET} ++ ${CC} ${CFLAGS} -fPIC -DPIC -o $@ -c $< + +all: libpng.a libpng.so.${PNGVER} @@ -73,12 +73,12 @@ - chmod 644 $(prefix)/include/pngconf.h - cp libpng.a $(prefix)/lib - chmod 644 $(prefix)/lib/libpng.a -+ ${INSTALL} -c -m ${BINMODE} -o ${BINOWN} -g ${BINGRP} png.h pngconf.h $(prefix)/include -+ ${INSTALL} -c -m ${BINMODE} -o ${BINOWN} -g ${BINGRP} libpng.a libpng.so.${PNGVER} $(prefix)/lib ++ ${BSD_INSTALL_DATA} png.h pngconf.h $(prefix)/include ++ ${BSD_INSTALL_DATA} libpng.a libpng.so.${PNGVER} $(prefix)/lib + ln -sf libpng.so.${PNGVER} $(prefix)/lib/libpng.so + ranlib $(prefix)/lib/libpng.a -+ ${INSTALL} -c -m ${MANMODE} -o ${MANOWN} -g ${MANGRP} libpng.3 libpngpf.3 $(prefix)/man/man3 -+ ${INSTALL} -c -m ${MANMODE} -o ${MANOWN} -g ${MANGRP} png.5 $(prefix)/man/man5 ++ ${BSD_INSTALL_MAN} libpng.3 libpngpf.3 $(prefix)/man/man3 ++ ${BSD_INSTALL_MAN} png.5 $(prefix)/man/man5 clean: rm -f *.o libpng.a pngtest pngout.png >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 May 30 12:40:12 2000 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 B46D037B552 for ; Tue, 30 May 2000 12:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA19358; Tue, 30 May 2000 12:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 38D2F37BE9D; Tue, 30 May 2000 12:31:13 -0700 (PDT) Message-Id: <20000530193113.38D2F37BE9D@hub.freebsd.org> Date: Tue, 30 May 2000 12:31:13 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/18904: Update port: archivers/unzip Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18904 >Category: ports >Synopsis: Update port: archivers/unzip >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 30 12:40:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.0-RELEASE i386 >Organization: >Environment: >Description: - Support CFLAGS/ARCH properly - Support NOPORTDOCS >How-To-Repeat: >Fix: diff -urN /usr/ports/archivers/unzip/Makefile archivers/unzip/Makefile --- /usr/ports/archivers/unzip/Makefile Sat Apr 22 01:32:47 2000 +++ archivers/unzip/Makefile Wed May 31 03:57:17 2000 @@ -1,42 +1,48 @@ -# New ports collection makefile for: unzip +# New ports collection makefile for: unzip # ftp://ftp.info-zip.org/pub/infozip/Info-ZIP.html -# Date created: 17 October 1994 -# Whom: jmz +# Date created: 17 October 1994 +# Whom: jmz # # $FreeBSD: ports/archivers/unzip/Makefile,v 1.30 2000/04/21 14:28:02 ache Exp $ # PORTNAME= unzip -PORTVERSION= 5.41 +PORTVERSION= 5.41 CATEGORIES= archivers -MASTER_SITES= ftp://ftp.freesoftware.com/pub/infozip/src/ -DISTNAME= unzip541 +MASTER_SITES= ftp://ftp.freesoftware.com/pub/infozip/src/ +DISTNAME= ${PORTNAME}541 MAINTAINER= ache@FreeBSD.org -Y2K= ftp://ftp.info-zip.org/pub/infozip/FAQ.html#Y2K +Y2K= ftp://ftp.info-zip.org/pub/infozip/FAQ.html#Y2K -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -MAKEFILE= unix/Makefile -MAKE_FLAGS= LOCAL_UNZIP="${CFLAGS} -DUSE_SMITH_CODE -DUSE_UNSHRINK" -f -MAN1= funzip.1 unzip.1 unzipsfx.1 zipgrep.1 zipinfo.1 +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +MAKEFILE= unix/Makefile +MAKE_FLAGS= LOCAL_UNZIP="${CFLAGS} -DUSE_SMITH_CODE -DUSE_UNSHRINK" -f +MAN1= funzip.1 unzip.1 unzipsfx.1 zipgrep.1 zipinfo.1 -do-install: - cd ${WRKSRC} && \ - ${INSTALL_PROGRAM} unzip funzip unzipsfx ${PREFIX}/bin - ${LN} -sf unzip ${PREFIX}/bin/zipinfo - cd ${WRKSRC}/unix && \ - ${INSTALL_SCRIPT} zipgrep ${PREFIX}/bin - cd ${WRKSRC}/man && \ - ${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1 - ${INSTALL} -d -m 555 -o ${SHAREOWN} -g ${SHAREGRP} ${PREFIX}/share/doc/unzip - cd ${WRKSRC} && \ - ${INSTALL_DATA} README COPYING WHERE ${PREFIX}/share/doc/unzip - -.include +.include -.if ${ARCH} == "alpha" -ALL_TARGET= bsd +.if ${ARCH} == "i386" +ALL_TARGET= freebsd .else -ALL_TARGET= freebsd +ALL_TARGET= bsd .endif + +do-install: +.for file in funzip unzip unzipsfx + ${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin +.endfor + ${LN} -sf unzip ${PREFIX}/bin/zipinfo + ${INSTALL_SCRIPT} ${WRKSRC}/unix/zipgrep ${PREFIX}/bin +.for file in ${MAN1} + ${INSTALL_MAN} ${WRKSRC}/man/${file} ${PREFIX}/man/man1 +.endfor +.if !defined(NOPORTDOCS) + @${MKDIR} ${PREFIX}/share/doc/unzip +.for file in README COPYING WHERE + ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/unzip +.endfor +.endif + +.include diff -urN /usr/ports/archivers/unzip/patches/patch-aa archivers/unzip/patches/patch-aa --- /usr/ports/archivers/unzip/patches/patch-aa Sun Jan 23 11:40:23 2000 +++ archivers/unzip/patches/patch-aa Wed May 31 03:30:32 2000 @@ -1,5 +1,5 @@ ---- unix/Makefile.orig Thu Nov 19 13:59:08 1998 -+++ unix/Makefile Sat Jan 22 17:23:42 2000 +--- unix/Makefile.orig Sun Apr 16 12:27:18 2000 ++++ unix/Makefile Wed May 31 03:30:22 2000 @@ -42,7 +42,7 @@ # such as -DDOSWILD). @@ -9,12 +9,14 @@ LD = $(CC)# must match, else "unresolved symbol: ___main" is possible) AS = as LOC = $(LOCAL_UNZIP) -@@ -680,7 +680,7 @@ +@@ -679,8 +679,8 @@ # FreeBSD on Intel: freebsd: unix_make @echo 'NOTE: use bsd target for non-Intel FreeBSD compiles (if any).' - $(MAKE) unzips CC=gcc LD=gcc AS=gcc\ +- CF="-O3 -Wall -I. -DASM_CRC -DBSD $(LOC)"\ + $(MAKE) unzips CC=$(CC) LD=$(CC) AS=$(CC)\ - CF="-O3 -Wall -I. -DASM_CRC -DBSD $(LOC)"\ ++ CF="-I. -DASM_CRC -DBSD $(LOC)"\ AF="-Di386 $(AF)" CRC32=crc_gcc + # Generic BSDish Unix gcc. ``The -O3 only works with later versions of gcc; >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 May 30 12:50: 8 2000 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 9641F37B6C9 for ; Tue, 30 May 2000 12:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA20621; Tue, 30 May 2000 12:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 4080137B65A; Tue, 30 May 2000 12:45:57 -0700 (PDT) Message-Id: <20000530194557.4080137B65A@hub.freebsd.org> Date: Tue, 30 May 2000 12:45:57 -0700 (PDT) From: sune.falck@swipnet.se To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/18906: No gif images in KDE 1.1.2 applications. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18906 >Category: ports >Synopsis: No gif images in KDE 1.1.2 applications. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 30 12:50:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Sune Falck >Release: FreeBSD 4.0-STABLE >Organization: - >Environment: Sorry, working in win95 just now. >Description: No KDE 1.1.2 applications can display gif images. >How-To-Repeat: Click Help on the toolbar to start kdehelp. No images in the start page of kde help. >Fix: kde depends on qt-1.45 which is built without gif support. Manually change #define QT_BUILTIN_GIF_READER from 0 to 1 in "work/qt-1.45/include/qt_gif.h" and also in "work/qt-1.45/src/kernel/qt_gif.h" and rebuild/reinstall qr-1.45. Note that the change must be made in TWO places ! >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 May 30 13: 2:20 2000 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 B326937B5CB; Tue, 30 May 2000 13:02:18 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id NAA22051; Tue, 30 May 2000 13:02:18 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Tue, 30 May 2000 13:02:18 -0700 (PDT) From: Kris Kennaway To: Emmanuel Dwamena Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/18565: com_err's --defsection argument to install-info breaks make world In-Reply-To: <200005300830.BAA65717@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 On Tue, 30 May 2000, Emmanuel Dwamena wrote: > Dear Robert, > I have had this problem since I made the attempt to upgrade from 3.1 to > current 4.0. > I am glad there is a fix finally. > How do I update the install-info? I cannot find it in the ports? Any > suggesting? Upgrading from 3.1 to 4.0 is not supported. We only support updating to 4.0-RELEASE (not 4.0-STABLE) from the most recent previous release, which is 3.4 (although, having said that 3.1 might work if you tried it, or it might just screw up the system :-) The instructions are in the /usr/src/UPDATING file in the 4.0-RELEASE source tree which include how to solve the install-info problem. Make sure you follow them *THOROUGHLY* if you want your system to work at the end of it :-) Kris ---- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 30 13:30: 6 2000 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 DE23B37BC51 for ; Tue, 30 May 2000 13:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA25206; Tue, 30 May 2000 13:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail.ptd.net (mail1.ha-net.ptd.net [207.44.96.65]) by hub.freebsd.org (Postfix) with SMTP id 4F68437BD7B for ; Tue, 30 May 2000 13:22:15 -0700 (PDT) (envelope-from tms@mail.ptd.net) Received: (qmail 16390 invoked from network); 30 May 2000 20:22:08 -0000 Received: from du34040.cli.ptd.net (HELO beowulf.bsd.home) (204.186.34.40) by mail.ptd.net with SMTP; 30 May 2000 20:22:08 -0000 Received: (from tms@localhost) by beowulf.bsd.home (8.9.3/8.9.3) id DAA01043; Tue, 30 May 2000 03:38:10 -0400 (EDT) (envelope-from tms) Message-Id: <200005300738.DAA01043@beowulf.bsd.home> Date: Tue, 30 May 2000 03:38:10 -0400 (EDT) From: tms2@mail.ptd.net Reply-To: tms2@mail.ptd.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18907: Missing prototype in ncurses.h Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18907 >Category: ports >Synopsis: Missing prototype in ncurses.h >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: Tue May 30 13:30:02 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Thomas M. Sommers >Release: FreeBSD 3.2-RELEASE i386 >Organization: >Environment: >Description: ncurses.h does not have a prototype for wresize(), although the function is present in ncurses.a. >How-To-Repeat: >Fix: --- /usr/include/ncurses.h.orig Tue May 30 03:34:04 2000 +++ /usr/include/ncurses.h Tue May 30 03:14:24 2000 @@ -289,6 +289,7 @@ extern int wprintw(WINDOW *,char *,...); extern int wredrawln(WINDOW *,int,int); extern int wrefresh(WINDOW *); +extern int wresize(WINDOW *, int, int); extern int wscanw(WINDOW *,char *,...); extern int wscrl(WINDOW *,int); extern int wsetscrreg(WINDOW *,int,int); >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 May 30 13:43:28 2000 Delivered-To: freebsd-ports@freebsd.org Received: from ducky.nz.freebsd.org (chilled.unixathome.org [203.79.82.27]) by hub.freebsd.org (Postfix) with ESMTP id 5C67037BDFB for ; Tue, 30 May 2000 13:43:22 -0700 (PDT) (envelope-from dan@freebsddiary.org) Received: from localhost (dan@localhost) by ducky.nz.freebsd.org (8.9.3/8.9.3) with ESMTP id IAA59216 for ; Wed, 31 May 2000 08:43:26 +1200 (NZST) Date: Wed, 31 May 2000 08:43:25 +1200 (NZST) From: Dan Langille X-Sender: dan@ducky.nz.freebsd.org To: ports@FreeBSD.ORG Subject: where did mail/qpopper3 come from? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I noticed in my latest cvsup: Mkdir ports/mail/popper3/patches Create ports/mail/popper3/patches/patch-aa,v Create ports/mail/popper3/patches/patch-ab,v Create ports/mail/popper3/patches/patch-ac,v etc... But I see nothing in cvs-all pertaining to this. But checking cvs, I see that popper and popper3 appear to be mirror images (at least wrt the most recent commits). My question: should this "new" port have appeared in cvs-all? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 30 13:50:14 2000 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 A573737B64E for ; Tue, 30 May 2000 13:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA27646; Tue, 30 May 2000 13:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail.surf1.de (mail.surf1.de [194.25.165.21]) by hub.freebsd.org (Postfix) with ESMTP id 71F0437B6DC for ; Tue, 30 May 2000 13:41:33 -0700 (PDT) (envelope-from root@big.endian.de) Received: from cichlids.com (p3E9C1129.dip0.t-ipconnect.de [62.156.17.41]) by mail.surf1.de (8.9.3/8.9.3) with ESMTP id WAA23893 for ; Tue, 30 May 2000 22:41:57 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by cichlids.com (Postfix) with ESMTP id 6B9BEAC30 for ; Tue, 30 May 2000 22:41:54 +0200 (CEST) Received: by cichlids.cichlids.com (Postfix, from userid 0) id D105814AA4; Tue, 30 May 2000 22:41:32 +0200 (CEST) Message-Id: <20000530204132.D105814AA4@cichlids.cichlids.com> Date: Tue, 30 May 2000 22:41:32 +0200 (CEST) From: alex@big.endian.de Reply-To: alex@big.endian.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18908: fix astro/xplanet on alpha Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18908 >Category: ports >Synopsis: fix astro/xplanet on alpha >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 May 30 13:50:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Alexander Langer >Release: FreeBSD 5.0-CURRENT i386 >Organization: none >Environment: >Description: you should not try to give a 64bit pointer to a function which wants 32 bit. That's why it's ok on i386. >How-To-Repeat: make on alpha >Fix: add these patches: --- options.cc.old Tue May 30 22:23:31 2000 +++ options.cc Tue May 30 22:25:24 2000 @@ -195,7 +195,9 @@ case DATE: { #ifdef HAVE_STRPTIME - struct tm *t = gmtime (&opts.time.tv_sec); + time_t tmp = (time_t) opts.time.tv_sec; + struct tm *t = gmtime (&tmp); + opts.time.tv_sec = (long) tmp; strptime (optarg, "%d %b %Y %T", t); opts.time.tv_sec = mktime (t); #else and --- xroutines.cc.old Tue May 30 22:33:50 2000 +++ xroutines.cc Tue May 30 22:34:52 2000 @@ -390,9 +390,13 @@ int y = opts.label_y; int dy; + time_t tmp; + // Write the local time + tmp = (time_t) opts.time.tv_sec; strftime (date_label, sizeof(date_label), "%a %d %b %Y %H:%M %Z", - localtime (&opts.time.tv_sec)); + localtime (&tmp)); + opts.time.tv_sec = tmp; // Write the sun's and observer's positions if (opts.body == 0 || opts.body == 3) and --- xplanetbg.cc.old Tue May 30 22:37:41 2000 +++ xplanetbg.cc Tue May 30 22:40:05 2000 @@ -225,7 +225,10 @@ case DATE: { #ifdef HAVE_STRPTIME - if (tm == NULL) tm = localtime (&tval.tv_sec); + time_t tmp; + tmp = tval.tv_sec; + if (tm == NULL) tm = localtime (&tmp); + tval.tv_sec = tmp; strptime (optarg, "%d %b %Y %T", tm); tval.tv_sec = mktime (tm); #else @@ -393,18 +396,23 @@ break; case TIMEWARP: #ifdef HAVE_STRPTIME - sscanf (optarg, "%f", &timewarp); - if (timewarp == 0) - { - cerr << "timewarp must be non-zero\n"; - exit (EXIT_FAILURE); - } - if (tm == NULL) tm = localtime (&tval.tv_sec); + { + time_t tmp; + sscanf (optarg, "%f", &timewarp); + if (timewarp == 0) + { + cerr << "timewarp must be non-zero\n"; + exit (EXIT_FAILURE); + } + tmp = tval.tv_sec; + if (tm == NULL) tm = localtime (&tmp); + tval.tv_sec = tmp; #else - cerr << "This system does not have the strptime function.\n"; - cerr << "The -timewarp option will be ignored.\n"; + cerr << "This system does not have the strptime function.\n"; + cerr << "The -timewarp option will be ignored.\n"; #endif - break; + break; + } case VERSION: cout << versionstring << endl; cout << "For more information, see " @@ -524,12 +532,15 @@ #ifdef HAVE_STRPTIME if (tm != NULL) { + time_t tmp; strftime (cbuffer, sizeof(cbuffer), "%d %b %Y %T", tm); strcat (dyn_command, " -date \""); strcat (dyn_command, cbuffer); strcat (dyn_command, "\" "); tval.tv_sec += (time_t) timewarp * wait; - tm = localtime (&tval.tv_sec); + tmp = tval.tv_sec; + tm = localtime (&tmp); + tval.tv_sec = tmp; } #endif >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 May 30 13:50:51 2000 Delivered-To: freebsd-ports@freebsd.org Received: from server1.mich.com (server1.mich.com [198.108.16.2]) by hub.freebsd.org (Postfix) with ESMTP id 21B0137B75E for ; Tue, 30 May 2000 13:50:43 -0700 (PDT) (envelope-from will@almanac.yi.org) Received: from almanac.yi.org (pm011-001.dialup.bignet.net [64.79.81.225]) by server1.mich.com (8.9.3/8.9.3) with ESMTP id QAA12112; Tue, 30 May 2000 16:50:35 -0400 Received: by almanac.yi.org (Postfix, from userid 1000) id 8E9B719A6; Tue, 30 May 2000 16:49:58 -0400 (EDT) Date: Tue, 30 May 2000 16:49:58 -0400 From: Will Andrews To: Dan Langille Cc: ports@FreeBSD.ORG Subject: Re: where did mail/qpopper3 come from? Message-ID: <20000530164958.B22499@argon.gryphonsoft.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from dan@freebsddiary.org on Wed, May 31, 2000 at 08:43:25AM +1200 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, May 31, 2000 at 08:43:25AM +1200, Dan Langille wrote: > I noticed in my latest cvsup: > > Mkdir ports/mail/popper3/patches > Create ports/mail/popper3/patches/patch-aa,v > Create ports/mail/popper3/patches/patch-ab,v > Create ports/mail/popper3/patches/patch-ac,v > etc... > > But I see nothing in cvs-all pertaining to this. But checking > cvs, I see that popper and popper3 appear to be mirror images (at least > wrt the most recent commits). > > My question: should this "new" port have appeared in cvs-all? It is a repository copy. Repo-copies don't occur in a normal manner (i.e. w/ cvs commit), but rather a cvs meister (i.e. Asami-san) must copy the files directly in the repository. -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 30 13:54:26 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.surf1.de (mail.surf1.de [194.25.165.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E3FE37B53A; Tue, 30 May 2000 13:54:16 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from cichlids.com (p3E9C1129.dip0.t-ipconnect.de [62.156.17.41]) by mail.surf1.de (8.9.3/8.9.3) with ESMTP id WAA28033; Tue, 30 May 2000 22:54:38 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by cichlids.com (Postfix) with ESMTP id 603B3AC30; Tue, 30 May 2000 22:54:35 +0200 (CEST) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id 36ED814AA4; Tue, 30 May 2000 22:54:14 +0200 (CEST) Date: Tue, 30 May 2000 22:54:14 +0200 From: Alexander Langer To: Steve Price Cc: Bill Fumerola , will@FreeBSD.ORG, erikhb@bgnett.no, freebsd-ports@FreeBSD.ORG Subject: Re: ports/17587: new port: databases/libiodbc Message-ID: <20000530225414.A17796@cichlids.cichlids.com> Mail-Followup-To: Steve Price , Bill Fumerola , will@FreeBSD.ORG, erikhb@bgnett.no, freebsd-ports@FreeBSD.ORG References: <20000529113721.D86725@jade.chc-chimes.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from sprice@hiwaay.net on Mon, May 29, 2000 at 10:50:48AM -0500 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thus spake Steve Price (sprice@hiwaay.net): > Yep, sort of like the reminder at the bottom of this message. > Many of us know, but for those that don't ... :) I love the URL at the end of the confirmation that your PR was received, btw. Alex -- I need a new ~/.sig. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 30 13:57:32 2000 Delivered-To: freebsd-ports@freebsd.org Received: from ducky.nz.freebsd.org (chilled.unixathome.org [203.79.82.27]) by hub.freebsd.org (Postfix) with ESMTP id 5FCF337B6B6 for ; Tue, 30 May 2000 13:57:20 -0700 (PDT) (envelope-from dan@freebsddiary.org) Received: from localhost (dan@localhost) by ducky.nz.freebsd.org (8.9.3/8.9.3) with ESMTP id IAA59301; Wed, 31 May 2000 08:57:17 +1200 (NZST) Date: Wed, 31 May 2000 08:57:15 +1200 (NZST) From: Dan Langille X-Sender: dan@ducky.nz.freebsd.org To: Will Andrews Cc: ports@FreeBSD.ORG Subject: Re: where did mail/qpopper3 come from? In-Reply-To: <20000530164958.B22499@argon.gryphonsoft.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 30 May 2000, Will Andrews wrote: > On Wed, May 31, 2000 at 08:43:25AM +1200, Dan Langille wrote: > > I noticed in my latest cvsup: > > > > Mkdir ports/mail/popper3/patches > > Create ports/mail/popper3/patches/patch-aa,v > > Create ports/mail/popper3/patches/patch-ab,v > > Create ports/mail/popper3/patches/patch-ac,v > > etc... > > > > But I see nothing in cvs-all pertaining to this. But checking > > cvs, I see that popper and popper3 appear to be mirror images (at least > > wrt the most recent commits). > > > > My question: should this "new" port have appeared in cvs-all? > > It is a repository copy. Repo-copies don't occur in a normal manner > (i.e. w/ cvs commit), but rather a cvs meister (i.e. Asami-san) must > copy the files directly in the repository. OK. That tells me what it is. I suspect the answer to my question is no. Then why do we have both popper and popper3? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 30 14:19:56 2000 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 E09F137BC51; Tue, 30 May 2000 14:19:54 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA36914; Tue, 30 May 2000 14:19:54 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Tue, 30 May 2000 14:19:54 -0700 (PDT) From: Message-Id: <200005302119.OAA36914@freefall.freebsd.org> To: alex@big.endian.de, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18908: fix astro/xplanet on alpha Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: fix astro/xplanet on alpha State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Tue May 30 14:19:41 PDT 2000 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18908 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 30 14:21: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.130.111.12]) by hub.freebsd.org (Postfix) with ESMTP id E867537B7C8 for ; Tue, 30 May 2000 14:20:57 -0700 (PDT) (envelope-from pfeifer@dbai.tuwien.ac.at) Received: from [128.130.111.2] (deneb [128.130.111.2]) by vexpert.dbai.tuwien.ac.at (8.9.3/8.9.3) with ESMTP id XAA01471; Tue, 30 May 2000 23:20:47 +0200 (MET DST) Date: Tue, 30 May 2000 23:20:47 +0200 (CEST) From: Gerald Pfeifer To: Will Andrews Cc: freebsd-ports@freebsd.org Subject: Re: ports/18877: Also install libraries for the Wine port! In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 30 May 2000, Gerald Pfeifer wrote: >> Please consider putting the perl line in the port until Wine >> developers resync the sources on this issue. > Can you install the patch nevertheless? [...] > I'll then take care of the SOVERSION issue, one way or the other... Okay, please install my original patch and on top of that, add patches/patch-gc as follows, and do a s/1.0/1/g in pkg/PLIST. Thanks, Gerald --- /dev/null Tue May 30 13:03:39 2000 +++ patch-gc Tue May 30 23:18:16 2000 @@ -0,0 +1,441 @@ +Index: Makefile.in +=================================================================== +RCS file: /home/wine/wine/Makefile.in,v +retrieving revision 1.80 +diff -r1.80 Makefile.in +23c23 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/avifil32/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/avifil32/Makefile.in,v +retrieving revision 1.8 +diff -r1.8 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/comctl32/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/comctl32/Makefile.in,v +retrieving revision 1.12 +diff -r1.12 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/commdlg/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/commdlg/Makefile.in,v +retrieving revision 1.12 +diff -r1.12 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/dciman32/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/dciman32/Makefile.in,v +retrieving revision 1.3 +diff -r1.3 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/ddraw/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/ddraw/Makefile.in,v +retrieving revision 1.6 +diff -r1.6 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/dinput/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/dinput/Makefile.in,v +retrieving revision 1.1 +diff -r1.1 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/dplayx/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/dplayx/Makefile.in,v +retrieving revision 1.6 +diff -r1.6 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/dsound/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/dsound/Makefile.in,v +retrieving revision 1.3 +diff -r1.3 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/gdi/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/gdi/Makefile.in,v +retrieving revision 1.2 +diff -r1.2 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/icmp/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/icmp/Makefile.in,v +retrieving revision 1.3 +diff -r1.3 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/imagehlp/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/imagehlp/Makefile.in,v +retrieving revision 1.4 +diff -r1.4 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/imm32/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/imm32/Makefile.in,v +retrieving revision 1.3 +diff -r1.3 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/lzexpand/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/lzexpand/Makefile.in,v +retrieving revision 1.5 +diff -r1.5 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/mpr/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/mpr/Makefile.in,v +retrieving revision 1.2 +diff -r1.2 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/msacm/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/msacm/Makefile.in,v +retrieving revision 1.5 +diff -r1.5 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/msacm32/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/msacm32/Makefile.in,v +retrieving revision 1.5 +diff -r1.5 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/msnet32/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/msnet32/Makefile.in,v +retrieving revision 1.3 +diff -r1.3 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/msvideo/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/msvideo/Makefile.in,v +retrieving revision 1.6 +diff -r1.6 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/odbc32/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/odbc32/Makefile.in,v +retrieving revision 1.3 +diff -r1.3 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/ole32/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/ole32/Makefile.in,v +retrieving revision 1.8 +diff -r1.8 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/oleaut32/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/oleaut32/Makefile.in,v +retrieving revision 1.11 +diff -r1.11 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/olecli/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/olecli/Makefile.in,v +retrieving revision 1.4 +diff -r1.4 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/oledlg/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/oledlg/Makefile.in,v +retrieving revision 1.3 +diff -r1.3 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/olepro32/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/olepro32/Makefile.in,v +retrieving revision 1.2 +diff -r1.2 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/olesvr/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/olesvr/Makefile.in,v +retrieving revision 1.4 +diff -r1.4 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/opengl32/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/opengl32/Makefile.in,v +retrieving revision 1.1 +diff -r1.1 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/psapi/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/psapi/Makefile.in,v +retrieving revision 1.4 +diff -r1.4 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/rasapi32/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/rasapi32/Makefile.in,v +retrieving revision 1.7 +diff -r1.7 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/richedit/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/richedit/Makefile.in,v +retrieving revision 1.2 +diff -r1.2 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/setupx/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/setupx/Makefile.in,v +retrieving revision 1.3 +diff -r1.3 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/shell32/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/shell32/Makefile.in,v +retrieving revision 1.26 +diff -r1.26 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/sound/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/sound/Makefile.in,v +retrieving revision 1.4 +diff -r1.4 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/stress/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/stress/Makefile.in,v +retrieving revision 1.4 +diff -r1.4 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/tapi32/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/tapi32/Makefile.in,v +retrieving revision 1.4 +diff -r1.4 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/ttydrv/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/ttydrv/Makefile.in,v +retrieving revision 1.4 +diff -r1.4 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/urlmon/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/urlmon/Makefile.in,v +retrieving revision 1.2 +diff -r1.2 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/user/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/user/Makefile.in,v +retrieving revision 1.5 +diff -r1.5 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/version/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/version/Makefile.in,v +retrieving revision 1.6 +diff -r1.6 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/win32s/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/win32s/Makefile.in,v +retrieving revision 1.6 +diff -r1.6 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/win87em/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/win87em/Makefile.in,v +retrieving revision 1.5 +diff -r1.5 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/winaspi/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/winaspi/Makefile.in,v +retrieving revision 1.4 +diff -r1.4 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/windebug/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/windebug/Makefile.in,v +retrieving revision 1.4 +diff -r1.4 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/wing/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/wing/Makefile.in,v +retrieving revision 1.4 +diff -r1.4 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/wininet/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/wininet/Makefile.in,v +retrieving revision 1.2 +diff -r1.2 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/winmm/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/winmm/Makefile.in,v +retrieving revision 1.8 +diff -r1.8 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/winsock/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/winsock/Makefile.in,v +retrieving revision 1.4 +diff -r1.4 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/winspool/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/winspool/Makefile.in,v +retrieving revision 1.6 +diff -r1.6 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/x11drv/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/x11drv/Makefile.in,v +retrieving revision 1.5 +diff -r1.5 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 30 14:44: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from tomts2-srv.bellnexxia.net (tomts2.bellnexxia.net [209.226.175.140]) by hub.freebsd.org (Postfix) with ESMTP id 5813437B57F; Tue, 30 May 2000 14:44:07 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: from orange ([209.226.183.109]) by tomts2-srv.bellnexxia.net (InterMail vM.4.01.02.17 201-229-119) with ESMTP id <20000530214358.WWFA25209.tomts2-srv.bellnexxia.net@orange>; Tue, 30 May 2000 17:43:58 -0400 Received: (from tim@localhost) by orange (8.9.3/8.9.1) id RAA84541; Tue, 30 May 2000 17:43:11 -0400 (EDT) (envelope-from tim) Date: Tue, 30 May 2000 17:43:11 -0400 From: Tim Vanderhoek To: Satoshi - Ports Wraith - Asami Cc: ports@freebsd.org Subject: Re: ports projects Message-ID: <20000530174311.B83316@orange> References: <200005071229.FAA29460@silvia.hip.berkeley.edu> <200005301106.EAA47917@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <200005301106.EAA47917@silvia.hip.berkeley.edu>; from Satoshi - Ports Wraith - Asami on Tue, May 30, 2000 at 04:06:35AM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, May 30, 2000 at 04:06:35AM -0700, Satoshi - Ports Wraith - Asami wrote: > > The only "biggie" left that I am aware of is tcl/tk with their > tclsh/wish scripts. We need to write a clever script that goes with > INSTALL.{tcl,wi}sh that will remove them when there are no other > {tcl,wi}sh* scripts found. The existing tclsh script checks for other tclsh installations with: name=$(/bin/ls $(echo $PATH | sed 's/:/ /g') 2> /dev/null | egrep '^tclsh[0-9]+\.[0-9]+([a-z][a-z])?$') That is, it checks $PATH for anything matching that regexp. If ``$PATH'' was changed to ``${PKG_PREFIX}/bin'', pkg/DEINSTALL could look like: #! /bin/sh TCLSH=${PKG_PREFIX}/bin/tclsh BINDIR="${PKG_PREFIX}/bin /usr/X11R6/bin" tclshs=$(/bin/ls ${BINDIR} 2> /dev/null | \ egrep '^tclsh[0-9]+\.[0-9]+([a-z][a-z])?$') if [ "$tclshs" = "" -a -f ${TCLSH} -a ! -L ${TCLSH} ] && \ (head -3 ${TCLSH} | grep awieYJFnsuILOnfsYEW) >/dev/null 2>&1 then rm -f ${TCLSH} fi Does that do what you want? Or something else? -- Signature withheld by request of author. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 30 15:14:36 2000 Delivered-To: freebsd-ports@freebsd.org Received: from tomts1-srv.bellnexxia.net (tomts1.bellnexxia.net [209.226.175.139]) by hub.freebsd.org (Postfix) with ESMTP id CFD5E37B514 for ; Tue, 30 May 2000 15:14:30 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: from orange ([209.226.108.8]) by tomts1-srv.bellnexxia.net (InterMail vM.4.01.02.17 201-229-119) with ESMTP id <20000530221428.ODSD15500.tomts1-srv.bellnexxia.net@orange>; Tue, 30 May 2000 18:14:28 -0400 Received: (from tim@localhost) by orange (8.9.3/8.9.1) id SAA85466; Tue, 30 May 2000 18:13:46 -0400 (EDT) (envelope-from tim) Date: Tue, 30 May 2000 18:13:46 -0400 From: Tim Vanderhoek To: papowell@astart.com Cc: ports@FreeBSD.org Subject: Re: A possible flaw and headache in the PORTS philosophy Message-ID: <20000530181345.C83316@orange> References: <200005301734.KAA02193@h4.private> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <200005301734.KAA02193@h4.private>; from papowell@astart.com on Tue, May 30, 2000 at 10:34:30AM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, May 30, 2000 at 10:34:30AM -0700, papowell@astart.com wrote: > > You need a way at PACKAGE generation time to tell the package There are many things we need. :) > I am putting up the LPRng print spooler in a package for FreeBSD. Excellent! > Question 1: > There does not appear to be a facility to inform the pkg_create > facility that there are a set of files that are 'temporary', and > need to be placed in the package. The packinglist '@ignore' facility > might be useful, but there is no documentation or explanations > of where or how to use it. Same for the '@ignore_inst' > directive. I think my answer to Q. #3 applies here. The package system (pkg_create(1), pkg_add(1), etc) is meant to be functional outside of the ports system. Not all of its features are easy to use from within the ports system, nor are they necessarily appropriate. > Question 2: > You need to put these files that you want in place in the locations > where you want them for the package. This should be done 'before' > you do the actual package work. A 'pre-package' target in the Makefile > would be VERY useful for this purpose. Actually, there is a pre-package: target. It's probably not documented because it's usually not needed, though. You can also conditionalize anything with: .if defined(PACKAGE_BUILDING) ... .endif However, simply installing files from pre-package: probably won't do what you want. I think what you want to do is always install the lpgNG files printcap, etc. into a directory, either ${PREFIX}/share/lprNG or ${PREFIX}/share/doc/lprNG. Add those files to pkg/PLIST (don't forget the @dirrm). Those are then sample copies. Now, write a pkg/INSTALL script that will conditionally copy files from their sample location in ${PREFIX}/share/lprNG to wherever. Add a post-install: target that looks like: post-install: PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} That will work for both the binary package and the build-from-source cases. As far as I can understand what you are trying to do, this is the way to do it. > Question 3: > How do you tell the package stuff to ignore files if they are > not there (i.e. - Question 1 and Question 2). Or does the '@ignore' > take care of this? I think the answer is that the question is invalid. :) If I understand you correctly, then the question is nulled by my answer to #2. I hope I've understood you correctly, however. -- Signature withheld by request of author. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 30 15:20:22 2000 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 913EC37BE2D for ; Tue, 30 May 2000 15:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA47187; Tue, 30 May 2000 15:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail.surf1.de (mail.surf1.de [194.25.165.21]) by hub.freebsd.org (Postfix) with ESMTP id 5BE4D37B514 for ; Tue, 30 May 2000 15:14:18 -0700 (PDT) (envelope-from alex@cichlids.com) Received: from cichlids.com (p3E9C1129.dip0.t-ipconnect.de [62.156.17.41]) by mail.surf1.de (8.9.3/8.9.3) with ESMTP id AAA18949 for ; Wed, 31 May 2000 00:14:40 +0200 Received: from parca.cichlids.com (parca.cichlids.com [192.168.0.15]) by cichlids.com (Postfix) with ESMTP id 0BB82AC30 for ; Wed, 31 May 2000 00:14:36 +0200 (CEST) Received: by parca.cichlids.com (Postfix, from userid 1001) id 4C1B75DF4; Wed, 31 May 2000 00:14:24 +0200 (CEST) Message-Id: <20000530221424.4C1B75DF4@parca.cichlids.com> Date: Wed, 31 May 2000 00:14:24 +0200 (CEST) From: alex@cichlids.com Reply-To: alex@cichlids.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18910: fix astro/xtide on alpha Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18910 >Category: ports >Synopsis: fix astro/xtide on alpha >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 30 15:20:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Alexander Langer >Release: FreeBSD 5.0-CURRENT alpha >Organization: 5th try to submit that PR due to broken MTA and DNS organization >Environment: No idea. >Description: Don't use -O2 for C++ on alpha arch, as the compiler claims with a BIG FAT warning message. (I tried to make that description look important, but it isn't so please understand my bad feeling about that.) >How-To-Repeat: >Fix: please repo-copy patches/ to patches.alpha/ and add this additional patch. --- Makefile.in.old Tue May 30 16:26:52 2000 +++ Makefile.in Tue May 30 16:27:01 2000 @@ -14,7 +14,7 @@ # Compiler and flags # DEFS should include -Dacceptarg3_t=int (replace with the correct data type) CXX = @CXX@ -CXXFLAGS = @extracxxflags@ @DEFS@ -O2 -I@includedir@ -I$(XROOT)/include -I/usr/local/include -I/usr/contrib/include -c +CXXFLAGS = @extracxxflags@ @DEFS@ -I@includedir@ -I$(XROOT)/include -I/usr/local/include -I/usr/contrib/include -c LDFLAGS = @extraldflags@ -L@libdir@ -L$(XROOT)/lib -L/usr/local/lib -L/usr/contrib/lib -s -o # Extra switches and libs determined by configure.in >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 May 30 16: 0:10 2000 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 2DD5937B7A8 for ; Tue, 30 May 2000 16:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA51923; Tue, 30 May 2000 16:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from planetoid.serc.rmit.edu.au (planetoid.serc.rmit.edu.au [131.170.42.70]) by hub.freebsd.org (Postfix) with ESMTP id DFCB437B6FD for ; Tue, 30 May 2000 15:58:45 -0700 (PDT) (envelope-from maurice@planetoid.serc.rmit.edu.au) Received: (from maurice@localhost) by planetoid.serc.rmit.edu.au (8.9.3/8.9.3) id IAA74415; Wed, 31 May 2000 08:58:40 +1000 (EST) (envelope-from maurice) Message-Id: <200005302258.IAA74415@planetoid.serc.rmit.edu.au> Date: Wed, 31 May 2000 08:58:40 +1000 (EST) From: Maurice Castro Reply-To: maurice@planetoid.serc.rmit.edu.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18911: New port - plptools Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18911 >Category: ports >Synopsis: New port - plptools >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 May 30 16:00:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Maurice Castro >Release: FreeBSD 3.2-RELEASE i386 >Organization: Software Engineering Research Centre >Environment: All versions >Description: Port of plptools. Allows Psion and other EPOC palmtops to be NFS mounted by Unix. >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: # # plptools # plptools/Makefile # plptools/pkg # plptools/pkg/PLIST # plptools/pkg/DESCR # plptools/pkg/COMMENT # plptools/patches # plptools/patches/patch-aa # plptools/patches/patch-ab # plptools/patches/patch-ac # plptools/patches/patch-ad # plptools/files # plptools/files/md5 # echo c - plptools mkdir -p plptools > /dev/null 2>&1 echo x - plptools/Makefile sed 's/^X//' >plptools/Makefile << 'END-of-plptools/Makefile' X# New ports collection makefile for: PLP tools X# Version required: 0.6 X# Date created: Tue May 30 11:05:51 EST 2000 X# Whom: Maurice Castro X# X# $FreeBSD: $ X# X XDISTNAME= plptools-0.6 XCATEGORIES= comms XMASTER_SITES= ftp://ftp.to.com/pub/psion/tarballs/ X XMAINTAINER= maurice@serc.rmit.edu.au X XUSE_GMAKE= yes XGNU_CONFIGURE= yes X XCONFIGURE_ARGS+=--with-serial=/dev/psion X X.include END-of-plptools/Makefile echo c - plptools/pkg mkdir -p plptools/pkg > /dev/null 2>&1 echo x - plptools/pkg/PLIST sed 's/^X//' >plptools/pkg/PLIST << 'END-of-plptools/pkg/PLIST' Xbin/plpftp Xsbin/ncpd Xsbin/plpnfsd Xlib/libplp.a Xlib/libplp.so Xlib/libplp.la Xlib/libplp.so.1 END-of-plptools/pkg/PLIST echo x - plptools/pkg/DESCR sed 's/^X//' >plptools/pkg/DESCR << 'END-of-plptools/pkg/DESCR' XPLP tools implements the Psion Link Protocol. X XThis program is used to transfer data between an EPOC Palmtop and Xa Unix server. The ncpd daemon is started to communicate with the Xpalmtop and an ftp like interface is provided by plpftp. An NFS Xmounted filesystem is provided by plpnfsd. X XBefore using this port it is necessary to either X X 1. X a) create a symbolic link form the serial port the psion is X connected to to /dev/psion eg ln -s /dev/cuaa0 /dev/psion X X or X X b) start the ncpd daemon with the correct serial port eg X ncpd -p 7501 -s /dev/cuaa0 X X 2. create the mount directory X mkdir /mnt/psion X XTo access your psion: X X plpftp - for an ftp like interface X X plpnfsd - will mount the psion as a file system X X Invoking plpnfsd will by default mount the palmtop as a file system X rooted at /mnt/psion END-of-plptools/pkg/DESCR echo x - plptools/pkg/COMMENT sed 's/^X//' >plptools/pkg/COMMENT << 'END-of-plptools/pkg/COMMENT' XTransfer data between and NFS mount an EPOC Palmtop on Unix. END-of-plptools/pkg/COMMENT echo c - plptools/patches mkdir -p plptools/patches > /dev/null 2>&1 echo x - plptools/patches/patch-aa sed 's/^X//' >plptools/patches/patch-aa << 'END-of-plptools/patches/patch-aa' X*** lib/ppsocket.cc Tue May 30 10:26:30 2000 X--- lib/ppsocket.cc Tue May 30 10:38:06 2000 X*************** X*** 181,187 **** X--- 181,191 ---- X ppsocket *ppsocket:: X accept(char *Peer, int MaxLen) X { X+ #if __FreeBSD_version >= 400000 X socklen_t len; X+ #else X+ unsigned len; X+ #endif X ppsocket *accepted; X char *peer; X END-of-plptools/patches/patch-aa echo x - plptools/patches/patch-ab sed 's/^X//' >plptools/patches/patch-ab << 'END-of-plptools/patches/patch-ab' X*** ncpd/mp_serial.c Tue May 30 10:29:37 2000 X--- ncpd/mp_serial.c Tue May 30 10:32:12 2000 X*************** X*** 30,36 **** X #include /* for usleep() */ X #include /* for bzero() */ X #include X! #if defined(linux) || defined(_IBMR2) || defined(__NetBSD__) X #include /* for ioctl() */ X #endif X #include X--- 30,36 ---- X #include /* for usleep() */ X #include /* for bzero() */ X #include X! #if defined(linux) || defined(_IBMR2) || defined(__NetBSD__) || defined(__FreeBSD__) X #include /* for ioctl() */ X #endif X #include X*************** X*** 151,157 **** X #if defined(hpux) || defined(_IBMR2) X ti.c_cflag = CS8 | HUPCL | clocal | CREAD; X #endif X! #if defined(sun) || defined(linux) || defined(__sgi) || defined(__NetBSD__) X ti.c_cflag = CS8 | HUPCL | clocal | CRTSCTS | CREAD; X ti.c_iflag = IGNBRK | IGNPAR; X ti.c_cc[VMIN] = 1; X--- 151,157 ---- X #if defined(hpux) || defined(_IBMR2) X ti.c_cflag = CS8 | HUPCL | clocal | CREAD; X #endif X! #if defined(sun) || defined(linux) || defined(__sgi) || defined(__NetBSD__) || defined(__FreeBSD__) X ti.c_cflag = CS8 | HUPCL | clocal | CRTSCTS | CREAD; X ti.c_iflag = IGNBRK | IGNPAR; X ti.c_cc[VMIN] = 1; X*************** X*** 182,188 **** X ser_exit(int fd) X { X struct termios ti; X! if (ioctl(fd, TCGETS, (caddr_t) & ti) < 0) X perror("TCGETSW"); X ti.c_cflag &= ~CRTSCTS; X if (tcsetattr(fd, TCSANOW, &ti) < 0) X--- 182,188 ---- X ser_exit(int fd) X { X struct termios ti; X! if(tcgetattr(fd, &ti) < 0) X perror("TCGETSW"); X ti.c_cflag &= ~CRTSCTS; X if (tcsetattr(fd, TCSANOW, &ti) < 0) END-of-plptools/patches/patch-ab echo x - plptools/patches/patch-ac sed 's/^X//' >plptools/patches/patch-ac << 'END-of-plptools/patches/patch-ac' X*** plpnfsd/main.cc Tue May 30 10:42:08 2000 X--- plpnfsd/main.cc Tue May 30 10:42:38 2000 X*************** X*** 304,310 **** X } X signal(SIGPIPE, SIG_IGN); X skt = new ppsocket(); X! if (!skt->connect(NULL, sockNum)) { X cerr << "plpnfsd: could not connect to ncpd" << endl; X status = 1; X } else { X--- 304,310 ---- X } X signal(SIGPIPE, SIG_IGN); X skt = new ppsocket(); X! if (!skt->connect("127.0.0.1", sockNum)) { X cerr << "plpnfsd: could not connect to ncpd" << endl; X status = 1; X } else { END-of-plptools/patches/patch-ac echo x - plptools/patches/patch-ad sed 's/^X//' >plptools/patches/patch-ad << 'END-of-plptools/patches/patch-ad' X*** plpftp/main.cc Tue May 30 10:40:41 2000 X--- plpftp/main.cc Tue May 30 10:41:14 2000 X*************** X*** 86,97 **** X if (argc < 2) X ftpHeader(); X skt = new ppsocket(); X! if (!skt->connect(NULL, sockNum)) { X cout << "plpftp: could not connect to ncpd" << endl; X return 1; X } X skt2 = new ppsocket(); X! if (!skt2->connect(NULL, sockNum)) { X cout << "plpftp: could not connect to ncpd" << endl; X return 1; X } X--- 86,97 ---- X if (argc < 2) X ftpHeader(); X skt = new ppsocket(); X! if (!skt->connect("127.0.0.1", sockNum)) { X cout << "plpftp: could not connect to ncpd" << endl; X return 1; X } X skt2 = new ppsocket(); X! if (!skt2->connect("127.0.0.1", sockNum)) { X cout << "plpftp: could not connect to ncpd" << endl; X return 1; X } END-of-plptools/patches/patch-ad echo c - plptools/files mkdir -p plptools/files > /dev/null 2>&1 echo x - plptools/files/md5 sed 's/^X//' >plptools/files/md5 << 'END-of-plptools/files/md5' XMD5 (plptools-0.6.tar.gz) = 596ace6b80e5a160f4036002df55bcc0 END-of-plptools/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 Tue May 30 16: 4:53 2000 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 9FA6B37B5FE; Tue, 30 May 2000 16:04:51 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id QAA52331; Tue, 30 May 2000 16:04:21 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Tue, 30 May 2000 16:04:20 -0700 (PDT) From: Kris Kennaway To: Dan Langille Cc: ports@FreeBSD.ORG Subject: Re: where did mail/qpopper3 come from? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 31 May 2000, Dan Langille wrote: > But I see nothing in cvs-all pertaining to this. But checking > cvs, I see that popper and popper3 appear to be mirror images (at least > wrt the most recent commits). > > My question: should this "new" port have appeared in cvs-all? Looks like a repo copy in preparation for an upgrade to qpopper 3.0.x Kris ---- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 30 16: 8: 8 2000 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 48F4337B5FE; Tue, 30 May 2000 16:08:07 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id QAA53417; Tue, 30 May 2000 16:08:07 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Tue, 30 May 2000 16:08:07 -0700 (PDT) From: Kris Kennaway To: Dan Langille Cc: Will Andrews , ports@FreeBSD.ORG Subject: Re: where did mail/qpopper3 come from? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 31 May 2000, Dan Langille wrote: > OK. That tells me what it is. I suspect the answer to my question is no. > > Then why do we have both popper and popper3? Because some people may want to stay with the old version, which given that qualcomm have a horrendous reputation for not being able to release a product which is not riddled with security holes, might be a smart idea. Qpopper 2.x has been patched to buggery over the past few years, so it's probably somewhere closer to "safe" by now :-) Of course, Qualcomm might well have done a turnaround and taken up beating their coders with a large prickly stick each time they add an unsafe string handling operation, but only time will tell. Kris ---- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 30 16: 9:58 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mailsorter-105-2.iap.bryant.webtv.net (mailsorter-105-2.iap.bryant.webtv.net [209.240.198.118]) by hub.freebsd.org (Postfix) with ESMTP id 714BB37BA74 for ; Tue, 30 May 2000 16:09:56 -0700 (PDT) (envelope-from mervinluria@webtv.net) Received: from storefull-248.iap.bryant.webtv.net (storefull-248.iap.bryant.webtv.net [209.240.198.113]) by mailsorter-105-2.iap.bryant.webtv.net (WebTV_Postfix) with ESMTP id DD5B22C691 for ; Tue, 30 May 2000 16:09:55 -0700 (PDT) Received: (from production@localhost) by storefull-248.iap.bryant.webtv.net (8.8.8-wtv-d/mt.gso.26Feb98) id QAA24398; Tue, 30 May 2000 16:09:55 -0700 (PDT) X-WebTV-Signature: 1 ETAtAhQDMXJWcbnwm863r8vN3vLL3u+SdwIVAMPPjd7ZfgWNhgPsGgCawXfOz4rf From: mervinluria@webtv.net (Mervin Luria) Date: Tue, 30 May 2000 16:09:55 -0700 (PDT) To: ports@FreeBSD.org Message-ID: <26714-39344A43-1290@storefull-248.iap.bryant.webtv.net> Content-Type: Text/Plain; Charset=US-ASCII Content-Transfer-Encoding: 7Bit MIME-Version: 1.0 (WebTV) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 30 16:12:51 2000 Delivered-To: freebsd-ports@freebsd.org Received: from ducky.nz.freebsd.org (chilled.unixathome.org [203.79.82.27]) by hub.freebsd.org (Postfix) with ESMTP id E022237B71E; Tue, 30 May 2000 16:12:43 -0700 (PDT) (envelope-from dan@freebsddiary.org) Received: from localhost (dan@localhost) by ducky.nz.freebsd.org (8.9.3/8.9.3) with ESMTP id LAA60016; Wed, 31 May 2000 11:12:46 +1200 (NZST) Date: Wed, 31 May 2000 11:12:44 +1200 (NZST) From: Dan Langille X-Sender: dan@ducky.nz.freebsd.org To: Kris Kennaway Cc: ports@FreeBSD.org Subject: Re: where did mail/qpopper3 come from? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 30 May 2000, Kris Kennaway wrote: > On Wed, 31 May 2000, Dan Langille wrote: > > > But I see nothing in cvs-all pertaining to this. But checking > > cvs, I see that popper and popper3 appear to be mirror images (at least > > wrt the most recent commits). > > > > My question: should this "new" port have appeared in cvs-all? > > Looks like a repo copy in preparation for an upgrade to qpopper 3.0.x I've heard of repo copies before, but not seen any practical application for them. I assume popper3 is not an "official" port until a later stage. It would become "official" after a commit (which in turn would generate a message to the cvs-all mailing list) [1]. OK. I think I see now. [1] - for those that haven't guessed already, my questions were entirely selfish and I was worried I'd missed something about creation of new ports. I was asking from a http://freshports.org/ point of view. cheers. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 30 16:15: 5 2000 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 08E7F37BAA5; Tue, 30 May 2000 16:15:03 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id QAA54225; Tue, 30 May 2000 16:15:02 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Tue, 30 May 2000 16:15:02 -0700 (PDT) From: Kris Kennaway To: Dan Langille Cc: ports@FreeBSD.org Subject: Re: where did mail/qpopper3 come from? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 31 May 2000, Dan Langille wrote: > I've heard of repo copies before, but not seen any practical application > for them. I assume popper3 is not an "official" port until a later > stage. It would become "official" after a commit (which in turn would > generate a message to the cvs-all mailing list) [1]. Right. They're done to preserve the history of the files, so that people doing a 'cvs log' will see history stretching back to pre-3.0 versions, in this case. It actually happens quite a bit (the other major use is if files need to be moved from one part of the tree to another). > [1] - for those that haven't guessed already, my questions were entirely > selfish and I was worried I'd missed something about creation of new > ports. I was asking from a http://freshports.org/ point of view. :_) Kris ---- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 30 18:20:10 2000 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 89EFA37BDB3 for ; Tue, 30 May 2000 18:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA67190; Tue, 30 May 2000 18:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from aaz.links.ru (aaz.links.ru [193.125.152.37]) by hub.freebsd.org (Postfix) with ESMTP id 9057437BE21 for ; Tue, 30 May 2000 18:13:16 -0700 (PDT) (envelope-from babolo@links.ru) Received: (from babolo@localhost) by aaz.links.ru (8.9.3/8.9.3) id FAA26993; Wed, 31 May 2000 05:13:14 +0400 (MSD) Message-Id: <200005310113.FAA26993@aaz.links.ru> Date: Wed, 31 May 2000 05:13:14 +0400 (MSD) From: babolo@links.ru Reply-To: .@babolo.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18912: new port: russian/messarge Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18912 >Category: ports >Synopsis: new port: russian/messarge >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 30 18:20:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Aleksandr A. Babaylov >Release: FreeBSD 4.0-RELEASE i386 >Organization: home >Environment: N/A >Description: new port >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: # # . # ./Makefile # ./files # ./files/md5 # ./pkg # ./pkg/PLIST # ./pkg/COMMENT # ./pkg/DESCR # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: messarge X# Date created: 2000 May 29 X# Whom: @BABOLO <.@babolo.ru> X# X# $FreeBSD$ X# X XPORTNAME= messarge XPORTVERSION= 1.19 XCATEGORIES= russian mail www XMASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/mail/ \ X http://www.links.ru/soft/messarge/ X XMAINTAINER= .@babolo.ru X XMAN1= messarge.1 mesraw.1 mesdbc.1 mesarc.1 mestun.1 XMANCOMPRESSED= yes X X.include END-of-./Makefile echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (messarge-1.19.tar.gz) = c26d6531e47663cd29b649d3c6481fb7 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/mesraw Xbin/mesdbc Xbin/mesarc Xbin/mestun Xshare/examples/messarge/README Xshare/examples/messarge/establi.sh Xshare/examples/messarge/format Xshare/examples/messarge/index.html Xshare/examples/messarge/m.shtml Xshare/examples/messarge/mailquo.shtml Xshare/examples/messarge/mesbin.cgi Xshare/examples/messarge/message.shtml Xshare/examples/messarge/message.shtml.f Xshare/examples/messarge/s.shtml Xshare/examples/messarge/t.shtml Xshare/examples/messarge/write.shtml X@dirrm share/examples/messarge X@dirrm share/examples END-of-./pkg/PLIST echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' XTools to mantain UNIX mailboxesEND-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XTools to manipulate UNIX mailboxes. XExample of use messarge as www interface Xto mail archive included (like mhonarc, Xbut original UNIX mailboxes used). XConverts Russian encodings as appropriate. XMultipart messages and multimedia extensions Xprocessing included. Extremely fast response Xfor operations with indexed mailboxes. XVery flexible. X XWWW: http://www.links.ru/soft/messarge/ END-of-./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 Tue May 30 19: 0: 5 2000 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 CA28F37BE14 for ; Tue, 30 May 2000 19:00:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA70891; Tue, 30 May 2000 19:00:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 5E7D837BE14; Tue, 30 May 2000 18:58:57 -0700 (PDT) Message-Id: <20000531015857.5E7D837BE14@hub.freebsd.org> Date: Tue, 30 May 2000 18:58:57 -0700 (PDT) From: bsdx@looksharp.net To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/18913: [PATCHES] gcombust upgrade 0.1.32 -> 0.1.33 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18913 >Category: ports >Synopsis: [PATCHES] gcombust upgrade 0.1.32 -> 0.1.33 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 30 19:00:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Adam McDougall >Release: 5-current >Organization: >Environment: FreeBSD amethyst.looksharp.net 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Tue May 30 18:30:24 EDT 2000 user1@amethyst.looksharp.net:/itg2/src/sys/compile/AMETHYST i386 >Description: Patches to upgrade port, new version came out today. The new version is mainly bugfixes and translation issues, but also: * added 10 speed option * added prefs option for the cdda device and for the "Existing ISO" device I also cleaned up the port itself a little bit including updating the PLIST and adding RUN_DEPENDS for two programs that gcombust uses. >How-To-Repeat: >Fix: Grab http://www.looksharp.net/~user1/gc0133.diff Apply, look over if need be (passed portlint and package building tests here) commit Note: I haven't heard from the maintainer in weeks after contact attempt. >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 May 30 20: 8:57 2000 Delivered-To: freebsd-ports@freebsd.org Received: from rcpt-expgw.biglobe.ne.jp (rcpt-expgw.biglobe.ne.jp [210.147.6.214]) by hub.freebsd.org (Postfix) with ESMTP id 771E537B5AD; Tue, 30 May 2000 20:08:49 -0700 (PDT) (envelope-from yatt@msc.biglobe.ne.jp) Received: from pop156.biglobe.ne.jp by rcpt-expgw.biglobe.ne.jp (8.9.3+3.2W/3.7W-00041410) with ESMTP id WAA25621; Wed, 24 May 2000 22:12:40 +0900 (JST) X-Biglobe-Sender: yatt@msc.biglobe.ne.jp X-Biglobe-Date: Wed, 24 May 2000 22:12:37 +0900 To: mharo@FreeBSD.org Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/17241: Update: japanese/tkdesk In-Reply-To: <200004012018.MAA60766@freefall.freebsd.org> References: <200004012018.MAA60766@freefall.freebsd.org> X-Mailer: Mew version 1.94.2 on XEmacs 20.4 (Emerald) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20000524221015O.yatt@msc.biglobe.ne.jp> Date: Wed, 24 May 2000 22:10:15 +0900 From: Yoichi ASAI X-Dispatcher: imput version 20000228(IM140) Lines: 304 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Latest version of TkDesk Japanization patch is now 1.2-jp5. Please use this patch below. Yoichi ASAI diff -urN tkdesk.orig/Makefile tkdesk/Makefile --- tkdesk.orig/Makefile Thu Apr 13 07:12:37 2000 +++ tkdesk/Makefile Mon May 8 21:55:42 2000 @@ -12,7 +12,7 @@ DISTNAME= ${PORTNAME}-${VERSION} PATCH_SITES= http://www.linet.gr.jp/~mituiwa/ -PATCHFILES= tkdesk-${VERSION}-jmenu-${VERSION_PL}.diff +PATCHFILES= tkdesk-${VERSION}-${VERSION_PL}.diff PATCH_DIST_STRIP= -p1 MAINTAINER= yatt@msc.biglobe.ne.jp @@ -21,8 +21,8 @@ RUN_DEPENDS= imali:${PORTSDIR}/mail/im \ easypr:${PORTSDIR}/japanese/easypr -VERSION= 1.1 -VERSION_PL= p58 +VERSION= 1.2 +VERSION_PL= jp5 USE_XLIB= yes USE_GMAKE= yes @@ -32,13 +32,9 @@ MAN1= tkdesk.1 cd-tkdesk.1 ed-tkdesk.1 od-tkdesk.1 -pre-patch: - @cd ${WRKSRC}; ${PATCH} -s < ${FILESDIR}/pre-patch - post-patch: @/usr/bin/find ${WRKSRC}/tcldesk '(' -name '*.orig' -o -name '*~' ')' \ -exec ${RM} -f {} \; - @${RM} ${WRKSRC}/config.h ${WRKSRC}/config.cache post-install: @/usr/bin/strip ${PREFIX}/bin/tkdesksh diff -urN tkdesk.orig/files/md5 tkdesk/files/md5 --- tkdesk.orig/files/md5 Fri Dec 10 20:15:00 1999 +++ tkdesk/files/md5 Mon May 8 21:54:01 2000 @@ -1,2 +1,2 @@ -MD5 (tkdesk-1.1.tar.gz) = 4ac95c572a662709f7f575ad3544afc3 -MD5 (tkdesk-1.1-jmenu-p58.diff) = 6c494228ef55ccb922fdc353ded3b7ac +MD5 (tkdesk-1.2.tar.gz) = 33aa10a3d3b51017cdd495886848a2a6 +MD5 (tkdesk-1.2-jp5.diff) = 7477e7c298ac8b4caf8af20652ec4a66 diff -urN tkdesk.orig/files/pre-patch tkdesk/files/pre-patch --- tkdesk.orig/files/pre-patch Thu Oct 28 01:37:00 1999 +++ tkdesk/files/pre-patch Thu Jan 1 09:00:00 1970 @@ -1,12 +0,0 @@ ---- tkdesk.main.orig Tue Sep 21 15:10:58 1999 -+++ tkdesk.main Tue Sep 21 15:11:12 1999 -@@ -45,7 +45,7 @@ - # - - set tkdesk(version) "1.1" --set tkdesk(date) "20.09.98" -+set tkdesk(date) "02.09.98" - - if [info exists env(TKDESK_LIBRARY)] { - set tkdesk(library) $env(TKDESK_LIBRARY) -EOF diff -urN tkdesk.orig/patches/patch-aa tkdesk/patches/patch-aa --- tkdesk.orig/patches/patch-aa Fri Oct 22 18:14:00 1999 +++ tkdesk/patches/patch-aa Mon May 8 21:42:42 2000 @@ -1,6 +1,6 @@ ---- configure.orig Tue Sep 21 15:27:50 1999 -+++ configure Tue Sep 21 15:27:50 1999 -@@ -646,8 +646,8 @@ +--- configure.orig Wed Dec 22 11:29:53 1999 ++++ configure Wed Dec 22 11:30:17 1999 +@@ -745,8 +745,8 @@ # ITCL_LIB_SPEC already set in itclConfig.sh ITCL_LIB_STATIC=${TCLCONF_PATH}/libitcl${ITCL_VERSION}.a else diff -urN tkdesk.orig/patches/patch-ab tkdesk/patches/patch-ab --- tkdesk.orig/patches/patch-ab Fri Oct 22 18:14:00 1999 +++ tkdesk/patches/patch-ab Mon May 8 21:42:42 2000 @@ -1,24 +1,19 @@ ---- Makefile.in.orig Wed Oct 20 22:27:33 1999 -+++ Makefile.in Wed Oct 20 22:36:27 1999 -@@ -127,7 +127,7 @@ - FVERSION = 11 +--- Makefile.in.orig Thu Dec 23 05:55:44 1999 ++++ Makefile.in Thu Dec 23 05:58:56 1999 +@@ -131,11 +131,7 @@ + FVERSION = 12 PKGDIR = $(PKGNAME)-$(VERSION) -all: shell client tkdesk_script man2text jisdecode catheader text2bin easypr +- @echo "========= Build complete." +- @echo " " +- @echo "You can try out TkDesk before installing it by executing:" +- @echo "./testdrive" +all: shell client tkdesk_script man2text jisdecode catheader text2bin - @echo "========= Build complete." - @echo " " - @echo "You can try out TkDesk before installing it by commenting" -@@ -139,7 +139,7 @@ - tkAppInit.o libdesk/libdesk.a netscape-remote/libnetscape.a \ - blt/libBLT.a $(LIBS) --static: makelibs tkAppInit-static.o client tkdesk_script man2text jisdecode catheader text2bin easypr -+static: makelibs tkAppInit-static.o client tkdesk_script man2text jisdecode catheader text2bin - $(CC) $(LDFLAGS) @TCL_LD_SEARCH_FLAGS@ -static -o tkdesksh \ - tkAppInit-static.o libdesk/libdesk.a netscape-remote/libnetscape.a \ - blt/libBLT.a itcl/libitcl.a $(LIBS_STATIC) -@@ -211,7 +211,7 @@ + shell: makelibs tkAppInit.o + $(CC) $(LDFLAGS) @TCL_LD_SEARCH_FLAGS@ -o tkdesksh \ +@@ -218,7 +214,7 @@ find $(SCRIPT_INSTALL_DIR) -type f -exec chmod a+r {} \; find $(SCRIPT_INSTALL_DIR) -type d -exec chmod a+rx {} \; @echo "=== Creating index..." @@ -27,20 +22,20 @@ @echo "=== Installing the manual pages..." @for f in tkdesk.1 cd-tkdesk.1 ed-tkdesk.1 od-tkdesk.1; do \ echo "installing $$f" ;\ -@@ -222,9 +222,6 @@ +@@ -229,9 +225,6 @@ cp text2bin $(BIN_INSTALL_DIR) cp jisdecode $(BIN_INSTALL_DIR) cp catheader $(BIN_INSTALL_DIR) - cp easypr $(BIN_INSTALL_DIR) - cp lpr2 $(BIN_INSTALL_DIR) - chmod 755 $(BIN_INSTALL_DIR)/lpr2 - @echo "=== Installation complete." -@@ -253,7 +250,7 @@ - cd libdesk ; $(MAKE) clean + uninstall: +@@ -260,7 +253,7 @@ cd tkdeskclient ; $(MAKE) clean cd tcldesk ; rm -f #*# + rm -f *.o tkdesksh - rm -f *.o tkdesksh man2text jisdecode catheader text2bin easypr + rm -f *.o tkdesksh man2text jisdecode catheader text2bin diff -urN tkdesk.orig/pkg/PLIST tkdesk/pkg/PLIST --- tkdesk.orig/pkg/PLIST Fri Oct 22 18:14:00 1999 +++ tkdesk/pkg/PLIST Mon May 8 21:42:42 2000 @@ -17,10 +17,12 @@ lib/TkDesk/Editor.tcl lib/TkDesk/FileInfo.tcl lib/TkDesk/FileListbox.tcl +lib/TkDesk/Frame.tcl lib/TkDesk/HistEntry.tcl lib/TkDesk/List.tcl lib/TkDesk/Mail.tcl lib/TkDesk/Periodic.tcl +lib/TkDesk/Toplevel.tcl lib/TkDesk/Viewer.tcl lib/TkDesk/action.tcl lib/TkDesk/annotations.tcl @@ -30,6 +32,8 @@ lib/TkDesk/appbar-mail.tcl lib/TkDesk/appbar-trash.tcl lib/TkDesk/appbar.tcl +lib/TkDesk/bltDnd.tcl +lib/TkDesk/bltDragdrop.tcl lib/TkDesk/bookmarks.tcl lib/TkDesk/cb_tools/bindings.tcl lib/TkDesk/cb_tools/bitmaps/combo.xbm @@ -74,8 +78,6 @@ @exec chmod 755 %B/.trash lib/TkDesk/copy.tcl lib/TkDesk/cpanels.tcl -lib/TkDesk/dd-file.tcl -lib/TkDesk/dd-text.tcl lib/TkDesk/delete.tcl lib/TkDesk/diary.tcl lib/TkDesk/doc/CHANGES @@ -84,6 +86,8 @@ lib/TkDesk/doc/MailUsage lib/TkDesk/doc/QuickStart lib/TkDesk/doc/guide-1.html +lib/TkDesk/doc/guide-10.html +lib/TkDesk/doc/guide-11.html lib/TkDesk/doc/guide-2.html lib/TkDesk/doc/guide-3.html lib/TkDesk/doc/guide-4.html @@ -92,10 +96,9 @@ lib/TkDesk/doc/guide-7.html lib/TkDesk/doc/guide-8.html lib/TkDesk/doc/guide-9.html -lib/TkDesk/doc/guide-10.html -lib/TkDesk/doc/guide-11.html lib/TkDesk/doc/guide.html lib/TkDesk/dsk_Listbox.tcl +lib/TkDesk/envedit.tcl lib/TkDesk/file_ops.tcl lib/TkDesk/find.tcl lib/TkDesk/help.tcl @@ -198,10 +201,12 @@ lib/TkDesk/images/ficons16/gif2.xpm lib/TkDesk/images/ficons16/h.xpm lib/TkDesk/images/ficons16/html.xpm +lib/TkDesk/images/ficons16/html2.xpm lib/TkDesk/images/ficons16/image.xpm lib/TkDesk/images/ficons16/mini-comet.xpm lib/TkDesk/images/ficons16/music.xpm lib/TkDesk/images/ficons16/parcel.xpm +lib/TkDesk/images/ficons16/pdf.xpm lib/TkDesk/images/ficons16/prism.xpm lib/TkDesk/images/ficons16/rpm.xpm lib/TkDesk/images/ficons16/script.xpm @@ -321,6 +326,7 @@ lib/TkDesk/images/next/Write.xpm lib/TkDesk/images/next/WriteMail.xpm lib/TkDesk/images/next/adder.xpm +lib/TkDesk/images/next/applix.xpm lib/TkDesk/images/next/bag.xpm lib/TkDesk/images/next/bag_full.xpm lib/TkDesk/images/next/bargraph.xpm @@ -533,39 +539,41 @@ lib/TkDesk/sounds/newmail.au lib/TkDesk/sounds/robot_dead.au lib/TkDesk/sounds/start.au +lib/TkDesk/static/itcl3.0/itcl.tcl +lib/TkDesk/static/itcl3.0/pkgIndex.tcl +lib/TkDesk/static/tcl8.0/history.tcl +lib/TkDesk/static/tcl8.0/init.tcl +lib/TkDesk/static/tcl8.0/ldAix +lib/TkDesk/static/tcl8.0/ldAout.tcl +lib/TkDesk/static/tcl8.0/parray.tcl +lib/TkDesk/static/tcl8.0/safe.tcl +lib/TkDesk/static/tcl8.0/tclIndex +lib/TkDesk/static/tcl8.0/word.tcl +lib/TkDesk/static/tk8.0/bgerror.tcl +lib/TkDesk/static/tk8.0/button.tcl +lib/TkDesk/static/tk8.0/clrpick.tcl +lib/TkDesk/static/tk8.0/comdlg.tcl +lib/TkDesk/static/tk8.0/console.tcl +lib/TkDesk/static/tk8.0/dialog.tcl +lib/TkDesk/static/tk8.0/entry.tcl +lib/TkDesk/static/tk8.0/focus.tcl +lib/TkDesk/static/tk8.0/listbox.tcl +lib/TkDesk/static/tk8.0/menu.tcl +lib/TkDesk/static/tk8.0/msgbox.tcl +lib/TkDesk/static/tk8.0/obsolete.tcl +lib/TkDesk/static/tk8.0/optMenu.tcl +lib/TkDesk/static/tk8.0/palette.tcl +lib/TkDesk/static/tk8.0/prolog.ps +lib/TkDesk/static/tk8.0/safetk.tcl +lib/TkDesk/static/tk8.0/scale.tcl +lib/TkDesk/static/tk8.0/scrlbar.tcl +lib/TkDesk/static/tk8.0/tclIndex +lib/TkDesk/static/tk8.0/tearoff.tcl +lib/TkDesk/static/tk8.0/text.tcl +lib/TkDesk/static/tk8.0/tk.tcl +lib/TkDesk/static/tk8.0/tkfbox.tcl +lib/TkDesk/static/tk8.0/xmfbox.tcl lib/TkDesk/tclIndex -lib/TkDesk/tcl_lib/Version -lib/TkDesk/tcl_lib/init.tcl -lib/TkDesk/tcl_lib/ldAout.tcl -lib/TkDesk/tcl_lib/parray.tcl -lib/TkDesk/tcl_lib/tclIndex -lib/TkDesk/tk_lib/bgerror.tcl -lib/TkDesk/tk_lib/button.tcl -lib/TkDesk/tk_lib/clrpick.tcl -lib/TkDesk/tk_lib/comdlg.tcl -lib/TkDesk/tk_lib/console.tcl -lib/TkDesk/tk_lib/dialog.tcl -lib/TkDesk/tk_lib/entry.tcl -lib/TkDesk/tk_lib/focus.tcl -lib/TkDesk/tk_lib/folder.gif -lib/TkDesk/tk_lib/listbox.tcl -lib/TkDesk/tk_lib/menu.tcl -lib/TkDesk/tk_lib/msgbox.tcl -lib/TkDesk/tk_lib/obsolete.tcl -lib/TkDesk/tk_lib/optMenu.tcl -lib/TkDesk/tk_lib/palette.tcl -lib/TkDesk/tk_lib/prolog.ps -lib/TkDesk/tk_lib/scale.tcl -lib/TkDesk/tk_lib/scrlbar.tcl -lib/TkDesk/tk_lib/tclIndex -lib/TkDesk/tk_lib/tearoff.tcl -lib/TkDesk/tk_lib/text.tcl -lib/TkDesk/tk_lib/textfile.gif -lib/TkDesk/tk_lib/tk.tcl -lib/TkDesk/tk_lib/tkAppInit.c -lib/TkDesk/tk_lib/tkfbox.tcl -lib/TkDesk/tk_lib/updir.xbm -lib/TkDesk/tk_lib/xmfbox.tcl lib/TkDesk/tkpatches.tcl lib/TkDesk/update.tcl lib/TkDesk/util.tcl @@ -581,6 +589,8 @@ @dirrm lib/TkDesk/images/xbm @dirrm lib/TkDesk/images @dirrm lib/TkDesk/sounds -@dirrm lib/TkDesk/tcl_lib -@dirrm lib/TkDesk/tk_lib +@dirrm lib/TkDesk/static/itcl3.0 +@dirrm lib/TkDesk/static/tcl8.0 +@dirrm lib/TkDesk/static/tk8.0 +@dirrm lib/TkDesk/static @dirrm lib/TkDesk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 30 20:10: 7 2000 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 6E40B37B7C6 for ; Tue, 30 May 2000 20:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA78756; Tue, 30 May 2000 20:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from news.orsk.ru (relay.orsk.ru [193.233.163.2]) by hub.freebsd.org (Postfix) with ESMTP id 6A32C37B981 for ; Tue, 30 May 2000 20:03:11 -0700 (PDT) (envelope-from dm@dmhome.orsk.ru) Received: from bbs.orsk.ru (bbs.orsk.ru [193.233.163.8]) by news.orsk.ru (8.9.3/8.9.3) with ESMTP id WAA00551 for ; Tue, 30 May 2000 22:27:27 +0500 (YEKT) Received: (from uucp@localhost) by bbs.orsk.ru (8.9.3/8.9.3) with UUCP id XAA07283 for FreeBSD-gnats-submit@freebsd.org; Tue, 30 May 2000 23:27:26 +0600 (YEKST) (envelope-from dm@dmhome.orsk.ru) Received: (from dm@localhost) by dmhome.orsk.ru (8.9.3/8.9.3) id XAA13776; Tue, 30 May 2000 23:20:54 +0600 (YEKST) (envelope-from dm) Message-Id: <200005301720.XAA13776@dmhome.orsk.ru> Date: Tue, 30 May 2000 23:20:54 +0600 (YEKST) From: Denis Mittsev Reply-To: dm@dmhome.orsk.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18914: Error in x11-wm/fvwm2 (FvwmCommand module) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18914 >Category: ports >Synopsis: Error in x11-wm/fvwm2 (FvwmCommand module) >Confidential: yes >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue May 30 20:10:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Denis Mittsev >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: patch-??: --- extras/FvwmCommand/FvwmCommand.c.orig Mon Jan 11 01:59:41 1999 +++ extras/FvwmCommand/FvwmCommand.c Tue May 30 23:06:07 2000 @@ -700,7 +700,7 @@ printf( " %-20s x %ld, y %ld, desk %ld, max x %ld, max y %ld\n", "new page", - body[0], body[0], body[2], body[3], body[4]); + body[0], body[1], body[2], body[3], body[4]); } /************************************************************************* >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 May 30 20:10: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from rcpt-expgw.biglobe.ne.jp (rcpt-expgw.biglobe.ne.jp [210.147.6.214]) by hub.freebsd.org (Postfix) with ESMTP id CBF3D37BE7F; Tue, 30 May 2000 20:09:01 -0700 (PDT) (envelope-from yatt@msc.biglobe.ne.jp) Received: from pop156.biglobe.ne.jp by rcpt-expgw.biglobe.ne.jp (8.9.3+3.2W/3.7W-00041410) with ESMTP id VAA24103; Sun, 28 May 2000 21:41:52 +0900 (JST) X-Biglobe-Sender: yatt@msc.biglobe.ne.jp X-Biglobe-Date: Sun, 28 May 2000 21:41:50 +0900 To: gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18856: Update port: audio/timidity++ In-Reply-To: <200005280550.WAA70725@freefall.freebsd.org> References: <20000528054738.333FB37B74E@hub.freebsd.org> <200005280550.WAA70725@freefall.freebsd.org> X-Mailer: Mew version 1.94.2 on XEmacs 20.4 (Emerald) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20000528212236U.yatt@msc.biglobe.ne.jp> Date: Sun, 28 May 2000 21:22:36 +0900 From: Yoichi ASAI X-Dispatcher: imput version 20000228(IM140) Lines: 15 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I miss-sent this PR. This is same to `ports/18853'. Please ignore it. > Thank you very much for your problem report. > It has the internal identification `ports/18856'. > The individual assigned to look at your > report is: freebsd-ports. > > >Category: ports > >Responsible: freebsd-ports > >Synopsis: Update port: audio/timidity++ > >Arrival-Date: Sat May 27 22:50:01 PDT 2000 --- Yoichi ASAI To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 30 20:35:18 2000 Delivered-To: freebsd-ports@freebsd.org Received: from alexander.pentalpha.com.hk (alexander.pentalpha.com.hk [210.176.109.1]) by hub.freebsd.org (Postfix) with ESMTP id 519C637BDA5; Tue, 30 May 2000 20:35:12 -0700 (PDT) (envelope-from danny@pentalpha.com.hk) Received: (from uucp@localhost) by alexander.pentalpha.com.hk (8.9.3/8.9.3) id LAA74252; Wed, 31 May 2000 11:35:09 +0800 (CST) (envelope-from danny@pentalpha.com.hk) Received: from 001.mis.pentalpha.com.hk(10.0.0.168), claiming to be "001.mis.penatlpha.com.hk" via SMTP by alexander.pentalpha.com.hk, id smtpdq74250; Wed May 31 11:35:09 2000 Message-ID: <007801bfcab1$386c3160$a800000a@001.mis.penatlpha.com.hk> From: "Danny Wong" To: , Subject: problme on mod_php4 Date: Wed, 31 May 2000 11:35:09 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org When I try to install the port mod_php4, I got the following error. How can I fix it? I am running on FreeBSD 4.0 stable. Thanks! Danny configure:1686: cc -o conftest -O -pipe conftest.c -lkrb -ldes -L/usr/local/li /usr/lib/libkrb.so: undefined reference to `init_error_table' /usr/lib/libkrb.so: undefined reference to `initialize_error_table_r' configure: failed program was: #line 1681 "configure" #include "confdefs.h" main(){return(0);} (end of "config.log") *** Error code 1 Stop in /usr/ports/www/mod_php4. *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 30 21:45:24 2000 Delivered-To: freebsd-ports@freebsd.org Received: from tisch.mail.mindspring.net (tisch.mail.mindspring.net [207.69.200.157]) by hub.freebsd.org (Postfix) with ESMTP id 85DE537B79B for ; Tue, 30 May 2000 21:45:16 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca7-95.ix.netcom.com [209.109.235.95]) by tisch.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id AAA21425; Wed, 31 May 2000 00:45:12 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id VAA52770; Tue, 30 May 2000 21:45:09 -0700 (PDT) To: Tim Vanderhoek Cc: ports@freebsd.org Subject: Re: ports projects References: <200005071229.FAA29460@silvia.hip.berkeley.edu> <200005301106.EAA47917@silvia.hip.berkeley.edu> <20000530174311.B83316@orange> From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) Date: 30 May 2000 21:45:03 -0700 In-Reply-To: Tim Vanderhoek's message of "Tue, 30 May 2000 17:43:11 -0400" Message-ID: Lines: 35 X-Mailer: Gnus v5.7/Emacs 20.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Tim Vanderhoek * > * > The only "biggie" left that I am aware of is tcl/tk with their * > tclsh/wish scripts. We need to write a clever script that goes with * > INSTALL.{tcl,wi}sh that will remove them when there are no other * > {tcl,wi}sh* scripts found. * * The existing tclsh script checks for other tclsh installations with: * * name=$(/bin/ls $(echo $PATH | sed 's/:/ /g') 2> /dev/null | egrep '^tclsh[0-9]+\.[0-9]+([a-z][a-z])?$') * * That is, it checks $PATH for anything matching that regexp. If * ``$PATH'' was changed to ``${PKG_PREFIX}/bin'', pkg/DEINSTALL could look * like: * * #! /bin/sh * TCLSH=${PKG_PREFIX}/bin/tclsh * BINDIR="${PKG_PREFIX}/bin /usr/X11R6/bin" * tclshs=$(/bin/ls ${BINDIR} 2> /dev/null | \ * egrep '^tclsh[0-9]+\.[0-9]+([a-z][a-z])?$') * if [ "$tclshs" = "" -a -f ${TCLSH} -a ! -L ${TCLSH} ] && \ * (head -3 ${TCLSH} | grep awieYJFnsuILOnfsYEW) >/dev/null 2>&1 * then * rm -f ${TCLSH} * fi * * * Does that do what you want? Or something else? That does look like what I want. Basically it deletes ${PKG_PREFIX}/bin/tclsh iff it has the "awie...." magic string and there are no other stuff like "tclsh8.0" and "tclsh7.6jp", right? Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 30 22:40:54 2000 Delivered-To: freebsd-ports@freebsd.org Received: from darkstar.qx.net (darkstar.qx.net [208.235.88.101]) by hub.freebsd.org (Postfix) with ESMTP id E815937B74A for ; Tue, 30 May 2000 22:40:32 -0700 (PDT) (envelope-from rahim@qx.net) Received: from lain.qx.net (node-d8e914a6.powerinter.net [216.233.20.166]) by darkstar.qx.net (8.9.3/8.9.3) with ESMTP id BAA25339 for ; Wed, 31 May 2000 01:40:07 -0400 Message-Id: <4.3.1.2.20000531013819.0222f448@mail.qx.net> X-Sender: rahim@mail.qx.net X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Wed, 31 May 2000 01:40:03 -0400 To: ports@FreeBSD.org From: "rahim@qx.net" Subject: MRTG Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Is it just me, or does the newer version of gd break the MRTG port in freebsd 4.0? I don't pretend to know installing stuff under freebsd well at all. and I cant get mrtg installed now that gd1.8.1 from ports actually dloads and installs gd1.8.2 =( To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 30 22:50:32 2000 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 2013A37B74A; Tue, 30 May 2000 22:50:24 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: from orange (ppp18323.on.bellglobal.com [206.172.130.3]) by smtp13.bellglobal.com (8.8.5/8.8.5) with ESMTP id BAA06934; Wed, 31 May 2000 01:54:08 -0400 (EDT) Received: (from tim@localhost) by orange (8.9.3/8.9.1) id BAA90915; Wed, 31 May 2000 01:50:19 -0400 (EDT) (envelope-from tim) Date: Wed, 31 May 2000 01:50:18 -0400 From: Tim Vanderhoek To: Satoshi - Ports Wraith - Asami Cc: ports@FreeBSD.org Subject: Re: ports projects Message-ID: <20000531015018.A90783@orange> References: <200005071229.FAA29460@silvia.hip.berkeley.edu> <200005301106.EAA47917@silvia.hip.berkeley.edu> <20000530174311.B83316@orange> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: ; from Satoshi - Ports Wraith - Asami on Tue, May 30, 2000 at 09:45:03PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, May 30, 2000 at 09:45:03PM -0700, Satoshi - Ports Wraith - Asami wrote: [..] >> Does that do what you want? Or something else? > > That does look like what I want. Basically it deletes > ${PKG_PREFIX}/bin/tclsh iff it has the "awie...." magic string and > there are no other stuff like "tclsh8.0" and "tclsh7.6jp", right? That's what it did when I tested it. :-) Looking over it again, now, I don't think the -L symlink test adds anything useful. Since I was responsible for the original tclsh and wish, I can add this to the various ports. Do you think it's better to use a single copy of it in a shared ${PKGDIR} (ie. the way it's done for the INSTALL.tclsh and INSTALL.wish scripts), or to put a copy into each tclsh and wish port? The use of `portcheckout` is increasing, but I'm not sure it really matters in that context. I think I favour a single copy synched with INSTALL.(tcl|wi)sh. [proposed script post-pended for reference] > * #! /bin/sh > * TCLSH=${PKG_PREFIX}/bin/tclsh > * BINDIR="${PKG_PREFIX}/bin /usr/X11R6/bin" > * tclshs=$(/bin/ls ${BINDIR} 2> /dev/null | \ > * egrep '^tclsh[0-9]+\.[0-9]+([a-z][a-z])?$') > * if [ "$tclshs" = "" -a -f ${TCLSH} -a ! -L ${TCLSH} ] && \ > * (head -3 ${TCLSH} | grep awieYJFnsuILOnfsYEW) >/dev/null 2>&1 > * then > * rm -f ${TCLSH} > * fi > * > * -- Signature withheld by request of author. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 30 23:16:20 2000 Delivered-To: freebsd-ports@freebsd.org Received: from blizzard.sabbo.net (blizzard.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id AE50237BE5C for ; Tue, 30 May 2000 23:16:14 -0700 (PDT) (envelope-from sobomax@freebsd.org) Received: from vic.sabbo.net (vic.sabbo.net [193.193.218.106]) by blizzard.sabbo.net (8.9.1/8.9.3) with ESMTP id JAA29589; Wed, 31 May 2000 09:14:57 +0300 (EEST) Received: from freebsd.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.9.3/8.9.3) with ESMTP id JAA35865; Wed, 31 May 2000 09:15:55 +0300 (EEST) (envelope-from sobomax@freebsd.org) Message-ID: <3934AE16.39164341@freebsd.org> Date: Wed, 31 May 2000 09:15:50 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.73 [en] (WinNT; I) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Dan Langille Cc: Will Andrews , ports@freebsd.org Subject: Re: where did mail/qpopper3 come from? References: Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dan Langille wrote: > Then why do we have both popper and popper3? Because old popper is widely used and relatively good tested, so many people may opt to use old version instead. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 30 23:31: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from granger.mail.mindspring.net (granger.mail.mindspring.net [207.69.200.148]) by hub.freebsd.org (Postfix) with ESMTP id C3BCD37BA12 for ; Tue, 30 May 2000 23:31:02 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca7-95.ix.netcom.com [209.109.235.95]) by granger.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id CAA23039; Wed, 31 May 2000 02:30:56 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id XAA53327; Tue, 30 May 2000 23:30:54 -0700 (PDT) To: Tim Vanderhoek Cc: ports@FreeBSD.org Subject: Re: ports projects References: <200005071229.FAA29460@silvia.hip.berkeley.edu> <200005301106.EAA47917@silvia.hip.berkeley.edu> <20000530174311.B83316@orange> <20000531015018.A90783@orange> From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Date: 30 May 2000 23:30:53 -0700 In-Reply-To: Tim Vanderhoek's message of "Wed, 31 May 2000 01:50:18 -0400" Message-ID: Lines: 26 X-Mailer: Gnus v5.7/Emacs 20.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Tim Vanderhoek * That's what it did when I tested it. :-) That's fine then. * Looking over it again, now, I don't think the -L symlink test adds * anything useful. No big deal either way.... * Since I was responsible for the original tclsh and wish, I can add * this to the various ports. Thanks! * Do you think it's better to use a single copy of it in a shared * ${PKGDIR} (ie. the way it's done for the INSTALL.tclsh and * INSTALL.wish scripts), or to put a copy into each tclsh and wish port? * The use of `portcheckout` is increasing, but I'm not sure it really * matters in that context. I think I favour a single copy synched with * INSTALL.(tcl|wi)sh. I don't mind either way. Just be consistent with INSTALL.{tcl,wi}sh. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 30 23:37:47 2000 Delivered-To: freebsd-ports@freebsd.org Received: from maynard.mail.mindspring.net (maynard.mail.mindspring.net [207.69.200.243]) by hub.freebsd.org (Postfix) with ESMTP id 5A80337B708; Tue, 30 May 2000 23:37:45 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca7-95.ix.netcom.com [209.109.235.95]) by maynard.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id CAA29048; Wed, 31 May 2000 02:37:42 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id XAA53403; Tue, 30 May 2000 23:37:40 -0700 (PDT) To: Maxim Sobolev Cc: ports@FreeBSD.org Subject: Re: MASTER_SITE_SOURCEFORE=http://download.sourceforge.net/ request References: <392E4056.41F1A610@FreeBSD.org> From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Date: 30 May 2000 23:37:40 -0700 In-Reply-To: Maxim Sobolev's message of "Fri, 26 May 2000 12:13:58 +0300" Message-ID: Lines: 8 X-Mailer: Gnus v5.7/Emacs 20.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Maxim Sobolev * It seems that more and more projects are moving their homepages to SourceForge, * so probably we should introduce new MASTER_SITE_SOURCEFORE. Any comments? That sounds fine. Patch please. :) -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 30 23:41:43 2000 Delivered-To: freebsd-ports@freebsd.org Received: from smtp10.atl.mindspring.net (smtp10.atl.mindspring.net [207.69.200.246]) by hub.freebsd.org (Postfix) with ESMTP id 8CC0337B792; Tue, 30 May 2000 23:41:41 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca7-95.ix.netcom.com [209.109.235.95]) by smtp10.atl.mindspring.net (8.9.3/8.8.5) with ESMTP id CAA10793; Wed, 31 May 2000 02:41:36 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id XAA53432; Tue, 30 May 2000 23:41:33 -0700 (PDT) To: "KATO Tsuguru" Cc: FUJISHIMA Satsuki , ports@freebsd.org, knu@freebsd.org Subject: Re: PNG support of netpbm-9.2 References: <01C9EA0D17234D11783400807C33DA2C@tkato.prontomail.ne.jp> From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) Date: 30 May 2000 23:41:31 -0700 In-Reply-To: "KATO Tsuguru"'s message of "Sat, 27 May 2000 13:31:43 +0900" Message-ID: Lines: 10 X-Mailer: Gnus v5.7/Emacs 20.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: "KATO Tsuguru" * > Is there any technical/political issue not to support PNG out there? * * It's simple. graphics/pnmtopng is in Ports Collection. It seems a better solution is to enable PNG support in netpbm and remove pnmtopng.... Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 30 23:50:10 2000 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 6C6CC37BA12 for ; Tue, 30 May 2000 23:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA07266; Tue, 30 May 2000 23:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from rat-thing.netizen.com.au (rat-thing.netizen.com.au [203.30.75.120]) by hub.freebsd.org (Postfix) with ESMTP id 265F437B528 for ; Tue, 30 May 2000 23:43:10 -0700 (PDT) (envelope-from benno@rat-thing.netizen.com.au) Received: (from benno@localhost) by rat-thing.netizen.com.au (8.9.3/8.9.3) id QAA80011; Wed, 31 May 2000 16:43:03 +1000 (EST) (envelope-from benno) Message-Id: <200005310643.QAA80011@rat-thing.netizen.com.au> Date: Wed, 31 May 2000 16:43:03 +1000 (EST) From: benno@netizen.com.au Reply-To: benno@netizen.com.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18915: graphics/dia update to dia 0.85 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18915 >Category: ports >Synopsis: [patch] Update of graphics/dia to 0.85 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 30 23:50:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Benno Rice >Release: FreeBSD 5.0-CURRENT i386 >Organization: Netizen Pty Ltd >Environment: FreeBSD rat-thing.netizen.com.au 5.0-CURRENT FreeBSD 5.0-CURRENT #16: Mon May 29 09:24:20 EST 2000 benno@rat-thing.netizen.com.au:/usr/src/sys/compile/RATTHING i386 >Description: Patches to update the graphics/dia port to version 0.85 >How-To-Repeat: N/A >Fix: diff -Nur dia/Makefile dia.new/Makefile --- dia/Makefile Wed May 31 16:25:54 2000 +++ dia.new/Makefile Wed May 31 16:34:30 2000 @@ -6,7 +6,7 @@ # PORTNAME= dia -PORTVERSION= 0.84 +PORTVERSION= 0.85 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/dia @@ -21,6 +21,7 @@ USE_X_PREFIX= yes USE_LIBTOOL= yes +USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff -Nur dia/files/md5 dia.new/files/md5 --- dia/files/md5 Mon Apr 3 13:00:51 2000 +++ dia.new/files/md5 Wed May 31 16:25:41 2000 @@ -1 +1 @@ -MD5 (dia-0.84.tar.gz) = 0391dc1cdf31a42880a2ad11893a8c76 +MD5 (dia-0.85.tar.gz) = a302bd87cec862ab11d1c33a4c52101a diff -Nur dia/patches/patch-ac dia.new/patches/patch-ac --- dia/patches/patch-ac Thu Dec 23 12:54:16 1999 +++ dia.new/patches/patch-ac Thu Jan 1 10:00:00 1970 @@ -1,101 +0,0 @@ ---- lib/dia_xml.c Mon Nov 22 01:32:02 1999 -+++ /tmp/dia_xml.c Tue Dec 21 19:35:02 1999 -@@ -31,7 +31,7 @@ - const char *attrname) - { - AttributeNode attr; -- const char *name; -+ char *name; - - attr = obj_node->childs; - while (attr != NULL) { -@@ -53,7 +53,7 @@ - const char *attrname) - { - AttributeNode attr; -- const char *name; -+ char *name; - - attr = composite_node->childs; - while (attr != NULL) { -@@ -132,7 +132,7 @@ - int - data_int(DataNode data) - { -- const char *val; -+ char *val; - int res; - - if (data_type(data)!=DATATYPE_INT) { -@@ -149,7 +149,7 @@ - - int data_enum(DataNode data) - { -- const char *val; -+ char *val; - int res; - - if (data_type(data)!=DATATYPE_ENUM) { -@@ -167,7 +167,7 @@ - real - data_real(DataNode data) - { -- const char *val; -+ char *val; - real res; - - if (data_type(data)!=DATATYPE_REAL) { -@@ -185,7 +185,7 @@ - int - data_boolean(DataNode data) - { -- const char *val; -+ char *val; - int res; - - if (data_type(data)!=DATATYPE_BOOLEAN) { -@@ -219,7 +219,7 @@ - void - data_color(DataNode data, Color *col) - { -- const char *val; -+ char *val; - int r,g,b; - - if (data_type(data)!=DATATYPE_COLOR) { -@@ -248,7 +248,7 @@ - void - data_point(DataNode data, Point *point) - { -- const char *val; -+ char *val; - char *str; - - if (data_type(data)!=DATATYPE_POINT) { -@@ -274,7 +274,7 @@ - void - data_rectangle(DataNode data, Rectangle *rect) - { -- const char *val; -+ char *val; - char *str; - - if (data_type(data)!=DATATYPE_RECTANGLE) { -@@ -325,7 +325,7 @@ - char * - data_string(DataNode data) - { -- const char *val; -+ char *val; - char *str, *p; - int len; - -@@ -394,7 +394,7 @@ - Font * - data_font(DataNode data) - { -- const char *name; -+ char *name; - Font *font; - - if (data_type(data)!=DATATYPE_FONT) { diff -Nur dia/patches/patch-ad dia.new/patches/patch-ad --- dia/patches/patch-ad Mon Jan 17 01:00:56 2000 +++ dia.new/patches/patch-ad Wed May 31 16:31:24 2000 @@ -1,6 +1,6 @@ --- configure.orig Sun Jan 16 21:51:51 2000 +++ configure Sun Jan 16 21:52:01 2000 -@@ -3770,7 +3770,7 @@ +@@ -4793,7 +4793,7 @@ cat conftest.$ac_ext >&5 rm -rf conftest* CATOBJEXT=.mo >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 31 0: 0:11 2000 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 20C3537B7B3 for ; Wed, 31 May 2000 00:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA08572; Wed, 31 May 2000 00:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from tama5.ecl.ntt.co.jp (tama5.ecl.ntt.co.jp [129.60.39.102]) by hub.freebsd.org (Postfix) with ESMTP id B069537B792 for ; Tue, 30 May 2000 23:52:32 -0700 (PDT) (envelope-from ginga@guges.silab.ecl.ntt.co.jp) Received: from nttmail3.ecl.ntt.co.jp (nttmail3.ecl.ntt.co.jp [129.60.39.100]) by tama5.ecl.ntt.co.jp (8.9.3+3.2W/3.7W/01/21/00) with ESMTP id PAA16624 for ; Wed, 31 May 2000 15:52:30 +0900 (JST) (envelope-from ginga@guges.silab.ecl.ntt.co.jp) Received: from imf.m.ecl.ntt.co.jp by nttmail3.ecl.ntt.co.jp (8.9.3+3.2W/3.7W/01/18/00) with ESMTP id PAA12101 for ; Wed, 31 May 2000 15:52:29 +0900 (JST) (envelope-from ginga@guges.silab.ecl.ntt.co.jp) Received: from guges.silab.ecl.ntt.co.jp (guges.silab.ecl.ntt.co.jp [129.60.21.121]) by imf.m.ecl.ntt.co.jp (8.9.3/3.7W) with ESMTP id PAA00995 for ; Wed, 31 May 2000 15:52:25 +0900 (JST) Received: by guges.silab.ecl.ntt.co.jp (Postfix, from userid 4397) id 12D75186; Wed, 31 May 2000 15:52:21 +0900 (JST) Message-Id: <20000531065221.12D75186@guges.silab.ecl.ntt.co.jp> Date: Wed, 31 May 2000 15:52:21 +0900 (JST) From: ginga@athena.club.ne.jp Reply-To: ginga@athena.club.ne.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18916: [new port] audio/AFsp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18916 >Category: ports >Synopsis: new port for AFsp audio package >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 May 31 00:00:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Kawaguti Ginga >Release: FreeBSD 4.0-RELEASE i386 >Organization: NTT >Environment: checked with 2000/5/30's ports-Mk on 4.0R >Description: uuencoded port file included. begin 644 AFsp-ports0530.tgz M'XL(`(:U-#D``^U:ZV_;.!+/5_.O(-!@-[FS9H7)*6Y#XLK M:)FQ=94EK23']>WE?[\A];!D6TWVD'IO?Z85`]^Z[` M#;G=;N,SK,B-9A.?*;566Y:AG$+&N"VWFG5941IMC!4%JISAYO=5*\(Z"(F/ M\=G"Q_"F3MK_8#[WLX M`;,_L_NW[:\H3:5>:[:8_>MR2Q;V/P4.[#\B7^B#9=-7[$.1Y5:C46A_I2FW M,_:O`:714NIG6'Y%'0KQ?V[_-WA,-YA[`39=VZ9F:+D.7L5>@!]<_ZK$'`.] MP9^H'S"F3W]=6SZ=7Y4:4AWH71)2;/H4OH!6JLMX1+:X)LLR,.^7[@J(I8]D M0Q;KT,(W;*+Q3WR^WY-P21TBF?9Z)CE4^J?W,WH#0N=]G](/>O<<2F@ZT8RQ M.NI=1WJPXJ>>I@\FXVNN0$C<3;=#3KTO]ED?&(SV$'I7U2K\ ME<+`DZA)I96YL&Q;,DG56\\BMT?=@9[II?+8\.L(&AJ,#?CTM.M2@<((W>F] MSS=@<1*5H1L8*0UA`-38>FDM(-U:H&%2WK`F=F*\POC6(SXO M(^2Y05BA7T.?F.$5*KT__ZTS?<+GO_4'PY[>'6A/Z<8$Q'OMHZYUGF(ICX3F M$F3,^8Z%?_@!/UC.'$NXXI`5Q:GTOYG*I:_$7P3`4F20F?:TX1.N6+CB4?QC M4/W'1:<_5&_T7X*_7%[#G\JD>GZN_/6Z^B-"DN6`[><4_S0+YA);-]+JR\_H MCU[&_S4.]G\V2:\<$+SL_)=;]7JSUF@K;/]76C5Q_I\"!?9?S5]Q\I\Y_\'V M-6[_6EL&N\O1^=\6Y_\I,.HV\45ZXDDP%]+B7Y?X&L],\M9\.WM;(TWEH2XW MZ5O:;-&'.:V16:/]M]J?=\L3R*!@_;]J%/#,^H=M7]G;_YOMFB+6_RDP''S0 M5'9WQM M(1[A$NEW'P[E(RXLC3G<7>'J?$P6N$NX%%._B+L*%D4L=@,^SAH4L^X*63V] MD-4?%*K1+^ZK/RR6&A>R1GHA2Y\6LXQ"UMVW6(7*WQDAA"3!<>8GK;#)^T^% M33IKTZ;K@B:#;3#1P9-88,4#%W"D%7&JN1"+R47$?*B5IV="KAWC(/2*Z0?Q M5XZ5B<-V]+UX+">0B/,06.$+`<.&&@/XLQTKV6!;;*?/J$2%/3NY\%8-]3A M\'-7-=2G_=I3K=)%2OBNOJ<1S<__AK MRNN^`+PT_F?YGUJ;O_\V91'_GP2']O^R>.T?Q0Y??^16^TF6__M>DO$?Z=`%&SQEW'3=1[C#,\ZM&PK MM&APD22!5B0L8W93LF&>L$]"6L8T-*5+<;#^J7%T_7=[>D=[O3Z>6?^U>DO9 M[?]1_K=9:XKU?PIDUG^TZ+?8\]V%3U8!)LX<$Q;S^,3?8OS=*L&G2<.S)4'V[4933&,(-Q7#8;T:,T3H>P!P`V<-<<[*+J@CW^T MH7A.\E.R6MNA53&7Q'&HG3@*SB:B8;9]&LE@]KX6R>7=8#?[)@U8+/[HVH\T MV%/`ZX-8P5GF-%P0ZG#YB]5R8J*KF_!2B>1/FR.H]\M[#5'L$,W,*V_ MKJEC4N;Z23,;*UPF;(]PU[O('8N7;(SZ@?7I;4\#SD#KJ*,R'_1@K.D5@SF0NRKCGC[5R]B@ M7V-?QA=CU9A4@:P-#-SI5K3)*-;L\OCY/QV"L[Q>'\_] M_JO&[OQQ_K>AM/CYWQ3G_TF0R^6@7!X'Y7(X*)N_09G<#'R7'69=]2C"J89EGU&G%W9)\>9E7UR MFE799R09E?=SR_?9+2O+%7NY@("`@("`@("`@("`@("`@("`@("`@("`@("` .@(!`A/\`G^)6,`!0``#+ ` end >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 31 0: 1:37 2000 Delivered-To: freebsd-ports@freebsd.org Received: from tisch.mail.mindspring.net (tisch.mail.mindspring.net [207.69.200.157]) by hub.freebsd.org (Postfix) with ESMTP id 9E79D37B73F for ; Wed, 31 May 2000 00:01:34 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca7-95.ix.netcom.com [209.109.235.95]) by tisch.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id DAA06407; Wed, 31 May 2000 03:01:32 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id AAA53528; Wed, 31 May 2000 00:01:29 -0700 (PDT) Date: Wed, 31 May 2000 00:01:29 -0700 (PDT) Message-Id: <200005310701.AAA53528@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: mab@red-bean.com Cc: ports@freebsd.org Subject: aolserver port From: asami@freebsd.org (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, It seems that the aolserver port is missing a few hundred files from the PLIST.... http://bento.FreeBSD.org/errorlogs/errorlogs/e.4.20000530/aolserver-3.0.log Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 31 0:31:52 2000 Delivered-To: freebsd-ports@freebsd.org Received: from maynard.mail.mindspring.net (maynard.mail.mindspring.net [207.69.200.243]) by hub.freebsd.org (Postfix) with ESMTP id 224FC37B662 for ; Wed, 31 May 2000 00:31:50 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca7-95.ix.netcom.com [209.109.235.95]) by maynard.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id DAA15179 for ; Wed, 31 May 2000 03:31:31 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id AAA53675; Wed, 31 May 2000 00:31:11 -0700 (PDT) To: ports@FreeBSD.org Subject: Re: cvs commit: ports/x11-wm/afterstep/pkg PLIST References: <200005310650.XAA07743@freefall.freebsd.org> From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Date: 31 May 2000 00:31:03 -0700 In-Reply-To: Satoshi Asami's message of "Tue, 30 May 2000 23:50:57 -0700 (PDT)" Message-ID: Lines: 18 X-Mailer: Gnus v5.7/Emacs 20.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Satoshi Asami * asami 2000/05/30 23:50:57 PDT * * Modified files: * x11-wm/afterstep/pkg PLIST * Log: * Add three missing pixmaps. Not to rake on my old violin, but things like this are exactly why I added the pkg_delete check. People, please check the logs and fix up the PLISTs! It's really not that hard! (Usually.... ;) http://bento.FreeBSD.org/errorlogs/errorlogs/e.4.20000530/ Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 31 1:20: 8 2000 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 1780F37BC51 for ; Wed, 31 May 2000 01:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA17988; Wed, 31 May 2000 01:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from ooblick.com (pm7a-32.his.com [216.200.82.32]) by hub.freebsd.org (Postfix) with ESMTP id 1E40D37B82B for ; Wed, 31 May 2000 01:15:04 -0700 (PDT) (envelope-from arensb@ooblick.com) Received: (from arensb@localhost) by ooblick.com (8.9.3/8.9.3) id EAA66241; Wed, 31 May 2000 04:15:03 -0400 (EDT) (envelope-from arensb) Message-Id: <200005310815.EAA66241@ ooblick.com> Date: Wed, 31 May 2000 04:15:03 -0400 (EDT) From: Andrew Arensburger Reply-To: arensb@ooblick.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18917: Port update: palm/coldsync Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18917 >Category: ports >Synopsis: Port update: palm/coldsync 1.1.2 -> 1.2.0 >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 May 31 01:20:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Andrew Arensburger >Release: FreeBSD 4.0-RELEASE i386 >Organization: Ooblick >Environment: FreeBSD 4.0-RELEASE i386 >Description: Update of palm/coldsync port from version 1.1.2 to version 1.2.0 >How-To-Repeat: >Fix: Apply the following patch to the palm/coldsync port: --- port-1.1.2 Wed May 31 04:02:35 2000 +++ port-1.2.0 Wed May 31 04:04:08 2000 @@ -20,7 +20,7 @@ mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' -XMD5 (coldsync-1.1.2.tar.gz) = 85d91ca5ff17b64b9077f1d850468691 +XMD5 (coldsync-1.2.0.tar.gz) = cc70d70b1fd62ccf620c45e33808ec8e END-of-./files/md5 echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 @@ -35,7 +35,7 @@ Xworkstation. It also supports USB connections to a Visor, under XFreeBSD 4.0. X It runs without a GUI, and therefore allows you to sync -Xwithout logging in. +Xwithout running X. X ColdSync is extensible through the use of conduits, which Xallow it to share information with other applications. X @@ -48,6 +48,13 @@ echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/coldsync +Xlib/perl5/site_perl/%%PERL_VER%%/ColdSync.pm +Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/ColdSync/.packlist +X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/ColdSync +Xlibexec/coldsync/send-mail +Xlibexec/coldsync/todo-text +X@dirrm libexec/coldsync +Xetc/sample.coldsync.rc X@unexec install-info --delete %D/info/conduits.info %D/info/dir X@unexec install-info --delete %D/info/pdb.info %D/info/dir Xinfo/conduits.info @@ -58,29 +65,45 @@ echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: coldsync -X# Date created: 21 January 2000 -X# Whom: Andrew Arensburger +X# Date created: 27 January 2000 +X# Whom: Andrew Arensburger X# -X# $FreeBSD: ports/palm/coldsync/Makefile,v 1.4 2000/04/21 07:51:56 mharo Exp $ +X# $FreeBSD$ +X# $Id$ X# X XPORTNAME= coldsync -XPORTVERSION= 1.1.2 +XPORTVERSION= 1.2.0 XCATEGORIES= palm comms XMASTER_SITES= http://www.ooblick.com/software/coldsync/ X XMAINTAINER= arensb@ooblick.com X +XRUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Palm/PDB.pm:${PORTSDIR}/palm/p5-Palm +X XGNU_CONFIGURE= yes X +X# The ColdSync.3 man page describes a Perl package. That's why it goes +X# in the Perl manpage directory. +XMAN1= send-mail.1 \ +X todo-text.1 +XMAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +XMAN3= ColdSync.3 XMAN8= coldsync.8 XMANCOMPRESSED= no X +X.include +X +X# I don't know whether {Net,Open}BSD support USB or not. +X.if ${OPSYS} == "FreeBSD" && ${OSVERSION} >= 400000 +XCONFIGURE_ARGS+= --with-usb +X.endif +X Xpost-install: X @install-info ${PREFIX}/info/conduits.info ${PREFIX}/info/dir X @install-info ${PREFIX}/info/pdb.info ${PREFIX}/info/dir X -X.include +X.include END-of-./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 Wed May 31 2:37: 5 2000 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 7D1EE37BF24; Wed, 31 May 2000 02:37:00 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA26759; Wed, 31 May 2000 02:37:00 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Wed, 31 May 2000 02:37:00 -0700 (PDT) From: Message-Id: <200005310937.CAA26759@freefall.freebsd.org> To: bsdx@looksharp.net, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18913: [PATCHES] gcombust upgrade 0.1.32 -> 0.1.33 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCHES] gcombust upgrade 0.1.32 -> 0.1.33 State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Wed May 31 02:36:48 PDT 2000 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18913 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 31 2:50: 6 2000 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 79F8737B630 for ; Wed, 31 May 2000 02:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA28246; Wed, 31 May 2000 02:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 31 May 2000 02:50:04 -0700 (PDT) Message-Id: <200005310950.CAA28246@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Akinori -Aki- MUSHA" Subject: Re: ports/18917: Port update: palm/coldsync Reply-To: "Akinori -Aki- MUSHA" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/18917; it has been noted by GNATS. From: "Akinori -Aki- MUSHA" To: arensb@ooblick.com Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/18917: Port update: palm/coldsync Date: Wed, 31 May 2000 18:43:18 +0900 At Wed, 31 May 2000 04:15:03 -0400 (EDT), Andrew Arensburger wrote: > >Synopsis: Port update: palm/coldsync 1.1.2 -> 1.2.0 > Apply the following patch to the palm/coldsync port: Thanks, but your patch looks unusual. Seems you took a diff between two shell archives, which is difficult to handle. Basically, what we expect is simply an output of a `diff -ruN' between the stock port and the new one. (i.e. a `recursive' diff between those two directories) Please regenerate the patch and send it over to us, thanks. -- / /__ __ / ) ) ) ) / Akinori -Aki- MUSHA aka / (_ / ( (__( @ idaemons.org / FreeBSD.org "We're only at home when we're on the run, on the wing, on the fly" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 31 3: 2:38 2000 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 F362A37B7D1; Wed, 31 May 2000 03:02:36 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA29687; Wed, 31 May 2000 03:02:36 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Date: Wed, 31 May 2000 03:02:36 -0700 (PDT) From: Message-Id: <200005311002.DAA29687@freefall.freebsd.org> To: tkato@prontomail.ne.jp, sobomax@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18905: Update port: graphics/png Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: graphics/png State-Changed-From-To: open->closed State-Changed-By: sobomax State-Changed-When: Wed May 31 03:01:48 PDT 2000 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18905 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 31 3:15:19 2000 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 ADF6C37BEA7; Wed, 31 May 2000 03:15:17 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA32030; Wed, 31 May 2000 03:15:17 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Date: Wed, 31 May 2000 03:15:17 -0700 (PDT) From: Message-Id: <200005311015.DAA32030@freefall.freebsd.org> To: tkato@prontomail.ne.jp, sobomax@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18904: Update port: archivers/unzip Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: archivers/unzip State-Changed-From-To: open->closed State-Changed-By: sobomax State-Changed-When: Wed May 31 03:14:38 PDT 2000 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18904 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 31 5:51:42 2000 Delivered-To: freebsd-ports@freebsd.org Received: from hydrant.intranova.net (hydrant.intranova.net [209.201.95.10]) by hub.freebsd.org (Postfix) with ESMTP id 225C237B569 for ; Wed, 31 May 2000 05:51:04 -0700 (PDT) (envelope-from oogali@intranova.net) Received: from localhost (localhost [127.0.0.1]) by hydrant.intranova.net (Postfix) with ESMTP id E35E8E10CA; Wed, 31 May 2000 08:52:26 -0400 (EDT) Date: Wed, 31 May 2000 08:52:25 -0400 (EDT) From: Omachonu Ogali To: anders@fix.no Cc: freebsd-ports@freebsd.org Subject: Nessus* ports Message-ID: MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-809029307-959777545=:28547" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --0-809029307-959777545=:28547 Content-Type: TEXT/PLAIN; charset=US-ASCII I noticed that the Nessus port is a year old and Nessus 1.0.0 was released, so I updated the four Nessus ports (security/nessus, security/nessus-libnasl, security/nessus-libraries, security/nessus-plugins) and they're attached onto this e-mail. Hopefully, all goes well... -- +-----------------------------------------------------------------------+ | Omachonu Ogali oogali@intranova.net | | Intranova Networking Group http://www.intranova.net | | PGP Key ID: 0xBFE60839 | | PGP Fingerprint: 8 51 14 FD 2A 87 53 D1 E3 AA 12 12 01 93 BD 34 | +-----------------------------------------------------------------------+ --0-809029307-959777545=:28547 Content-Type: TEXT/PLAIN; charset=US-ASCII; name="nessus.shar" Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: security/nessus Content-Disposition: attachment; filename="nessus.shar" IyBUaGlzIGlzIGEgc2hlbGwgYXJjaGl2ZS4gIFNhdmUgaXQgaW4gYSBmaWxl LCByZW1vdmUgYW55dGhpbmcgYmVmb3JlDQojIHRoaXMgbGluZSwgYW5kIHRo ZW4gdW5wYWNrIGl0IGJ5IGVudGVyaW5nICJzaCBmaWxlIi4gIE5vdGUsIGl0 IG1heQ0KIyBjcmVhdGUgZGlyZWN0b3JpZXM7IGZpbGVzIGFuZCBkaXJlY3Rv cmllcyB3aWxsIGJlIG93bmVkIGJ5IHlvdSBhbmQNCiMgaGF2ZSBkZWZhdWx0 IHBlcm1pc3Npb25zLg0KIw0KIyBUaGlzIGFyY2hpdmUgY29udGFpbnM6DQoj DQojCXNlY3VyaXR5L25lc3N1cw0KIwlzZWN1cml0eS9uZXNzdXMvTWFrZWZp bGUNCiMJc2VjdXJpdHkvbmVzc3VzL2ZpbGVzDQojCXNlY3VyaXR5L25lc3N1 cy9maWxlcy9DVlMNCiMJc2VjdXJpdHkvbmVzc3VzL2ZpbGVzL0NWUy9Sb290 DQojCXNlY3VyaXR5L25lc3N1cy9maWxlcy9DVlMvUmVwb3NpdG9yeQ0KIwlz ZWN1cml0eS9uZXNzdXMvZmlsZXMvQ1ZTL0VudHJpZXMNCiMJc2VjdXJpdHkv bmVzc3VzL2ZpbGVzL21kNQ0KIwlzZWN1cml0eS9uZXNzdXMvcGtnDQojCXNl Y3VyaXR5L25lc3N1cy9wa2cvQ1ZTDQojCXNlY3VyaXR5L25lc3N1cy9wa2cv Q1ZTL1Jvb3QNCiMJc2VjdXJpdHkvbmVzc3VzL3BrZy9DVlMvUmVwb3NpdG9y eQ0KIwlzZWN1cml0eS9uZXNzdXMvcGtnL0NWUy9FbnRyaWVzDQojCXNlY3Vy aXR5L25lc3N1cy9wa2cvQ09NTUVOVA0KIwlzZWN1cml0eS9uZXNzdXMvcGtn L0RFU0NSDQojCXNlY3VyaXR5L25lc3N1cy9wa2cvUExJU1QNCiMNCmVjaG8g YyAtIHNlY3VyaXR5L25lc3N1cw0KbWtkaXIgLXAgc2VjdXJpdHkvbmVzc3Vz ID4gL2Rldi9udWxsIDI+JjENCmVjaG8geCAtIHNlY3VyaXR5L25lc3N1cy9N YWtlZmlsZQ0Kc2VkICdzL15YLy8nID5zZWN1cml0eS9uZXNzdXMvTWFrZWZp bGUgPDwgJ0VORC1vZi1zZWN1cml0eS9uZXNzdXMvTWFrZWZpbGUnDQpYIyBO ZXcgcG9ydHMgY29sbGVjdGlvbiBtYWtlZmlsZSBmb3I6IAluZXNzdXMNClgj IERhdGUgY3JlYXRlZDoJCTEgTWF5IDE5OTkNClgjIFdob206CQkJQW5kZXJz IE5vcmRieSA8YW5kZXJzQGZpeC5ubz4NClgjDQpYIyAkRnJlZUJTRCQNClgj DQpYDQpYUE9SVE5BTUU9CW5lc3N1cw0KWFBPUlRWRVJTSU9OPQkxLjAuMA0K WENBVEVHT1JJRVM9CXNlY3VyaXR5DQpYTUFTVEVSX1NJVEVTPQlmdHA6Ly9m dHAubmVzc3VzLm9yZy9wdWIvbmVzc3VzL25lc3N1cy0ke05FU1NVU19SRVZ9 LyBcDQpYCQlmdHA6Ly9mdHAuZ3dkZy5kZS9wdWIvbGludXgvbWlzYy9uZXNz dXMvbmVzc3VzLSR7TkVTU1VTX1JFVn0vIFwNClgJCWh0dHA6Ly9mdHAuZ3dk Zy5kZS9wdWIvbGludXgvbWlzYy9uZXNzdXMvbmVzc3VzLSR7TkVTU1VTX1JF Vn0vIFwNClgJCWZ0cDovL2N2cy5uZXNzdXMub3JnL3B1Yi9uZXNzdXMvbmVz c3VzLSR7TkVTU1VTX1JFVn0vIFwNClgJCWZ0cDovL25lc3N1cy52aWEuZWNw LmZyL25lc3N1cy9uZXNzdXMtJHtORVNTVVNfUkVWfS8gXA0KWAkJZnRwOi8v c3Vuc2l0ZS5jbmxhYi1zd2l0Y2guY2gvbWlycm9yL25lc3N1cy9uZXNzdXMt JHtORVNTVVNfUkVWfS8gXA0KWAkJZnRwOi8vZnRwLmNoZy5ydS9wdWIvc2Vj dXJpdHkvbmVzc3VzL25lc3N1cy0ke05FU1NVU19SRVZ9LyBcDQpYCQlmdHA6 Ly9mdHAuc2VrdXJlLm5ldC9wdWIvbmVzc3VzL25lc3N1cy0ke05FU1NVU19S RVZ9LyBcDQpYCQlmdHA6Ly9mdHAubmVjdGVjLm9yLnRoL3B1Yi9taXJyb3Jz L25lc3N1cy9uZXNzdXMtJHtORVNTVVNfUkVWfS8gXA0KWAkJZnRwOi8vZnRw LnB0Lm5lc3N1cy5vcmcvcHViL25lc3N1cy9uZXNzdXMtJHtORVNTVVNfUkVW fS8gXA0KWAkJZnRwOi8vZnRwLmF1Lm5lc3N1cy5vcmcvcHViL25lc3N1cy9u ZXNzdXMtJHtORVNTVVNfUkVWfS8gXA0KWAkJZnRwOi8vZnRwLnN0dWZmLmNh L3B1Yi9uZXNzdXMvbmVzc3VzLSR7TkVTU1VTX1JFVn0vDQpYDQpYRElTVE5B TUU9CW5lc3N1cy1jb3JlLTEuMC4wDQpYDQpYTUFJTlRBSU5FUj0JYW5kZXJz QGZpeC5ubw0KWA0KWExJQl9ERVBFTkRTPQluYXNsOiR7UE9SVFNESVJ9L3Nl Y3VyaXR5L25lc3N1cy1saWJuYXNsIFwNClgJCWd0azEyLjI6JHtQT1JUU0RJ Un0veDExLXRvb2xraXRzL2d0azEyDQpYDQpYTkVTU1VTX1JFVj0JJHtESVNU TkFNRTpTL25lc3N1cy1jb3JlLS8vZ30NClhHVEtfQ09ORklHPz0JJHtYMTFC QVNFfS9iaW4vZ3RrMTItY29uZmlnDQpYDQpYRElTVF9TVUJESVI9CW5lc3N1 cw0KWFdSS1NSQz0JCSR7V1JLRElSfS9uZXNzdXMtY29yZQ0KWA0KWEdOVV9D T05GSUdVUkU9CXllcw0KWENPTkZJR1VSRV9FTlY9CUdUS0NPTkZJRz0iJHtH VEtfQ09ORklHfSINClhNQU4xPQkJbmVzc3VzLjENClhNQU44PQkJbmVzc3Vz ZC44DQpYDQpYcG9zdC1pbnN0YWxsOg0KWAkJQCR7RUNIT30gIj09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT0iDQpYCQlAJHtFQ0hPfSAiQmUgc3VyZSB0byBlcmFzZSB5b3VyIG9s ZCAke1BSRUZJWH0vZXRjL25lc3N1cyEiDQpYCQlAJHtFQ0hPfSAiVGhlIHN5 bnRheCBvZiBuZXNzdXNkLnVzZXJzIGFuZCBuZXNzdXNkLnJ1bGVzIGhhcyBj aGFuZ2VkISINClgJCUAke0VDSE99ICI9PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ig0KWA0KWC5p bmNsdWRlIDxic2QucG9ydC5taz4NCkVORC1vZi1zZWN1cml0eS9uZXNzdXMv TWFrZWZpbGUNCmVjaG8gYyAtIHNlY3VyaXR5L25lc3N1cy9maWxlcw0KbWtk aXIgLXAgc2VjdXJpdHkvbmVzc3VzL2ZpbGVzID4gL2Rldi9udWxsIDI+JjEN CmVjaG8gYyAtIHNlY3VyaXR5L25lc3N1cy9maWxlcy9DVlMNCm1rZGlyIC1w IHNlY3VyaXR5L25lc3N1cy9maWxlcy9DVlMgPiAvZGV2L251bGwgMj4mMQ0K ZWNobyB4IC0gc2VjdXJpdHkvbmVzc3VzL2ZpbGVzL0NWUy9Sb290DQpzZWQg J3MvXlgvLycgPnNlY3VyaXR5L25lc3N1cy9maWxlcy9DVlMvUm9vdCA8PCAn RU5ELW9mLXNlY3VyaXR5L25lc3N1cy9maWxlcy9DVlMvUm9vdCcNClgvaG9t ZS9uY3ZzDQpFTkQtb2Ytc2VjdXJpdHkvbmVzc3VzL2ZpbGVzL0NWUy9Sb290 DQplY2hvIHggLSBzZWN1cml0eS9uZXNzdXMvZmlsZXMvQ1ZTL1JlcG9zaXRv cnkNCnNlZCAncy9eWC8vJyA+c2VjdXJpdHkvbmVzc3VzL2ZpbGVzL0NWUy9S ZXBvc2l0b3J5IDw8ICdFTkQtb2Ytc2VjdXJpdHkvbmVzc3VzL2ZpbGVzL0NW Uy9SZXBvc2l0b3J5Jw0KWC9ob21lL25jdnMvcG9ydHMvc2VjdXJpdHkvbmVz c3VzL2ZpbGVzDQpFTkQtb2Ytc2VjdXJpdHkvbmVzc3VzL2ZpbGVzL0NWUy9S ZXBvc2l0b3J5DQplY2hvIHggLSBzZWN1cml0eS9uZXNzdXMvZmlsZXMvQ1ZT L0VudHJpZXMNCnNlZCAncy9eWC8vJyA+c2VjdXJpdHkvbmVzc3VzL2ZpbGVz L0NWUy9FbnRyaWVzIDw8ICdFTkQtb2Ytc2VjdXJpdHkvbmVzc3VzL2ZpbGVz L0NWUy9FbnRyaWVzJw0KWC9tZDUvMS4xLjEuMS9Nb24gTWF5IDE3IDEwOjI2 OjM4IDE5OTkvLw0KWEQNCkVORC1vZi1zZWN1cml0eS9uZXNzdXMvZmlsZXMv Q1ZTL0VudHJpZXMNCmVjaG8geCAtIHNlY3VyaXR5L25lc3N1cy9maWxlcy9t ZDUNCnNlZCAncy9eWC8vJyA+c2VjdXJpdHkvbmVzc3VzL2ZpbGVzL21kNSA8 PCAnRU5ELW9mLXNlY3VyaXR5L25lc3N1cy9maWxlcy9tZDUnDQpYTUQ1IChu ZXNzdXMvbmVzc3VzLWNvcmUtMS4wLjAudGFyLmd6KSA9IDEyOTBlZTBjYmNh MmExZTVjNzFlOTA5MTk1MTdiNmM3DQpFTkQtb2Ytc2VjdXJpdHkvbmVzc3Vz L2ZpbGVzL21kNQ0KZWNobyBjIC0gc2VjdXJpdHkvbmVzc3VzL3BrZw0KbWtk aXIgLXAgc2VjdXJpdHkvbmVzc3VzL3BrZyA+IC9kZXYvbnVsbCAyPiYxDQpl Y2hvIGMgLSBzZWN1cml0eS9uZXNzdXMvcGtnL0NWUw0KbWtkaXIgLXAgc2Vj dXJpdHkvbmVzc3VzL3BrZy9DVlMgPiAvZGV2L251bGwgMj4mMQ0KZWNobyB4 IC0gc2VjdXJpdHkvbmVzc3VzL3BrZy9DVlMvUm9vdA0Kc2VkICdzL15YLy8n ID5zZWN1cml0eS9uZXNzdXMvcGtnL0NWUy9Sb290IDw8ICdFTkQtb2Ytc2Vj dXJpdHkvbmVzc3VzL3BrZy9DVlMvUm9vdCcNClgvaG9tZS9uY3ZzDQpFTkQt b2Ytc2VjdXJpdHkvbmVzc3VzL3BrZy9DVlMvUm9vdA0KZWNobyB4IC0gc2Vj dXJpdHkvbmVzc3VzL3BrZy9DVlMvUmVwb3NpdG9yeQ0Kc2VkICdzL15YLy8n ID5zZWN1cml0eS9uZXNzdXMvcGtnL0NWUy9SZXBvc2l0b3J5IDw8ICdFTkQt b2Ytc2VjdXJpdHkvbmVzc3VzL3BrZy9DVlMvUmVwb3NpdG9yeScNClgvaG9t ZS9uY3ZzL3BvcnRzL3NlY3VyaXR5L25lc3N1cy9wa2cNCkVORC1vZi1zZWN1 cml0eS9uZXNzdXMvcGtnL0NWUy9SZXBvc2l0b3J5DQplY2hvIHggLSBzZWN1 cml0eS9uZXNzdXMvcGtnL0NWUy9FbnRyaWVzDQpzZWQgJ3MvXlgvLycgPnNl Y3VyaXR5L25lc3N1cy9wa2cvQ1ZTL0VudHJpZXMgPDwgJ0VORC1vZi1zZWN1 cml0eS9uZXNzdXMvcGtnL0NWUy9FbnRyaWVzJw0KWC9DT01NRU5ULzEuMS4x LjEvTW9uIE1heSAxNyAxMDoyNjo0MCAxOTk5Ly8NClgvREVTQ1IvMS4xLjEu MS9Nb24gTWF5IDE3IDEwOjI2OjQwIDE5OTkvLw0KWC9QTElTVC8xLjEuMS4x L01vbiBNYXkgMTcgMTA6MjY6NDAgMTk5OS8vDQpYRA0KRU5ELW9mLXNlY3Vy aXR5L25lc3N1cy9wa2cvQ1ZTL0VudHJpZXMNCmVjaG8geCAtIHNlY3VyaXR5 L25lc3N1cy9wa2cvQ09NTUVOVA0Kc2VkICdzL15YLy8nID5zZWN1cml0eS9u ZXNzdXMvcGtnL0NPTU1FTlQgPDwgJ0VORC1vZi1zZWN1cml0eS9uZXNzdXMv cGtnL0NPTU1FTlQnDQpYQSBzZWN1cml0eSBzY2FubmVyOiBsb29rcyBmb3Ig dnVsbmVyYWJpbGl0aWVzIGluIGEgZ2l2ZW4gbmV0d29yaw0KRU5ELW9mLXNl Y3VyaXR5L25lc3N1cy9wa2cvQ09NTUVOVA0KZWNobyB4IC0gc2VjdXJpdHkv bmVzc3VzL3BrZy9ERVNDUg0Kc2VkICdzL15YLy8nID5zZWN1cml0eS9uZXNz dXMvcGtnL0RFU0NSIDw8ICdFTkQtb2Ytc2VjdXJpdHkvbmVzc3VzL3BrZy9E RVNDUicNClhUaGUgJ05lc3N1cycgUHJvamVjdCB3YXMgc3RhcnRlZCBpbiBl YXJseSAxOTk4LCBhbmQgZmlyc3QgcmVsZWFzZWQgaW4NClhBcHJpbCAxOTk4 LiBBdCB0aGlzIHRpbWUsIHRoZSBtb3N0IGNvbXBsZXRlIGZyZWUgc2VjdXJp dHkgc2Nhbm5lciB3YXMNClhTQVRBTiwgd2hpY2ggaXMgY2xlYXJseSBvdXRk YXRlZCwgYW5kIHlvdSBjb3VsZCBzZWUgdGhlIGVtZXJnZW5jZSBvZg0KWHNl dmVyYWwgY29tbWVyY2lhbCBvbmVzLCB0aGF0IHdlcmUgY2xlYXJseSB0b28g ZXhwZW5zaXZlLg0KWA0KWFRoZSBOZXNzdXMgU2VjdXJpdHkgU2Nhbm5lciBp cyBub3Qgb25seSBhbm90aGVyIHNlY3VyaXR5IGF1ZGl0aW5nIHRvb2wuIEl0 DQpYaXMgYSBzZWN1cml0eSBhdWRpdGluZyBhcyBJIHRoaW5rIGl0IHNob3Vs ZCBiZSAtIG5ldmVyIHRydXN0IHRoZSB2ZXJzaW9uDQpYbnVtYmVyLCBuZXZl ciB0cnVzdCB0aGF0IGEgZ2l2ZW4gc2VydmljZSBpcyBsaXN0ZW5uaW5nIG9u IHRoZSBnb29kIHBvcnQNClgoZG8gYWxsIHRoZSB3ZWIgc2VydmVycyBvbiBl YXJ0aCBsaXN0ZW4gb24gcG9ydCA4MCA/KS4NClgNClhUaGUgTmVzc3VzIFNl Y3VyaXR5IFNjYW5uZXIgaXMgZnJlZSwgb3Blbi1zb3VyY2VkIGFuZCB3YW50 cyB0byBiZSBlYXN5IHRvDQpYdXNlLiANClgNClhXV1c6IGh0dHA6Ly93d3cu bmVzc3VzLm9yZy8NClgNClhQUzogVG8gaW5zdGFsbCB0aGUgbG90IGluIG9u ZSBvcGVyYXRpb24sIGRvIG5lc3N1cy1wbHVnaW5zIGZpcnN0Lg0KRU5ELW9m LXNlY3VyaXR5L25lc3N1cy9wa2cvREVTQ1INCmVjaG8geCAtIHNlY3VyaXR5 L25lc3N1cy9wa2cvUExJU1QNCnNlZCAncy9eWC8vJyA+c2VjdXJpdHkvbmVz c3VzL3BrZy9QTElTVCA8PCAnRU5ELW9mLXNlY3VyaXR5L25lc3N1cy9wa2cv UExJU1QnDQpYYmluL25lc3N1cw0KWGluY2x1ZGUvbmVzc3VzL2NvbmZpZy5o DQpYaW5jbHVkZS9uZXNzdXMvbnRjb21wYXQuaA0KWGluY2x1ZGUvbmVzc3Vz L2luY2x1ZGVzLmgNClhpbmNsdWRlL25lc3N1cy9uZXNzdXMtZGV2ZWwuaA0K WGluY2x1ZGUvbmVzc3VzL25lc3N1c3Jhdy5oDQpYaW5jbHVkZS9uZXNzdXMv bmVzc3VzaXAuaA0KWGluY2x1ZGUvbmVzc3VzL25lc3N1c2ljbXAuaA0KWGlu Y2x1ZGUvbmVzc3VzL25lc3N1c3RjcC5oDQpYaW5jbHVkZS9uZXNzdXMvbmVz c3VzdWRwLmgNClhtYW4vbWFuMS9uZXNzdXMuMS5neg0KWG1hbi9tYW44L25l c3N1c2QuOC5neg0KWG1hbi9tYW44L25lc3N1cy1hZGR1c2VyLjgNClhzYmlu L25lc3N1c2QNClhzYmluL25lc3N1cy1hZGR1c2VyDQpYQGRpcnJtIGV0Yy9u ZXNzdXMNClhAZGlycm0gaW5jbHVkZS9uZXNzdXMNClhAZGlycm0gbGliL25l c3N1cw0KWEBkaXJybSBsaWIvbmVzc3VzL3BsdWdpbnMNClhAZGlycm0gbGli L25lc3N1cy9yZXBvcnRzDQpYQGRpcnJtIHZhcg0KWEBkaXJybSB2YXIvbmVz c3VzDQpFTkQtb2Ytc2VjdXJpdHkvbmVzc3VzL3BrZy9QTElTVA0KZXhpdA0K DQo= --0-809029307-959777545=:28547 Content-Type: TEXT/PLAIN; charset=US-ASCII; name="nessus-libnasl.shar" Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: security/nessus-libnasl Content-Disposition: attachment; filename="nessus-libnasl.shar" IyBUaGlzIGlzIGEgc2hlbGwgYXJjaGl2ZS4gIFNhdmUgaXQgaW4gYSBmaWxl LCByZW1vdmUgYW55dGhpbmcgYmVmb3JlDQojIHRoaXMgbGluZSwgYW5kIHRo ZW4gdW5wYWNrIGl0IGJ5IGVudGVyaW5nICJzaCBmaWxlIi4gIE5vdGUsIGl0 IG1heQ0KIyBjcmVhdGUgZGlyZWN0b3JpZXM7IGZpbGVzIGFuZCBkaXJlY3Rv cmllcyB3aWxsIGJlIG93bmVkIGJ5IHlvdSBhbmQNCiMgaGF2ZSBkZWZhdWx0 IHBlcm1pc3Npb25zLg0KIw0KIyBUaGlzIGFyY2hpdmUgY29udGFpbnM6DQoj DQojCXNlY3VyaXR5L25lc3N1cy1saWJuYXNsDQojCXNlY3VyaXR5L25lc3N1 cy1saWJuYXNsL2ZpbGVzDQojCXNlY3VyaXR5L25lc3N1cy1saWJuYXNsL2Zp bGVzL21kNQ0KIwlzZWN1cml0eS9uZXNzdXMtbGlibmFzbC9NYWtlZmlsZQ0K IwlzZWN1cml0eS9uZXNzdXMtbGlibmFzbC9wa2cNCiMJc2VjdXJpdHkvbmVz c3VzLWxpYm5hc2wvcGtnL0NPTU1FTlQNCiMJc2VjdXJpdHkvbmVzc3VzLWxp Ym5hc2wvcGtnL0RFU0NSDQojCXNlY3VyaXR5L25lc3N1cy1saWJuYXNsL3Br Zy9QTElTVA0KIw0KZWNobyBjIC0gc2VjdXJpdHkvbmVzc3VzLWxpYm5hc2wN Cm1rZGlyIC1wIHNlY3VyaXR5L25lc3N1cy1saWJuYXNsID4gL2Rldi9udWxs IDI+JjENCmVjaG8gYyAtIHNlY3VyaXR5L25lc3N1cy1saWJuYXNsL2ZpbGVz DQpta2RpciAtcCBzZWN1cml0eS9uZXNzdXMtbGlibmFzbC9maWxlcyA+IC9k ZXYvbnVsbCAyPiYxDQplY2hvIHggLSBzZWN1cml0eS9uZXNzdXMtbGlibmFz bC9maWxlcy9tZDUNCnNlZCAncy9eWC8vJyA+c2VjdXJpdHkvbmVzc3VzLWxp Ym5hc2wvZmlsZXMvbWQ1IDw8ICdFTkQtb2Ytc2VjdXJpdHkvbmVzc3VzLWxp Ym5hc2wvZmlsZXMvbWQ1Jw0KWE1ENSAobmVzc3VzL2xpYm5hc2wtMS4wLjAu dGFyLmd6KSA9IGUxM2E1YjJhMzU5ZjJmYjJkOGU0ZDAyZGM1ODhiZDg1DQpY DQpFTkQtb2Ytc2VjdXJpdHkvbmVzc3VzLWxpYm5hc2wvZmlsZXMvbWQ1DQpl Y2hvIHggLSBzZWN1cml0eS9uZXNzdXMtbGlibmFzbC9NYWtlZmlsZQ0Kc2Vk ICdzL15YLy8nID5zZWN1cml0eS9uZXNzdXMtbGlibmFzbC9NYWtlZmlsZSA8 PCAnRU5ELW9mLXNlY3VyaXR5L25lc3N1cy1saWJuYXNsL01ha2VmaWxlJw0K WCMgUG9ydHMgY29sbGVjdGlvbiBtYWtlZmlsZSBmb3I6CW5lc3N1cy1saWJu YXNsDQpYIyBEYXRlIGNyZWF0ZWQ6CQkJCTA3IE5vdmVtYmVyIDE5OTkNClgj IFdob206CQkJCQlBbmRlcnMgTm9yZGJ5IDxhbmRlcnNAZml4Lm5vPg0KWCMN ClgjICRGcmVlQlNEOiBwb3J0cy9zZWN1cml0eS9uZXNzdXMtbGlibmFzbC9N YWtlZmlsZSx2IDEuOSAyMDAwLzA0LzA5IDE4OjMwOjAxIGNwaWF6emEgRXhw ICQNClgjDQpYDQpYUE9SVE5BTUU9CW5lc3N1cy1saWJuYXNsDQpYUE9SVFZF UlNJT049CTEuMC4wDQpYQ0FURUdPUklFUz0Jc2VjdXJpdHkNClhNQVNURVJf U0lURVM9CWZ0cDovL2Z0cC5uZXNzdXMub3JnL3B1Yi9uZXNzdXMvbmVzc3Vz LSR7TkVTU1VTX1JFVn0vIFwNClgJCWZ0cDovL2Z0cC5nd2RnLmRlL3B1Yi9s aW51eC9taXNjL25lc3N1cy9uZXNzdXMtJHtORVNTVVNfUkVWfS8gXA0KWAkJ aHR0cDovL2Z0cC5nd2RnLmRlL3B1Yi9saW51eC9taXNjL25lc3N1cy9uZXNz dXMtJHtORVNTVVNfUkVWfS8gXA0KWAkJZnRwOi8vY3ZzLm5lc3N1cy5vcmcv cHViL25lc3N1cy9uZXNzdXMtJHtORVNTVVNfUkVWfS8gXA0KWAkJZnRwOi8v bmVzc3VzLnZpYS5lY3AuZnIvbmVzc3VzL25lc3N1cy0ke05FU1NVU19SRVZ9 LyBcDQpYCQlmdHA6Ly9zdW5zaXRlLmNubGFiLXN3aXRjaC5jaC9taXJyb3Iv bmVzc3VzL25lc3N1cy0ke05FU1NVU19SRVZ9LyBcDQpYCQlmdHA6Ly9mdHAu Y2hnLnJ1L3B1Yi9zZWN1cml0eS9uZXNzdXMvbmVzc3VzLSR7TkVTU1VTX1JF Vn0vIFwNClgJCWZ0cDovL2Z0cC5zZWt1cmUubmV0L3B1Yi9uZXNzdXMvbmVz c3VzLSR7TkVTU1VTX1JFVn0vIFwNClgJCWZ0cDovL2Z0cC5uZWN0ZWMub3Iu dGgvcHViL21pcnJvcnMvbmVzc3VzL25lc3N1cy0ke05FU1NVU19SRVZ9LyBc DQpYCQlmdHA6Ly9mdHAucHQubmVzc3VzLm9yZy9wdWIvbmVzc3VzL25lc3N1 cy0ke05FU1NVU19SRVZ9LyBcDQpYCQlmdHA6Ly9mdHAuYXUubmVzc3VzLm9y Zy9wdWIvbmVzc3VzL25lc3N1cy0ke05FU1NVU19SRVZ9LyBcDQpYCQlmdHA6 Ly9mdHAuc3R1ZmYuY2EvcHViL25lc3N1cy9uZXNzdXMtJHtORVNTVVNfUkVW fS8NClhESVNUTkFNRT0JbGlibmFzbC0xLjAuMA0KWA0KWE1BSU5UQUlORVI9 CWFuZGVyc0BmaXgubm8NClgNClhMSUJfREVQRU5EUz0JbmVzc3VzOiR7UE9S VFNESVJ9L3NlY3VyaXR5L25lc3N1cy1saWJyYXJpZXMNClgNClhORVNTVVNf UkVWPQkke0RJU1ROQU1FOlMvbGlibmFzbC0vL2d9DQpYDQpYRElTVF9TVUJE SVI9CW5lc3N1cw0KWFdSS1NSQz0JCSR7V1JLRElSfS9saWJuYXNsDQpYDQpY VVNFX0xJQlRPT0w9CVlFUw0KWA0KWE1BTjE9CQluYXNsLWNvbmZpZy4xDQpY DQpYLmluY2x1ZGUgPGJzZC5wb3J0Lm1rPg0KRU5ELW9mLXNlY3VyaXR5L25l c3N1cy1saWJuYXNsL01ha2VmaWxlDQplY2hvIGMgLSBzZWN1cml0eS9uZXNz dXMtbGlibmFzbC9wa2cNCm1rZGlyIC1wIHNlY3VyaXR5L25lc3N1cy1saWJu YXNsL3BrZyA+IC9kZXYvbnVsbCAyPiYxDQplY2hvIHggLSBzZWN1cml0eS9u ZXNzdXMtbGlibmFzbC9wa2cvQ09NTUVOVA0Kc2VkICdzL15YLy8nID5zZWN1 cml0eS9uZXNzdXMtbGlibmFzbC9wa2cvQ09NTUVOVCA8PCAnRU5ELW9mLXNl Y3VyaXR5L25lc3N1cy1saWJuYXNsL3BrZy9DT01NRU5UJw0KWE5lc3N1cyBB dHRhY2sgU2NyaXB0aW5nIExhbmd1YWdlDQpFTkQtb2Ytc2VjdXJpdHkvbmVz c3VzLWxpYm5hc2wvcGtnL0NPTU1FTlQNCmVjaG8geCAtIHNlY3VyaXR5L25l c3N1cy1saWJuYXNsL3BrZy9ERVNDUg0Kc2VkICdzL15YLy8nID5zZWN1cml0 eS9uZXNzdXMtbGlibmFzbC9wa2cvREVTQ1IgPDwgJ0VORC1vZi1zZWN1cml0 eS9uZXNzdXMtbGlibmFzbC9wa2cvREVTQ1InDQpYTkFTTCBpcyBhIHNjcmlw dGluZyBsYW5ndWFnZSBkZXNpZ25lZCBmb3IgdGhlIE5lc3N1cyBzZWN1cml0 eSBzY2FubmVyLiBJdHMNClhhaW0gaXMgdG8gYWxsb3cgYW55b25lIHRvIHdy aXRlIGEgdGVzdCBmb3IgYSBnaXZlbiBzZWN1cml0eSBob2xlIGluIGEgZmV3 DQpYbWludXRlcywgdG8gYWxsb3cgcGVvcGxlIHRvIHNoYXJlIHRoZWlyIHRl c3RzIHdpdGhvdXQgaGF2aW5nIHRvIHdvcnJ5DQpYYWJvdXQgdGhlaXIgb3Bl cmF0aW5nIHN5c3RlbSwgYW5kIHRvIGdhcmFudGVlIGV2ZXJ5b25lIHRoYXQg YSBOQVNMIHNjcmlwdA0KWGNhbiBub3QgZG8gYW55dGhpbmcgbmFzdHkgZXhj ZXB0IHBlcmZvcm1pbmcgYSBnaXZlbiBzZWN1cml0eSB0ZXN0IGFnYWluc3QN ClhhIGdpdmVuIHRhcmdldC4gVGh1cywgTkFTTCBhbGxvd3MgeW91IHRvIGVh c2lseSBmb3JnZSBJUCBwYWNrZXRzLCBvciB0bw0KWHNlbmQgcmVndWxhciBw YWNrZXRzLiBJdCBwcm92aWRlcyB5b3Ugc29tZSBjb252ZW5pZW50IGZ1bmN0 aW9ucyB0aGF0IHdpbGwNClhtYWtlIHRoZSB0ZXN0IG9mIHdlYiBhbmQgZnRw IHNlcnZlciBtb3JlIGVhc3kgdG8gd3JpdGUuIE5BU0wNClhnYXJhbnRlZXMg eW91IHRoYXQgYSBOQVNMIHNjcmlwdCA6IA0KWA0KWCAgICAgICB3aWxsIG5v dCBzZW5kIGFueSBwYWNrZXQgdG8gYSBob3N0IG90aGVyIHRoYW4gdGhlIHRh cmdldCBob3N0IA0KWCAgICAgICB3aWxsIG5vdCBleGVjdXRlIGFueSBjb21t YW5kcyBvbiB5b3VyIGxvY2FsIHN5c3RlbSANClgNClhOQVNMIGlzIG5vdCBh IHBvd2VyZnVsIHNjcmlwdGluZyBsYW5ndWFnZS4gSXRzIHB1cnBvc2UgaXMg dG8gbWFrZSBzY3JpcHRzDQpYdGhhdCBhcmUgc2VjdXJpdHkgdGVzdHMuIFNv LCBkbyBub3QgZXhwZWN0IHRvIHdyaXRlIGEgdGhpcmQgZ2VuZXJhdGlvbiB3 ZWINClhzZXJ2ZXIgaW4gdGhpcyBsYW5ndWFnZSwgbm9yIGEgZmlsZSBjb252 ZXJzaW9uIHV0aWxpdHkuIFVzZSBwZXJsLCBweXRob24NClhvciB3aGF0ZXZl ciBzY3JpcHRpbmcgbGFuZ3VhZ2UgdG8gZG8gdGhpcy4NClgNClhXV1c6IGh0 dHA6Ly93d3cubmVzc3VzLm9yZy9kb2MvbmFzbC5odG1sDQpFTkQtb2Ytc2Vj dXJpdHkvbmVzc3VzLWxpYm5hc2wvcGtnL0RFU0NSDQplY2hvIHggLSBzZWN1 cml0eS9uZXNzdXMtbGlibmFzbC9wa2cvUExJU1QNCnNlZCAncy9eWC8vJyA+ c2VjdXJpdHkvbmVzc3VzLWxpYm5hc2wvcGtnL1BMSVNUIDw8ICdFTkQtb2Yt c2VjdXJpdHkvbmVzc3VzLWxpYm5hc2wvcGtnL1BMSVNUJw0KWGJpbi9uYXNs DQpYYmluL25hc2wtY29uZmlnDQpYaW5jbHVkZS9uZXNzdXMvbmFzbC5oDQpY bGliL2xpYm5hc2wuc28NClhsaWIvbGlibmFzbC5zby4xDQpYbGliL2xpYm5h c2wuYQ0KWG1hbi9tYW4xL25hc2wuMQ0KWG1hbi9tYW4xL25hc2wtY29uZmln LjEuZ3oNClhAZGlycm0gaW5jbHVkZS9uZXNzdXMNCkVORC1vZi1zZWN1cml0 eS9uZXNzdXMtbGlibmFzbC9wa2cvUExJU1QNCmV4aXQNCg0K --0-809029307-959777545=:28547 Content-Type: TEXT/PLAIN; charset=US-ASCII; name="nessus-libraries.shar" Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: security/nessus-libraries Content-Disposition: attachment; filename="nessus-libraries.shar" IyBUaGlzIGlzIGEgc2hlbGwgYXJjaGl2ZS4gIFNhdmUgaXQgaW4gYSBmaWxl LCByZW1vdmUgYW55dGhpbmcgYmVmb3JlDQojIHRoaXMgbGluZSwgYW5kIHRo ZW4gdW5wYWNrIGl0IGJ5IGVudGVyaW5nICJzaCBmaWxlIi4gIE5vdGUsIGl0 IG1heQ0KIyBjcmVhdGUgZGlyZWN0b3JpZXM7IGZpbGVzIGFuZCBkaXJlY3Rv cmllcyB3aWxsIGJlIG93bmVkIGJ5IHlvdSBhbmQNCiMgaGF2ZSBkZWZhdWx0 IHBlcm1pc3Npb25zLg0KIw0KIyBUaGlzIGFyY2hpdmUgY29udGFpbnM6DQoj DQojCXNlY3VyaXR5L25lc3N1cy1saWJyYXJpZXMNCiMJc2VjdXJpdHkvbmVz c3VzLWxpYnJhcmllcy9maWxlcw0KIwlzZWN1cml0eS9uZXNzdXMtbGlicmFy aWVzL2ZpbGVzL21kNQ0KIwlzZWN1cml0eS9uZXNzdXMtbGlicmFyaWVzL3Bh dGNoZXMNCiMJc2VjdXJpdHkvbmVzc3VzLWxpYnJhcmllcy9wYXRjaGVzL3Bh dGNoLWFhDQojCXNlY3VyaXR5L25lc3N1cy1saWJyYXJpZXMvTWFrZWZpbGUN CiMJc2VjdXJpdHkvbmVzc3VzLWxpYnJhcmllcy9wa2cNCiMJc2VjdXJpdHkv bmVzc3VzLWxpYnJhcmllcy9wa2cvQ09NTUVOVA0KIwlzZWN1cml0eS9uZXNz dXMtbGlicmFyaWVzL3BrZy9ERVNDUg0KIwlzZWN1cml0eS9uZXNzdXMtbGli cmFyaWVzL3BrZy9QTElTVA0KIw0KZWNobyBjIC0gc2VjdXJpdHkvbmVzc3Vz LWxpYnJhcmllcw0KbWtkaXIgLXAgc2VjdXJpdHkvbmVzc3VzLWxpYnJhcmll cyA+IC9kZXYvbnVsbCAyPiYxDQplY2hvIGMgLSBzZWN1cml0eS9uZXNzdXMt bGlicmFyaWVzL2ZpbGVzDQpta2RpciAtcCBzZWN1cml0eS9uZXNzdXMtbGli cmFyaWVzL2ZpbGVzID4gL2Rldi9udWxsIDI+JjENCmVjaG8geCAtIHNlY3Vy aXR5L25lc3N1cy1saWJyYXJpZXMvZmlsZXMvbWQ1DQpzZWQgJ3MvXlgvLycg PnNlY3VyaXR5L25lc3N1cy1saWJyYXJpZXMvZmlsZXMvbWQ1IDw8ICdFTkQt b2Ytc2VjdXJpdHkvbmVzc3VzLWxpYnJhcmllcy9maWxlcy9tZDUnDQpYTUQ1 IChuZXNzdXMvbmVzc3VzLWxpYnJhcmllcy0xLjAuMC50YXIuZ3opID0gYmRj NjVkZGMwZTIzOGQwYTFiYmI0YTNiNGU5YzI0NDcNCkVORC1vZi1zZWN1cml0 eS9uZXNzdXMtbGlicmFyaWVzL2ZpbGVzL21kNQ0KZWNobyBjIC0gc2VjdXJp dHkvbmVzc3VzLWxpYnJhcmllcy9wYXRjaGVzDQpta2RpciAtcCBzZWN1cml0 eS9uZXNzdXMtbGlicmFyaWVzL3BhdGNoZXMgPiAvZGV2L251bGwgMj4mMQ0K ZWNobyB4IC0gc2VjdXJpdHkvbmVzc3VzLWxpYnJhcmllcy9wYXRjaGVzL3Bh dGNoLWFhDQpzZWQgJ3MvXlgvLycgPnNlY3VyaXR5L25lc3N1cy1saWJyYXJp ZXMvcGF0Y2hlcy9wYXRjaC1hYSA8PCAnRU5ELW9mLXNlY3VyaXR5L25lc3N1 cy1saWJyYXJpZXMvcGF0Y2hlcy9wYXRjaC1hYScNClgtLS0gbGlicGVrcy9n bXAyMDIvbXBuL2NvbmZpZ3VyZS5pbi5vcmlnCVdlZCBNYXkgMzEgMDA6NTM6 NTYgMjAwMA0KWCsrKyBsaWJwZWtzL2dtcDIwMi9tcG4vY29uZmlndXJlLmlu CVdlZCBNYXkgMzEgMDA6NTU6MTIgMjAwMA0KWEBAIC00MSwzICs0MSwzIEBA DQpYICAgaVszNF04NiotKi1saW51eGFvdXQqIHwgaVszNF04NiotKi1saW51 eG9sZGxkKiB8IFwNClgtICBpWzM0XTg2Ki0qLWZyZWVic2RbMzRdKikgICAg ICAgICAgICAgICAgICMgeDg2IHJ1bm5pbmcgRnJlZUJTRDMueA0KWCsgIGlb MzRdODYqLSotZnJlZWJzZFszNDVdKikgICAgICAgICAgICAgICAgICMgeDg2 IHJ1bm5pbmcgRnJlZUJTRCAzLngsIDQueCwgb3IgNS54DQpYICAgICAgICAg ZWNobyAnI2RlZmluZSBFTEZfU1lOVEFYJyAgICAgICAgICAgICAgICAgPmFz bS1zeW50YXguaA0KWEBAIC0xMTUsMyArMTE1LDMgQEANClggICAqLSotbGlu dXhhb3V0KiB8ICotKi1saW51eG9sZGxkKikgY29uZmlnPWJzZC5oIDs7DQpY LSAgaVszNF04NiotKi1mcmVlYnNkWzM0XSopICAgICAgICAgICAgICBjb25m aWc9InN5c3YuaCIgOzsNClgrICBpWzM0XTg2Ki0qLWZyZWVic2RbMzQ1XSop ICAgICAgICAgICAgICBjb25maWc9InN5c3YuaCIgOzsNClggICAqLXN5c3Yq IHwgKi1zb2xhcmlzKiB8ICotKi1saW51eCopIGNvbmZpZz0ic3lzdi5oIiA7 Ow0KWEBAIC0xMjEsMyArMTIxLDMgQEANClggY2FzZSAiJHt0YXJnZXR9IiBp bg0KWC0gIGlbMzRdODYqLSotZnJlZWJzZFszNF0qKSA7Ow0KWCsgIGlbMzRd ODYqLSotZnJlZWJzZFszNDVdKikgOzsNClggICBpWzM0NTZdODYqLSotKmJz ZCogfCBpWzM0NTZdODYqLSotbGludXhhb3V0KiB8IGlbMzQ1Nl04NiotKi1s aW51eG9sZGxkKiB8IFwNClgtLS0gbGlicGVrcy9jb25maWd1cmUub3JpZwlX ZWQgTWF5IDMxIDAwOjUzOjI1IDIwMDANClgrKysgbGlicGVrcy9jb25maWd1 cmUJV2VkIE1heSAzMSAwMDo1NDoyMyAyMDAwDQpYQEAgLTg1NiwzICs4NTYs MyBAQA0KWCAgIGlbMzQ1Nl04Ni0qLW1zZG9zZGpncHAqKSBjb25maWc9bWgt Z28zMiA7Ow0KWC0gIGlbMzQ1Nl04Ni0qLWZyZWVic2QzKikgICBjb25maWc9 bWgtZnJlZWJzZDMgOzsNClgrICBpWzM0NTZdODYtKi1mcmVlYnNkWzM0NV0q KSAgIGNvbmZpZz1taC1mcmVlYnNkMyA7Ow0KWCAgIGlbMzQ1Nl04Ni0qLW9w ZW5ic2QyLls2LTldKQ0KWC0tLSBsaWJwZWtzL2NvbmZpZ3VyZS5pbi5vcmln CVdlZCBNYXkgMzEgMDA6NTM6MzUgMjAwMA0KWCsrKyBsaWJwZWtzL2NvbmZp Z3VyZS5pbglXZWQgTWF5IDMxIDAwOjU0OjMyIDIwMDANClhAQCAtODYsMyAr ODYsMyBAQA0KWCAgIGlbMzQ1Nl04Ni0qLW1zZG9zZGpncHAqKSBjb25maWc9 bWgtZ28zMiA7Ow0KWC0gIGlbMzQ1Nl04Ni0qLWZyZWVic2QzKikgICBjb25m aWc9bWgtZnJlZWJzZDMgOzsNClgrICBpWzM0NTZdODYtKi1mcmVlYnNkWzM0 NV0qKSAgIGNvbmZpZz1taC1mcmVlYnNkMyA7Ow0KWCAgIGlbMzQ1Nl04Ni0q LW9wZW5ic2QyLls2LTldKQ0KRU5ELW9mLXNlY3VyaXR5L25lc3N1cy1saWJy YXJpZXMvcGF0Y2hlcy9wYXRjaC1hYQ0KZWNobyB4IC0gc2VjdXJpdHkvbmVz c3VzLWxpYnJhcmllcy9NYWtlZmlsZQ0Kc2VkICdzL15YLy8nID5zZWN1cml0 eS9uZXNzdXMtbGlicmFyaWVzL01ha2VmaWxlIDw8ICdFTkQtb2Ytc2VjdXJp dHkvbmVzc3VzLWxpYnJhcmllcy9NYWtlZmlsZScNClgjIFBvcnRzIGNvbGxl Y3Rpb24gbWFrZWZpbGUgZm9yOgluZXNzdXMtbGlicmFyaWVzDQpYIyBEYXRl IGNyZWF0ZWQ6CQkJCTA3IE5vZXZtYmVyIDE5OTkNClgjIFdob206CQkJCQlB bmRlcnMgTm9yZGJ5IDxhbmRlcnNAZml4Lm5vPg0KWCMNClgjICRGcmVlQlNE OiBwb3J0cy9zZWN1cml0eS9uZXNzdXMtbGlicmFyaWVzL01ha2VmaWxlLHYg MS45IDIwMDAvMDQvMDkgMTg6MzA6MDIgY3BpYXp6YSBFeHAgJA0KWCMNClgN ClhQT1JUTkFNRT0JbmVzc3VzLWxpYnJhcmllcw0KWFBPUlRWRVJTSU9OPQkx LjAuMA0KWENBVEVHT1JJRVM9CXNlY3VyaXR5DQpYTUFTVEVSX1NJVEVTPQlm dHA6Ly9mdHAubmVzc3VzLm9yZy9wdWIvbmVzc3VzL25lc3N1cy0ke05FU1NV U19SRVZ9LyBcDQpYCQlmdHA6Ly9mdHAuZ3dkZy5kZS9wdWIvbGludXgvbWlz Yy9uZXNzdXMvbmVzc3VzLSR7TkVTU1VTX1JFVn0vIFwNClgJCWh0dHA6Ly9m dHAuZ3dkZy5kZS9wdWIvbGludXgvbWlzYy9uZXNzdXMvbmVzc3VzLSR7TkVT U1VTX1JFVn0vIFwNClgJCWZ0cDovL2N2cy5uZXNzdXMub3JnL3B1Yi9uZXNz dXMvbmVzc3VzLSR7TkVTU1VTX1JFVn0vIFwNClgJCWZ0cDovL25lc3N1cy52 aWEuZWNwLmZyL25lc3N1cy9uZXNzdXMtJHtORVNTVVNfUkVWfS8gXA0KWAkJ ZnRwOi8vc3Vuc2l0ZS5jbmxhYi1zd2l0Y2guY2gvbWlycm9yL25lc3N1cy9u ZXNzdXMtJHtORVNTVVNfUkVWfS8gXA0KWAkJZnRwOi8vZnRwLmNoZy5ydS9w dWIvc2VjdXJpdHkvbmVzc3VzL25lc3N1cy0ke05FU1NVU19SRVZ9LyBcDQpY CQlmdHA6Ly9mdHAuc2VrdXJlLm5ldC9wdWIvbmVzc3VzL25lc3N1cy0ke05F U1NVU19SRVZ9LyBcDQpYCQlmdHA6Ly9mdHAubmVjdGVjLm9yLnRoL3B1Yi9t aXJyb3JzL25lc3N1cy9uZXNzdXMtJHtORVNTVVNfUkVWfS8gXA0KWAkJZnRw Oi8vZnRwLnB0Lm5lc3N1cy5vcmcvcHViL25lc3N1cy9uZXNzdXMtJHtORVNT VVNfUkVWfS8gXA0KWAkJZnRwOi8vZnRwLmF1Lm5lc3N1cy5vcmcvcHViL25l c3N1cy9uZXNzdXMtJHtORVNTVVNfUkVWfS8gXA0KWAkJZnRwOi8vZnRwLnN0 dWZmLmNhL3B1Yi9uZXNzdXMvbmVzc3VzLSR7TkVTU1VTX1JFVn0vDQpYDQpY TUFJTlRBSU5FUj0JYW5kZXJzQGZpeC5ubw0KWA0KWE5FU1NVU19SRVY9CSR7 RElTVE5BTUU6Uy9uZXNzdXMtbGlicmFyaWVzLS8vZ30NClgNClhESVNUX1NV QkRJUj0JbmVzc3VzDQpYV1JLU1JDPQkJJHtXUktESVJ9L25lc3N1cy1saWJy YXJpZXMNClgNClhVU0VfTElCVE9PTD0JWUVTDQpYQ09ORklHVVJFX0FSR1M9 CS0tZW5hYmxlLWNpcGhlcg0KWA0KWE1BTjE9CQluZXNzdXMtY29uZmlnLjEN ClgNClguaW5jbHVkZSA8YnNkLnBvcnQubWs+DQpFTkQtb2Ytc2VjdXJpdHkv bmVzc3VzLWxpYnJhcmllcy9NYWtlZmlsZQ0KZWNobyBjIC0gc2VjdXJpdHkv bmVzc3VzLWxpYnJhcmllcy9wa2cNCm1rZGlyIC1wIHNlY3VyaXR5L25lc3N1 cy1saWJyYXJpZXMvcGtnID4gL2Rldi9udWxsIDI+JjENCmVjaG8geCAtIHNl Y3VyaXR5L25lc3N1cy1saWJyYXJpZXMvcGtnL0NPTU1FTlQNCnNlZCAncy9e WC8vJyA+c2VjdXJpdHkvbmVzc3VzLWxpYnJhcmllcy9wa2cvQ09NTUVOVCA8 PCAnRU5ELW9mLXNlY3VyaXR5L25lc3N1cy1saWJyYXJpZXMvcGtnL0NPTU1F TlQnDQpYTGlicmFyaWVzIGZvciBOZXNzdXMsIHRoZSBzZWN1cml0eSBzY2Fu bmVyDQpFTkQtb2Ytc2VjdXJpdHkvbmVzc3VzLWxpYnJhcmllcy9wa2cvQ09N TUVOVA0KZWNobyB4IC0gc2VjdXJpdHkvbmVzc3VzLWxpYnJhcmllcy9wa2cv REVTQ1INCnNlZCAncy9eWC8vJyA+c2VjdXJpdHkvbmVzc3VzLWxpYnJhcmll cy9wa2cvREVTQ1IgPDwgJ0VORC1vZi1zZWN1cml0eS9uZXNzdXMtbGlicmFy aWVzL3BrZy9ERVNDUicNClhTZWUgdGhlIGRlc2NyaXB0aW9uIGZvciBwb3J0 cy9zZWN1cml0eS9uZXNzdXMuDQpYDQpYV1dXOiBodHRwOi8vd3d3Lm5lc3N1 cy5vcmcvDQpFTkQtb2Ytc2VjdXJpdHkvbmVzc3VzLWxpYnJhcmllcy9wa2cv REVTQ1INCmVjaG8geCAtIHNlY3VyaXR5L25lc3N1cy1saWJyYXJpZXMvcGtn L1BMSVNUDQpzZWQgJ3MvXlgvLycgPnNlY3VyaXR5L25lc3N1cy1saWJyYXJp ZXMvcGtnL1BMSVNUIDw8ICdFTkQtb2Ytc2VjdXJpdHkvbmVzc3VzLWxpYnJh cmllcy9wa2cvUExJU1QnDQpYYmluL25lc3N1cy1jb25maWcNClhpbmNsdWRl L3Bla3MvbWVzc2FnZXMuaA0KWGluY2x1ZGUvcGVrcy9wZWtzLmgNClhpbmNs dWRlL25lc3N1cy9uZXQvYnBmLmgNClhpbmNsdWRlL25lc3N1cy9wY2FwLmgN ClhpbmNsdWRlL25lc3N1cy9wY2FwLW5hbWVkYi5oDQpYaW5jbHVkZS9uZXNz dXMvaW5jbHVkZXMuaA0KWGluY2x1ZGUvbmVzc3VzL2xpYm5lc3N1cy5oDQpY aW5jbHVkZS9uZXNzdXMvaGFyZ2xpc3RzLmgNClhpbmNsdWRlL25lc3N1cy9s aWJ2ZXJzLmgNClhpbmNsdWRlL25lc3N1cy9nZXRvcHQuaA0KWGxpYi9saWJw ZWtzLnNvLjANClhsaWIvbGlicGVrcy5hDQpYbGliL2xpYnBla3Muc28uMC44 LjExDQpYbGliL2xpYnBla3Muc28uMC44DQpYbGliL2xpYnBla3Muc28NClhs aWIvbGlibmVzc3VzLnNvDQpYbGliL2xpYm5lc3N1cy5zby4xDQpYbGliL2xp Ym5lc3N1cy5hDQpYbGliL2xpYmhvc3RzX2dhdGhlcmVyLnNvLjENClhsaWIv bGliaG9zdHNfZ2F0aGVyZXIuc28NClhsaWIvbGliaG9zdHNfZ2F0aGVyZXIu YQ0KWGxpYi9saWJwY2FwLW5lc3N1cy5zby4xDQpYbGliL2xpYnBjYXAtbmVz c3VzLnNvDQpYbGliL2xpYnBjYXAtbmVzc3VzLmENClhtYW4vbWFuMS9uZXNz dXMtY29uZmlnLjEuZ3oNClhAZGlycm0gaW5jbHVkZS9wZWtzDQpYQGRpcnJt IGluY2x1ZGUvbmVzc3VzDQpYQGRpcnJtIGluY2x1ZGUvbmVzc3VzL25ldA0K RU5ELW9mLXNlY3VyaXR5L25lc3N1cy1saWJyYXJpZXMvcGtnL1BMSVNUDQpl eGl0DQoNCg== --0-809029307-959777545=:28547 Content-Type: TEXT/PLAIN; charset=US-ASCII; name="nessus-plugins.shar" Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: security/nessus-plugins Content-Disposition: attachment; filename="nessus-plugins.shar" IyBUaGlzIGlzIGEgc2hlbGwgYXJjaGl2ZS4gIFNhdmUgaXQgaW4gYSBmaWxl LCByZW1vdmUgYW55dGhpbmcgYmVmb3JlDQojIHRoaXMgbGluZSwgYW5kIHRo ZW4gdW5wYWNrIGl0IGJ5IGVudGVyaW5nICJzaCBmaWxlIi4gIE5vdGUsIGl0 IG1heQ0KIyBjcmVhdGUgZGlyZWN0b3JpZXM7IGZpbGVzIGFuZCBkaXJlY3Rv cmllcyB3aWxsIGJlIG93bmVkIGJ5IHlvdSBhbmQNCiMgaGF2ZSBkZWZhdWx0 IHBlcm1pc3Npb25zLg0KIw0KIyBUaGlzIGFyY2hpdmUgY29udGFpbnM6DQoj DQojCXNlY3VyaXR5L25lc3N1cy1wbHVnaW5zDQojCXNlY3VyaXR5L25lc3N1 cy1wbHVnaW5zL2ZpbGVzDQojCXNlY3VyaXR5L25lc3N1cy1wbHVnaW5zL2Zp bGVzL21kNQ0KIwlzZWN1cml0eS9uZXNzdXMtcGx1Z2lucy9NYWtlZmlsZQ0K IwlzZWN1cml0eS9uZXNzdXMtcGx1Z2lucy9wa2cNCiMJc2VjdXJpdHkvbmVz c3VzLXBsdWdpbnMvcGtnL0NPTU1FTlQNCiMJc2VjdXJpdHkvbmVzc3VzLXBs dWdpbnMvcGtnL0RFU0NSDQojCXNlY3VyaXR5L25lc3N1cy1wbHVnaW5zL3Br Zy9QTElTVA0KIw0KZWNobyBjIC0gc2VjdXJpdHkvbmVzc3VzLXBsdWdpbnMN Cm1rZGlyIC1wIHNlY3VyaXR5L25lc3N1cy1wbHVnaW5zID4gL2Rldi9udWxs IDI+JjENCmVjaG8gYyAtIHNlY3VyaXR5L25lc3N1cy1wbHVnaW5zL2ZpbGVz DQpta2RpciAtcCBzZWN1cml0eS9uZXNzdXMtcGx1Z2lucy9maWxlcyA+IC9k ZXYvbnVsbCAyPiYxDQplY2hvIHggLSBzZWN1cml0eS9uZXNzdXMtcGx1Z2lu cy9maWxlcy9tZDUNCnNlZCAncy9eWC8vJyA+c2VjdXJpdHkvbmVzc3VzLXBs dWdpbnMvZmlsZXMvbWQ1IDw8ICdFTkQtb2Ytc2VjdXJpdHkvbmVzc3VzLXBs dWdpbnMvZmlsZXMvbWQ1Jw0KWE1ENSAobmVzc3VzL25lc3N1cy1wbHVnaW5z LTEuMC4wLnRhci5neikgPSBkZDBlMWFiMjVhNjg5OTUzNzVkMGQ0Y2UwODlh ODVlMw0KRU5ELW9mLXNlY3VyaXR5L25lc3N1cy1wbHVnaW5zL2ZpbGVzL21k NQ0KZWNobyB4IC0gc2VjdXJpdHkvbmVzc3VzLXBsdWdpbnMvTWFrZWZpbGUN CnNlZCAncy9eWC8vJyA+c2VjdXJpdHkvbmVzc3VzLXBsdWdpbnMvTWFrZWZp bGUgPDwgJ0VORC1vZi1zZWN1cml0eS9uZXNzdXMtcGx1Z2lucy9NYWtlZmls ZScNClgjIFBvcnRzIGNvbGxlY3Rpb24gbWFrZWZpbGUgZm9yOgluZXNzdXMt cGx1Z2lucw0KWCMgRGF0ZSBjcmVhdGVkOgkJCQkxNiBPY3RvYmVyIDE5OTkN ClgjIFdob206CQkJCQlBbmRlcnMgTm9yZGJ5IDxhbmRlcnNAZml4Lm5vPg0K WCMNClgjICRGcmVlQlNEOiBwb3J0cy9zZWN1cml0eS9uZXNzdXMtcGx1Z2lu cy9NYWtlZmlsZSx2IDEuMTAgMjAwMC8wNC8wOSAxODozMDowMyBjcGlhenph IEV4cCAkDQpYIw0KWA0KWFBPUlROQU1FPQluZXNzdXMtcGx1Z2lucw0KWFBP UlRWRVJTSU9OPQkxLjAuMA0KWENBVEVHT1JJRVM9CXNlY3VyaXR5DQpYTUFT VEVSX1NJVEVTPQlmdHA6Ly9mdHAubmVzc3VzLm9yZy9wdWIvbmVzc3VzL25l c3N1cy0ke05FU1NVU19SRVZ9LyBcDQpYCQlmdHA6Ly9mdHAuZ3dkZy5kZS9w dWIvbGludXgvbWlzYy9uZXNzdXMvbmVzc3VzLSR7TkVTU1VTX1JFVn0vIFwN ClgJCWh0dHA6Ly9mdHAuZ3dkZy5kZS9wdWIvbGludXgvbWlzYy9uZXNzdXMv bmVzc3VzLSR7TkVTU1VTX1JFVn0vIFwNClgJCWZ0cDovL2N2cy5uZXNzdXMu b3JnL3B1Yi9uZXNzdXMvbmVzc3VzLSR7TkVTU1VTX1JFVn0vIFwNClgJCWZ0 cDovL25lc3N1cy52aWEuZWNwLmZyL25lc3N1cy9uZXNzdXMtJHtORVNTVVNf UkVWfS8gXA0KWAkJZnRwOi8vc3Vuc2l0ZS5jbmxhYi1zd2l0Y2guY2gvbWly cm9yL25lc3N1cy9uZXNzdXMtJHtORVNTVVNfUkVWfS8gXA0KWAkJZnRwOi8v ZnRwLmNoZy5ydS9wdWIvc2VjdXJpdHkvbmVzc3VzL25lc3N1cy0ke05FU1NV U19SRVZ9LyBcDQpYCQlmdHA6Ly9mdHAuc2VrdXJlLm5ldC9wdWIvbmVzc3Vz L25lc3N1cy0ke05FU1NVU19SRVZ9LyBcDQpYCQlmdHA6Ly9mdHAubmVjdGVj Lm9yLnRoL3B1Yi9taXJyb3JzL25lc3N1cy9uZXNzdXMtJHtORVNTVVNfUkVW fS8gXA0KWAkJZnRwOi8vZnRwLnB0Lm5lc3N1cy5vcmcvcHViL25lc3N1cy9u ZXNzdXMtJHtORVNTVVNfUkVWfS8gXA0KWAkJZnRwOi8vZnRwLmF1Lm5lc3N1 cy5vcmcvcHViL25lc3N1cy9uZXNzdXMtJHtORVNTVVNfUkVWfS8gXA0KWAkJ ZnRwOi8vZnRwLnN0dWZmLmNhL3B1Yi9uZXNzdXMvbmVzc3VzLSR7TkVTU1VT X1JFVn0vDQpYDQpYTUFJTlRBSU5FUj0JYW5kZXJzQGZpeC5ubw0KWA0KWEJV SUxEX0RFUEVORFM9CSR7TE9DQUxCQVNFfS9pbmNsdWRlL25lc3N1cy9jb25m aWcuaDoke1BPUlRTRElSfS9zZWN1cml0eS9uZXNzdXMgXA0KWAkJJHtMT0NB TEJBU0V9L2Jpbi9ubWFwOiR7UE9SVFNESVJ9L3NlY3VyaXR5L25tYXANClhS VU5fREVQRU5EUz0Jbm1hcDoke1BPUlRTRElSfS9zZWN1cml0eS9ubWFwDQpY DQpYTkVTU1VTX1JFVj0JJHtESVNUTkFNRTpTL25lc3N1cy1wbHVnaW5zLS8v Z30NClgNClhESVNUX1NVQkRJUj0JbmVzc3VzDQpYV1JLU1JDPQkJJHtXUktE SVJ9L25lc3N1cy1wbHVnaW5zDQpYDQpYR05VX0NPTkZJR1VSRT0JeWVzDQpY DQpYTUFOMT0JCW5lc3N1cy1idWlsZC4xDQpYDQpYLmluY2x1ZGUgPGJzZC5w b3J0Lm1rPg0KRU5ELW9mLXNlY3VyaXR5L25lc3N1cy1wbHVnaW5zL01ha2Vm aWxlDQplY2hvIGMgLSBzZWN1cml0eS9uZXNzdXMtcGx1Z2lucy9wa2cNCm1r ZGlyIC1wIHNlY3VyaXR5L25lc3N1cy1wbHVnaW5zL3BrZyA+IC9kZXYvbnVs bCAyPiYxDQplY2hvIHggLSBzZWN1cml0eS9uZXNzdXMtcGx1Z2lucy9wa2cv Q09NTUVOVA0Kc2VkICdzL15YLy8nID5zZWN1cml0eS9uZXNzdXMtcGx1Z2lu cy9wa2cvQ09NTUVOVCA8PCAnRU5ELW9mLXNlY3VyaXR5L25lc3N1cy1wbHVn aW5zL3BrZy9DT01NRU5UJw0KWFBsdWdpbnMgZm9yIE5lc3N1cywgdGhlIHNl Y3VyaXR5IHNjYW5uZXINCkVORC1vZi1zZWN1cml0eS9uZXNzdXMtcGx1Z2lu cy9wa2cvQ09NTUVOVA0KZWNobyB4IC0gc2VjdXJpdHkvbmVzc3VzLXBsdWdp bnMvcGtnL0RFU0NSDQpzZWQgJ3MvXlgvLycgPnNlY3VyaXR5L25lc3N1cy1w bHVnaW5zL3BrZy9ERVNDUiA8PCAnRU5ELW9mLXNlY3VyaXR5L25lc3N1cy1w bHVnaW5zL3BrZy9ERVNDUicNClhOZXNzdXMgaXMgYSBzZWN1cml0eSBzY2Fu bmVyLiBUaGF0IGlzLCBpdCdzIGEgcHJvZ3JhbSB3aGljaCB3aWxsIHNjYW4g YQ0KWGdpdmVuIG5ldHdvcmsgYW5kIHdpbGwgc2VlayBmb3IgdnVsbmVyYWJp bGl0aWVzIHdoaWNoIGNvdWxkIGJlIGV4cGxvaXRlZA0KWGJ5IHNvbWUgcmVt b3RlIGludHJ1ZGVyLiANClgNClhUaGUgTmVzc3VzIFByb2plY3Qgd2FzIG9y aWdpbmFsbHkgc3RhcnRlZCBieSBSZW5hdWQgRGVyYWlzb24gDQpYKGRlcmFp c29uQHdvcmxkbmV0LmZyKS4gTWFueSBwZW9wbGUgY29udHJpYnV0ZWQgaW4g bWFueSB3YXlzIHRvIHRoZSANClhwcm9qZWN0LCBhbmQgdGhlIE5lc3N1cyBj b3JlIHRlYW0gaXMgbm93IG1hZGUgdXAgb2YgQWxleGlzIGRlIEJlcm5pcw0K WChhbGV4aXNiQG15Z2FsZS5vcmcpLCB3aG8gaXMgdGhlIEphdmEgc3BlY2lh bGlzdCwgTm9hbSBSYXRoYXVzIA0KWChkb2xpdHRsZUBpc3JlYWxtYWlsLmNv bSkgd2hvIGlzIGluIGNoYXJnZSBvZiB0aGUgTmVzc3VzIGNsaWVudCBmb3IN ClhXaW5kb3dzLCBhbmQgUmVuYXVkIERlcmFpc29uIHdobyBpcyBzdGlsbCBo ZXJlIGFuZCB3aG8gaXMgdGhlIHByb2plY3QgDQpYbGVhZGVyLiANClgNClhX V1c6IGh0dHA6Ly93d3cubmVzc3VzLm9yZy8NCkVORC1vZi1zZWN1cml0eS9u ZXNzdXMtcGx1Z2lucy9wa2cvREVTQ1INCmVjaG8geCAtIHNlY3VyaXR5L25l c3N1cy1wbHVnaW5zL3BrZy9QTElTVA0Kc2VkICdzL15YLy8nID5zZWN1cml0 eS9uZXNzdXMtcGx1Z2lucy9wa2cvUExJU1QgPDwgJ0VORC1vZi1zZWN1cml0 eS9uZXNzdXMtcGx1Z2lucy9wa2cvUExJU1QnDQpYYmluL25lc3N1cy1idWls ZA0KWGV0Yy9uZXNzdXMvcXVlc28uY29uZg0KWGV0Yy9uZXNzdXMvYWNjb3Vu dHMudHh0DQpYbGliL25lc3N1cy9wbHVnaW5zL0NvbGRGdXNpb24ubmFzbA0K WGxpYi9uZXNzdXMvcGx1Z2lucy9FeEFpcl9kb3NfYWR2c2VhcmNoLm5hc2wN ClhsaWIvbmVzc3VzL3BsdWdpbnMvRXhBaXJfZG9zX3F1ZXJ5Lm5hc2wNClhs aWIvbmVzc3VzL3BsdWdpbnMvRXhBaXJfZG9zX3NlYXJjaC5uYXNsDQpYbGli L25lc3N1cy9wbHVnaW5zL05ldFNwaGVyZS5uYXNsDQpYbGliL25lc3N1cy9w bHVnaW5zL1BDX2FueXdoZXJlLm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMv U2hvd0NvZGUubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9XZWJTaXRlLm5h c2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvWC5uYXNsDQpYbGliL25lc3N1cy9w bHVnaW5zL2FjYy5uYXNsDQpYbGliL25lc3N1cy9wbHVnaW5zL2FpeF9mdHBk Lm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvYWxpYmFiYS5uYXNsDQpYbGli L25lc3N1cy9wbHVnaW5zL2FsaWJhYmFfZ2V0MzIubmFzbA0KWGxpYi9uZXNz dXMvcGx1Z2lucy9hbGliYWJhX292ZXJmbG93Lm5hc2wNClhsaWIvbmVzc3Vz L3BsdWdpbnMvYWxpYmFiYV9wbC5uYXNsDQpYbGliL25lc3N1cy9wbHVnaW5z L2FsaWJhYmFfdHN0Lm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvYWx0YXZp c3RhX3NlYXJjaC5uYXNsDQpYbGliL25lc3N1cy9wbHVnaW5zL2FuX2h0dHBk X2NnaXMubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9hbmFsb2d4Lm5hc2wN ClhsaWIvbmVzc3VzL3BsdWdpbnMvYW5uZXhfZG9zLm5hc2wNClhsaWIvbmVz c3VzL3BsdWdpbnMvYXJrZWlhLm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMv YXNjZW5kX2tpbGwubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9hc3Bfc291 cmNlX2RhdGEubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9hc3Bfc291cmNl X2RvdC5uYXNsDQpYbGliL25lc3N1cy9wbHVnaW5zL2F0aDBfaGFuZ3VwLm5h c2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvYXV0aF9lbmFibGVkLm5hc2wNClhs aWIvbmVzc3VzL3BsdWdpbnMvYXhlbnRfcmFwdG9yX2Rvcy5uYXNsDQpYbGli L25lc3N1cy9wbHVnaW5zL2F4aXMubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lu cy9iYWNrb3JpZmljZTEubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9iYi1o aXN0Lm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvYmZ0ZWxuZXQubmFzbA0K WGxpYi9uZXNzdXMvcGx1Z2lucy9iaWdjb25mLm5hc2wNClhsaWIvbmVzc3Vz L3BsdWdpbnMvYmluZF92ZXJzaW9uLm5hc2wNClhsaWIvbmVzc3VzL3BsdWdp bnMvYmluZF92dWxuZXJhYmxlLm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMv Yml6ZGIxX3NlYXJjaC5uYXNsDQpYbGliL25lc3N1cy9wbHVnaW5zL2Jvbmsu bmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9ib290cGFyYW1kLm5hc2wNClhs aWIvbmVzc3VzL3BsdWdpbnMvamoubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lu cy9jMzIubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9jYV91bmljZW50ZXJf ZmlsZV90cmFuc2Zlcl9zZXJ2aWNlLm5hc2wNClhsaWIvbmVzc3VzL3BsdWdp bnMvY2FfdW5pY2VudGVyX3RyYW5zcG9ydF9zZXJ2aWNlLm5hc2wNClhsaWIv bmVzc3VzL3BsdWdpbnMvY2FjaGVtZ3JfY2dpLm5hc2wNClhsaWIvbmVzc3Vz L3BsdWdpbnMvY2FtcGFzLm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvY2Fz c2FuZHJhX25udHBfZG9zLm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvY2Rr Lm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvY2Vybl9odHRwZF9wYXRoLm5h c2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvY2Zpbmdlcl9zZWFyY2gubmFzbA0K WGxpYi9uZXNzdXMvcGx1Z2lucy9jZ2liaW5fYnJvd3NhYmxlLm5hc2wNClhs aWIvbmVzc3VzL3BsdWdpbnMvY2dpdGVzdC5uYXNsDQpYbGliL25lc3N1cy9w bHVnaW5zL2NnaXdyYXAubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9jaGFt ZWxlb25fc210cGRfb3ZlcmZsb3cubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lu cy9jaGFyZ2VuLm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvY2hlY2twb2lu dC5uYXNsDQpYbGliL25lc3N1cy9wbHVnaW5zL2Npc2NvXzY3NS5uYXNsDQpY bGliL25lc3N1cy9wbHVnaW5zL2Npc2NvX2Rvcy5uYXNsDQpYbGliL25lc3N1 cy9wbHVnaW5zL2NvdW50X2NnaS5uYXNsDQpYbGliL25lc3N1cy9wbHVnaW5z L2Npc2NvX2h0dHBfZG9zLm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvY21h aWxfb3ZlcmZsb3cubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9jb21tdW5p Z2F0ZXByb19vdmVyZmxvdy5uYXNsDQpYbGliL25lc3N1cy9wbHVnaW5zL2Nz bV9oZWxvLm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvY3ZzX2RldGVjdC5u YXNsDQpYbGliL25lc3N1cy9wbHVnaW5zL2N2c3dlYl92ZXJzaW9uLm5hc2wN ClhsaWIvbmVzc3VzL3BsdWdpbnMvZGFuc2llX2NhcnQubmFzbA0KWGxpYi9u ZXNzdXMvcGx1Z2lucy9kYXl0aW1lLm5hc2wNClhsaWIvbmVzc3VzL3BsdWdp bnMvZGJtYW5fY2dpLm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvZGVlcF90 aHJvYXQubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9kZWxlZ2F0ZV9vdmVy Zmxvdy5uYXNsDQpYbGliL25lc3N1cy9wbHVnaW5zL2RmaXJlX2NnaS5uYXNs DQpYbGliL25lc3N1cy9wbHVnaW5zL2RvY19icm93c2FibGUubmFzbA0KWGxp Yi9uZXNzdXMvcGx1Z2lucy9kb21pbm8ubmFzbA0KWGxpYi9uZXNzdXMvcGx1 Z2lucy9kb21pbm9fZnNfY29uZmlnLm5hc2wNClhsaWIvbmVzc3VzL3BsdWdp bnMvZG9taW5vX2h0dHBfZG9zLm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMv ZHVtcGVudi5uYXNsDQpYbGliL25lc3N1cy9wbHVnaW5zL2VjaG8ubmFzbA0K WGxpYi9uZXNzdXMvcGx1Z2lucy9lc2Vydi5uYXNsDQpYbGliL25lc3N1cy9w bHVnaW5zL2VpY29uX21vZGVtX2Rvcy5uYXNsDQpYbGliL25lc3N1cy9wbHVn aW5zL2V2aWV3ZXIubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9ld3MubmFz bA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9lenNob3BwZXIubmFzbA0KWGxpYi9u ZXNzdXMvcGx1Z2lucy9mYWtlYm8ubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lu cy9mYXhzdXJ2ZXkubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9maW5nZXIu bmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9maW5nZXJfMC5uYXNsDQpYbGli L25lc3N1cy9wbHVnaW5zL2Zpbmdlcl9iYWNrZG9vci5uYXNsDQpYbGliL25l c3N1cy9wbHVnaW5zL2Zpbmdlcl9jZ2kubmFzbA0KWGxpYi9uZXNzdXMvcGx1 Z2lucy9maW5nZXJfZG90Lm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvZmlu Z2VyX3JlZGlyZWN0aW9uLm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvZmly ZXdhbGwxX2Rvcy5uYXNsDQpYbGliL25lc3N1cy9wbHVnaW5zL2Zvcm1oYW5k bGVyLm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvZm9ybW1haWxfcGwubmFz bA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9mcF9odGltYWdlLm5hc2wNClhsaWIv bmVzc3VzL3BsdWdpbnMvZnJvbnRwYWdlLm5hc2wNClhsaWIvbmVzc3VzL3Bs dWdpbnMvZnJvbnRwYWdlX2F1dGhvcnMubmFzbA0KWGxpYi9uZXNzdXMvcGx1 Z2lucy9mcm9udHBhZ2VfZHZ3c3NyLm5hc2wNClhsaWIvbmVzc3VzL3BsdWdp bnMvZnJvbnRwYWdlX3NodG1sLm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMv ZnRwX2Fub255bW91cy5uYXNsDQpYbGliL25lc3N1cy9wbHVnaW5zL2Z0cF9i YWNrZG9vci5uYXNsDQpYbGliL25lc3N1cy9wbHVnaW5zL2Z0cF9ib3VuY2Uu bmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9mdHBfY2hlY2tfdXNlci5uYXNs DQpYbGliL25lc3N1cy9wbHVnaW5zL2Z0cF9jd2Rfcm9vdC5uYXNsDQpYbGli L25lc3N1cy9wbHVnaW5zL2Z0cF9vdmVyZmxvdy5uYXNsDQpYbGliL25lc3N1 cy9wbHVnaW5zL2Z0cF9wYXN2X2Rvcy5uYXNsDQpYbGliL25lc3N1cy9wbHVn aW5zL2Z0cF9wYXN2X29uX2Nvbm5lY3QubmFzbA0KWGxpYi9uZXNzdXMvcGx1 Z2lucy9mdHBfcmVhbHBhdGgubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9m dHBfcm9vdC5uYXNsDQpYbGliL25lc3N1cy9wbHVnaW5zL2Z0cF9zZXJ2dV9k b3MubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9mdHBfc2l0ZV9leGVjLm5h c2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvZnRwZ2F0ZS5uYXNsDQpYbGliL25l c3N1cy9wbHVnaW5zL2Z0cHNlcnZlcl9kZXRlY3RfdHlwZV9uZF92ZXJzaW9u Lm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvZ2F0ZWNyYXNoZXIubmFzbA0K WGxpYi9uZXNzdXMvcGx1Z2lucy9naXJsZnJpZW5kLm5hc2wNClhsaWIvbmVz c3VzL3BsdWdpbnMvaHRkaWcubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9n bGltcHNlLm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvZ25hcHN0ZXJfZ2V0 X2ZpbGUubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9ncm91cHdpc2Vfb3Zl cmZsb3cubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9ndWVzdGJvb2submFz bA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9ndWVzdGJvb2tfcGwubmFzbA0KWGxp Yi9uZXNzdXMvcGx1Z2lucy9oYW5kbGVyLm5hc2wNClhsaWIvbmVzc3VzL3Bs dWdpbnMvaG9tZWZyZWUubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9ob3Rz eW5jLm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvaHBfcHJpbnRlcl9kaXNw bGF5Lm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvaHBfcmVtb3RlX3ByaW50 Lm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvaHRtbHNjcmlwdC5uYXNsDQpY bGliL25lc3N1cy9wbHVnaW5zL2h0c2VhcmNoX2xvY2F0aW9uLm5hc2wNClhs aWIvbmVzc3VzL3BsdWdpbnMvaHR0cF92ZXJzaW9uLm5hc2wNClhsaWIvbmVz c3VzL3BsdWdpbnMvaHlwZXJib21iLm5hc2wNClhsaWIvbmVzc3VzL3BsdWdp bnMvaTJvZGlhbG9nZC5uYXNsDQpYbGliL25lc3N1cy9wbHVnaW5zL2lDaGF0 Lm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvaVBhcnR5Lm5hc2wNClhsaWIv bmVzc3VzL3BsdWdpbnMvaWNhdC5uYXNsDQpYbGliL25lc3N1cy9wbHVnaW5z L2ljbXBfbWFza19yZXEubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9pY21w X3RpbWVzdGFtcC5uYXNsDQpYbGliL25lc3N1cy9wbHVnaW5zL2ljcV9jcmFz aC5uYXNsDQpYbGliL25lc3N1cy9wbHVnaW5zL2lkcV9kbGwubmFzbA0KWGxp Yi9uZXNzdXMvcGx1Z2lucy9paXNfYXV0aGVudGlmaWNhdGlvbl9tYW5hZ2Vy Lm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvaWlzX2J1ZmZlcl9vdmVyZmxv dy5uYXNsDQpYbGliL25lc3N1cy9wbHVnaW5zL2lpc19jcmFzaC5uYXNsDQpY bGliL25lc3N1cy9wbHVnaW5zL2lpc19kb3NfdXNzcmJhY2submFzbA0KWGxp Yi9uZXNzdXMvcGx1Z2lucy9paXNfZnRwX2NyYXNoLm5hc2wNClhsaWIvbmVz c3VzL3BsdWdpbnMvaWlzX21hbGZvcm1lZF9yZXF1ZXN0Lm5hc2wNClhsaWIv bmVzc3VzL3BsdWdpbnMvaWlzX3BlcmxfcHJvYmxlbS5uYXNsDQpYbGliL25l c3N1cy9wbHVnaW5zL2lpc19yZXBvc3RfYXNwLm5hc2wNClhsaWIvbmVzc3Vz L3BsdWdpbnMvaWlzX3NhbXBsZXMubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lu cy9paXNfc2NyaXB0cy5uYXNsDQpYbGliL25lc3N1cy9wbHVnaW5zL2lpc2Fk bWluLm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvaW1hZ2VtYXAubmFzbA0K WGxpYi9uZXNzdXMvcGx1Z2lucy9pbWFpbF9pbWFwZF9vdmVyZmxvdy5uYXNs DQpYbGliL25lc3N1cy9wbHVnaW5zL2ltYXBfb3ZlcmZsb3cubmFzbA0KWGxp Yi9uZXNzdXMvcGx1Z2lucy9pbWFpbF9pbW9uaXRvcl9vdmVyZmxvdy5uYXNs DQpYbGliL25lc3N1cy9wbHVnaW5zL2luX2ZpbmdlcmQubmFzbA0KWGxpYi9u ZXNzdXMvcGx1Z2lucy9pbmZvMnd3dy5uYXNsDQpYbGliL25lc3N1cy9wbHVn aW5zL2luZm9zcmNoLm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvaW5uLm5h c2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvaW50ZXJzY2FuX2Rvcy5uYXNsDQpY bGliL25lc3N1cy9wbHVnaW5zL2lwb3AyZC5uYXNsDQpYbGliL25lc3N1cy9w bHVnaW5zL2tlbl9zZWdmYXVsdC5uYXNsDQpYbGliL25lc3N1cy9wbHVnaW5z L2t1YW5nMl90aGVfdmlydXMubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9s YW5kLm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvbGNkcHJvY19idWZmZXJf b3ZlcmZsb3cubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9sY2Rwcm9jX2Rl dGVjdC5uYXNsDQpYbGliL25lc3N1cy9wbHVnaW5zL2xpbnV4X3plcm9fbGVu X2ZyYWdtZW50Lm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvbGludXhjb25m X2RldGVjdC5uYXNsDQpYbGliL25lc3N1cy9wbHVnaW5zL21kYWVtb24ubmFz bA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9tZGFlbW9uX2Rvcy5uYXNsDQpYbGli L25lc3N1cy9wbHVnaW5zL21kYWVtb25fd2ViY29uZmlnLm5hc2wNClhsaWIv bmVzc3VzL3BsdWdpbnMvbWV0YWluZm9fbWFpbC5uYXNsDQpYbGliL25lc3N1 cy9wbHVnaW5zL21kYWVtb25fd29ybGRjbGllbnQubmFzbA0KWGxpYi9uZXNz dXMvcGx1Z2lucy9tZWRpYWhvdXNlX3N0YXRpc3RpY3Nfc2VydmVyLm5hc2wN ClhsaWIvbmVzc3VzL3BsdWdpbnMvbWVyY3VyZV9pbWFwX3JlYWRfYW55X2Zp bGUubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9tZXJjdXJlX3dlYnZpZXcu bmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9ta2lsb2cubmFzbA0KWGxpYi9u ZXNzdXMvcGx1Z2lucy9tc19pbmRleF9zZXJ2ZXIubmFzbA0KWGxpYi9uZXNz dXMvcGx1Z2lucy9tc2FkY3NfZGxsLm5hc2wNClhsaWIvbmVzc3VzL3BsdWdp bnMvbXNwd3NfZG90ZG90ZG90Lm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMv bXNxbF9vdmVyZmxvdy5uYXNsDQpYbGliL25lc3N1cy9wbHVnaW5zL21zc3Fs c2VydmVyX2RldGVjdC5uYXNsDQpYbGliL25lc3N1cy9wbHVnaW5zL21zc3Fs c2VydmVyX2Rvcy5uYXNsDQpYbGliL25lc3N1cy9wbHVnaW5zL21zdHJlYW1f YWdlbnQubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9tc3RyZWFtX2hhbmRs ZXIubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9teXNxbF9iYWRfcGFzc3dv cmQubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9uYXBzdGVyX2RldGVjdC5u YXNsDQpYbGliL25lc3N1cy9wbHVnaW5zL25jbF9pdGVtcy5uYXNsDQpYbGli L25lc3N1cy9wbHVnaW5zL25lc3N1c19kZXRlY3QubmFzbA0KWGxpYi9uZXNz dXMvcGx1Z2lucy9uZXN0ZWEubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9u ZXRiZWFucy5uYXNsDQpYbGliL25lc3N1cy9wbHVnaW5zL25ldGJpb3NfbmFt ZV9nZXQubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9uZXRidXMubmFzbA0K WGxpYi9uZXNzdXMvcGx1Z2lucy9uZXRidXMyLm5hc2wNClhsaWIvbmVzc3Vz L3BsdWdpbnMvbmV0c2NhcGVfUGFnZVNlcnZpY2VzLm5hc2wNClhsaWIvbmVz c3VzL3BsdWdpbnMvbmV0c2NhcGVfYWNjZXB0X292ZXJmbG93Lm5hc2wNClhs aWIvbmVzc3VzL3BsdWdpbnMvbmV0c2NhcGVfY3Jhc2gubmFzbA0KWGxpYi9u ZXNzdXMvcGx1Z2lucy9uZXRzY2FwZV9mYXN0dHJhY2submFzbA0KWGxpYi9u ZXNzdXMvcGx1Z2lucy9uZXRzY2FwZV9wdWJsaXNoaW5nX2V4cGVydF9wc3Vz ZXIubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9uZXRzY2FwZV93cF90YWcu bmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9uZXRzdGF0Lm5hc2wNClhsaWIv bmVzc3VzL3BsdWdpbnMvbmV3ZHNuLm5hc2wNClhsaWIvbmVzc3VzL3BsdWdp bnMvbmlzX3NlcnZlci5uYXNsDQpYbGliL25lc3N1cy9wbHVnaW5zL25udHBz ZXJ2ZXJfZGV0ZWN0Lm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvbm80MDQu bmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9ub3Rlc19tdGFfZG9zLm5hc2wN ClhsaWIvbmVzc3VzL3BsdWdpbnMvbm9ydGVsX2NnaXByb2NfZG9zLm5hc2wN ClhsaWIvbmVzc3VzL3BsdWdpbnMvbm92ZWxsX2JvcmRlcl9tYW5hZ2VyLm5h c2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvbnBoLXB1Ymxpc2gubmFzbA0KWGxp Yi9uZXNzdXMvcGx1Z2lucy9ucGgtdGVzdC1jZ2kubmFzbA0KWGxpYi9uZXNz dXMvcGx1Z2lucy9udF9mdHBfZ3Vlc3QubmFzbA0KWGxpYi9uZXNzdXMvcGx1 Z2lucy9udF9zcGFtLm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvbnRhbGtf ZGV0ZWN0Lm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvb3Blbmxpbmtfb3Zl cmZsb3cubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9vc2hhcmUubmFzbA0K WGxpYi9uZXNzdXMvcGx1Z2lucy9vd3NfYmluX2NnaS5uYXNsDQpYbGliL25l c3N1cy9wbHVnaW5zL293c19vdmVyZmxvdy5uYXNsDQpYbGliL25lc3N1cy9w bHVnaW5zL3Bhc3N3b3JkbGVzc19jYXltYW5fcm91dGVyLm5hc2wNClhsaWIv bmVzc3VzL3BsdWdpbnMvcGFzc3dvcmRsZXNzX2hwX3ByaW50ZXIubmFzbA0K WGxpYi9uZXNzdXMvcGx1Z2lucy9wZXJsX2NnaS5uYXNsDQpYbGliL25lc3N1 cy9wbHVnaW5zL3BmZGlwYWx5Lm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMv cGdwbmV0X2RldGVjdC5uYXNsDQpYbGliL25lc3N1cy9wbHVnaW5zL3BoZi5u YXNsDQpYbGliL25lc3N1cy9wbHVnaW5zL3BocC5uYXNsDQpYbGliL25lc3N1 cy9wbHVnaW5zL3BocF9vdmVyZmxvdy5uYXNsDQpYbGliL25lc3N1cy9wbHVn aW5zL3BpbXAubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9waW5nX2hvc3Qu bmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9waXJhbmhhLm5hc2wNClhsaWIv bmVzc3VzL3BsdWdpbnMvcGx1c21haWwubmFzbA0KWGxpYi9uZXNzdXMvcGx1 Z2lucy9wbWNyYXNoLm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvcG5zZXJ2 ZXIubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9wb2MzMi5uYXNsDQpYbGli L25lc3N1cy9wbHVnaW5zL3BvcDNfb3ZlcmZsb3cubmFzbA0KWGxpYi9uZXNz dXMvcGx1Z2lucy9wb3BzZXJ2ZXJfZGV0ZWN0Lm5hc2wNClhsaWIvbmVzc3Vz L3BsdWdpbnMvcG9ydGFsX29mX2Rvb20ubmFzbA0KWGxpYi9uZXNzdXMvcGx1 Z2lucy9wb3dlcnBsYXkubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9wcmlu dGVudi5uYXNsDQpYbGliL25lc3N1cy9wbHVnaW5zL3Byb2Z0cGRfbWtkaXJf b3ZlcmZsb3cubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9wcm9mdHBkX292 ZXJmbG93Lm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvcHJvZnRwZF9wcmU2 X2V4cGxvaXQubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9wcm94eV9jb25u ZWN0Lm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvcHJveHlfcG9ydC5uYXNs DQpYbGliL25lc3N1cy9wbHVnaW5zL3Byb3h5X3Bvc3QubmFzbA0KWGxpYi9u ZXNzdXMvcGx1Z2lucy9wcm94eV91c2UubmFzbA0KWGxpYi9uZXNzdXMvcGx1 Z2lucy9xcG9wcGVyLm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvcXBvcHBl cl9saXN0Lm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvcXVvdGUubmFzbA0K WGxpYi9uZXNzdXMvcGx1Z2lucy9yYW1jcmFzaC5uYXNsDQpYbGliL25lc3N1 cy9wbHVnaW5zL3JlYWxzZXJ2ZXJfdXNzcl9kb3MubmFzbA0KWGxpYi9uZXNz dXMvcGx1Z2lucy9yZWFsc2VydmVyZzIubmFzbA0KWGxpYi9uZXNzdXMvcGx1 Z2lucy9yZWxhdGl2ZV9maWVsZF92dWxuZXJhYmlsaXR5Lm5hc2wNClhsaWIv bmVzc3VzL3BsdWdpbnMvcmVtd2F0Y2gubmFzbA0KWGxpYi9uZXNzdXMvcGx1 Z2lucy9yZXhlY2QubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9yZnBhcmFs eXplLm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvcmZwb2lzb24ubmFzbA0K WGxpYi9uZXNzdXMvcGx1Z2lucy9ybG9naW4ubmFzbA0KWGxpYi9uZXNzdXMv cGx1Z2lucy9yb3Zlcl9wb3AzX292ZXJmbG93Lm5hc2wNClhsaWIvbmVzc3Vz L3BsdWdpbnMvcm94ZW5fY291bnRlci5uYXNsDQpYbGliL25lc3N1cy9wbHVn aW5zL3JwY18zMjcwLm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvcnBjX1gy NS5uYXNsDQpYbGliL25lc3N1cy9wbHVnaW5zL3JwY19hbGlzLm5hc2wNClhs aWIvbmVzc3VzL3BsdWdpbnMvcnBjX2FtZC5uYXNsDQpYbGliL25lc3N1cy9w bHVnaW5zL3JwY19hdXRvbW91bnRkLm5hc2wNClhsaWIvbmVzc3VzL3BsdWdp bnMvcnBjX2Ntc2QubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9ycGNfZGF0 YWJhc2UubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9ycGNfZXRoZXJzdGF0 ZC5uYXNsDQpYbGliL25lc3N1cy9wbHVnaW5zL3JwY19mYW0ubmFzbA0KWGxp Yi9uZXNzdXMvcGx1Z2lucy9ycGNfa2V5c2Vydi5uYXNsDQpYbGliL25lc3N1 cy9wbHVnaW5zL3JwY19sbG9ja21nci5uYXNsDQpYbGliL25lc3N1cy9wbHVn aW5zL3JwY19uZnNkLm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvcnBjX25s b2NrbWdyLm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvcnBjX25zZWQubmFz bA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9ycGNfbnNlbW50ZC5uYXNsDQpYbGli L25lc3N1cy9wbHVnaW5zL3JwY19wb3J0bWFwLm5hc2wNClhsaWIvbmVzc3Vz L3BsdWdpbnMvcnBjX3JleGQubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9y cGNfcmplX21hcHBlci5uYXNsDQpYbGliL25lc3N1cy9wbHVnaW5zL3JwY19y cXVvdGFkLm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvcnBjX3JzdGF0ZC5u YXNsDQpYbGliL25lc3N1cy9wbHVnaW5zL3JwY19ydXNlcnMubmFzbA0KWGxp Yi9uZXNzdXMvcGx1Z2lucy9ycGNfc2FkbWluLm5hc2wNClhsaWIvbmVzc3Vz L3BsdWdpbnMvcnBjX3NjaGVkLm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMv cnBjX3NlbGVjdGlvbi5uYXNsDQpYbGliL25lc3N1cy9wbHVnaW5zL3JwY19z aG93ZmhkLm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvcnBjX3NubXAubmFz bA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9ycGNfc3ByYXlkLm5hc2wNClhsaWIv bmVzc3VzL3BsdWdpbnMvcnBjX3N0YXRkLm5hc2wNClhsaWIvbmVzc3VzL3Bs dWdpbnMvcnBjX3N0YXRtb24ubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9y cGNfc3VubGlua19tYXBwZXIubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9y cGNfdGZzZC5uYXNsDQpYbGliL25lc3N1cy9wbHVnaW5zL3JwY190b29sdGFs ay5uYXNsDQpYbGliL25lc3N1cy9wbHVnaW5zL3JwY193YWxsZC5uYXNsDQpY bGliL25lc3N1cy9wbHVnaW5zL3JwY195cGJpbmQubmFzbA0KWGxpYi9uZXNz dXMvcGx1Z2lucy9ycGNfeXBwYXNzd2QubmFzbA0KWGxpYi9uZXNzdXMvcGx1 Z2lucy9ycGNfeXB1cGF0ZWQubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9y cGNfeXB4ZnJkLm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvcnBtX3F1ZXJ5 Lm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvcnNoLm5hc2wNClhsaWIvbmVz c3VzL3BsdWdpbnMvcnNoX3VzZXJzLm5hc2wNClhsaWIvbmVzc3VzL3BsdWdp bnMvc2FtYmFyX2NnaS5uYXNsDQpYbGliL25lc3N1cy9wbHVnaW5zL3NlbmRt YWlsX2RlYnVnLm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvc2hhZnQubmFz bA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9zZW5kbWFpbF9kZWNvZGUubmFzbA0K WGxpYi9uZXNzdXMvcGx1Z2lucy9zZW5kbWFpbF9leHBuLm5hc2wNClhsaWIv bmVzc3VzL3BsdWdpbnMvc2VuZG1haWxfcmVkaXJlY3Rpb24ubmFzbA0KWGxp Yi9uZXNzdXMvcGx1Z2lucy9zZXF1ZW5jZV9udW1iZXJfdnVsbmVyYWJpbGl0 eS5uYXNsDQpYbGliL25lc3N1cy9wbHVnaW5zL3NoZWxscy5uYXNsDQpYbGli L25lc3N1cy9wbHVnaW5zL3NpdGVVc2VyTW9kLm5hc2wNClhsaWIvbmVzc3Vz L3BsdWdpbnMvc2xtYWlsLm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvc2xt YWlsMjcubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9zbG1haWxfaGVsby5u YXNsDQpYbGliL25lc3N1cy9wbHVnaW5zL3NtYXJ0c2VydmVyX3BvcF9vdmVy Zmxvdy5uYXNsDQpYbGliL25lc3N1cy9wbHVnaW5zL3NtYl9hY2Nlc3NpYmxl X3NoYXJlcy5uYXNsDQpYbGliL25lc3N1cy9wbHVnaW5zL3NtYl9kb20yc2lk Lm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvc21iX2VudW1fc2hhcmVzLm5h c2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvc21iX2xhbm1hbl9icm93c2VfbGlz dC5uYXNsDQpYbGliL25lc3N1cy9wbHVnaW5zL3NtYl9sb2dpbi5uYXNsDQpY bGliL25lc3N1cy9wbHVnaW5zL3NtYl9sb2dpbl9hc191c2Vycy5uYXNsDQpY bGliL25lc3N1cy9wbHVnaW5zL3NtdHBfZmlsZS5uYXNsDQpYbGliL25lc3N1 cy9wbHVnaW5zL3NtYl9yZWdfc2VydmljZV9wYWNrLm5hc2wNClhsaWIvbmVz c3VzL3BsdWdpbnMvc21iX3JlZ2lzdHJ5X2FjY2Vzcy5uYXNsDQpYbGliL25l c3N1cy9wbHVnaW5zL3NtYl9zaWQydXNlci5uYXNsDQpYbGliL25lc3N1cy9w bHVnaW5zL3NtdHBfYm91bmNlLm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMv c210cF9oZWxvLm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvc210cF9wcm9n cmFtLm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvc210cF9yZWxheS5uYXNs DQpYbGliL25lc3N1cy9wbHVnaW5zL3NtdHBzZXJ2ZXJfZGV0ZWN0Lm5hc2wN ClhsaWIvbmVzc3VzL3BsdWdpbnMvc25tcF9kZWZhdWx0X2NvbW11bml0aWVz Lm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvc25tcF9kZXRlY3QubmFzbA0K WGxpYi9uZXNzdXMvcGx1Z2lucy9zbm1wX2Rvcy5uYXNsDQpYbGliL25lc3N1 cy9wbHVnaW5zL3Nvam91cm4ubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9z cGluY2xpZW50Lm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvc3NoX2RldGVj dC5uYXNsDQpYbGliL25lc3N1cy9wbHVnaW5zL3NzaF9pbnNlcnRpb24ubmFz bA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9zc2hfb3ZlcmZsb3cubmFzbA0KWGxp Yi9uZXNzdXMvcGx1Z2lucy9zdGFjaGVsZHJhaHQubmFzbA0KWGxpYi9uZXNz dXMvcGx1Z2lucy9zdHJlYW0ubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9z dWJzZXZlbi5uYXNsDQpYbGliL25lc3N1cy9wbHVnaW5zL3N1bmtpbGwubmFz bA0KWGxpYi9uZXNzdXMvcGx1Z2lucy9zd2F0X2RldGVjdC5uYXNsDQpYbGli L25lc3N1cy9wbHVnaW5zL3N5Z2F0ZV9yZW1vdGVfY29udHJvbC5uYXNsDQpY bGliL25lc3N1cy9wbHVnaW5zL3N5c3RhdC5uYXNsDQpYbGliL25lc3N1cy9w bHVnaW5zL3RjcF9jaG9ydXNpbmcubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lu cy90Y3BfcGluZy5uYXNsDQpYbGliL25lc3N1cy9wbHVnaW5zL3RjcF9zeW5f c2Nhbi5uYXNsDQpYbGliL25lc3N1cy9wbHVnaW5zL3RlYXJkcm9wLm5hc2wN ClhsaWIvbmVzc3VzL3BsdWdpbnMvdGVsbmV0Lm5hc2wNClhsaWIvbmVzc3Vz L3BsdWdpbnMvdGVsbmV0c2VydmVyX2RldGVjdF90eXBlX25kX3ZlcnNpb24u bmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy90ZXN0LWNnaS5uYXNsDQpYbGli L25lc3N1cy9wbHVnaW5zL3Rmbi5uYXNsDQpYbGliL25lc3N1cy9wbHVnaW5z L3Rmc19zbXRwX292ZXJmbG93Lm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMv dGh0dHBkX2J1ZmZlcl9vdmVyZmxvdy5uYXNsDQpYbGliL25lc3N1cy9wbHVn aW5zL3RodHRwZF9idWcubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy90cmFj ZXJvdXRlLm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvdHJpbm9vLm5hc2wN ClhsaWIvbmVzc3VzL3BsdWdpbnMvdXBsb2FkX2NnaS5uYXNsDQpYbGliL25l c3N1cy9wbHVnaW5zL3VuaWNhc3RfZG9zLm5hc2wNClhsaWIvbmVzc3VzL3Bs dWdpbnMvdXBsb2FkZXJfZXhlLm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMv dXdfaW1hcF9vdmVyZmxvdy5uYXNsDQpYbGliL25lc3N1cy9wbHVnaW5zL3V3 X2ltYXBfb3ZlcmZsb3dfdHdvLm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMv dmZ0cGRfb3ZlcmZsb3cubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy92aWV3 X3NvdXJjZV9jZ2kubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy92aXNhZG1p bi5uYXNsDQpYbGliL25lc3N1cy9wbHVnaW5zL3ZuYy5uYXNsDQpYbGliL25l c3N1cy9wbHVnaW5zL3ZxU2VydmVyX2FkbWluX2RldGVjdC5uYXNsDQpYbGli L25lc3N1cy9wbHVnaW5zL3ZxU2VydmVyX3dlYl90cmF2ZXJzYWwubmFzbA0K WGxpYi9uZXNzdXMvcGx1Z2lucy93M21zcWxfb3ZlcmZsb3cubmFzbA0KWGxp Yi9uZXNzdXMvcGx1Z2lucy93ZWJfdHJhdmVyc2FsLm5hc2wNClhsaWIvbmVz c3VzL3BsdWdpbnMvd2ViY2FydC5uYXNsDQpYbGliL25lc3N1cy9wbHVnaW5z L3dlYmRpc3QubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy93ZWJnYWlzLm5h c2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvd2VicGx1cy5uYXNsDQpYbGliL25l c3N1cy9wbHVnaW5zL3dlYnBsdXNfdmVyc2lvbi5uYXNsDQpYbGliL25lc3N1 cy9wbHVnaW5zL3dlYnNwZWVkLm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMv d2Vic2VuZG1haWwubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy93ZWJzZXJ2 ZXJfcm9ib3QubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy93ZWJzaXRlX3By by5uYXNsDQpYbGliL25lc3N1cy9wbHVnaW5zL3dmdHAubmFzbA0KWGxpYi9u ZXNzdXMvcGx1Z2lucy93aG9pc19yYXcubmFzbA0KWGxpYi9uZXNzdXMvcGx1 Z2lucy93aW5fdHJpbm9vLm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvd2lu ZG1haWwubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy93aW5kb3dzX2RldGVj dC5uYXNsDQpYbGliL25lc3N1cy9wbHVnaW5zL3dpbmdhdGUubmFzbA0KWGxp Yi9uZXNzdXMvcGx1Z2lucy93aW5nYXRlX2RlbmlhbC5uYXNsDQpYbGliL25l c3N1cy9wbHVnaW5zL3dpbmdhdGVfdXNlci5uYXNsDQpYbGliL25lc3N1cy9w bHVnaW5zL3dpbm50X2Ruc19mbG9vZC5uYXNsDQpYbGliL25lc3N1cy9wbHVn aW5zL3dpbm50X3BwdHBfZG9zLm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMv d2lubnVrZS5uYXNsDQpYbGliL25lc3N1cy9wbHVnaW5zL3dpbnNfdWRwX2Zs b29kLm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvd2luc2F0YW4ubmFzbA0K WGxpYi9uZXNzdXMvcGx1Z2lucy93cmFwLm5hc2wNClhsaWIvbmVzc3VzL3Bs dWdpbnMvd3VfZnRwZF9vdmVyZmxvdy5uYXNsDQpYbGliL25lc3N1cy9wbHVn aW5zL3d1X2Z0cGRfc2l0ZV9uZXdlci5uYXNsDQpYbGliL25lc3N1cy9wbHVn aW5zL3d3d190b29fbG9uZ191cmwubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lu cy93d3dib2FyZHB3ZC5uYXNsDQpYbGliL25lc3N1cy9wbHVnaW5zL3hpdGFt aV9vdmVyZmxvdy5uYXNsDQpYbGliL25lc3N1cy9wbHVnaW5zL3h0cmFtYWls X2NvbnRyb2wubmFzbA0KWGxpYi9uZXNzdXMvcGx1Z2lucy94dHJhbWFpbF9o ZWxvLm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMveHRyYW1haWxfcG9wX292 ZXJmbG93Lm5hc2wNClhsaWIvbmVzc3VzL3BsdWdpbnMveWFob29fZG9zLm5h c2wNClhsaWIvbmVzc3VzL3BsdWdpbnMvemV1cy5uYXNsDQpYbGliL25lc3N1 cy9wbHVnaW5zL2FjY291bnRzLm5lcw0KWGxpYi9uZXNzdXMvcGx1Z2lucy9i aW5kX2JvZi5uZXMNClhsaWIvbmVzc3VzL3BsdWdpbnMvZmluZF9zZXJ2aWNl Lm5lcw0KWGxpYi9uZXNzdXMvcGx1Z2lucy9mdHBfYm91bmNlX3NjYW4ubmVz DQpYbGliL25lc3N1cy9wbHVnaW5zL2Z0cF93cml0ZV9kaXJzLm5lcw0KWGxp Yi9uZXNzdXMvcGx1Z2lucy9saW51eF90ZnRwLm5lcw0KWGxpYi9uZXNzdXMv cGx1Z2lucy9uZnNfd29ybGRfZXhwb3J0Lm5lcw0KWGxpYi9uZXNzdXMvcGx1 Z2lucy9ubWFwX3RjcF9jb25uZWN0Lm5lcw0KWGxpYi9uZXNzdXMvcGx1Z2lu cy9ubWFwX3dyYXBwZXIubmVzDQpYbGliL25lc3N1cy9wbHVnaW5zL29iamVj dHNlcnZlci5uZXMNClhsaWIvbmVzc3VzL3BsdWdpbnMvcXVlc28ubmVzDQpY bGliL25lc3N1cy9wbHVnaW5zL3NtYWQubmVzDQpYbGliL25lc3N1cy9wbHVn aW5zL3RmdHBfZ3JhYl9maWxlLm5lcw0KWGxpYi9uZXNzdXMvcGx1Z2luc19m YWN0b3J5L01ha2VmaWxlDQpYbGliL25lc3N1cy9wbHVnaW5zX2ZhY3Rvcnkv bGlidG9vbA0KWGxpYi9uZXNzdXMvcGx1Z2luc19mYWN0b3J5L25lc3N1cy50 bXBsDQpYbWFuL21hbjEvbmVzc3VzLWJ1aWxkLjEuZ3oNClhtYW4vbWFuOC9u ZXNzdXMtdXBkYXRlLXBsdWdpbnMuOA0KWHNiaW4vbmVzc3VzLXVwZGF0ZS1w bHVnaW5zDQpYQGRpcnJtIGV0Yy9uZXNzdXMNClhAZGlycm0gbGliL25lc3N1 cw0KWEBkaXJybSBsaWIvbmVzc3VzL3BsdWdpbnMNClhAZGlycm0gbGliL25l c3N1cy9wbHVnaW5zX2ZhY3RvcnkNCkVORC1vZi1zZWN1cml0eS9uZXNzdXMt cGx1Z2lucy9wa2cvUExJU1QNCmV4aXQNCg0K --0-809029307-959777545=:28547-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 31 6: 7:32 2000 Delivered-To: freebsd-ports@freebsd.org Received: from point.osg.gov.bc.ca (point.osg.gov.bc.ca [142.32.102.44]) by hub.freebsd.org (Postfix) with ESMTP id DC70D37B59C for ; Wed, 31 May 2000 06:07:29 -0700 (PDT) (envelope-from Cy.Schubert@uumail.gov.bc.ca) Received: (from daemon@localhost) by point.osg.gov.bc.ca (8.8.7/8.8.8) id GAA26580 for ; Wed, 31 May 2000 06:07:29 -0700 Received: from passer.osg.gov.bc.ca(142.32.110.29) via SMTP by point.osg.gov.bc.ca, id smtpda26577; Wed May 31 06:07:13 2000 Received: (from uucp@localhost) by passer.osg.gov.bc.ca (8.9.3/8.9.1) id GAA79831 for ; Wed, 31 May 2000 06:07:13 -0700 (PDT) Received: from cwsys9.cwsent.com(10.2.2.1), claiming to be "cwsys.cwsent.com" via SMTP by passer9.cwsent.com, id smtpdJ79818; Wed May 31 06:07:02 2000 Received: (from uucp@localhost) by cwsys.cwsent.com (8.10.1/8.9.1) id e4VD71t08315 for ; Wed, 31 May 2000 06:07:01 -0700 (PDT) Message-Id: <200005311307.e4VD71t08315@cwsys.cwsent.com> Received: from localhost.cwsent.com(127.0.0.1), claiming to be "cwsys" via SMTP by localhost.cwsent.com, id smtpdVT8306; Wed May 31 06:06:50 2000 X-Mailer: exmh version 2.1.1 10/15/1999 Reply-To: Cy Schubert - ITSD Open Systems Group From: Cy Schubert - ITSD Open Systems Group X-OS: FreeBSD 4.0-STABLE X-Sender: cy To: ports@freebsd.org Subject: 44bsd Ports Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 31 May 2000 06:06:50 -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I've noticed a couple 4.4BSD ports being committed to ports/shells and ports/misc over the past month or so. Would it not make more sense to put them into directory, e.g. a 44bsd directory, like the Plan 9 ports are in a plan9 directory? Regards, Phone: (250)387-8437 Cy Schubert Fax: (250)387-5766 Team Leader, Sun/DEC Team Internet: Cy.Schubert@osg.gov.bc.ca Open Systems Group, ITSD, ISTA Province of BC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 31 7: 6:59 2000 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 DE19E37BC60 for ; Wed, 31 May 2000 07:06:56 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: from orange (Hamilton-ppp44877.sympatico.ca [206.172.76.70]) by smtp11.bellglobal.com (8.8.5/8.8.5) with ESMTP id KAA06881; Wed, 31 May 2000 10:13:13 -0400 (EDT) Received: (from tim@localhost) by orange (8.9.3/8.9.1) id KAA96844; Wed, 31 May 2000 10:06:52 -0400 (EDT) (envelope-from tim) Date: Wed, 31 May 2000 10:06:52 -0400 From: Tim Vanderhoek To: Cy Schubert - ITSD Open Systems Group Cc: ports@FreeBSD.org Subject: Re: 44bsd Ports Message-ID: <20000531100652.D96286@orange> References: <200005311307.e4VD71t08315@cwsys.cwsent.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <200005311307.e4VD71t08315@cwsys.cwsent.com>; from Cy Schubert - ITSD Open Systems Group on Wed, May 31, 2000 at 06:06:50AM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, May 31, 2000 at 06:06:50AM -0700, Cy Schubert - ITSD Open Systems Group wrote: i> > ports/misc over the past month or so. Would it not make more sense to > put them into directory, e.g. a 44bsd directory, like the Plan 9 ports > are in a plan9 directory? No. As MAINTAINER of one, I would be willing to consider a virtual category. -- Signature withheld by request of author. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 31 7:14:48 2000 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 B684337B6C0; Wed, 31 May 2000 07:14:46 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA25675; Wed, 31 May 2000 07:14:46 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Date: Wed, 31 May 2000 07:14:46 -0700 (PDT) From: Message-Id: <200005311414.HAA25675@freefall.freebsd.org> To: lkoeller@cc.fh-lippe.de, sobomax@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18644: hylafax and libtiff-3.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: hylafax and libtiff-3.4 State-Changed-From-To: open->analyzed State-Changed-By: sobomax State-Changed-When: Wed May 31 07:09:25 PDT 2000 State-Changed-Why: It is not a FreeBSD problem at all. It is unlikely that we would raise tiff-3.4 from the dead just to run hylafax. Try to bug hylafax developers instead. http://www.freebsd.org/cgi/query-pr.cgi?pr=18644 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 31 7:15: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from point.osg.gov.bc.ca (point.osg.gov.bc.ca [142.32.102.44]) by hub.freebsd.org (Postfix) with ESMTP id A660337BC51 for ; Wed, 31 May 2000 07:15:02 -0700 (PDT) (envelope-from Cy.Schubert@uumail.gov.bc.ca) Received: (from daemon@localhost) by point.osg.gov.bc.ca (8.8.7/8.8.8) id HAA26812; Wed, 31 May 2000 07:14:30 -0700 Received: from passer.osg.gov.bc.ca(142.32.110.29) via SMTP by point.osg.gov.bc.ca, id smtpda26810; Wed May 31 07:14:25 2000 Received: (from uucp@localhost) by passer.osg.gov.bc.ca (8.9.3/8.9.1) id HAA80306; Wed, 31 May 2000 07:14:25 -0700 (PDT) Received: from cwsys9.cwsent.com(10.2.2.1), claiming to be "cwsys.cwsent.com" via SMTP by passer9.cwsent.com, id smtpdi80304; Wed May 31 07:14:06 2000 Received: (from uucp@localhost) by cwsys.cwsent.com (8.10.1/8.9.1) id e4VEE6N28365; Wed, 31 May 2000 07:14:06 -0700 (PDT) Message-Id: <200005311414.e4VEE6N28365@cwsys.cwsent.com> Received: from localhost.cwsent.com(127.0.0.1), claiming to be "cwsys" via SMTP by localhost.cwsent.com, id smtpdY28177; Wed May 31 07:13:33 2000 X-Mailer: exmh version 2.1.1 10/15/1999 Reply-To: Cy Schubert - ITSD Open Systems Group From: Cy Schubert - ITSD Open Systems Group X-OS: FreeBSD 4.0-STABLE X-Sender: cy To: Tim Vanderhoek Cc: Cy Schubert - ITSD Open Systems Group , ports@FreeBSD.org Subject: Re: 44bsd Ports In-reply-to: Your message of "Wed, 31 May 2000 10:06:52 EDT." <20000531100652.D96286@orange> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 31 May 2000 07:13:33 -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <20000531100652.D96286@orange>, Tim Vanderhoek writes: > On Wed, May 31, 2000 at 06:06:50AM -0700, Cy Schubert - ITSD Open Systems Gro > up wrote: > i> > > ports/misc over the past month or so. Would it not make more sense to > > put them into directory, e.g. a 44bsd directory, like the Plan 9 ports > > are in a plan9 directory? > > No. > > As MAINTAINER of one, I would be willing to consider a virtual > category. What is a virtual category? Regards, Phone: (250)387-8437 Cy Schubert Fax: (250)387-5766 Team Leader, Sun/DEC Team Internet: Cy.Schubert@osg.gov.bc.ca Open Systems Group, ITSD, ISTA Province of BC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 31 7:16:26 2000 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 26FC337B5C6; Wed, 31 May 2000 07:16:25 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA25998; Wed, 31 May 2000 07:16:25 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Date: Wed, 31 May 2000 07:16:25 -0700 (PDT) From: Message-Id: <200005311416.HAA25998@freefall.freebsd.org> To: sobomax@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: bin/18907: Missing prototype in ncurses.h Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Missing prototype in ncurses.h Responsible-Changed-From-To: freebsd-ports-> Responsible-Changed-By: sobomax Responsible-Changed-When: Wed May 31 07:15:08 PDT 2000 Responsible-Changed-Why: Misfilled report. Base tree doesn't handled by freebsd-ports. http://www.freebsd.org/cgi/query-pr.cgi?pr=18907 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 31 7:33:32 2000 Delivered-To: freebsd-ports@freebsd.org Received: from server1.mich.com (server1.mich.com [198.108.16.2]) by hub.freebsd.org (Postfix) with ESMTP id BD7CB37B5BE for ; Wed, 31 May 2000 07:33:26 -0700 (PDT) (envelope-from will@almanac.yi.org) Received: from almanac.yi.org (pm001-015.dialup.bignet.net [64.79.80.15]) by server1.mich.com (8.9.3/8.9.3) with ESMTP id KAA08800; Wed, 31 May 2000 10:33:10 -0400 Received: by almanac.yi.org (Postfix, from userid 1000) id 481A719A6; Wed, 31 May 2000 10:32:32 -0400 (EDT) Date: Wed, 31 May 2000 10:32:32 -0400 From: Will Andrews To: Omachonu Ogali Cc: anders@fix.no, freebsd-ports@FreeBSD.ORG Subject: Re: Nessus* ports Message-ID: <20000531103232.E22499@argon.gryphonsoft.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from oogali@intranova.net on Wed, May 31, 2000 at 08:52:25AM -0400 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, May 31, 2000 at 08:52:25AM -0400, Omachonu Ogali wrote: > I noticed that the Nessus port is a year old and Nessus 1.0.0 was > released, so I updated the four Nessus ports (security/nessus, > security/nessus-libnasl, security/nessus-libraries, > security/nessus-plugins) and they're attached onto this e-mail. Hopefully, > all goes well... These need to be resubmitted as diffs against the current ports (the Handbook specifically states "shars for new ports, unified diffs for updates", I believe, although I could be wrong). -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 31 7:36: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from server1.mich.com (server1.mich.com [198.108.16.2]) by hub.freebsd.org (Postfix) with ESMTP id 54F0837BE40; Wed, 31 May 2000 07:36:01 -0700 (PDT) (envelope-from will@almanac.yi.org) Received: from almanac.yi.org (pm001-015.dialup.bignet.net [64.79.80.15]) by server1.mich.com (8.9.3/8.9.3) with ESMTP id KAA09641; Wed, 31 May 2000 10:35:58 -0400 Received: by almanac.yi.org (Postfix, from userid 1000) id AC67919A6; Wed, 31 May 2000 10:35:20 -0400 (EDT) Date: Wed, 31 May 2000 10:35:20 -0400 From: Will Andrews To: Satoshi - Ports Wraith - Asami Cc: ports@FreeBSD.ORG Subject: Re: cvs commit: ports/x11-wm/afterstep/pkg PLIST Message-ID: <20000531103520.F22499@argon.gryphonsoft.com> References: <200005310650.XAA07743@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from asami@FreeBSD.ORG on Wed, May 31, 2000 at 12:31:03AM -0700 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, May 31, 2000 at 12:31:03AM -0700, Satoshi - Ports Wraith - Asami wrote: > Not to rake on my old violin, but things like this are exactly why I > added the pkg_delete check. > > People, please check the logs and fix up the PLISTs! It's really not > that hard! (Usually.... ;) Maxim suggested a surefure EASY way to help update PLISTs faster (and I improved on it myself): make install make deinstall find $PREFIX -cmin -15 | awk -F$PREFIX '{print $2}' >> pkg/PLIST edit pkg/PLIST manually i.e. find /usr/X11R6 -cmin -15 | awk -F\/usr\/X11R6\/ '{print $2}' >> pkg/PLIST This method could be noted in the Porters' Handbook... -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 31 7:39:12 2000 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 3664F37BEDA; Wed, 31 May 2000 07:39:10 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA29434; Wed, 31 May 2000 07:39:09 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Date: Wed, 31 May 2000 07:39:09 -0700 (PDT) From: Message-Id: <200005311439.HAA29434@freefall.freebsd.org> To: sobomax@FreeBSD.org, freebsd-ports@FreeBSD.org, sobomax@FreeBSD.org Subject: Re: ports/18915: [patch] Update of graphics/dia to 0.85 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [patch] Update of graphics/dia to 0.85 Responsible-Changed-From-To: freebsd-ports->sobomax Responsible-Changed-By: sobomax Responsible-Changed-When: Wed May 31 07:38:27 PDT 2000 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=18915 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 31 7:45:34 2000 Delivered-To: freebsd-ports@freebsd.org Received: from blizzard.sabbo.net (blizzard.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id D8F3837BC60; Wed, 31 May 2000 07:45:25 -0700 (PDT) (envelope-from sobomax@freebsd.org) Received: from vic.sabbo.net (vic.sabbo.net [193.193.218.106]) by blizzard.sabbo.net (8.9.1/8.9.3) with ESMTP id RAA22663; Wed, 31 May 2000 17:43:36 +0300 (EEST) Received: from freebsd.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.9.3/8.9.3) with ESMTP id RAA00568; Wed, 31 May 2000 17:44:08 +0300 (EEST) (envelope-from sobomax@freebsd.org) Message-ID: <3935252E.B095850A@freebsd.org> Date: Wed, 31 May 2000 17:43:58 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.73 [en] (WinNT; I) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Will Andrews Cc: Satoshi - Ports Wraith - Asami , ports@freebsd.org Subject: Re: cvs commit: ports/x11-wm/afterstep/pkg PLIST References: <200005310650.XAA07743@freefall.freebsd.org> <20000531103520.F22499@argon.gryphonsoft.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Will Andrews wrote: > On Wed, May 31, 2000 at 12:31:03AM -0700, Satoshi - Ports Wraith - Asami wrote: > > Not to rake on my old violin, but things like this are exactly why I > > added the pkg_delete check. > > > > People, please check the logs and fix up the PLISTs! It's really not > > that hard! (Usually.... ;) > > Maxim suggested a surefure EASY way to help update PLISTs faster (and I > improved on it myself): > > make install > make deinstall > find $PREFIX -cmin -15 | awk -F$PREFIX '{print $2}' >> pkg/PLIST > edit pkg/PLIST manually > > i.e. > > find /usr/X11R6 -cmin -15 | awk -F\/usr\/X11R6\/ '{print $2}' >> pkg/PLIST > > This method could be noted in the Porters' Handbook... I'm usually using sed "s|$PREFIX||" instead of awk and adding sort to the end of the pipe (or "sort -r" if I hunting for dirs), but it basically the same ;). -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 31 8:15:41 2000 Delivered-To: freebsd-ports@freebsd.org Received: from poseidon.student.umd.edu (poseidon.student.umd.edu [129.2.228.43]) by hub.freebsd.org (Postfix) with ESMTP id BCB2737B593 for ; Wed, 31 May 2000 08:15:37 -0700 (PDT) (envelope-from bfoz@glue.umd.edu) Received: from glue.umd.edu (localhost [127.0.0.1]) by poseidon.student.umd.edu (8.9.3/8.9.3) with ESMTP id LAA00831 for ; Wed, 31 May 2000 11:15:35 -0400 (EDT) (envelope-from bfoz@glue.umd.edu) Message-ID: <39352C97.267E71AA@glue.umd.edu> Date: Wed, 31 May 2000 11:15:35 -0400 From: Brandon Fosdick X-Mailer: Mozilla 4.73 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: ports@freebsd.org Subject: GLUT w/o Mesa? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Didn't find this in the archives. What happened to sorting by date? I really miss that. Now that XFree 4 comes with Mesa builtin, how does one install GLUT w/o installing the Mesa port (thereby overwriting the builtin files)? Yes, I know I could hack the port, but it seems that there should be either a separate GLUT port or an ONLY_GLUT switch on the current Mesa port. Am I the only one with this problem? -Brandon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 31 8:20:34 2000 Delivered-To: freebsd-ports@freebsd.org Received: from totem.fix.no (totem.fix.no [213.142.66.130]) by hub.freebsd.org (Postfix) with ESMTP id B994B37BE8E for ; Wed, 31 May 2000 08:20:30 -0700 (PDT) (envelope-from anders@totem.fix.no) Received: by totem.fix.no (Postfix, from userid 1000) id 63B26572B; Wed, 31 May 2000 17:21:59 +0200 (CEST) Date: Wed, 31 May 2000 17:21:59 +0200 From: Anders Nordby To: Will Andrews Cc: freebsd-ports@FreeBSD.ORG Subject: Re: Nessus* ports Message-ID: <20000531172159.A76711@totem.fix.no> References: <20000531103232.E22499@argon.gryphonsoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000531103232.E22499@argon.gryphonsoft.com>; from andrews@technologist.com on Wed, May 31, 2000 at 10:32:32AM -0400 X-Operating-System: FreeBSD 3.4-STABLE X-Warning: Listen, and thou shall not fear. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, May 31, 2000 at 10:32:32AM -0400, Will Andrews wrote: >> I noticed that the Nessus port is a year old and Nessus 1.0.0 was >> released, so I updated the four Nessus ports (security/nessus, >> security/nessus-libnasl, security/nessus-libraries, >> security/nessus-plugins) and they're attached onto this e-mail. Hopefully, >> all goes well... > These need to be resubmitted as diffs against the current ports (the > Handbook specifically states "shars for new ports, unified diffs for > updates", I believe, although I could be wrong). I have only one thing to say: read PR ports/18727. -- Anders. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 31 8:35:13 2000 Delivered-To: freebsd-ports@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id 2A1D237BC60 for ; Wed, 31 May 2000 08:35:11 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id BF73F1C4D; Wed, 31 May 2000 11:35:10 -0400 (EDT) Date: Wed, 31 May 2000 11:35:10 -0400 From: Bill Fumerola To: Cy Schubert - ITSD Open Systems Group Cc: Tim Vanderhoek , ports@FreeBSD.org Subject: Re: 44bsd Ports Message-ID: <20000531113510.B86725@jade.chc-chimes.com> References: <20000531100652.D96286@orange> <200005311414.e4VEE6N28365@cwsys.cwsent.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200005311414.e4VEE6N28365@cwsys.cwsent.com>; from Cy.Schubert@uumail.gov.bc.ca on Wed, May 31, 2000 at 07:13:33AM -0700 X-Operating-System: FreeBSD 3.3-STABLE i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, May 31, 2000 at 07:13:33AM -0700, Cy Schubert - ITSD Open Systems Group wrote: > What is a virtual category? it makes package thats just a symlink to the real category (for sysinstall and ftp site ease of finding programs.) virtual/foo-1.0.tgz -> shells/foo-1.0.tgz -- Bill Fumerola - Network Architect / Computer Horizons Corp - CVM e-mail: billf@chc-chimes.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 Wed May 31 8:37:56 2000 Delivered-To: freebsd-ports@freebsd.org Received: from gilberto.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.30.2]) by hub.freebsd.org (Postfix) with ESMTP id 24EA037BE7B for ; Wed, 31 May 2000 08:37:53 -0700 (PDT) (envelope-from kuku@gilberto.physik.rwth-aachen.de) Received: (from kuku@localhost) by gilberto.physik.rwth-aachen.de (8.9.3/8.9.3) id RAA30983 for freebsd-ports@freebsd.org; Wed, 31 May 2000 17:37:57 +0200 (CEST) (envelope-from kuku) Date: Wed, 31 May 2000 17:37:57 +0200 (CEST) From: Christoph Kukulies Message-Id: <200005311537.RAA30983@gilberto.physik.rwth-aachen.de> To: freebsd-ports@freebsd.org Subject: teTeX woes Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Sigh, I'm fighting TeX again. I installed the port/print/teTeX port (to install lilypond after that btw.) Why has this been changed again? The binaries once used to reside in /usr/local/teTeX/bin. With this scheme I seem to recall it was absolutely unnecessary to have TEX environment variables. Just a path into /usr/local/teTeX/bin and you were there. Now I cannot even compile a simple tex program after teTeX installation. Also the teTeX installation failed in xdvi interactive config. Because no xdvi app-defaults were found. -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 31 9:22: 3 2000 Delivered-To: freebsd-ports@freebsd.org Received: from gilberto.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.30.2]) by hub.freebsd.org (Postfix) with ESMTP id 1769537B876 for ; Wed, 31 May 2000 09:22:00 -0700 (PDT) (envelope-from kuku@gilberto.physik.rwth-aachen.de) Received: (from kuku@localhost) by gilberto.physik.rwth-aachen.de (8.9.3/8.9.3) id SAA31382 for freebsd-ports@freebsd.org; Wed, 31 May 2000 18:22:04 +0200 (CEST) (envelope-from kuku) Date: Wed, 31 May 2000 18:22:04 +0200 (CEST) From: Christoph Kukulies Message-Id: <200005311622.SAA31382@gilberto.physik.rwth-aachen.de> To: freebsd-ports@freebsd.org Subject: teTeX port again Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Why does the installation write out this: isdn-kukulies# make install ===> Installing for teTeX-1.0.7 ===> Warning: your umask is "0002". If this is not desired, set it to an appropriate value and install this port again by ``make reinstall''. ===> teTeX-1.0.7 depends on shared library: png.3 - found ===> teTeX-1.0.7 depends on shared library: www.6 - found ===> teTeX-1.0.7 depends on shared library: X11.6 - found tar: Could not create symlink to README.1st : File exists tar: Could not create symlink to README.1st : File exists tar: Could not create symlink to texfaq_toc.html : File exists tar: Could not create symlink to newhelpindex.html : File exists tar: Could not create symlink to ../config/psfonts.map : File exists Do I have to be concerned about this. Sorry, I'm oversensibilized after a day of messing with teTeX. -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 31 10: 3: 3 2000 Delivered-To: freebsd-ports@freebsd.org Received: from server1.mich.com (server1.mich.com [198.108.16.2]) by hub.freebsd.org (Postfix) with ESMTP id 51F7937B627 for ; Wed, 31 May 2000 10:02:57 -0700 (PDT) (envelope-from will@almanac.yi.org) Received: from almanac.yi.org (pm007-036.dialup.bignet.net [64.79.81.68]) by server1.mich.com (8.9.3/8.9.3) with ESMTP id NAA21600; Wed, 31 May 2000 13:02:54 -0400 Received: by almanac.yi.org (Postfix, from userid 1000) id 8375D19A6; Wed, 31 May 2000 13:02:16 -0400 (EDT) Date: Wed, 31 May 2000 13:02:16 -0400 From: Will Andrews To: Brandon Fosdick Cc: ports@FreeBSD.ORG Subject: Re: GLUT w/o Mesa? Message-ID: <20000531130216.I22499@argon.gryphonsoft.com> References: <39352C97.267E71AA@glue.umd.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <39352C97.267E71AA@glue.umd.edu>; from bfoz@glue.umd.edu on Wed, May 31, 2000 at 11:15:35AM -0400 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, May 31, 2000 at 11:15:35AM -0400, Brandon Fosdick wrote: > Didn't find this in the archives. What happened to sorting by date? I > really miss that. > > Now that XFree 4 comes with Mesa builtin, how does one install GLUT w/o > installing the Mesa port (thereby overwriting the builtin files)? Yes, I > know I could hack the port, but it seems that there should be either a > separate GLUT port or an ONLY_GLUT switch on the current Mesa port. Am I > the only one with this problem? This is an XFree86 problem. Those stupid !@%!@ (don't get me started) need to remove GL includes from their distribution. GL belongs separate, pure and simple. You are SOL until they do this, sorry.. (I'm sticking with 3.3.6 until they get their stuff straight). -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 31 10: 9: 4 2000 Delivered-To: freebsd-ports@freebsd.org Received: from poseidon.student.umd.edu (poseidon.student.umd.edu [129.2.228.43]) by hub.freebsd.org (Postfix) with ESMTP id 0C1A437B8CC for ; Wed, 31 May 2000 10:09:01 -0700 (PDT) (envelope-from bfoz@glue.umd.edu) Received: from glue.umd.edu (localhost [127.0.0.1]) by poseidon.student.umd.edu (8.9.3/8.9.3) with ESMTP id NAA27431; Wed, 31 May 2000 13:08:54 -0400 (EDT) (envelope-from bfoz@glue.umd.edu) Message-ID: <39354726.C8DEEFDD@glue.umd.edu> Date: Wed, 31 May 2000 13:08:54 -0400 From: Brandon Fosdick X-Mailer: Mozilla 4.73 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Will Andrews Cc: ports@FreeBSD.ORG Subject: Re: GLUT w/o Mesa? References: <39352C97.267E71AA@glue.umd.edu> <20000531130216.I22499@argon.gryphonsoft.com> 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 wrote: > > On Wed, May 31, 2000 at 11:15:35AM -0400, Brandon Fosdick wrote: > > Didn't find this in the archives. What happened to sorting by date? I > > really miss that. > > > > Now that XFree 4 comes with Mesa builtin, how does one install GLUT w/o > > installing the Mesa port (thereby overwriting the builtin files)? Yes, I > > know I could hack the port, but it seems that there should be either a > > separate GLUT port or an ONLY_GLUT switch on the current Mesa port. Am I > > the only one with this problem? > > This is an XFree86 problem. Those stupid !@%!@ (don't get me started) > need to remove GL includes from their distribution. GL belongs > separate, pure and simple. > > You are SOL until they do this, sorry.. (I'm sticking with 3.3.6 until > they get their stuff straight). Will there be any problem with installing Mesa over the XFree stuff? The way I understood it was that the included libs were needed to support the DRI stuff. Does the Mesa port handle this? -Brandon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 31 10:13:24 2000 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 03B2B37B69E; Wed, 31 May 2000 10:13:21 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: from orange (Hamilton-ppp44827.sympatico.ca [206.172.76.20]) by smtp13.bellglobal.com (8.8.5/8.8.5) with ESMTP id NAA15847; Wed, 31 May 2000 13:17:06 -0400 (EDT) Received: (from tim@localhost) by orange (8.9.3/8.9.1) id NAA99171; Wed, 31 May 2000 13:13:15 -0400 (EDT) (envelope-from tim) Date: Wed, 31 May 2000 13:13:15 -0400 From: Tim Vanderhoek To: Satoshi - Ports Wraith - Asami Cc: ports@FreeBSD.org Subject: Re: ports projects Message-ID: <20000531131314.A98665@orange> References: <200005071229.FAA29460@silvia.hip.berkeley.edu> <200005301106.EAA47917@silvia.hip.berkeley.edu> <20000530174311.B83316@orange> <20000531015018.A90783@orange> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: ; from Satoshi - Ports Wraith - Asami on Tue, May 30, 2000 at 11:30:53PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, May 30, 2000 at 11:30:53PM -0700, Satoshi - Ports Wraith - Asami wrote: > > * matters in that context. I think I favour a single copy synched with > * INSTALL.(tcl|wi)sh. > > I don't mind either way. Just be consistent with INSTALL.{tcl,wi}sh. Due to the passage of time, INSTALL.tclsh has gotten scattered across three ports. I suppose DEINSTALL.tclsh might as well be scattered across the same ports. Same for wish. -- Signature withheld by request of author. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 31 11:30: 6 2000 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 5B3E337B8DF for ; Wed, 31 May 2000 11:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA62124; Wed, 31 May 2000 11:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 31 May 2000 11:30:02 -0700 (PDT) Message-Id: <200005311830.LAA62124@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Andrew Arensburger Subject: Re: ports/18917: Port update: palm/coldsync Reply-To: Andrew Arensburger Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/18917; it has been noted by GNATS. From: Andrew Arensburger To: Akinori -Aki- MUSHA Cc: arensb@ooblick.com, FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/18917: Port update: palm/coldsync Date: Wed, 31 May 2000 14:28:15 -0400 (EDT) On Wed, 31 May 2000, Akinori -Aki- MUSHA wrote: > Thanks, but your patch looks unusual. Seems you took a diff between > two shell archives, which is difficult to handle. Basically, what we > expect is simply an output of a `diff -ruN' between the stock port and > the new one. (i.e. a `recursive' diff between those two directories) Hm. I could have sworn you preferred a shar diff. Oh, well. I guess I'll have to plead insanity. > Please regenerate the patch and send it over to us, thanks. It's appended below. -- Andrew Arensburger This message *does* represent the arensb@ooblick.com views of ooblick.com In case of fire, do not use elevators. Use water. diff -ruN coldsync-1.1.2/Makefile coldsync-1.2.0/Makefile --- coldsync-1.1.2/Makefile Fri Apr 21 06:14:06 2000 +++ coldsync-1.2.0/Makefile Wed May 31 03:01:54 2000 @@ -1,24 +1,40 @@ # New ports collection makefile for: coldsync -# Date created: 21 January 2000 -# Whom: Andrew Arensburger +# Date created: 27 January 2000 +# Whom: Andrew Arensburger # -# $FreeBSD: ports/palm/coldsync/Makefile,v 1.4 2000/04/21 07:51:56 mharo Exp $ +# $FreeBSD$ +# $Id$ # PORTNAME= coldsync -PORTVERSION= 1.1.2 +PORTVERSION= 1.2.0 CATEGORIES= palm comms MASTER_SITES= http://www.ooblick.com/software/coldsync/ MAINTAINER= arensb@ooblick.com +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Palm/PDB.pm:${PORTSDIR}/palm/p5-Palm + GNU_CONFIGURE= yes +# The ColdSync.3 man page describes a Perl package. That's why it goes +# in the Perl manpage directory. +MAN1= send-mail.1 \ + todo-text.1 +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= ColdSync.3 MAN8= coldsync.8 MANCOMPRESSED= no +.include + +# I don't know whether {Net,Open}BSD support USB or not. +.if ${OPSYS} == "FreeBSD" && ${OSVERSION} >= 400000 +CONFIGURE_ARGS+= --with-usb +.endif + post-install: @install-info ${PREFIX}/info/conduits.info ${PREFIX}/info/dir @install-info ${PREFIX}/info/pdb.info ${PREFIX}/info/dir -.include +.include diff -ruN coldsync-1.1.2/files/md5 coldsync-1.2.0/files/md5 --- coldsync-1.1.2/files/md5 Sun Jan 30 18:19:00 2000 +++ coldsync-1.2.0/files/md5 Wed May 31 04:04:07 2000 @@ -1 +1 @@ -MD5 (coldsync-1.1.2.tar.gz) = 85d91ca5ff17b64b9077f1d850468691 +MD5 (coldsync-1.2.0.tar.gz) = cc70d70b1fd62ccf620c45e33808ec8e diff -ruN coldsync-1.1.2/pkg/DESCR coldsync-1.2.0/pkg/DESCR --- coldsync-1.1.2/pkg/DESCR Sun Jan 30 18:19:00 2000 +++ coldsync-1.2.0/pkg/DESCR Wed May 31 03:13:19 2000 @@ -3,7 +3,7 @@ workstation. It also supports USB connections to a Visor, under FreeBSD 4.0. It runs without a GUI, and therefore allows you to sync -without logging in. +without running X. ColdSync is extensible through the use of conduits, which allow it to share information with other applications. diff -ruN coldsync-1.1.2/pkg/PLIST coldsync-1.2.0/pkg/PLIST --- coldsync-1.1.2/pkg/PLIST Fri Jan 28 23:50:00 2000 +++ coldsync-1.2.0/pkg/PLIST Wed May 31 03:47:21 2000 @@ -1,4 +1,11 @@ bin/coldsync +lib/perl5/site_perl/%%PERL_VER%%/ColdSync.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/ColdSync/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/ColdSync +libexec/coldsync/send-mail +libexec/coldsync/todo-text +@dirrm libexec/coldsync +etc/sample.coldsync.rc @unexec install-info --delete %D/info/conduits.info %D/info/dir @unexec install-info --delete %D/info/pdb.info %D/info/dir info/conduits.info To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 31 11:42:22 2000 Delivered-To: freebsd-ports@freebsd.org Received: from henoch.cc.fh-lippe.de (henoch.cc.fh-lippe.de [193.16.112.72]) by hub.freebsd.org (Postfix) with ESMTP id 9DF4137BE92; Wed, 31 May 2000 11:42:18 -0700 (PDT) (envelope-from lkoeller@cc.fh-lippe.de) Received: from spock.cc.fh-lippe.de([193.16.118.120]) (3122 bytes) by henoch.cc.fh-lippe.de via sendmail with P:esmtp/R:inet_hosts/T:smtp (sender: ) id for ; Wed, 31 May 2000 20:42:16 +0200 (MET DST) (Smail-3.2.0.111 2000-Feb-17 #1 built 2000-Mar-17) Received: from door.lippe.de(placida.cc.fh-lippe.de[193.16.112.184]) (2759 bytes) by spock.cc.fh-lippe.de via sendmail with P:smtp/R:smart_host/T:smtp (sender: ) id for ; Wed, 31 May 2000 20:42:14 +0200 (MET DST) (Smail-3.2.0.111 2000-Feb-17 #1 built 2000-Mar-17) Received: from odie.lippe.de (root@odie.lippe.de [192.168.4.2]) by door.lippe.de (8.9.3/8.9.3) with ESMTP id UAA21684; Wed, 31 May 2000 20:17:03 +0200 (CEST) (envelope-from lkoeller@lippe.de) Received: from odie.lippe.de (lkoeller@localhost [127.0.0.1]) by odie.lippe.de (8.9.3/8.9.3) with ESMTP id UAA15397; Wed, 31 May 2000 20:17:02 +0200 (CEST) (envelope-from lkoeller@odie.lippe.de) Message-Id: <200005311817.UAA15397@odie.lippe.de> X-Mailer: exmh version 2.0.2 2/24/98 From: Lars =?iso-8859-1?Q?K=F6ller?= To: sobomax@FreeBSD.org Cc: lkoeller@cc.fh-lippe.de, freebsd-ports@FreeBSD.org Subject: Re: ports/18644: hylafax and libtiff-3.4 In-reply-to: sobomax's message of Wed, 31 May 2000 07:14:46 -0700. <200005311414.HAA25675@freefall.freebsd.org> X-Face: eCcoCV}FjV*O{6>[1$XP/e%]TJhEw2MF33dFh)^HM7Gfd=[/(4+0a$~ Synopsis: hylafax and libtiff-3.4 > > State-Changed-From-To: open->analyzed > State-Changed-By: sobomax > State-Changed-When: Wed May 31 07:09:25 PDT 2000 > State-Changed-Why: > It is not a FreeBSD problem at all. It is unlikely that we would raise > tiff-3.4 from the dead just to run hylafax. Try to bug hylafax > developers instead. Sorry, but that's not the right way I think! When you have a pice of software, that's really running stable which depends on software xyz, than you will do the hell and backport every new version of xyz into your software. You can do what you want, there are more bugs/problems than before. So I guess it is absolutely necessary to have a concept for this situation, and not to make preassure to the authors of a well working software, especially if they don't need the news features of software xyz. Only my opinion ..... Best regards Lars -- E-Mail: | Lars Koeller Lars.Koeller@Uni-Bielefeld.DE | UNIX Sysadmin lkoeller@cc.fh-lippe.de | Computing Center PGP-key: | University of Bielefeld http://www.pgp.net/pgpnet/www-key.html | Germany ----------- FreeBSD, what else? ---- http://www.freebsd.org ------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 31 11:50: 6 2000 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 33C9437BE82 for ; Wed, 31 May 2000 11:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA64323; Wed, 31 May 2000 11:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 998C737BE83; Wed, 31 May 2000 11:43:45 -0700 (PDT) Message-Id: <20000531184345.998C737BE83@hub.freebsd.org> Date: Wed, 31 May 2000 11:43:45 -0700 (PDT) From: mvh@ix.netcom.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/18920: Squid 2.3 patch level 3 will eat all CPU Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18920 >Category: ports >Synopsis: Squid 2.3 patch level 3 will eat all CPU >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed May 31 11:50:03 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Mike Harding >Release: 3.4, 4.0-s >Organization: Stamps.com >Environment: reeBSD medusa.stamps.com 3.4-STABLE FreeBSD 3.4-STABLE #0: Wed May 3 15:13:53 PDT 20 00 mharding@medusa.stamps.com:/usr/src/sys/compile/STAMPS i386 >Description: If you fill up your squid cache, CPU will go to 100% but the cache will not be cleaned up. I ran into this on my local cache. You can find info here: http://www.squid-cache.org/Versions/v2/2.3/bugs/#squid-2.3.stable3-storeExpiredReferenceAge >How-To-Repeat: Fill up your squid cache - cpu will max out. >Fix: Apply referenced patch. >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 May 31 12:30:24 2000 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 467B737BE9E for ; Wed, 31 May 2000 12:30:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA69925; Wed, 31 May 2000 12:30:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from lathian.com (adsl-63-200-45-30.dsl.snfc21.pacbell.net [63.200.45.30]) by hub.freebsd.org (Postfix) with ESMTP id 353EF37BE9E for ; Wed, 31 May 2000 12:29:52 -0700 (PDT) (envelope-from mab@lathian.com) Received: from enzian.lathian (enzian.lathian [10.0.0.33]) by lathian.com (Postfix) with ESMTP id EC7B21B201 for ; Wed, 31 May 2000 12:29:49 -0700 (PDT) Received: by enzian.lathian (Postfix, from userid 1000) id D07F22C93A; Wed, 31 May 2000 12:29:49 -0700 (PDT) Message-Id: <20000531192949.D07F22C93A@enzian.lathian> Date: Wed, 31 May 2000 12:29:49 -0700 (PDT) From: Matthew Braithwaite To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18921: www/aolserver: update PLIST Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18921 >Category: ports >Synopsis: www/aolserver: update PLIST >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 31 12:30:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Matthew Braithwaite >Release: FreeBSD 4.0-STABLE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: --- www/aolserver/pkg/PLIST- Sat Apr 29 17:19:47 2000 +++ www/aolserver/pkg/PLIST Wed May 31 12:22:54 2000 @@ -30,6 +30,840 @@ aolserver/servers/server1/modules/nsperm/passwd aolserver/servers/server1/pages/index.html aolserver/nsd.tcl.sample +etc/rc.d/aolserver.sh +include/aolserver/ns.h +include/aolserver/nsextmsg.h +include/aolserver/nspd.h +include/aolserver/nsthread.h +include/aolserver/tcl.h +include/aolserver/tcl76.h +include/aolserver/tcl82.h +include/aolserver/tcl83.h +include/aolserver/tclDecls.h +include/aolserver/nsd.h +lib/libnspd.a +share/doc/aolserver/ChangeLog +share/doc/aolserver/LICENSE.txt +share/doc/aolserver/README.txt +share/doc/aolserver/doc/config.txt +share/doc/aolserver/doc/index.html +share/doc/aolserver/doc/install.txt +share/doc/aolserver/doc/internals.txt +share/doc/aolserver/doc/nspostgres.txt +share/doc/aolserver/doc/nsssl2.txt +share/doc/aolserver/doc/nsv.txt +share/doc/aolserver/doc/release.html +share/doc/aolserver/doc/threads.txt +share/doc/aolserver/doc/admin/3abulbl.gif +share/doc/aolserver/doc/admin/acc-ch.htm +share/doc/aolserver/doc/admin/acc-ch1.htm +share/doc/aolserver/doc/admin/acc-ch2.htm +share/doc/aolserver/doc/admin/admin.htm +share/doc/aolserver/doc/admin/arrow1.gif +share/doc/aolserver/doc/admin/arrow2.gif +share/doc/aolserver/doc/admin/as-c-lg.gif +share/doc/aolserver/doc/admin/as-c-med.gif +share/doc/aolserver/doc/admin/as-c-sm.gif +share/doc/aolserver/doc/admin/bluebult.gif +share/doc/aolserver/doc/admin/cgi-ch.htm +share/doc/aolserver/doc/admin/cgi-ch1.htm +share/doc/aolserver/doc/admin/cgi-ch2.htm +share/doc/aolserver/doc/admin/cgi-ch3.htm +share/doc/aolserver/doc/admin/cgi-ch4.htm +share/doc/aolserver/doc/admin/cgi-ch5.htm +share/doc/aolserver/doc/admin/cgi-ch6.htm +share/doc/aolserver/doc/admin/cgi-ch7.htm +share/doc/aolserver/doc/admin/cgi.gif +share/doc/aolserver/doc/admin/con-ch.htm +share/doc/aolserver/doc/admin/con-ch1.htm +share/doc/aolserver/doc/admin/con-ch2.htm +share/doc/aolserver/doc/admin/con-ch3.htm +share/doc/aolserver/doc/admin/con-ch4.htm +share/doc/aolserver/doc/admin/driv-ch.htm +share/doc/aolserver/doc/admin/driv-ch1.htm +share/doc/aolserver/doc/admin/driv-ch2.htm +share/doc/aolserver/doc/admin/driv-ch3.htm +share/doc/aolserver/doc/admin/driv-ch4.htm +share/doc/aolserver/doc/admin/driv-ch5.htm +share/doc/aolserver/doc/admin/driv-ch6.htm +share/doc/aolserver/doc/admin/driv-ch7.htm +share/doc/aolserver/doc/admin/hdr7arow.gif +share/doc/aolserver/doc/admin/hdr7rule.gif +share/doc/aolserver/doc/admin/index.html +share/doc/aolserver/doc/admin/license.htm +share/doc/aolserver/doc/admin/main-ch.htm +share/doc/aolserver/doc/admin/main-ch1.htm +share/doc/aolserver/doc/admin/main-ch2.htm +share/doc/aolserver/doc/admin/master-index.htm +share/doc/aolserver/doc/admin/master.htm +share/doc/aolserver/doc/admin/navbhelp.gif +share/doc/aolserver/doc/admin/navbhome.gif +share/doc/aolserver/doc/admin/navbnext.gif +share/doc/aolserver/doc/admin/navbprev.gif +share/doc/aolserver/doc/admin/navbrule.gif +share/doc/aolserver/doc/admin/new-ch.htm +share/doc/aolserver/doc/admin/new-ch1.htm +share/doc/aolserver/doc/admin/new-ch2.htm +share/doc/aolserver/doc/admin/new-ch3.htm +share/doc/aolserver/doc/admin/new-ch4.htm +share/doc/aolserver/doc/admin/new-ch5.htm +share/doc/aolserver/doc/admin/over-ch.htm +share/doc/aolserver/doc/admin/over-ch1.htm +share/doc/aolserver/doc/admin/over-ch2.htm +share/doc/aolserver/doc/admin/rule1.gif +share/doc/aolserver/doc/admin/sec-ch.htm +share/doc/aolserver/doc/admin/sec-ch1.htm +share/doc/aolserver/doc/admin/sec-ch2.htm +share/doc/aolserver/doc/admin/server2.gif +share/doc/aolserver/doc/admin/tech-ch.htm +share/doc/aolserver/doc/admin/toc.htm +share/doc/aolserver/doc/cdev/3abulbl.gif +share/doc/aolserver/doc/cdev/arrow1.gif +share/doc/aolserver/doc/cdev/arrow2.gif +share/doc/aolserver/doc/cdev/as-c-lg.gif +share/doc/aolserver/doc/cdev/as-c-med.gif +share/doc/aolserver/doc/cdev/as-c-sm.gif +share/doc/aolserver/doc/cdev/bluebult.gif +share/doc/aolserver/doc/cdev/c-app.htm +share/doc/aolserver/doc/cdev/c-app1.htm +share/doc/aolserver/doc/cdev/c-app2.htm +share/doc/aolserver/doc/cdev/c-app3.htm +share/doc/aolserver/doc/cdev/c-app4.htm +share/doc/aolserver/doc/cdev/c-app5.htm +share/doc/aolserver/doc/cdev/c-app6.htm +share/doc/aolserver/doc/cdev/c-app7.htm +share/doc/aolserver/doc/cdev/c-ch.htm +share/doc/aolserver/doc/cdev/c-ch1.htm +share/doc/aolserver/doc/cdev/c-ch10.htm +share/doc/aolserver/doc/cdev/c-ch100.htm +share/doc/aolserver/doc/cdev/c-ch101.htm +share/doc/aolserver/doc/cdev/c-ch102.htm +share/doc/aolserver/doc/cdev/c-ch103.htm +share/doc/aolserver/doc/cdev/c-ch104.htm +share/doc/aolserver/doc/cdev/c-ch105.htm +share/doc/aolserver/doc/cdev/c-ch106.htm +share/doc/aolserver/doc/cdev/c-ch107.htm +share/doc/aolserver/doc/cdev/c-ch108.htm +share/doc/aolserver/doc/cdev/c-ch109.htm +share/doc/aolserver/doc/cdev/c-ch11.htm +share/doc/aolserver/doc/cdev/c-ch110.htm +share/doc/aolserver/doc/cdev/c-ch111.htm +share/doc/aolserver/doc/cdev/c-ch112.htm +share/doc/aolserver/doc/cdev/c-ch113.htm +share/doc/aolserver/doc/cdev/c-ch114.htm +share/doc/aolserver/doc/cdev/c-ch115.htm +share/doc/aolserver/doc/cdev/c-ch116.htm +share/doc/aolserver/doc/cdev/c-ch117.htm +share/doc/aolserver/doc/cdev/c-ch118.htm +share/doc/aolserver/doc/cdev/c-ch119.htm +share/doc/aolserver/doc/cdev/c-ch12.htm +share/doc/aolserver/doc/cdev/c-ch120.htm +share/doc/aolserver/doc/cdev/c-ch121.htm +share/doc/aolserver/doc/cdev/c-ch122.htm +share/doc/aolserver/doc/cdev/c-ch123.htm +share/doc/aolserver/doc/cdev/c-ch124.htm +share/doc/aolserver/doc/cdev/c-ch125.htm +share/doc/aolserver/doc/cdev/c-ch126.htm +share/doc/aolserver/doc/cdev/c-ch127.htm +share/doc/aolserver/doc/cdev/c-ch128.htm +share/doc/aolserver/doc/cdev/c-ch129.htm +share/doc/aolserver/doc/cdev/c-ch13.htm +share/doc/aolserver/doc/cdev/c-ch130.htm +share/doc/aolserver/doc/cdev/c-ch131.htm +share/doc/aolserver/doc/cdev/c-ch132.htm +share/doc/aolserver/doc/cdev/c-ch133.htm +share/doc/aolserver/doc/cdev/c-ch134.htm +share/doc/aolserver/doc/cdev/c-ch135.htm +share/doc/aolserver/doc/cdev/c-ch136.htm +share/doc/aolserver/doc/cdev/c-ch137.htm +share/doc/aolserver/doc/cdev/c-ch138.htm +share/doc/aolserver/doc/cdev/c-ch139.htm +share/doc/aolserver/doc/cdev/c-ch14.htm +share/doc/aolserver/doc/cdev/c-ch140.htm +share/doc/aolserver/doc/cdev/c-ch141.htm +share/doc/aolserver/doc/cdev/c-ch142.htm +share/doc/aolserver/doc/cdev/c-ch143.htm +share/doc/aolserver/doc/cdev/c-ch144.htm +share/doc/aolserver/doc/cdev/c-ch145.htm +share/doc/aolserver/doc/cdev/c-ch146.htm +share/doc/aolserver/doc/cdev/c-ch147.htm +share/doc/aolserver/doc/cdev/c-ch148.htm +share/doc/aolserver/doc/cdev/c-ch149.htm +share/doc/aolserver/doc/cdev/c-ch15.htm +share/doc/aolserver/doc/cdev/c-ch150.htm +share/doc/aolserver/doc/cdev/c-ch151.htm +share/doc/aolserver/doc/cdev/c-ch152.htm +share/doc/aolserver/doc/cdev/c-ch153.htm +share/doc/aolserver/doc/cdev/c-ch154.htm +share/doc/aolserver/doc/cdev/c-ch155.htm +share/doc/aolserver/doc/cdev/c-ch156.htm +share/doc/aolserver/doc/cdev/c-ch157.htm +share/doc/aolserver/doc/cdev/c-ch158.htm +share/doc/aolserver/doc/cdev/c-ch159.htm +share/doc/aolserver/doc/cdev/c-ch16.htm +share/doc/aolserver/doc/cdev/c-ch160.htm +share/doc/aolserver/doc/cdev/c-ch161.htm +share/doc/aolserver/doc/cdev/c-ch162.htm +share/doc/aolserver/doc/cdev/c-ch163.htm +share/doc/aolserver/doc/cdev/c-ch164.htm +share/doc/aolserver/doc/cdev/c-ch165.htm +share/doc/aolserver/doc/cdev/c-ch166.htm +share/doc/aolserver/doc/cdev/c-ch167.htm +share/doc/aolserver/doc/cdev/c-ch168.htm +share/doc/aolserver/doc/cdev/c-ch169.htm +share/doc/aolserver/doc/cdev/c-ch17.htm +share/doc/aolserver/doc/cdev/c-ch170.htm +share/doc/aolserver/doc/cdev/c-ch171.htm +share/doc/aolserver/doc/cdev/c-ch172.htm +share/doc/aolserver/doc/cdev/c-ch173.htm +share/doc/aolserver/doc/cdev/c-ch174.htm +share/doc/aolserver/doc/cdev/c-ch175.htm +share/doc/aolserver/doc/cdev/c-ch176.htm +share/doc/aolserver/doc/cdev/c-ch177.htm +share/doc/aolserver/doc/cdev/c-ch178.htm +share/doc/aolserver/doc/cdev/c-ch179.htm +share/doc/aolserver/doc/cdev/c-ch18.htm +share/doc/aolserver/doc/cdev/c-ch180.htm +share/doc/aolserver/doc/cdev/c-ch181.htm +share/doc/aolserver/doc/cdev/c-ch182.htm +share/doc/aolserver/doc/cdev/c-ch183.htm +share/doc/aolserver/doc/cdev/c-ch184.htm +share/doc/aolserver/doc/cdev/c-ch185.htm +share/doc/aolserver/doc/cdev/c-ch186.htm +share/doc/aolserver/doc/cdev/c-ch187.htm +share/doc/aolserver/doc/cdev/c-ch188.htm +share/doc/aolserver/doc/cdev/c-ch189.htm +share/doc/aolserver/doc/cdev/c-ch19.htm +share/doc/aolserver/doc/cdev/c-ch190.htm +share/doc/aolserver/doc/cdev/c-ch191.htm +share/doc/aolserver/doc/cdev/c-ch192.htm +share/doc/aolserver/doc/cdev/c-ch193.htm +share/doc/aolserver/doc/cdev/c-ch194.htm +share/doc/aolserver/doc/cdev/c-ch195.htm +share/doc/aolserver/doc/cdev/c-ch196.htm +share/doc/aolserver/doc/cdev/c-ch197.htm +share/doc/aolserver/doc/cdev/c-ch198.htm +share/doc/aolserver/doc/cdev/c-ch199.htm +share/doc/aolserver/doc/cdev/c-ch2.htm +share/doc/aolserver/doc/cdev/c-ch20.htm +share/doc/aolserver/doc/cdev/c-ch200.htm +share/doc/aolserver/doc/cdev/c-ch201.htm +share/doc/aolserver/doc/cdev/c-ch202.htm +share/doc/aolserver/doc/cdev/c-ch203.htm +share/doc/aolserver/doc/cdev/c-ch204.htm +share/doc/aolserver/doc/cdev/c-ch205.htm +share/doc/aolserver/doc/cdev/c-ch206.htm +share/doc/aolserver/doc/cdev/c-ch207.htm +share/doc/aolserver/doc/cdev/c-ch208.htm +share/doc/aolserver/doc/cdev/c-ch209.htm +share/doc/aolserver/doc/cdev/c-ch21.htm +share/doc/aolserver/doc/cdev/c-ch210.htm +share/doc/aolserver/doc/cdev/c-ch211.htm +share/doc/aolserver/doc/cdev/c-ch212.htm +share/doc/aolserver/doc/cdev/c-ch213.htm +share/doc/aolserver/doc/cdev/c-ch214.htm +share/doc/aolserver/doc/cdev/c-ch215.htm +share/doc/aolserver/doc/cdev/c-ch216.htm +share/doc/aolserver/doc/cdev/c-ch217.htm +share/doc/aolserver/doc/cdev/c-ch218.htm +share/doc/aolserver/doc/cdev/c-ch219.htm +share/doc/aolserver/doc/cdev/c-ch22.htm +share/doc/aolserver/doc/cdev/c-ch220.htm +share/doc/aolserver/doc/cdev/c-ch221.htm +share/doc/aolserver/doc/cdev/c-ch222.htm +share/doc/aolserver/doc/cdev/c-ch223.htm +share/doc/aolserver/doc/cdev/c-ch224.htm +share/doc/aolserver/doc/cdev/c-ch225.htm +share/doc/aolserver/doc/cdev/c-ch226.htm +share/doc/aolserver/doc/cdev/c-ch227.htm +share/doc/aolserver/doc/cdev/c-ch228.htm +share/doc/aolserver/doc/cdev/c-ch229.htm +share/doc/aolserver/doc/cdev/c-ch23.htm +share/doc/aolserver/doc/cdev/c-ch230.htm +share/doc/aolserver/doc/cdev/c-ch231.htm +share/doc/aolserver/doc/cdev/c-ch232.htm +share/doc/aolserver/doc/cdev/c-ch233.htm +share/doc/aolserver/doc/cdev/c-ch234.htm +share/doc/aolserver/doc/cdev/c-ch235.htm +share/doc/aolserver/doc/cdev/c-ch236.htm +share/doc/aolserver/doc/cdev/c-ch237.htm +share/doc/aolserver/doc/cdev/c-ch238.htm +share/doc/aolserver/doc/cdev/c-ch239.htm +share/doc/aolserver/doc/cdev/c-ch24.htm +share/doc/aolserver/doc/cdev/c-ch240.htm +share/doc/aolserver/doc/cdev/c-ch241.htm +share/doc/aolserver/doc/cdev/c-ch242.htm +share/doc/aolserver/doc/cdev/c-ch243.htm +share/doc/aolserver/doc/cdev/c-ch244.htm +share/doc/aolserver/doc/cdev/c-ch245.htm +share/doc/aolserver/doc/cdev/c-ch246.htm +share/doc/aolserver/doc/cdev/c-ch247.htm +share/doc/aolserver/doc/cdev/c-ch248.htm +share/doc/aolserver/doc/cdev/c-ch249.htm +share/doc/aolserver/doc/cdev/c-ch25.htm +share/doc/aolserver/doc/cdev/c-ch250.htm +share/doc/aolserver/doc/cdev/c-ch251.htm +share/doc/aolserver/doc/cdev/c-ch252.htm +share/doc/aolserver/doc/cdev/c-ch253.htm +share/doc/aolserver/doc/cdev/c-ch254.htm +share/doc/aolserver/doc/cdev/c-ch255.htm +share/doc/aolserver/doc/cdev/c-ch256.htm +share/doc/aolserver/doc/cdev/c-ch257.htm +share/doc/aolserver/doc/cdev/c-ch258.htm +share/doc/aolserver/doc/cdev/c-ch259.htm +share/doc/aolserver/doc/cdev/c-ch26.htm +share/doc/aolserver/doc/cdev/c-ch260.htm +share/doc/aolserver/doc/cdev/c-ch261.htm +share/doc/aolserver/doc/cdev/c-ch262.htm +share/doc/aolserver/doc/cdev/c-ch263.htm +share/doc/aolserver/doc/cdev/c-ch264.htm +share/doc/aolserver/doc/cdev/c-ch265.htm +share/doc/aolserver/doc/cdev/c-ch266.htm +share/doc/aolserver/doc/cdev/c-ch267.htm +share/doc/aolserver/doc/cdev/c-ch268.htm +share/doc/aolserver/doc/cdev/c-ch269.htm +share/doc/aolserver/doc/cdev/c-ch27.htm +share/doc/aolserver/doc/cdev/c-ch270.htm +share/doc/aolserver/doc/cdev/c-ch271.htm +share/doc/aolserver/doc/cdev/c-ch272.htm +share/doc/aolserver/doc/cdev/c-ch273.htm +share/doc/aolserver/doc/cdev/c-ch274.htm +share/doc/aolserver/doc/cdev/c-ch275.htm +share/doc/aolserver/doc/cdev/c-ch276.htm +share/doc/aolserver/doc/cdev/c-ch277.htm +share/doc/aolserver/doc/cdev/c-ch278.htm +share/doc/aolserver/doc/cdev/c-ch279.htm +share/doc/aolserver/doc/cdev/c-ch28.htm +share/doc/aolserver/doc/cdev/c-ch280.htm +share/doc/aolserver/doc/cdev/c-ch281.htm +share/doc/aolserver/doc/cdev/c-ch282.htm +share/doc/aolserver/doc/cdev/c-ch283.htm +share/doc/aolserver/doc/cdev/c-ch284.htm +share/doc/aolserver/doc/cdev/c-ch285.htm +share/doc/aolserver/doc/cdev/c-ch286.htm +share/doc/aolserver/doc/cdev/c-ch287.htm +share/doc/aolserver/doc/cdev/c-ch288.htm +share/doc/aolserver/doc/cdev/c-ch289.htm +share/doc/aolserver/doc/cdev/c-ch29.htm +share/doc/aolserver/doc/cdev/c-ch290.htm +share/doc/aolserver/doc/cdev/c-ch291.htm +share/doc/aolserver/doc/cdev/c-ch292.htm +share/doc/aolserver/doc/cdev/c-ch293.htm +share/doc/aolserver/doc/cdev/c-ch294.htm +share/doc/aolserver/doc/cdev/c-ch295.htm +share/doc/aolserver/doc/cdev/c-ch296.htm +share/doc/aolserver/doc/cdev/c-ch297.htm +share/doc/aolserver/doc/cdev/c-ch298.htm +share/doc/aolserver/doc/cdev/c-ch299.htm +share/doc/aolserver/doc/cdev/c-ch3.htm +share/doc/aolserver/doc/cdev/c-ch30.htm +share/doc/aolserver/doc/cdev/c-ch300.htm +share/doc/aolserver/doc/cdev/c-ch301.htm +share/doc/aolserver/doc/cdev/c-ch302.htm +share/doc/aolserver/doc/cdev/c-ch303.htm +share/doc/aolserver/doc/cdev/c-ch304.htm +share/doc/aolserver/doc/cdev/c-ch305.htm +share/doc/aolserver/doc/cdev/c-ch306.htm +share/doc/aolserver/doc/cdev/c-ch307.htm +share/doc/aolserver/doc/cdev/c-ch308.htm +share/doc/aolserver/doc/cdev/c-ch309.htm +share/doc/aolserver/doc/cdev/c-ch31.htm +share/doc/aolserver/doc/cdev/c-ch310.htm +share/doc/aolserver/doc/cdev/c-ch311.htm +share/doc/aolserver/doc/cdev/c-ch312.htm +share/doc/aolserver/doc/cdev/c-ch313.htm +share/doc/aolserver/doc/cdev/c-ch314.htm +share/doc/aolserver/doc/cdev/c-ch315.htm +share/doc/aolserver/doc/cdev/c-ch316.htm +share/doc/aolserver/doc/cdev/c-ch317.htm +share/doc/aolserver/doc/cdev/c-ch318.htm +share/doc/aolserver/doc/cdev/c-ch319.htm +share/doc/aolserver/doc/cdev/c-ch32.htm +share/doc/aolserver/doc/cdev/c-ch320.htm +share/doc/aolserver/doc/cdev/c-ch321.htm +share/doc/aolserver/doc/cdev/c-ch322.htm +share/doc/aolserver/doc/cdev/c-ch323.htm +share/doc/aolserver/doc/cdev/c-ch324.htm +share/doc/aolserver/doc/cdev/c-ch325.htm +share/doc/aolserver/doc/cdev/c-ch326.htm +share/doc/aolserver/doc/cdev/c-ch327.htm +share/doc/aolserver/doc/cdev/c-ch328.htm +share/doc/aolserver/doc/cdev/c-ch329.htm +share/doc/aolserver/doc/cdev/c-ch33.htm +share/doc/aolserver/doc/cdev/c-ch330.htm +share/doc/aolserver/doc/cdev/c-ch331.htm +share/doc/aolserver/doc/cdev/c-ch332.htm +share/doc/aolserver/doc/cdev/c-ch333.htm +share/doc/aolserver/doc/cdev/c-ch334.htm +share/doc/aolserver/doc/cdev/c-ch335.htm +share/doc/aolserver/doc/cdev/c-ch336.htm +share/doc/aolserver/doc/cdev/c-ch337.htm +share/doc/aolserver/doc/cdev/c-ch338.htm +share/doc/aolserver/doc/cdev/c-ch339.htm +share/doc/aolserver/doc/cdev/c-ch34.htm +share/doc/aolserver/doc/cdev/c-ch340.htm +share/doc/aolserver/doc/cdev/c-ch341.htm +share/doc/aolserver/doc/cdev/c-ch342.htm +share/doc/aolserver/doc/cdev/c-ch343.htm +share/doc/aolserver/doc/cdev/c-ch344.htm +share/doc/aolserver/doc/cdev/c-ch345.htm +share/doc/aolserver/doc/cdev/c-ch346.htm +share/doc/aolserver/doc/cdev/c-ch347.htm +share/doc/aolserver/doc/cdev/c-ch348.htm +share/doc/aolserver/doc/cdev/c-ch349.htm +share/doc/aolserver/doc/cdev/c-ch35.htm +share/doc/aolserver/doc/cdev/c-ch350.htm +share/doc/aolserver/doc/cdev/c-ch351.htm +share/doc/aolserver/doc/cdev/c-ch352.htm +share/doc/aolserver/doc/cdev/c-ch353.htm +share/doc/aolserver/doc/cdev/c-ch354.htm +share/doc/aolserver/doc/cdev/c-ch355.htm +share/doc/aolserver/doc/cdev/c-ch356.htm +share/doc/aolserver/doc/cdev/c-ch357.htm +share/doc/aolserver/doc/cdev/c-ch358.htm +share/doc/aolserver/doc/cdev/c-ch359.htm +share/doc/aolserver/doc/cdev/c-ch36.htm +share/doc/aolserver/doc/cdev/c-ch360.htm +share/doc/aolserver/doc/cdev/c-ch361.htm +share/doc/aolserver/doc/cdev/c-ch362.htm +share/doc/aolserver/doc/cdev/c-ch363.htm +share/doc/aolserver/doc/cdev/c-ch364.htm +share/doc/aolserver/doc/cdev/c-ch365.htm +share/doc/aolserver/doc/cdev/c-ch366.htm +share/doc/aolserver/doc/cdev/c-ch367.htm +share/doc/aolserver/doc/cdev/c-ch368.htm +share/doc/aolserver/doc/cdev/c-ch369.htm +share/doc/aolserver/doc/cdev/c-ch37.htm +share/doc/aolserver/doc/cdev/c-ch370.htm +share/doc/aolserver/doc/cdev/c-ch371.htm +share/doc/aolserver/doc/cdev/c-ch372.htm +share/doc/aolserver/doc/cdev/c-ch373.htm +share/doc/aolserver/doc/cdev/c-ch374.htm +share/doc/aolserver/doc/cdev/c-ch375.htm +share/doc/aolserver/doc/cdev/c-ch376.htm +share/doc/aolserver/doc/cdev/c-ch377.htm +share/doc/aolserver/doc/cdev/c-ch378.htm +share/doc/aolserver/doc/cdev/c-ch379.htm +share/doc/aolserver/doc/cdev/c-ch38.htm +share/doc/aolserver/doc/cdev/c-ch380.htm +share/doc/aolserver/doc/cdev/c-ch381.htm +share/doc/aolserver/doc/cdev/c-ch382.htm +share/doc/aolserver/doc/cdev/c-ch383.htm +share/doc/aolserver/doc/cdev/c-ch384.htm +share/doc/aolserver/doc/cdev/c-ch385.htm +share/doc/aolserver/doc/cdev/c-ch386.htm +share/doc/aolserver/doc/cdev/c-ch387.htm +share/doc/aolserver/doc/cdev/c-ch388.htm +share/doc/aolserver/doc/cdev/c-ch389.htm +share/doc/aolserver/doc/cdev/c-ch39.htm +share/doc/aolserver/doc/cdev/c-ch390.htm +share/doc/aolserver/doc/cdev/c-ch391.htm +share/doc/aolserver/doc/cdev/c-ch392.htm +share/doc/aolserver/doc/cdev/c-ch393.htm +share/doc/aolserver/doc/cdev/c-ch394.htm +share/doc/aolserver/doc/cdev/c-ch395.htm +share/doc/aolserver/doc/cdev/c-ch396.htm +share/doc/aolserver/doc/cdev/c-ch397.htm +share/doc/aolserver/doc/cdev/c-ch398.htm +share/doc/aolserver/doc/cdev/c-ch399.htm +share/doc/aolserver/doc/cdev/c-ch4.htm +share/doc/aolserver/doc/cdev/c-ch40.htm +share/doc/aolserver/doc/cdev/c-ch400.htm +share/doc/aolserver/doc/cdev/c-ch401.htm +share/doc/aolserver/doc/cdev/c-ch402.htm +share/doc/aolserver/doc/cdev/c-ch403.htm +share/doc/aolserver/doc/cdev/c-ch404.htm +share/doc/aolserver/doc/cdev/c-ch405.htm +share/doc/aolserver/doc/cdev/c-ch406.htm +share/doc/aolserver/doc/cdev/c-ch407.htm +share/doc/aolserver/doc/cdev/c-ch408.htm +share/doc/aolserver/doc/cdev/c-ch409.htm +share/doc/aolserver/doc/cdev/c-ch41.htm +share/doc/aolserver/doc/cdev/c-ch410.htm +share/doc/aolserver/doc/cdev/c-ch411.htm +share/doc/aolserver/doc/cdev/c-ch412.htm +share/doc/aolserver/doc/cdev/c-ch413.htm +share/doc/aolserver/doc/cdev/c-ch414.htm +share/doc/aolserver/doc/cdev/c-ch415.htm +share/doc/aolserver/doc/cdev/c-ch416.htm +share/doc/aolserver/doc/cdev/c-ch417.htm +share/doc/aolserver/doc/cdev/c-ch418.htm +share/doc/aolserver/doc/cdev/c-ch419.htm +share/doc/aolserver/doc/cdev/c-ch42.htm +share/doc/aolserver/doc/cdev/c-ch420.htm +share/doc/aolserver/doc/cdev/c-ch421.htm +share/doc/aolserver/doc/cdev/c-ch422.htm +share/doc/aolserver/doc/cdev/c-ch423.htm +share/doc/aolserver/doc/cdev/c-ch424.htm +share/doc/aolserver/doc/cdev/c-ch425.htm +share/doc/aolserver/doc/cdev/c-ch426.htm +share/doc/aolserver/doc/cdev/c-ch427.htm +share/doc/aolserver/doc/cdev/c-ch428.htm +share/doc/aolserver/doc/cdev/c-ch429.htm +share/doc/aolserver/doc/cdev/c-ch43.htm +share/doc/aolserver/doc/cdev/c-ch430.htm +share/doc/aolserver/doc/cdev/c-ch431.htm +share/doc/aolserver/doc/cdev/c-ch432.htm +share/doc/aolserver/doc/cdev/c-ch433.htm +share/doc/aolserver/doc/cdev/c-ch434.htm +share/doc/aolserver/doc/cdev/c-ch435.htm +share/doc/aolserver/doc/cdev/c-ch436.htm +share/doc/aolserver/doc/cdev/c-ch437.htm +share/doc/aolserver/doc/cdev/c-ch438.htm +share/doc/aolserver/doc/cdev/c-ch44.htm +share/doc/aolserver/doc/cdev/c-ch45.htm +share/doc/aolserver/doc/cdev/c-ch46.htm +share/doc/aolserver/doc/cdev/c-ch47.htm +share/doc/aolserver/doc/cdev/c-ch48.htm +share/doc/aolserver/doc/cdev/c-ch49.htm +share/doc/aolserver/doc/cdev/c-ch5.htm +share/doc/aolserver/doc/cdev/c-ch50.htm +share/doc/aolserver/doc/cdev/c-ch51.htm +share/doc/aolserver/doc/cdev/c-ch52.htm +share/doc/aolserver/doc/cdev/c-ch53.htm +share/doc/aolserver/doc/cdev/c-ch54.htm +share/doc/aolserver/doc/cdev/c-ch55.htm +share/doc/aolserver/doc/cdev/c-ch56.htm +share/doc/aolserver/doc/cdev/c-ch57.htm +share/doc/aolserver/doc/cdev/c-ch58.htm +share/doc/aolserver/doc/cdev/c-ch59.htm +share/doc/aolserver/doc/cdev/c-ch6.htm +share/doc/aolserver/doc/cdev/c-ch60.htm +share/doc/aolserver/doc/cdev/c-ch61.htm +share/doc/aolserver/doc/cdev/c-ch62.htm +share/doc/aolserver/doc/cdev/c-ch63.htm +share/doc/aolserver/doc/cdev/c-ch64.htm +share/doc/aolserver/doc/cdev/c-ch65.htm +share/doc/aolserver/doc/cdev/c-ch66.htm +share/doc/aolserver/doc/cdev/c-ch67.htm +share/doc/aolserver/doc/cdev/c-ch68.htm +share/doc/aolserver/doc/cdev/c-ch69.htm +share/doc/aolserver/doc/cdev/c-ch7.htm +share/doc/aolserver/doc/cdev/c-ch70.htm +share/doc/aolserver/doc/cdev/c-ch71.htm +share/doc/aolserver/doc/cdev/c-ch72.htm +share/doc/aolserver/doc/cdev/c-ch73.htm +share/doc/aolserver/doc/cdev/c-ch74.htm +share/doc/aolserver/doc/cdev/c-ch75.htm +share/doc/aolserver/doc/cdev/c-ch76.htm +share/doc/aolserver/doc/cdev/c-ch77.htm +share/doc/aolserver/doc/cdev/c-ch78.htm +share/doc/aolserver/doc/cdev/c-ch79.htm +share/doc/aolserver/doc/cdev/c-ch8.htm +share/doc/aolserver/doc/cdev/c-ch80.htm +share/doc/aolserver/doc/cdev/c-ch81.htm +share/doc/aolserver/doc/cdev/c-ch82.htm +share/doc/aolserver/doc/cdev/c-ch83.htm +share/doc/aolserver/doc/cdev/c-ch84.htm +share/doc/aolserver/doc/cdev/c-ch85.htm +share/doc/aolserver/doc/cdev/c-ch86.htm +share/doc/aolserver/doc/cdev/c-ch87.htm +share/doc/aolserver/doc/cdev/c-ch88.htm +share/doc/aolserver/doc/cdev/c-ch89.htm +share/doc/aolserver/doc/cdev/c-ch9.htm +share/doc/aolserver/doc/cdev/c-ch90.htm +share/doc/aolserver/doc/cdev/c-ch91.htm +share/doc/aolserver/doc/cdev/c-ch92.htm +share/doc/aolserver/doc/cdev/c-ch93.htm +share/doc/aolserver/doc/cdev/c-ch94.htm +share/doc/aolserver/doc/cdev/c-ch95.htm +share/doc/aolserver/doc/cdev/c-ch96.htm +share/doc/aolserver/doc/cdev/c-ch97.htm +share/doc/aolserver/doc/cdev/c-ch98.htm +share/doc/aolserver/doc/cdev/c-ch99.htm +share/doc/aolserver/doc/cdev/cdev.htm +share/doc/aolserver/doc/cdev/cgi.gif +share/doc/aolserver/doc/cdev/cxtnd-c1.htm +share/doc/aolserver/doc/cdev/cxtnd-c2.htm +share/doc/aolserver/doc/cdev/cxtnd-ch.htm +share/doc/aolserver/doc/cdev/eng-manual.html +share/doc/aolserver/doc/cdev/hdr7arow.gif +share/doc/aolserver/doc/cdev/hdr7rule.gif +share/doc/aolserver/doc/cdev/index.html +share/doc/aolserver/doc/cdev/master.htm +share/doc/aolserver/doc/cdev/navbhelp.gif +share/doc/aolserver/doc/cdev/navbhome.gif +share/doc/aolserver/doc/cdev/navbnext.gif +share/doc/aolserver/doc/cdev/navbprev.gif +share/doc/aolserver/doc/cdev/navbrule.gif +share/doc/aolserver/doc/cdev/rule1.gif +share/doc/aolserver/doc/cdev/server2.gif +share/doc/aolserver/doc/cdev/toc.htm +share/doc/aolserver/doc/driver/3abulbl.gif +share/doc/aolserver/doc/driver/arrow1.gif +share/doc/aolserver/doc/driver/arrow2.gif +share/doc/aolserver/doc/driver/as-c-lg.gif +share/doc/aolserver/doc/driver/as-c-med.gif +share/doc/aolserver/doc/driver/as-c-sm.gif +share/doc/aolserver/doc/driver/bluebult.gif +share/doc/aolserver/doc/driver/cgi.gif +share/doc/aolserver/doc/driver/comdriver.html +share/doc/aolserver/doc/driver/comfuncs.html +share/doc/aolserver/doc/driver/dr-app.htm +share/doc/aolserver/doc/driver/dr-app1.htm +share/doc/aolserver/doc/driver/dr-app10.htm +share/doc/aolserver/doc/driver/dr-app11.htm +share/doc/aolserver/doc/driver/dr-app12.htm +share/doc/aolserver/doc/driver/dr-app13.htm +share/doc/aolserver/doc/driver/dr-app14.htm +share/doc/aolserver/doc/driver/dr-app15.htm +share/doc/aolserver/doc/driver/dr-app16.htm +share/doc/aolserver/doc/driver/dr-app17.htm +share/doc/aolserver/doc/driver/dr-app18.htm +share/doc/aolserver/doc/driver/dr-app2.htm +share/doc/aolserver/doc/driver/dr-app19.htm +share/doc/aolserver/doc/driver/dr-app20.htm +share/doc/aolserver/doc/driver/dr-app21.htm +share/doc/aolserver/doc/driver/dr-app22.htm +share/doc/aolserver/doc/driver/dr-app23.htm +share/doc/aolserver/doc/driver/dr-app24.htm +share/doc/aolserver/doc/driver/dr-app25.htm +share/doc/aolserver/doc/driver/dr-app26.htm +share/doc/aolserver/doc/driver/dr-app27.htm +share/doc/aolserver/doc/driver/dr-app28.htm +share/doc/aolserver/doc/driver/dr-app29.htm +share/doc/aolserver/doc/driver/dr-app3.htm +share/doc/aolserver/doc/driver/dr-app30.htm +share/doc/aolserver/doc/driver/dr-app31.htm +share/doc/aolserver/doc/driver/dr-app32.htm +share/doc/aolserver/doc/driver/dr-app33.htm +share/doc/aolserver/doc/driver/dr-app34.htm +share/doc/aolserver/doc/driver/dr-app35.htm +share/doc/aolserver/doc/driver/dr-app4.htm +share/doc/aolserver/doc/driver/dr-app5.htm +share/doc/aolserver/doc/driver/dr-app6.htm +share/doc/aolserver/doc/driver/dr-app7.htm +share/doc/aolserver/doc/driver/dr-app8.htm +share/doc/aolserver/doc/driver/dr-app9.htm +share/doc/aolserver/doc/driver/dr.htm +share/doc/aolserver/doc/driver/hdr7arow.gif +share/doc/aolserver/doc/driver/hdr7rule.gif +share/doc/aolserver/doc/driver/index.html +share/doc/aolserver/doc/driver/master.htm +share/doc/aolserver/doc/driver/navbhelp.gif +share/doc/aolserver/doc/driver/navbhome.gif +share/doc/aolserver/doc/driver/navbnext.gif +share/doc/aolserver/doc/driver/navbprev.gif +share/doc/aolserver/doc/driver/navbrule.gif +share/doc/aolserver/doc/driver/rule1.gif +share/doc/aolserver/doc/driver/server2.gif +share/doc/aolserver/doc/driver/toc.htm +share/doc/aolserver/doc/tcldev/3abulbl.gif +share/doc/aolserver/doc/tcldev/arrow1.gif +share/doc/aolserver/doc/tcldev/arrow2.gif +share/doc/aolserver/doc/tcldev/as-c-lg.gif +share/doc/aolserver/doc/tcldev/as-c-med.gif +share/doc/aolserver/doc/tcldev/as-c-sm.gif +share/doc/aolserver/doc/tcldev/bluebult.gif +share/doc/aolserver/doc/tcldev/cgi.gif +share/doc/aolserver/doc/tcldev/hdr7arow.gif +share/doc/aolserver/doc/tcldev/hdr7rule.gif +share/doc/aolserver/doc/tcldev/index.html +share/doc/aolserver/doc/tcldev/master.htm +share/doc/aolserver/doc/tcldev/navbhelp.gif +share/doc/aolserver/doc/tcldev/navbhome.gif +share/doc/aolserver/doc/tcldev/navbnext.gif +share/doc/aolserver/doc/tcldev/navbprev.gif +share/doc/aolserver/doc/tcldev/navbrule.gif +share/doc/aolserver/doc/tcldev/rule1.gif +share/doc/aolserver/doc/tcldev/server2.gif +share/doc/aolserver/doc/tcldev/tadp-c10.htm +share/doc/aolserver/doc/tcldev/tadp-c11.htm +share/doc/aolserver/doc/tcldev/tadp-ch.htm +share/doc/aolserver/doc/tcldev/tadp-ch1.htm +share/doc/aolserver/doc/tcldev/tadp-ch2.htm +share/doc/aolserver/doc/tcldev/tadp-ch3.htm +share/doc/aolserver/doc/tcldev/tadp-ch4.htm +share/doc/aolserver/doc/tcldev/tadp-ch5.htm +share/doc/aolserver/doc/tcldev/tadp-ch6.htm +share/doc/aolserver/doc/tcldev/tadp-ch7.htm +share/doc/aolserver/doc/tcldev/tadp-ch8.htm +share/doc/aolserver/doc/tcldev/tadp-ch9.htm +share/doc/aolserver/doc/tcldev/tapi-100.htm +share/doc/aolserver/doc/tcldev/tapi-101.htm +share/doc/aolserver/doc/tcldev/tapi-102.htm +share/doc/aolserver/doc/tcldev/tapi-103.htm +share/doc/aolserver/doc/tcldev/tapi-104.htm +share/doc/aolserver/doc/tcldev/tapi-105.htm +share/doc/aolserver/doc/tcldev/tapi-106.htm +share/doc/aolserver/doc/tcldev/tapi-107.htm +share/doc/aolserver/doc/tcldev/tapi-108.htm +share/doc/aolserver/doc/tcldev/tapi-109.htm +share/doc/aolserver/doc/tcldev/tapi-110.htm +share/doc/aolserver/doc/tcldev/tapi-111.htm +share/doc/aolserver/doc/tcldev/tapi-112.htm +share/doc/aolserver/doc/tcldev/tapi-113.htm +share/doc/aolserver/doc/tcldev/tapi-114.htm +share/doc/aolserver/doc/tcldev/tapi-115.htm +share/doc/aolserver/doc/tcldev/tapi-116.htm +share/doc/aolserver/doc/tcldev/tapi-117.htm +share/doc/aolserver/doc/tcldev/tapi-118.htm +share/doc/aolserver/doc/tcldev/tapi-119.htm +share/doc/aolserver/doc/tcldev/tapi-120.htm +share/doc/aolserver/doc/tcldev/tapi-121.htm +share/doc/aolserver/doc/tcldev/tapi-122.htm +share/doc/aolserver/doc/tcldev/tapi-123.htm +share/doc/aolserver/doc/tcldev/tapi-124.htm +share/doc/aolserver/doc/tcldev/tapi-125.htm +share/doc/aolserver/doc/tcldev/tapi-126.htm +share/doc/aolserver/doc/tcldev/tapi-127.htm +share/doc/aolserver/doc/tcldev/tapi-128.htm +share/doc/aolserver/doc/tcldev/tapi-129.htm +share/doc/aolserver/doc/tcldev/tapi-130.htm +share/doc/aolserver/doc/tcldev/tapi-131.htm +share/doc/aolserver/doc/tcldev/tapi-132.htm +share/doc/aolserver/doc/tcldev/tapi-133.htm +share/doc/aolserver/doc/tcldev/tapi-134.htm +share/doc/aolserver/doc/tcldev/tapi-135.htm +share/doc/aolserver/doc/tcldev/tapi-136.htm +share/doc/aolserver/doc/tcldev/tapi-137.htm +share/doc/aolserver/doc/tcldev/tapi-138.htm +share/doc/aolserver/doc/tcldev/tapi-139.htm +share/doc/aolserver/doc/tcldev/tapi-140.htm +share/doc/aolserver/doc/tcldev/tapi-141.htm +share/doc/aolserver/doc/tcldev/tapi-142.htm +share/doc/aolserver/doc/tcldev/tapi-143.htm +share/doc/aolserver/doc/tcldev/tapi-144.htm +share/doc/aolserver/doc/tcldev/tapi-145.htm +share/doc/aolserver/doc/tcldev/tapi-146.htm +share/doc/aolserver/doc/tcldev/tapi-147.htm +share/doc/aolserver/doc/tcldev/tapi-148.htm +share/doc/aolserver/doc/tcldev/tapi-149.htm +share/doc/aolserver/doc/tcldev/tapi-150.htm +share/doc/aolserver/doc/tcldev/tapi-151.htm +share/doc/aolserver/doc/tcldev/tapi-152.htm +share/doc/aolserver/doc/tcldev/tapi-153.htm +share/doc/aolserver/doc/tcldev/tapi-c10.htm +share/doc/aolserver/doc/tcldev/tapi-c11.htm +share/doc/aolserver/doc/tcldev/tapi-c12.htm +share/doc/aolserver/doc/tcldev/tapi-c13.htm +share/doc/aolserver/doc/tcldev/tapi-c14.htm +share/doc/aolserver/doc/tcldev/tapi-c15.htm +share/doc/aolserver/doc/tcldev/tapi-c16.htm +share/doc/aolserver/doc/tcldev/tapi-c17.htm +share/doc/aolserver/doc/tcldev/tapi-c18.htm +share/doc/aolserver/doc/tcldev/tapi-c19.htm +share/doc/aolserver/doc/tcldev/tapi-c20.htm +share/doc/aolserver/doc/tcldev/tapi-c21.htm +share/doc/aolserver/doc/tcldev/tapi-c22.htm +share/doc/aolserver/doc/tcldev/tapi-c23.htm +share/doc/aolserver/doc/tcldev/tapi-c24.htm +share/doc/aolserver/doc/tcldev/tapi-c25.htm +share/doc/aolserver/doc/tcldev/tapi-c26.htm +share/doc/aolserver/doc/tcldev/tapi-c27.htm +share/doc/aolserver/doc/tcldev/tapi-c28.htm +share/doc/aolserver/doc/tcldev/tapi-c29.htm +share/doc/aolserver/doc/tcldev/tapi-c30.htm +share/doc/aolserver/doc/tcldev/tapi-c31.htm +share/doc/aolserver/doc/tcldev/tapi-c32.htm +share/doc/aolserver/doc/tcldev/tapi-c33.htm +share/doc/aolserver/doc/tcldev/tapi-c34.htm +share/doc/aolserver/doc/tcldev/tapi-c35.htm +share/doc/aolserver/doc/tcldev/tapi-c36.htm +share/doc/aolserver/doc/tcldev/tapi-c37.htm +share/doc/aolserver/doc/tcldev/tapi-c38.htm +share/doc/aolserver/doc/tcldev/tapi-c39.htm +share/doc/aolserver/doc/tcldev/tapi-c40.htm +share/doc/aolserver/doc/tcldev/tapi-c41.htm +share/doc/aolserver/doc/tcldev/tapi-c42.htm +share/doc/aolserver/doc/tcldev/tapi-c43.htm +share/doc/aolserver/doc/tcldev/tapi-c44.htm +share/doc/aolserver/doc/tcldev/tapi-c45.htm +share/doc/aolserver/doc/tcldev/tapi-c46.htm +share/doc/aolserver/doc/tcldev/tapi-c47.htm +share/doc/aolserver/doc/tcldev/tapi-c48.htm +share/doc/aolserver/doc/tcldev/tapi-c49.htm +share/doc/aolserver/doc/tcldev/tapi-c50.htm +share/doc/aolserver/doc/tcldev/tapi-c51.htm +share/doc/aolserver/doc/tcldev/tapi-c52.htm +share/doc/aolserver/doc/tcldev/tapi-c53.htm +share/doc/aolserver/doc/tcldev/tapi-c54.htm +share/doc/aolserver/doc/tcldev/tapi-c55.htm +share/doc/aolserver/doc/tcldev/tapi-c56.htm +share/doc/aolserver/doc/tcldev/tapi-c57.htm +share/doc/aolserver/doc/tcldev/tapi-c58.htm +share/doc/aolserver/doc/tcldev/tapi-c59.htm +share/doc/aolserver/doc/tcldev/tapi-c60.htm +share/doc/aolserver/doc/tcldev/tapi-c61.htm +share/doc/aolserver/doc/tcldev/tapi-c62.htm +share/doc/aolserver/doc/tcldev/tapi-c63.htm +share/doc/aolserver/doc/tcldev/tapi-c64.htm +share/doc/aolserver/doc/tcldev/tapi-c65.htm +share/doc/aolserver/doc/tcldev/tapi-c66.htm +share/doc/aolserver/doc/tcldev/tapi-c67.htm +share/doc/aolserver/doc/tcldev/tapi-c68.htm +share/doc/aolserver/doc/tcldev/tapi-c69.htm +share/doc/aolserver/doc/tcldev/tapi-c70.htm +share/doc/aolserver/doc/tcldev/tapi-c71.htm +share/doc/aolserver/doc/tcldev/tapi-c72.htm +share/doc/aolserver/doc/tcldev/tapi-c73.htm +share/doc/aolserver/doc/tcldev/tapi-c74.htm +share/doc/aolserver/doc/tcldev/tapi-c75.htm +share/doc/aolserver/doc/tcldev/tapi-c76.htm +share/doc/aolserver/doc/tcldev/tapi-c77.htm +share/doc/aolserver/doc/tcldev/tapi-c78.htm +share/doc/aolserver/doc/tcldev/tapi-c79.htm +share/doc/aolserver/doc/tcldev/tapi-c80.htm +share/doc/aolserver/doc/tcldev/tapi-c81.htm +share/doc/aolserver/doc/tcldev/tapi-c82.htm +share/doc/aolserver/doc/tcldev/tapi-c83.htm +share/doc/aolserver/doc/tcldev/tapi-c84.htm +share/doc/aolserver/doc/tcldev/tapi-c85.htm +share/doc/aolserver/doc/tcldev/tapi-c86.htm +share/doc/aolserver/doc/tcldev/tapi-c87.htm +share/doc/aolserver/doc/tcldev/tapi-c88.htm +share/doc/aolserver/doc/tcldev/tapi-c89.htm +share/doc/aolserver/doc/tcldev/tapi-c90.htm +share/doc/aolserver/doc/tcldev/tapi-c91.htm +share/doc/aolserver/doc/tcldev/tapi-c92.htm +share/doc/aolserver/doc/tcldev/tapi-c93.htm +share/doc/aolserver/doc/tcldev/tapi-c94.htm +share/doc/aolserver/doc/tcldev/tapi-c95.htm +share/doc/aolserver/doc/tcldev/tapi-c96.htm +share/doc/aolserver/doc/tcldev/tapi-c97.htm +share/doc/aolserver/doc/tcldev/tapi-c98.htm +share/doc/aolserver/doc/tcldev/tapi-c99.htm +share/doc/aolserver/doc/tcldev/tapi-ch.htm +share/doc/aolserver/doc/tcldev/tapi-ch1.htm +share/doc/aolserver/doc/tcldev/tapi-ch2.htm +share/doc/aolserver/doc/tcldev/tapi-ch3.htm +share/doc/aolserver/doc/tcldev/tapi-ch4.htm +share/doc/aolserver/doc/tcldev/tapi-ch5.htm +share/doc/aolserver/doc/tcldev/tapi-ch6.htm +share/doc/aolserver/doc/tcldev/tapi-ch7.htm +share/doc/aolserver/doc/tcldev/tapi-ch8.htm +share/doc/aolserver/doc/tcldev/tapi-ch9.htm +share/doc/aolserver/doc/tcldev/tcl-app.htm +share/doc/aolserver/doc/tcldev/tcl-app1.htm +share/doc/aolserver/doc/tcldev/tcl-app2.htm +share/doc/aolserver/doc/tcldev/tcl-app3.htm +share/doc/aolserver/doc/tcldev/tcl-app4.htm +share/doc/aolserver/doc/tcldev/toc.htm +share/doc/aolserver/doc/tcldev/tcl-app5.htm +share/doc/aolserver/doc/tcldev/tcl-app6.htm +share/doc/aolserver/doc/tcldev/tcl-app7.htm +share/doc/aolserver/doc/tcldev/tcl-app8.htm +share/doc/aolserver/doc/tcldev/tcldev.htm +share/doc/aolserver/doc/tcldev/tech-ch1.htm +share/doc/aolserver/doc/tcldev/tech-ch2.htm +share/doc/aolserver/doc/tcldev/tgen-ch.htm +share/doc/aolserver/doc/tcldev/tgen-ch1.htm +share/doc/aolserver/doc/tcldev/tgen-ch2.htm +share/doc/aolserver/doc/tcldev/tgen-ch3.htm +share/doc/aolserver/doc/tcldev/tgen-ch4.htm +share/doc/aolserver/doc/tcldev/tlib-ch.htm +share/doc/aolserver/doc/tcldev/tlib-ch1.htm +share/doc/aolserver/doc/tcldev/tlib-ch2.htm +share/doc/aolserver/doc/tcldev/tlib-ch3.htm +share/doc/aolserver/doc/tcldev/tlib-ch4.htm +share/doc/aolserver/doc/tcldev/tlib-ch5.htm +share/doc/aolserver/doc/tcldev/tlib-ch6.htm +share/doc/aolserver/doc/tcldev/tlib-ch7.htm +share/doc/aolserver/doc/tcldev/tlib-ch8.htm +share/doc/aolserver/doc/tcldev/tover-c1.htm +share/doc/aolserver/doc/tcldev/tover-c2.htm +share/doc/aolserver/doc/tcldev/tover-c3.htm +share/doc/aolserver/doc/tcldev/tover-ch.htm @dirrm aolserver/bin @dirrm aolserver/log @dirrm aolserver/modules/tcl/nsperm >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 May 31 12:33:28 2000 Delivered-To: freebsd-ports@freebsd.org Received: from sanpietro.red-bean.com (sanpietro.red-bean.com [206.69.89.65]) by hub.freebsd.org (Postfix) with ESMTP id 03CD237B8BD for ; Wed, 31 May 2000 12:33:22 -0700 (PDT) (envelope-from mab@red-bean.com) Received: from zildjian.hq.alink.net (sanpietro.red-bean.com [206.69.89.65]) by sanpietro.red-bean.com (8.9.3/8.9.3/Debian/GNU) with SMTP id OAA23833 for ; Wed, 31 May 2000 14:33:16 -0500 Received: (qmail 87613 invoked by uid 1001); 31 May 2000 19:33:14 -0000 From: Matt Braithwaite Reply-To: mab@red-bean.com X-Attribution: mab X-Face: @fge8WW'#w^hZghU$,3gfTP2@56+jGR+wSn|.Ddh,5d6qi")q;sCrYh[W;z-]Q0avfG):{3&hq61!)x&&PUrp%upUD9v9bB2_bw-"0v(87+A`?=1+P`# To: asami@freebsd.org (Satoshi Asami) Cc: ports@freebsd.org Subject: Re: aolserver port References: <200005310701.AAA53528@silvia.hip.berkeley.edu> Date: 31 May 2000 12:33:13 -0700 In-Reply-To: asami@freebsd.org's message of "Wed, 31 May 2000 00:01:29 -0700 (PDT)" Message-ID: <86hfbeikg6.fsf@localhost.my.domain> Lines: 14 User-Agent: Gnus/5.0803 (Gnus v5.8.3) XEmacs/21.1 (Bryce Canyon) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 31 May 2000 00:01:29 -0700 (PDT), asami@freebsd.org (Satoshi Asami) said: > > It seems that the aolserver port is missing a few hundred files from > the PLIST.... > > http://bento.FreeBSD.org/errorlogs/errorlogs/e.4.20000530/aolserver-3.0.log Please pardon my carelessness. I've made up a new PLIST and submitted it as PR 18921. (BTW, the directions in the Handbook on how to assemble the PLIST should say find -depth, not just plain find, so that child directories are listed first.) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 31 12:51:19 2000 Delivered-To: freebsd-ports@freebsd.org Received: from tisch.mail.mindspring.net (tisch.mail.mindspring.net [207.69.200.157]) by hub.freebsd.org (Postfix) with ESMTP id D081337B687; Wed, 31 May 2000 12:51:06 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca41-211.ix.netcom.com [209.111.208.211]) by tisch.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id PAA01126; Wed, 31 May 2000 15:51:00 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id MAA55943; Wed, 31 May 2000 12:50:58 -0700 (PDT) To: Maxim Sobolev Cc: Will Andrews , ports@freebsd.org Subject: Re: cvs commit: ports/x11-wm/afterstep/pkg PLIST References: <200005310650.XAA07743@freefall.freebsd.org> <20000531103520.F22499@argon.gryphonsoft.com> <3935252E.B095850A@freebsd.org> From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) Date: 31 May 2000 12:50:54 -0700 In-Reply-To: Maxim Sobolev's message of "Wed, 31 May 2000 17:43:58 +0300" Message-ID: Lines: 10 X-Mailer: Gnus v5.7/Emacs 20.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Maxim Sobolev * I'm usually using sed "s|$PREFIX||" instead of awk and adding sort * to the end of the pipe (or "sort -r" if I hunting for dirs), but it * basically the same ;). Guys, I appreciate your tips but you don't even have to do that now! Just look at the logs, it says exactly what you need to fix! ;) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 31 12:53:57 2000 Delivered-To: freebsd-ports@freebsd.org Received: from smtp6.mindspring.com (smtp6.mindspring.com [207.69.200.110]) by hub.freebsd.org (Postfix) with ESMTP id 8DA3437B5FD for ; Wed, 31 May 2000 12:53:52 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca41-211.ix.netcom.com [209.111.208.211]) by smtp6.mindspring.com (8.9.3/8.8.5) with ESMTP id PAA04310; Wed, 31 May 2000 15:53:45 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id MAA55967; Wed, 31 May 2000 12:53:43 -0700 (PDT) To: Tim Vanderhoek Cc: ports@FreeBSD.org Subject: Re: ports projects References: <200005071229.FAA29460@silvia.hip.berkeley.edu> <200005301106.EAA47917@silvia.hip.berkeley.edu> <20000530174311.B83316@orange> <20000531015018.A90783@orange> <20000531131314.A98665@orange> From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Date: 31 May 2000 12:53:41 -0700 In-Reply-To: Tim Vanderhoek's message of "Wed, 31 May 2000 13:13:15 -0400" Message-ID: Lines: 14 X-Mailer: Gnus v5.7/Emacs 20.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Tim Vanderhoek * Due to the passage of time, INSTALL.tclsh has gotten scattered across * three ports. I suppose DEINSTALL.tclsh might as well be scattered * across the same ports. Same for wish. It looks like they were repo copied when tcl80 multiplied. :) By the way, I'm going to add share/doc/ja to BSD.{local,x11}.dist so don't worry about those. There are so many ports that creates that directory it probably doesn't make sense to try to delete it from all of them. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 31 12:57:53 2000 Delivered-To: freebsd-ports@freebsd.org Received: from tisch.mail.mindspring.net (tisch.mail.mindspring.net [207.69.200.157]) by hub.freebsd.org (Postfix) with ESMTP id A3E5337B564 for ; Wed, 31 May 2000 12:57:45 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca41-211.ix.netcom.com [209.111.208.211]) by tisch.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id PAA12121; Wed, 31 May 2000 15:57:37 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id MAA55992; Wed, 31 May 2000 12:57:34 -0700 (PDT) To: Bill Fumerola Cc: Cy Schubert - ITSD Open Systems Group , Tim Vanderhoek , ports@FreeBSD.org Subject: Re: 44bsd Ports References: <20000531100652.D96286@orange> <200005311414.e4VEE6N28365@cwsys.cwsent.com> <20000531113510.B86725@jade.chc-chimes.com> From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Date: 31 May 2000 12:57:32 -0700 In-Reply-To: Bill Fumerola's message of "Wed, 31 May 2000 11:35:10 -0400" Message-ID: Lines: 10 X-Mailer: Gnus v5.7/Emacs 20.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Bill Fumerola * > What is a virtual category? * * it makes package thats just a symlink to the real category (for sysinstall * and ftp site ease of finding programs.) Also, plan9 *is* a virtual category now. :) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 31 18:27:18 2000 Delivered-To: freebsd-ports@freebsd.org Received: from digger1.defence.gov.au (digger1.defence.gov.au [203.5.217.4]) by hub.freebsd.org (Postfix) with ESMTP id 8D21837B7F2; Wed, 31 May 2000 18:27:05 -0700 (PDT) (envelope-from Matthew.Thyer@dsto.defence.gov.au) Received: from dsto-ms2.dsto.defence.gov.au (dsto-ms2.dsto.defence.gov.au [131.185.2.150]) by digger1.defence.gov.au (8.10.1/8.10.1) with ESMTP id e511RM625793; Thu, 1 Jun 2000 10:57:22 +0930 (CST) Received: from muttley.dsto.defence.gov.au (unverified) by dsto-ms2.dsto.defence.gov.au (Content Technologies SMTPRS 4.1.5) with ESMTP id ; Thu, 1 Jun 2000 10:57:58 +0930 Received: from fang.dsto.defence.gov.au (fang.dsto.defence.gov.au [131.185.2.5]) by muttley.dsto.defence.gov.au (8.9.3/8.9.3/8.9.3.LMD.990513) with ESMTP id KAA05897; Thu, 1 Jun 2000 10:51:51 +0930 (CST) Received: from fuzz.dsto.defence.gov.au (fuzz.dsto.defence.gov.au [131.185.75.229]) by fang.dsto.defence.gov.au (8.9.3/8.9.3/8.9.3.LMD.990513) with ESMTP id KAA23441; Thu, 1 Jun 2000 10:51:50 +0930 (CST) Received: from dsto.defence.gov.au (localhost [127.0.0.1]) by fuzz.dsto.defence.gov.au (8.9.3/8.9.3) with ESMTP id KAA05905; Thu, 1 Jun 2000 10:51:55 +0930 (CST) (envelope-from Matthew.Thyer@dsto.defence.gov.au) Message-ID: <3935BAB3.BEB1AF07@dsto.defence.gov.au> Date: Thu, 01 Jun 2000 10:51:55 +0930 From: Matthew Thyer X-Mailer: Mozilla 4.73 [en] (X11; I; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: ports@freebsd.org, sobomax@freebsd.org Subject: Please add ports/graphics/pvmpov to the ports/INDEX file Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Please add ports/graphics/pvmpov to the ports/INDEX file. My ctm-ports-cur as of delta 3319 has the port in ports/graphics/pvmpov but there is no entry in the ports/INDEX. -- Matthew Thyer Phone: +61 8 8259 7249 Science Corporate Information Systems Fax: +61 8 8259 5537 Defence Science and Technology Organisation, Salisbury PO Box 1500 Salisbury South Australia 5108 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 31 18:38:50 2000 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 6883A37B9A9; Wed, 31 May 2000 18:38:49 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id SAA21086; Wed, 31 May 2000 18:38:48 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Wed, 31 May 2000 18:38:48 -0700 (PDT) From: Kris Kennaway To: Matthew Thyer Cc: ports@freebsd.org, sobomax@freebsd.org Subject: Re: Please add ports/graphics/pvmpov to the ports/INDEX file In-Reply-To: <3935BAB3.BEB1AF07@dsto.defence.gov.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 1 Jun 2000, Matthew Thyer wrote: > Please add ports/graphics/pvmpov to the ports/INDEX file. > > My ctm-ports-cur as of delta 3319 has the port in > ports/graphics/pvmpov but there is no entry in the ports/INDEX. INDEX is regenerated periodically by Satoshi - please be patient. Kris ---- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 31 18:57:50 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.westbend.net (ns1.westbend.net [209.224.254.131]) by hub.freebsd.org (Postfix) with ESMTP id B76A037BF3D; Wed, 31 May 2000 18:57:40 -0700 (PDT) (envelope-from hetzels@westbend.net) Received: from admin (admin.westbend.net [209.224.254.141]) by mail.westbend.net (8.9.3/8.9.3) with SMTP id UAA48078; Wed, 31 May 2000 20:57:35 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <010501bfcb6c$c200c4c0$8dfee0d1@westbend.net> From: "Scot W. Hetzel" To: "Danny Wong" , , Cc: References: <007801bfcab1$386c3160$a800000a@001.mis.penatlpha.com.hk> Subject: Re: problme on mod_php4 Date: Wed, 31 May 2000 20:57:35 -0500 Organization: West Bend Internet MIME-Version: 1.0 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4029.2901 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4029.2901 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From: "Danny Wong" > When I try to install the port mod_php4, I got the following error. How can > I fix it? > I am running on FreeBSD 4.0 stable. > > Thanks! > Danny > > configure:1686: cc -o conftest -O -pipe > conftest.c -lkrb -ldes -L/usr/local/li > /usr/lib/libkrb.so: undefined reference to `init_error_table' > /usr/lib/libkrb.so: undefined reference to `initialize_error_table_r' > configure: failed program was: > > #line 1681 "configure" > #include "confdefs.h" > > main(){return(0);} > (end of "config.log") > *** Error code 1 > > Stop in /usr/ports/www/mod_php4. > *** Error code 1 > It looks like you are trying to install mod_php4 with OpenLDAP support. You'll need to remove the line that says "CONFIGURE_ENV+= LIBS='-lkrb -ldes -L\${PREFIX}/lib'" from the Makefile.inc. This is what is causing the build to fail. This needs to be removed from the scripts/configure.php for OpenLDAP support: if [ -f /usr/lib/libkrb.a -a -f /usr/lib/libdes.a ]; then echo "CONFIGURE_ENV+= LIBS='-lkrb -ldes -L\${PREFIX}/lib'" fi Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 31 20:10:12 2000 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 6AC2437B860 for ; Wed, 31 May 2000 20:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA32211; Wed, 31 May 2000 20:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from symbion.srrc.usda.gov (symbion.srrc.usda.gov [199.133.86.40]) by hub.freebsd.org (Postfix) with ESMTP id 6898B37BA50 for ; Wed, 31 May 2000 20:06:34 -0700 (PDT) (envelope-from gjohnson@nola.srrc.usda.gov) Received: (from glenn@localhost) by symbion.srrc.usda.gov (8.9.3/8.9.3) id WAA72977; Wed, 31 May 2000 22:06:32 -0500 (CDT) (envelope-from glenn) Message-Id: <200006010306.WAA72977@symbion.srrc.usda.gov> Date: Wed, 31 May 2000 22:06:32 -0500 (CDT) From: Glenn Johnson Reply-To: Glenn Johnson To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18929: Clean up tinker port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18929 >Category: ports >Synopsis: Install docs in right place for tinker 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: Wed May 31 20:10:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Glenn Johnson >Release: FreeBSD 4.0-STABLE i386 >Organization: >Environment: >Description: Clean up my tinker port so it installs documentation and examples in a more approriate place as per the Porters Handbook and hier(7). >How-To-Repeat: >Fix: Apply the following patch to ${PORTSDIR}/biology/tinker diff -ruN tinker.old/Makefile tinker/Makefile --- tinker.old/Makefile Wed May 31 15:53:52 2000 +++ tinker/Makefile Wed May 31 15:54:46 2000 @@ -45,46 +45,46 @@ ${INSTALL_DATA} ${WRKDIR}/tinker/params/* \ ${PREFIX}/share/tinker/params .if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/tinker/doc - ${MKDIR} ${PREFIX}/share/tinker/example + ${MKDIR} ${PREFIX}/share/doc/tinker + ${MKDIR} ${PREFIX}/share/examples/tinker ${MKDIR} ${PREFIX}/share/tinker/bench ${MKDIR} ${PREFIX}/share/tinker/test ${INSTALL_DATA} ${WRKDIR}/tinker/doc/README \ -${PREFIX}/share/tinker/doc +${PREFIX}/share/doc/tinker ${INSTALL_DATA} ${WRKDIR}/tinker/doc/*.pdf \ -${PREFIX}/share/tinker/doc +${PREFIX}/share/doc/tinker ${INSTALL_DATA} ${WRKDIR}/tinker/doc/*.ps \ -${PREFIX}/share/tinker/doc +${PREFIX}/share/doc/tinker ${INSTALL_DATA} ${WRKDIR}/tinker/doc/*.Z \ -${PREFIX}/share/tinker/doc +${PREFIX}/share/doc/tinker ${INSTALL_DATA} ${WRKDIR}/tinker/doc/*.txt \ -${PREFIX}/share/tinker/doc +${PREFIX}/share/doc/tinker ${INSTALL_DATA} ${WRKDIR}/tinker/example/README \ -${PREFIX}/share/tinker/example +${PREFIX}/share/examples/tinker ${INSTALL_DATA} ${WRKDIR}/tinker/example/anion.dyn0 \ -${PREFIX}/share/tinker/example +${PREFIX}/share/examples/tinker ${INSTALL_DATA} ${WRKDIR}/tinker/example/*.in* \ -${PREFIX}/share/tinker/example +${PREFIX}/share/examples/tinker ${INSTALL_DATA} ${WRKDIR}/tinker/example/*.key \ -${PREFIX}/share/tinker/example +${PREFIX}/share/examples/tinker ${INSTALL_DATA} ${WRKDIR}/tinker/example/*.log \ -${PREFIX}/share/tinker/example +${PREFIX}/share/examples/tinker ${INSTALL_DATA} ${WRKDIR}/tinker/example/*.xyz \ -${PREFIX}/share/tinker/example +${PREFIX}/share/examples/tinker ${INSTALL_DATA} ${WRKDIR}/tinker/example/argon.1st \ -${PREFIX}/share/tinker/example +${PREFIX}/share/examples/tinker ${INSTALL_DATA} ${WRKDIR}/tinker/example/crambin.pdb \ -${PREFIX}/share/tinker/example +${PREFIX}/share/examples/tinker ${INSTALL_DATA} ${WRKDIR}/tinker/example/cyclohex.boat \ -${PREFIX}/share/tinker/example +${PREFIX}/share/examples/tinker ${INSTALL_DATA} ${WRKDIR}/tinker/example/cyclohex.chair \ -${PREFIX}/share/tinker/example +${PREFIX}/share/examples/tinker ${INSTALL_DATA} ${WRKDIR}/tinker/example/formamide.cell \ -${PREFIX}/share/tinker/example +${PREFIX}/share/examples/tinker ${INSTALL_SCRIPT} ${WRKDIR}/tinker/example/clean.make \ -${PREFIX}/share/tinker/example +${PREFIX}/share/examples/tinker ${INSTALL_SCRIPT} ${WRKDIR}/tinker/example/*.run \ -${PREFIX}/share/tinker/example +${PREFIX}/share/examples/tinker ${INSTALL_DATA} ${WRKDIR}/tinker/bench/*.input \ ${PREFIX}/share/tinker/bench ${INSTALL_DATA} ${WRKDIR}/tinker/bench/*.key \ diff -ruN tinker.old/patches/patch-aa tinker/patches/patch-aa --- tinker.old/patches/patch-aa Wed May 31 15:53:52 2000 +++ tinker/patches/patch-aa Wed May 31 16:00:51 2000 @@ -1,5 +1,5 @@ --- ../make/Makefile.orig Mon Jul 12 10:56:36 1999 -+++ ../make/Makefile Sun Aug 29 15:07:57 1999 ++++ ../make/Makefile Wed May 31 16:00:31 2000 @@ -9,8 +9,8 @@ ## ## 1. make all Build all the TINKER executables @@ -62,16 +62,16 @@ +.if ${FC}==f77 +.if !defined(HAVE_G2C) +LIBS = -lU77 -+F77FLAGS = -NL400 -c ++F77FLAGS = -NL400 -c -w +LINKFLAGS = -L${PREFIX}/lib +.else -+LIBS = -lg2c -+F77FLAGS = -Wno-globals -fno-globals -c ++LIBS = ++F77FLAGS = -Wno-globals -fno-globals -c -w +LINKFLAGS = +.endif +.elseif ${FC}==g77 +LIBS= -+F77FLAGS = -Wno-globals -fno-globals -c ++F77FLAGS = -Wno-globals -fno-globals -c -w +LINKFLAGS = +.endif + @@ -143,51 +143,51 @@ - mv xyzint.x $(BINDIR)/xyzint - mv xyzpdb.x $(BINDIR)/xyzpdb - mv xyzsybyl.x $(BINDIR)/xyzsybyl -+ ${INSTALL} -c -s alchemy.x $(BINDIR)/alchemy -+ ${INSTALL} -c -s analyze.x $(BINDIR)/analyze -+ ${INSTALL} -c -s anneal.x $(BINDIR)/anneal -+ ${INSTALL} -c -s archive.x $(BINDIR)/archive -+ ${INSTALL} -c -s correlate.x $(BINDIR)/correlate -+ ${INSTALL} -c -s crystal.x $(BINDIR)/crystal -+ ${INSTALL} -c -s distgeom.x $(BINDIR)/distgeom -+ ${INSTALL} -c -s document.x $(BINDIR)/document -+ ${INSTALL} -c -s dynamic.x $(BINDIR)/dynamic -+ ${INSTALL} -c -s gda.x $(BINDIR)/gda -+ ${INSTALL} -c -s intedit.x $(BINDIR)/intedit -+ ${INSTALL} -c -s intxyz.x $(BINDIR)/intxyz -+ ${INSTALL} -c -s minimize.x $(BINDIR)/minimize -+ ${INSTALL} -c -s minirot.x $(BINDIR)/minirot -+ ${INSTALL} -c -s newton.x $(BINDIR)/newton -+ ${INSTALL} -c -s newtrot.x $(BINDIR)/newtrot -+ ${INSTALL} -c -s optimize.x $(BINDIR)/optimize -+ ${INSTALL} -c -s optirot.x $(BINDIR)/optirot -+ ${INSTALL} -c -s optrigid.x $(BINDIR)/optrigid -+ ${INSTALL} -c -s path.x $(BINDIR)/path -+ ${INSTALL} -c -s pdbxyz.x $(BINDIR)/pdbxyz -+ ${INSTALL} -c -s protein.x $(BINDIR)/protein -+ ${INSTALL} -c -s pss.x $(BINDIR)/pss -+ ${INSTALL} -c -s pssrigid.x $(BINDIR)/pssrigid -+ ${INSTALL} -c -s pssrot.x $(BINDIR)/pssrot -+ ${INSTALL} -c -s saddle.x $(BINDIR)/saddle -+ ${INSTALL} -c -s scan.x $(BINDIR)/scan -+ ${INSTALL} -c -s sniffer.x $(BINDIR)/sniffer -+ ${INSTALL} -c -s spacefill.x $(BINDIR)/spacefill -+ ${INSTALL} -c -s superpose.x $(BINDIR)/superpose -+ ${INSTALL} -c -s sybylxyz.x $(BINDIR)/sybylxyz -+ ${INSTALL} -c -s testgrad.x $(BINDIR)/testgrad -+ ${INSTALL} -c -s testhess.x $(BINDIR)/testhess -+ ${INSTALL} -c -s testlight.x $(BINDIR)/testlight -+ ${INSTALL} -c -s testrot.x $(BINDIR)/testrot -+ ${INSTALL} -c -s timer.x $(BINDIR)/timer -+ ${INSTALL} -c -s timerot.x $(BINDIR)/timerot -+ ${INSTALL} -c -s vibrate.x $(BINDIR)/vibrate -+ ${INSTALL} -c -s vibrot.x $(BINDIR)/vibrot -+ ${INSTALL} -c -s xtalfit.x $(BINDIR)/xtalfit -+ ${INSTALL} -c -s xtalmin.x $(BINDIR)/xtalmin -+ ${INSTALL} -c -s xyzedit.x $(BINDIR)/xyzedit -+ ${INSTALL} -c -s xyzint.x $(BINDIR)/xyzint -+ ${INSTALL} -c -s xyzpdb.x $(BINDIR)/xyzpdb -+ ${INSTALL} -c -s xyzsybyl.x $(BINDIR)/xyzsybyl ++ ${INSTALL_PROGRAM} alchemy.x $(BINDIR)/alchemy ++ ${INSTALL_PROGRAM} analyze.x $(BINDIR)/analyze ++ ${INSTALL_PROGRAM} anneal.x $(BINDIR)/anneal ++ ${INSTALL_PROGRAM} archive.x $(BINDIR)/archive ++ ${INSTALL_PROGRAM} correlate.x $(BINDIR)/correlate ++ ${INSTALL_PROGRAM} crystal.x $(BINDIR)/crystal ++ ${INSTALL_PROGRAM} distgeom.x $(BINDIR)/distgeom ++ ${INSTALL_PROGRAM} document.x $(BINDIR)/document ++ ${INSTALL_PROGRAM} dynamic.x $(BINDIR)/dynamic ++ ${INSTALL_PROGRAM} gda.x $(BINDIR)/gda ++ ${INSTALL_PROGRAM} intedit.x $(BINDIR)/intedit ++ ${INSTALL_PROGRAM} intxyz.x $(BINDIR)/intxyz ++ ${INSTALL_PROGRAM} minimize.x $(BINDIR)/minimize ++ ${INSTALL_PROGRAM} minirot.x $(BINDIR)/minirot ++ ${INSTALL_PROGRAM} newton.x $(BINDIR)/newton ++ ${INSTALL_PROGRAM} newtrot.x $(BINDIR)/newtrot ++ ${INSTALL_PROGRAM} optimize.x $(BINDIR)/optimize ++ ${INSTALL_PROGRAM} optirot.x $(BINDIR)/optirot ++ ${INSTALL_PROGRAM} optrigid.x $(BINDIR)/optrigid ++ ${INSTALL_PROGRAM} path.x $(BINDIR)/path ++ ${INSTALL_PROGRAM} pdbxyz.x $(BINDIR)/pdbxyz ++ ${INSTALL_PROGRAM} protein.x $(BINDIR)/protein ++ ${INSTALL_PROGRAM} pss.x $(BINDIR)/pss ++ ${INSTALL_PROGRAM} pssrigid.x $(BINDIR)/pssrigid ++ ${INSTALL_PROGRAM} pssrot.x $(BINDIR)/pssrot ++ ${INSTALL_PROGRAM} saddle.x $(BINDIR)/saddle ++ ${INSTALL_PROGRAM} scan.x $(BINDIR)/scan ++ ${INSTALL_PROGRAM} sniffer.x $(BINDIR)/sniffer ++ ${INSTALL_PROGRAM} spacefill.x $(BINDIR)/spacefill ++ ${INSTALL_PROGRAM} superpose.x $(BINDIR)/superpose ++ ${INSTALL_PROGRAM} sybylxyz.x $(BINDIR)/sybylxyz ++ ${INSTALL_PROGRAM} testgrad.x $(BINDIR)/testgrad ++ ${INSTALL_PROGRAM} testhess.x $(BINDIR)/testhess ++ ${INSTALL_PROGRAM} testlight.x $(BINDIR)/testlight ++ ${INSTALL_PROGRAM} testrot.x $(BINDIR)/testrot ++ ${INSTALL_PROGRAM} timer.x $(BINDIR)/timer ++ ${INSTALL_PROGRAM} timerot.x $(BINDIR)/timerot ++ ${INSTALL_PROGRAM} vibrate.x $(BINDIR)/vibrate ++ ${INSTALL_PROGRAM} vibrot.x $(BINDIR)/vibrot ++ ${INSTALL_PROGRAM} xtalfit.x $(BINDIR)/xtalfit ++ ${INSTALL_PROGRAM} xtalmin.x $(BINDIR)/xtalmin ++ ${INSTALL_PROGRAM} xyzedit.x $(BINDIR)/xyzedit ++ ${INSTALL_PROGRAM} xyzint.x $(BINDIR)/xyzint ++ ${INSTALL_PROGRAM} xyzpdb.x $(BINDIR)/xyzpdb ++ ${INSTALL_PROGRAM} xyzsybyl.x $(BINDIR)/xyzsybyl remove_links: rm -f $(LINKDIR)/alchemy diff -ruN tinker.old/pkg/PLIST tinker/pkg/PLIST --- tinker.old/pkg/PLIST Wed May 31 15:53:52 2000 +++ tinker/pkg/PLIST Wed May 31 15:54:46 2000 @@ -64,72 +64,72 @@ share/tinker/bench/water.key share/tinker/bench/water.run share/tinker/bench/water.xyz -share/tinker/doc/README -share/tinker/doc/guide.pdf -share/tinker/doc/guide.ps.Z -share/tinker/doc/guide.txt -share/tinker/doc/license.pdf -share/tinker/doc/license.ps.Z -share/tinker/doc/license.txt -share/tinker/doc/logo.ps.Z -share/tinker/doc/spine.ps -share/tinker/doc/summary.pdf -share/tinker/doc/summary.ps -share/tinker/doc/summary.txt -share/tinker/example/README -share/tinker/example/anion.dyn0 -share/tinker/example/anion.in1 -share/tinker/example/anion.in2 -share/tinker/example/anion.key -share/tinker/example/anion.log -share/tinker/example/anion.run -share/tinker/example/anion.xyz -share/tinker/example/argon.1st -share/tinker/example/argon.in1 -share/tinker/example/argon.in2 -share/tinker/example/argon.key -share/tinker/example/argon.log -share/tinker/example/argon.run -share/tinker/example/clean.make -share/tinker/example/cluster.in1 -share/tinker/example/cluster.key -share/tinker/example/cluster.log -share/tinker/example/cluster.run -share/tinker/example/cluster.xyz -share/tinker/example/crambin.in1 -share/tinker/example/crambin.in2 -share/tinker/example/crambin.in3 -share/tinker/example/crambin.key -share/tinker/example/crambin.log -share/tinker/example/crambin.pdb -share/tinker/example/crambin.run -share/tinker/example/cyclohex.boat -share/tinker/example/cyclohex.chair -share/tinker/example/cyclohex.in1 -share/tinker/example/cyclohex.in2 -share/tinker/example/cyclohex.in3 -share/tinker/example/cyclohex.key -share/tinker/example/cyclohex.log -share/tinker/example/cyclohex.run -share/tinker/example/enkephalin.in1 -share/tinker/example/enkephalin.in2 -share/tinker/example/enkephalin.in3 -share/tinker/example/enkephalin.key -share/tinker/example/enkephalin.log -share/tinker/example/enkephalin.run -share/tinker/example/formamide.cell -share/tinker/example/formamide.in1 -share/tinker/example/formamide.in2 -share/tinker/example/formamide.in3 -share/tinker/example/formamide.in4 -share/tinker/example/formamide.key -share/tinker/example/formamide.log -share/tinker/example/formamide.run -share/tinker/example/helix.in1 -share/tinker/example/helix.key -share/tinker/example/helix.log -share/tinker/example/helix.run -share/tinker/example/helix.xyz +share/doc/tinker/README +share/doc/tinker/guide.pdf +share/doc/tinker/guide.ps.Z +share/doc/tinker/guide.txt +share/doc/tinker/license.pdf +share/doc/tinker/license.ps.Z +share/doc/tinker/license.txt +share/doc/tinker/logo.ps.Z +share/doc/tinker/spine.ps +share/doc/tinker/summary.pdf +share/doc/tinker/summary.ps +share/doc/tinker/summary.txt +share/examples/tinker/README +share/examples/tinker/anion.dyn0 +share/examples/tinker/anion.in1 +share/examples/tinker/anion.in2 +share/examples/tinker/anion.key +share/examples/tinker/anion.log +share/examples/tinker/anion.run +share/examples/tinker/anion.xyz +share/examples/tinker/argon.1st +share/examples/tinker/argon.in1 +share/examples/tinker/argon.in2 +share/examples/tinker/argon.key +share/examples/tinker/argon.log +share/examples/tinker/argon.run +share/examples/tinker/clean.make +share/examples/tinker/cluster.in1 +share/examples/tinker/cluster.key +share/examples/tinker/cluster.log +share/examples/tinker/cluster.run +share/examples/tinker/cluster.xyz +share/examples/tinker/crambin.in1 +share/examples/tinker/crambin.in2 +share/examples/tinker/crambin.in3 +share/examples/tinker/crambin.key +share/examples/tinker/crambin.log +share/examples/tinker/crambin.pdb +share/examples/tinker/crambin.run +share/examples/tinker/cyclohex.boat +share/examples/tinker/cyclohex.chair +share/examples/tinker/cyclohex.in1 +share/examples/tinker/cyclohex.in2 +share/examples/tinker/cyclohex.in3 +share/examples/tinker/cyclohex.key +share/examples/tinker/cyclohex.log +share/examples/tinker/cyclohex.run +share/examples/tinker/enkephalin.in1 +share/examples/tinker/enkephalin.in2 +share/examples/tinker/enkephalin.in3 +share/examples/tinker/enkephalin.key +share/examples/tinker/enkephalin.log +share/examples/tinker/enkephalin.run +share/examples/tinker/formamide.cell +share/examples/tinker/formamide.in1 +share/examples/tinker/formamide.in2 +share/examples/tinker/formamide.in3 +share/examples/tinker/formamide.in4 +share/examples/tinker/formamide.key +share/examples/tinker/formamide.log +share/examples/tinker/formamide.run +share/examples/tinker/helix.in1 +share/examples/tinker/helix.key +share/examples/tinker/helix.log +share/examples/tinker/helix.run +share/examples/tinker/helix.xyz share/tinker/params/README share/tinker/params/amber.prm share/tinker/params/charmm.prm @@ -338,8 +338,8 @@ share/tinker/test/white.xyz share/tinker/tinker.txt @dirrm share/tinker/bench -@dirrm share/tinker/doc -@dirrm share/tinker/example +@dirrm share/doc/tinker +@dirrm share/examples/tinker @dirrm share/tinker/params @dirrm share/tinker/test @dirrm share/tinker >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 May 31 20:19:47 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mercury.campbell-mithun.com (Mercury.campbell-mithun.com [192.159.32.151]) by hub.freebsd.org (Postfix) with ESMTP id 92C1137B509 for ; Wed, 31 May 2000 20:19:44 -0700 (PDT) (envelope-from swb@grasslake.net) Received: from accord.grasslake.net (honda.grasslake.net [192.168.1.1]) by mercury.campbell-mithun.com (8.9.1a/8.9.1) with ESMTP id VAA09352 for ; Wed, 31 May 2000 21:24:24 -0500 Received: from k6 (k6.grasslake.net [192.168.2.1]) by accord.grasslake.net (8.9.3/8.9.3) with SMTP id WAA21524 for ; Wed, 31 May 2000 22:16:40 -0500 (CDT) (envelope-from swb@grasslake.net) Message-ID: <002f01bfcb78$48db5130$0102a8c0@k6> From: "Shawn Barnhart" To: Subject: PR ports/17675 Date: Wed, 31 May 2000 22:20:06 -0500 Organization: Grasslake.Net 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.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The other day I was typing out a find(1) command and I noticed that FreeBSD's find(1) doesn't implement some of the same features as GNU find (in my case, -maxdepth was what I was looking for). I also noticed that there was a ports submission of GNU findutils PR ports/17675 that hasn't ever been acted on. I emailed the submitter and he told me hadn't heard anything, either. Was there some reason that this didn't get committed and if not could it get committed? GNU find is the one thing I really miss from Linux -- I find myself doing unholy things with ls and sed in its place.. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 31 20:22:47 2000 Delivered-To: freebsd-ports@freebsd.org Received: from po3.glue.umd.edu (po3.glue.umd.edu [128.8.10.123]) by hub.freebsd.org (Postfix) with ESMTP id 4376237BF96 for ; Wed, 31 May 2000 20:22:40 -0700 (PDT) (envelope-from howardjp@glue.umd.edu) Received: from z.glue.umd.edu (root@z.glue.umd.edu [128.8.10.71]) by po3.glue.umd.edu (8.9.3/8.9.3) with ESMTP id XAA26500; Wed, 31 May 2000 23:22:37 -0400 (EDT) Received: from z.glue.umd.edu (sendmail@localhost [127.0.0.1]) by z.glue.umd.edu (8.9.3/8.9.3) with SMTP id XAA28791; Wed, 31 May 2000 23:22:37 -0400 (EDT) Received: from localhost (howardjp@localhost) by z.glue.umd.edu (8.9.3/8.9.3) with ESMTP id XAA28787; Wed, 31 May 2000 23:22:37 -0400 (EDT) X-Authentication-Warning: z.glue.umd.edu: howardjp owned process doing -bs Date: Wed, 31 May 2000 23:22:37 -0400 (EDT) From: James Howard To: Shawn Barnhart Cc: freebsd-ports@FreeBSD.ORG Subject: Re: PR ports/17675 In-Reply-To: <002f01bfcb78$48db5130$0102a8c0@k6> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 31 May 2000, Shawn Barnhart wrote: > Was there some reason that this didn't get committed and if not could it > get committed? GNU find is the one thing I really miss from Linux -- I > find myself doing unholy things with ls and sed in its place.. You can add the missing feature(s) to the FreeBSD find(1). Jamie To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 31 20:26:15 2000 Delivered-To: freebsd-ports@freebsd.org Received: from cc158233-a.catv1.md.home.com (cc158233-a.catv1.md.home.com [24.3.25.17]) by hub.freebsd.org (Postfix) with ESMTP id 70AB837B6A7 for ; Wed, 31 May 2000 20:26:11 -0700 (PDT) (envelope-from sjr@home.net) Received: from istari.home.net (localhost.home.net [127.0.0.1]) by cc158233-a.catv1.md.home.com (8.9.3/8.9.3) with ESMTP id XAA04393 for ; Wed, 31 May 2000 23:26:23 -0400 (EDT) (envelope-from sjr@cc158233-a.catv1.md.home.com) Message-Id: <200006010326.XAA04393@cc158233-a.catv1.md.home.com> Date: Wed, 31 May 2000 23:26:22 -0400 (EDT) From: "Stephen J. Roznowski" Subject: Is this a portlint error? To: ports@freebsd.org MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm in the process of updating the tkrat2 port, and have set the PORTVERSION to "2.0rc1". When I run portlint, I get: FATAL: PORTVERSION looks illegal. should modify "2.0rc1". Should portlint allow this type of version number? Thanks, -- Stephen J. Roznowski (sjr@home.net) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 31 20:31:22 2000 Delivered-To: freebsd-ports@freebsd.org Received: from server1.mich.com (server1.mich.com [198.108.16.2]) by hub.freebsd.org (Postfix) with ESMTP id 2C02137BA77 for ; Wed, 31 May 2000 20:31:20 -0700 (PDT) (envelope-from will@almanac.yi.org) Received: from almanac.yi.org (pm016-003.dialup.bignet.net [64.79.82.211]) by server1.mich.com (8.9.3/8.9.3) with ESMTP id XAA19725 for ; Wed, 31 May 2000 23:31:18 -0400 Received: by almanac.yi.org (Postfix, from userid 1000) id 9D41D19BF; Wed, 31 May 2000 23:30:30 -0400 (EDT) Date: Wed, 31 May 2000 23:30:30 -0400 From: Will Andrews To: FreeBSD Ports Subject: PPP(D) frontends Message-ID: <20000531233030.C28754@argon.gryphonsoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi all, I've finished a port for YAWMPPP (see http://yawmppp.seul.org/). However, I am confused as to which category it should go to. The precedent is net, due to net/xisp and net/ppxp. However, I (and Chris Piazza) feel that "comms" ("Communication software. Mostly software to talk to your serial port.") is the correct category for this type of software. While YAWMPPP and friends do not talk to the serial port, they are frontends to software that do. Comments? -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 31 20:32:23 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mercury.campbell-mithun.com (Mercury.campbell-mithun.com [192.159.32.151]) by hub.freebsd.org (Postfix) with ESMTP id 9596C37BF94 for ; Wed, 31 May 2000 20:32:19 -0700 (PDT) (envelope-from swb@grasslake.net) Received: from accord.grasslake.net (honda.grasslake.net [192.168.1.1]) by mercury.campbell-mithun.com (8.9.1a/8.9.1) with ESMTP id VAA09483; Wed, 31 May 2000 21:37:00 -0500 Received: from k6 (k6.grasslake.net [192.168.2.1]) by accord.grasslake.net (8.9.3/8.9.3) with SMTP id WAA21622; Wed, 31 May 2000 22:29:15 -0500 (CDT) (envelope-from swb@grasslake.net) Message-ID: <003801bfcb7a$0b5435a0$0102a8c0@k6> From: "Shawn Barnhart" To: "James Howard" Cc: References: Subject: Re: PR ports/17675 Date: Wed, 31 May 2000 22:32:42 -0500 Organization: Grasslake.Net 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.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ----- Original Message ----- From: "James Howard" | On Wed, 31 May 2000, Shawn Barnhart wrote: | | > Was there some reason that this didn't get committed and if not could it | > get committed? GNU find is the one thing I really miss from Linux -- I | > find myself doing unholy things with ls and sed in its place.. | | You can add the missing feature(s) to the FreeBSD find(1). | No, actually, I can't, which is why I was asking about this port submission. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 31 20:53:47 2000 Delivered-To: freebsd-ports@freebsd.org Received: from tomts1-srv.bellnexxia.net (tomts1.bellnexxia.net [209.226.175.139]) by hub.freebsd.org (Postfix) with ESMTP id 5E1E537B9FB for ; Wed, 31 May 2000 20:53:44 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: from orange ([206.172.130.80]) by tomts1-srv.bellnexxia.net (InterMail vM.4.01.02.17 201-229-119) with ESMTP id <20000601035342.YWMR15500.tomts1-srv.bellnexxia.net@orange>; Wed, 31 May 2000 23:53:42 -0400 Received: (from tim@localhost) by orange (8.9.3/8.9.1) id XAA06213; Wed, 31 May 2000 23:53:39 -0400 (EDT) (envelope-from tim) Date: Wed, 31 May 2000 23:53:38 -0400 From: Tim Vanderhoek To: Shawn Barnhart Cc: freebsd-ports@FreeBSD.ORG Subject: Re: PR ports/17675 Message-ID: <20000531235338.D98665@orange> References: <002f01bfcb78$48db5130$0102a8c0@k6> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <002f01bfcb78$48db5130$0102a8c0@k6>; from Shawn Barnhart on Wed, May 31, 2000 at 10:20:06PM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, May 31, 2000 at 10:20:06PM -0500, Shawn Barnhart wrote: > > Was there some reason that this didn't get committed and if not could it > get committed? We're lazy. :-) Hm. I see it was submitted by someone @nortelnetworks.com. I suppose I can commit the port. I need to suck-up to those @nortelnetworks.com people. They might be my employers someday. :) If you (or the submitter) want to help get the port committed faster, I can tell you in email what needs to be done to test it. I can then look-over it and commit it faster. Just glancing at it now, the pkg/COMMENT is borderline incorrect. The pkg/COMMENT file should not start with ${PKGNAME}. It looks like it also needs to be converted to the PKGBASENAME / PKGVERSION (or whatever) scheme we use in the ports system now. FreeBSD.org is capitialised incorrectly, and I have some doubts about putting it into the textproc/ category. It looks like the install-info is done correctly, but it should be double-checked anyways. -- Signature withheld by request of author. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 31 21:10: 8 2000 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 72A4037BA53 for ; Wed, 31 May 2000 21:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA37921; Wed, 31 May 2000 21:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from cc158233-a.catv1.md.home.com (cc158233-a.catv1.md.home.com [24.3.25.17]) by hub.freebsd.org (Postfix) with ESMTP id 6665437BA13 for ; Wed, 31 May 2000 21:09:10 -0700 (PDT) (envelope-from sjr@home.net) Received: (from sjr@localhost) by cc158233-a.catv1.md.home.com (8.9.3/8.9.3) id AAA12956; Thu, 1 Jun 2000 00:09:02 -0400 (EDT) (envelope-from sjr) Message-Id: <200006010409.AAA12956@cc158233-a.catv1.md.home.com> Date: Thu, 1 Jun 2000 00:09:02 -0400 (EDT) From: sjr@home.com Reply-To: sjr@home.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18931: tkrat2 port update to 2.0rc1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18931 >Category: ports >Synopsis: tkrat2 port update to 2.0rc1 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 31 21:10:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Stephen J. Roznowski >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: >Description: The attached patch updates the tkrat2 port to 2.0rc1. >How-To-Repeat: >Fix: diff -ur tkrat2.orig/Makefile tkrat2/Makefile --- tkrat2.orig/Makefile Mon May 22 19:36:43 2000 +++ tkrat2/Makefile Mon May 22 19:37:11 2000 @@ -6,7 +6,7 @@ # PORTNAME= tkrat -PORTVERSION= 2.0b9 +PORTVERSION= 2.0rc1 CATEGORIES= mail tk82 MASTER_SITES= ftp://ftp.md.chalmers.se/pub/tkrat/ \ ftp://ftp.sunet.se/pub/unix/mail/tkrat/ diff -ur tkrat2.orig/files/md5 tkrat2/files/md5 --- tkrat2.orig/files/md5 Mon May 22 19:36:43 2000 +++ tkrat2/files/md5 Mon May 22 19:37:59 2000 @@ -1 +1 @@ -MD5 (tkrat-2.0b9.tar.gz) = 92b31ac4aaae984a7280414770be2983 +MD5 (tkrat-2.0rc1.tar.gz) = c5cdf6baf85362ccd5ae6442d37a2c84 diff -ur tkrat2.orig/patches/patch-aa tkrat2/patches/patch-aa --- tkrat2.orig/patches/patch-aa Mon May 22 19:36:43 2000 +++ tkrat2/patches/patch-aa Wed May 31 23:12:19 2000 @@ -1,6 +1,6 @@ ---- configure.orig Tue Nov 9 21:19:42 1999 -+++ configure Tue Nov 9 21:21:04 1999 -@@ -1824,7 +1824,7 @@ +--- configure.orig Wed Apr 19 01:28:50 2000 ++++ configure Wed May 31 23:11:52 2000 +@@ -1893,7 +1893,7 @@ for i in $tcl_dirs ; do tcl_include_dirs="$tcl_include_dirs $i/include" done diff -ur tkrat2.orig/pkg/PLIST tkrat2/pkg/PLIST --- tkrat2.orig/pkg/PLIST Mon May 22 19:36:43 2000 +++ tkrat2/pkg/PLIST Wed May 31 23:52:34 2000 @@ -1,7 +1,8 @@ bin/tkrat -lib/ratatosk/pkgIndex.tcl -lib/ratatosk/ratatosk2.0.so lib/ratatosk/ratatoskrc +lib/tkrat2.0/blt_busy1.0.so +lib/tkrat2.0/pkgIndex.tcl +lib/tkrat2.0/ratatosk2.0.so share/doc/tkrat/CONFIGURATION share/doc/tkrat/COPYRIGHT share/doc/tkrat/README @@ -24,23 +25,44 @@ share/tkrat2.0/languages.tcl share/tkrat2.0/options.tcl share/tkrat2.0/pgp.tcl +share/tkrat2.0/pkgIndex.tcl share/tkrat2.0/preferences.tcl share/tkrat2.0/print.tcl share/tkrat2.0/show.tcl share/tkrat2.0/source.tcl share/tkrat2.0/start.tcl share/tkrat2.0/tclIndex +share/tkrat2.0/text_balText_en.tcl +share/tkrat2.0/text_balText_fr.tcl +share/tkrat2.0/text_balText_it.tcl +share/tkrat2.0/text_balText_sr.tcl +share/tkrat2.0/text_balText_sv.tcl +share/tkrat2.0/text_changes_en.tcl +share/tkrat2.0/text_changes_fr.tcl +share/tkrat2.0/text_changes_it.tcl +share/tkrat2.0/text_changes_sr.tcl +share/tkrat2.0/text_changes_sv.tcl +share/tkrat2.0/text_help_en.tcl +share/tkrat2.0/text_help_fr.tcl +share/tkrat2.0/text_help_it.tcl +share/tkrat2.0/text_help_sr.tcl +share/tkrat2.0/text_help_sv.tcl +share/tkrat2.0/text_t_en.tcl +share/tkrat2.0/text_t_fr.tcl +share/tkrat2.0/text_t_it.tcl +share/tkrat2.0/text_t_sr.tcl +share/tkrat2.0/text_t_sv.tcl share/tkrat2.0/tkrat.xbm share/tkrat2.0/tkrat.xpm share/tkrat2.0/tkrat_small.xbm share/tkrat2.0/tkrat_smallmask.xbm share/tkrat2.0/tkratmask.xbm -share/tkrat2.0/util/blt_busy1.0.so share/tkrat2.0/util/pkgIndex.tcl share/tkrat2.0/util/rat_balloon.tcl share/tkrat2.0/util/rat_ed.tcl share/tkrat2.0/util/rat_edit.tcl share/tkrat2.0/util/rat_fbox.tcl +share/tkrat2.0/util/rat_ispell.tcl share/tkrat2.0/util/rat_list.tcl share/tkrat2.0/util/rat_tabbed.tcl share/tkrat2.0/util/rat_textlist.tcl @@ -48,6 +70,8 @@ share/tkrat2.0/vfolderdef.tcl share/tkrat2.0/watcher.tcl share/tkrat2.0/winctl.tcl +@dirrm share/doc/tkrat @dirrm share/tkrat2.0/util @dirrm share/tkrat2.0 @dirrm lib/ratatosk +@dirrm lib/tkrat2.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 Wed May 31 22:20: 8 2000 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 A0F9437BF44 for ; Wed, 31 May 2000 22:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA53316; Wed, 31 May 2000 22:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 1A4DE37B819; Wed, 31 May 2000 22:17:05 -0700 (PDT) Message-Id: <20000601051705.1A4DE37B819@hub.freebsd.org> Date: Wed, 31 May 2000 22:17:05 -0700 (PDT) From: koji@jp.above.net To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/18933: update port: mail/courier-imap Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18933 >Category: ports >Synopsis: update port: mail/courier-imap >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 31 22:20:04 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Koji Kondo >Release: FreeBSD 4.0-STABLE i386 >Organization: AboveNet Japan >Environment: FreeBSD aluminum.jp.above.net 4.0-STABLE FreeBSD 4.0-STABLE #0: Fri May 26 09:19:00 JST 2000 koji@aluminum.jp.above.net:/usr/src/sys/compile/ALUMINUM i386 >Description: Update of mail/courier-imap port from 0.32 to 0.33. IPv6 support, if available. >How-To-Repeat: diff -ur courier-imap.orig/Makefile courier-imap/Makefile --- courier-imap.orig/Makefile Wed May 17 07:34:32 2000 +++ courier-imap/Makefile Thu Jun 1 13:47:07 2000 @@ -6,9 +6,9 @@ # PORTNAME= courier-imap -PORTVERSION= 0.32 -CATEGORIES= mail -MASTER_SITES= http://www.inter7.com/courierimap/ +PORTVERSION= 0.33 +CATEGORIES= mail ipv6 +MASTER_SITES= ftp://download.sourceforge.net/pub/sourceforge/courier/ MAINTAINER= nbm@FreeBSD.org diff -ur courier-imap.orig/files/md5 courier-imap/files/md5 --- courier-imap.orig/files/md5 Wed May 17 07:34:32 2000 +++ courier-imap/files/md5 Thu Jun 1 13:37:26 2000 @@ -1 +1 @@ -MD5 (courier-imap-0.32.tar.gz) = ce5d210e274e3ac233c8a3346c726742 +MD5 (courier-imap-0.33.tar.gz) = 8ae13c0a4f89ca7ea51477b982c54632 >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 Wed May 31 23:45:27 2000 Delivered-To: freebsd-ports@freebsd.org Received: from blizzard.sabbo.net (blizzard.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id 43DAE37BF04 for ; Wed, 31 May 2000 23:45:22 -0700 (PDT) (envelope-from sobomax@freebsd.org) Received: from vic.sabbo.net (vic.sabbo.net [193.193.218.106]) by blizzard.sabbo.net (8.9.1/8.9.3) with ESMTP id JAA29713; Thu, 1 Jun 2000 09:44:12 +0300 (EEST) Received: from freebsd.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.9.3/8.9.3) with ESMTP id JAA06949; Thu, 1 Jun 2000 09:44:58 +0300 (EEST) (envelope-from sobomax@freebsd.org) Message-ID: <3936066B.6194369B@freebsd.org> Date: Thu, 01 Jun 2000 09:44:59 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.73 [en] (WinNT; I) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Lars =?koi8-r?Q?K=C3ller?= Cc: freebsd-ports@freebsd.org Subject: Re: ports/18644: hylafax and libtiff-3.4 References: <200005311817.UAA15397@odie.lippe.de> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Lars Köller wrote: > ---------- > > In reply to sobomax@FreeBSD.org who wrote: > > > Synopsis: hylafax and libtiff-3.4 > > > > State-Changed-From-To: open->analyzed > > State-Changed-By: sobomax > > State-Changed-When: Wed May 31 07:09:25 PDT 2000 > > State-Changed-Why: > > It is not a FreeBSD problem at all. It is unlikely that we would raise > > tiff-3.4 from the dead just to run hylafax. Try to bug hylafax > > developers instead. > > Sorry, but that's not the right way I think! > > When you have a pice of software, that's really running stable which > depends on software xyz, than you will do the hell and backport > every new version of xyz into your software. You can do what > you want, there are more bugs/problems than before. > > So I guess it is absolutely necessary to have a concept for this > situation, and not to make preassure to the authors of a well > working software, especially if they don't need the news features > of software xyz. You are free to modify hylafax port to build and link with its own libtiff (whichever version you like). Then use send-pr(1) to submit your patches and I promise that it would be committed ASAP. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 31 23:53:18 2000 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 986D537B87E; Wed, 31 May 2000 23:53:16 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA65179; Wed, 31 May 2000 23:53:15 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Date: Wed, 31 May 2000 23:53:15 -0700 (PDT) From: Message-Id: <200006010653.XAA65179@freefall.freebsd.org> To: mvh@ix.netcom.com, sobomax@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18920: Squid 2.3 patch level 3 will eat all CPU Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Squid 2.3 patch level 3 will eat all CPU State-Changed-From-To: open->closed State-Changed-By: sobomax State-Changed-When: Wed May 31 23:52:39 PDT 2000 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18920 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 1 1:50: 9 2000 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 BEE2A37C142 for ; Thu, 1 Jun 2000 01:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA77441; Thu, 1 Jun 2000 01:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from fgwmail6.fujitsu.co.jp (fgwmail6.fujitsu.co.jp [192.51.44.36]) by hub.freebsd.org (Postfix) with ESMTP id 625A937B81A for ; Thu, 1 Jun 2000 01:40:13 -0700 (PDT) (envelope-from mac@daemon.pssys.flab.fujitsu.co.jp) Received: from m3.gw.fujitsu.co.jp by fgwmail6.fujitsu.co.jp (8.9.3/3.7W-MX0002-Fujitsu Gateway) id RAA26337 for ; Thu, 1 Jun 2000 17:40:10 +0900 (JST) (envelope-from mac@daemon.pssys.flab.fujitsu.co.jp) Received: from daemon.pssys.flab.fujitsu.co.jp by m3.gw.fujitsu.co.jp (8.9.3/3.7W-0005-Fujitsu Domain Master) id RAA16014; Thu, 1 Jun 2000 17:40:09 +0900 (JST) Received: (from mac@localhost) by daemon.pssys.flab.fujitsu.co.jp (8.9.3/8.9.3) id RAA88499; Thu, 1 Jun 2000 17:40:09 +0900 (JST) (envelope-from mac) Message-Id: <200006010840.RAA88499@daemon.pssys.flab.fujitsu.co.jp> Date: Thu, 1 Jun 2000 17:40:09 +0900 (JST) From: mac@clave.gr.jp Reply-To: mac@clave.gr.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18935: fix graphics/gimp1 ports with WITH_PERL=YES Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18935 >Category: ports >Synopsis: fix graphics/gimp1 ports with WITH_PERL=YES >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jun 01 01:50:02 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Masahide -mac- NODA >Release: FreeBSD 4.0-STABLE i386 >Organization: >Environment: >Description: fix graphics/gimp1 ports with make package WITH_PERL=YES >How-To-Repeat: cd ${PORTSDIR}/graphics/gimp1 make package WITH_PERL=YES >Fix: aply this patch for pkg/PLIST.perl Index: pkg/PLIST.perl =================================================================== RCS file: /home/ncvs/ports/graphics/gimp1/pkg/PLIST.perl,v retrieving revision 1.7 diff -u -r1.7 PLIST.perl --- pkg/PLIST.perl 2000/05/30 06:47:14 1.7 +++ pkg/PLIST.perl 2000/06/01 08:23:47 @@ -92,6 +92,7 @@ libexec/gimp/1.1/plug-ins/c_astretch libexec/gimp/1.1/plug-ins/centerguide libexec/gimp/1.1/plug-ins/checkerboard +libexec/gimp/1.1/plug-ins/clear_alpha libexec/gimp/1.1/plug-ins/color_enhance libexec/gimp/1.1/plug-ins/colorhtml libexec/gimp/1.1/plug-ins/colorify @@ -111,6 +112,7 @@ libexec/gimp/1.1/plug-ins/diffraction libexec/gimp/1.1/plug-ins/displace libexec/gimp/1.1/plug-ins/ditherize +libexec/gimp/1.1/plug-ins/dust libexec/gimp/1.1/plug-ins/edge libexec/gimp/1.1/plug-ins/emboss libexec/gimp/1.1/plug-ins/engrave @@ -143,7 +145,6 @@ libexec/gimp/1.1/plug-ins/gicon libexec/gimp/1.1/plug-ins/gif libexec/gimp/1.1/plug-ins/gifload -libexec/gimp/1.1/plug-ins/gimpmagick libexec/gimp/1.1/plug-ins/gimpressionist libexec/gimp/1.1/plug-ins/glasstile libexec/gimp/1.1/plug-ins/glowing_steel @@ -176,7 +177,6 @@ libexec/gimp/1.1/plug-ins/lic libexec/gimp/1.1/plug-ins/logulator libexec/gimp/1.1/plug-ins/mail -libexec/gimp/1.1/plug-ins/map_to_gradient libexec/gimp/1.1/plug-ins/mapcolor libexec/gimp/1.1/plug-ins/max_rgb libexec/gimp/1.1/plug-ins/maze @@ -206,7 +206,6 @@ libexec/gimp/1.1/plug-ins/png libexec/gimp/1.1/plug-ins/pnm libexec/gimp/1.1/plug-ins/polar -libexec/gimp/1.1/plug-ins/povray libexec/gimp/1.1/plug-ins/prep4gif libexec/gimp/1.1/plug-ins/print libexec/gimp/1.1/plug-ins/ps @@ -219,7 +218,6 @@ libexec/gimp/1.1/plug-ins/repdup libexec/gimp/1.1/plug-ins/ripple libexec/gimp/1.1/plug-ins/rotate -libexec/gimp/1.1/plug-ins/roundrectsel libexec/gimp/1.1/plug-ins/roundsel libexec/gimp/1.1/plug-ins/sample_colorize libexec/gimp/1.1/plug-ins/scatter_hsv @@ -253,7 +251,6 @@ libexec/gimp/1.1/plug-ins/tileit libexec/gimp/1.1/plug-ins/tiler libexec/gimp/1.1/plug-ins/translogo -libexec/gimp/1.1/plug-ins/triangle libexec/gimp/1.1/plug-ins/uniteditor libexec/gimp/1.1/plug-ins/unsharp libexec/gimp/1.1/plug-ins/url @@ -262,6 +259,7 @@ libexec/gimp/1.1/plug-ins/vinvert libexec/gimp/1.1/plug-ins/vpropagate libexec/gimp/1.1/plug-ins/warp +libexec/gimp/1.1/plug-ins/warp-sharp libexec/gimp/1.1/plug-ins/waves libexec/gimp/1.1/plug-ins/webbrowser libexec/gimp/1.1/plug-ins/webify >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 Jun 1 1:59:57 2000 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 7CB3737C046; Thu, 1 Jun 2000 01:59:55 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA78416; Thu, 1 Jun 2000 01:59:55 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Date: Thu, 1 Jun 2000 01:59:55 -0700 (PDT) From: Message-Id: <200006010859.BAA78416@freefall.freebsd.org> To: sobomax@FreeBSD.org, freebsd-ports@FreeBSD.org, sobomax@FreeBSD.org Subject: Re: ports/18935: fix graphics/gimp1 ports with WITH_PERL=YES Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: fix graphics/gimp1 ports with WITH_PERL=YES Responsible-Changed-From-To: freebsd-ports->sobomax Responsible-Changed-By: sobomax Responsible-Changed-When: Thu Jun 1 01:59:14 PDT 2000 Responsible-Changed-Why: I'll take this. http://www.freebsd.org/cgi/query-pr.cgi?pr=18935 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 1 2:50: 9 2000 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 6F78D37B7D2 for ; Thu, 1 Jun 2000 02:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA84039; Thu, 1 Jun 2000 02:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from neva.vlink.ru (neva.vlink.ru [195.9.70.8]) by hub.freebsd.org (Postfix) with ESMTP id E6CFE37BC82 for ; Thu, 1 Jun 2000 02:42:35 -0700 (PDT) (envelope-from dsh@neva.vlink.ru) Received: by neva.vlink.ru (Postfix, from userid 1000) id 4B06E9BB9A; Thu, 1 Jun 2000 13:42:27 +0400 (MSD) Message-Id: <20000601094227.4B06E9BB9A@neva.vlink.ru> Date: Thu, 1 Jun 2000 13:42:27 +0400 (MSD) From: dsh@vlink.ru Reply-To: dsh@vlink.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18936: new FreeBSD port: www/p5-HTML-Mason Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18936 >Category: ports >Synopsis: new FreeBSD port: www/p5-HTML-Mason >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 Jun 01 02:50:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Denis Shaposhnikov >Release: FreeBSD 4.0-STABLE i386 >Organization: >Environment: >Description: Mason is a tool for building, serving and managing large web sites. Its features make it an ideal backend for high load sites serving dynamic content, such as online newspapers or database driven e-commerce sites. Mason's various pieces revolve around the notion of "components''. A component is a mix of HTML, Perl, and special Mason commands, one component per file. So-called "top-level" components represent entire web-pages, while smaller components typically return HTML snippets for embedding in top-level components. This object-like architecture greatly simplifies site maintenance: change a shared component, and you instantly changed all dependant pages that refer to it across a site (or across many virtual sites). Mason's component syntax lets designers separate a web page into programmatic and design elements. This means the esoteric Perl bits can be hidden near the bottom of a component, preloading simple variables for use above in the HTML. In our own experience, this frees content managers (i.e., non-programmers) to work on the layout without getting mired in programming details. Techies, however, still enjoy the full power of Perl. Other Mason features include: * Caching Mason caches components after compilation, and offers an internal, shared, expireable data cache for use by components themselves. * Debugging Mason includes a debugging mode whereby HTTP requests can be captured to "debug files" for later replay inside Perl's command-line debugger (as opposed to the non-interactive mod_perl interpreter). * Templating The autohandler and dhandler features make it easy to apply a common header, footer, or filtering function to an entire directory or hierarchy of pages. * Previewer Mason includes a powerful previewing utility which acts as a proxy between Mason and incoming requests. Using a web interface, users create "port profiles" that massage requests in all kinds of interesting ways: different browsers may be simulated, different request ports, different times of day, etc. * Standalone Use Mason is optimized for use with mod_perl, but can also be used from CGI or as a standalone tool to generate other types of dynamic text files (similar to Text::Template, ePerl, etc.). To learn more about this option see the STANDALONE MODE section in HTML::Mason::Interp. WWW: http://www.masonhq.com >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-HTML-Mason/ # p5-HTML-Mason/Makefile # p5-HTML-Mason/pkg # p5-HTML-Mason/pkg/COMMENT # p5-HTML-Mason/pkg/DESCR # p5-HTML-Mason/pkg/PLIST # p5-HTML-Mason/files # p5-HTML-Mason/files/md5 # echo c - p5-HTML-Mason/ mkdir -p p5-HTML-Mason/ > /dev/null 2>&1 echo x - p5-HTML-Mason/Makefile sed 's/^X//' >p5-HTML-Mason/Makefile << 'END-of-p5-HTML-Mason/Makefile' X# New ports collection makefile for: HTML-Mason X# Date created: 31 May 2000 X# Whom: Denis Shaposhnikov X# X# $FreeBSD$ X# X XPORTNAME= p5-HTML-Mason XPORTVERSION= 0.87 XDISTNAME= HTML-Mason-${PORTVERSION} XCATEGORIES= www perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= HTML X XMAINTAINER= dsh@vlink.ru X XBUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/MLDBM.pm:${PORTSDIR}/databases/p5-MLDBM XRUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/MLDBM.pm:${PORTSDIR}/databases/p5-MLDBM X XUSE_PERL5= YES XMAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X XMAN3= Bundle::HTML::Mason.3 HTML::Mason.3 HTML::Mason::Admin.3 \ X HTML::Mason::ApacheHandler.3 HTML::Mason::Commands.3 \ X HTML::Mason::Component.3 HTML::Mason::Components.3 \ X HTML::Mason::Devel.3 HTML::Mason::Interp.3 \ X HTML::Mason::Parser.3 HTML::Mason::Request.3 X Xdo-configure: X @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL X X.include END-of-p5-HTML-Mason/Makefile echo c - p5-HTML-Mason/pkg mkdir -p p5-HTML-Mason/pkg > /dev/null 2>&1 echo x - p5-HTML-Mason/pkg/COMMENT sed 's/^X//' >p5-HTML-Mason/pkg/COMMENT << 'END-of-p5-HTML-Mason/pkg/COMMENT' XHigh-performance, dynamic web site authoring system END-of-p5-HTML-Mason/pkg/COMMENT echo x - p5-HTML-Mason/pkg/DESCR sed 's/^X//' >p5-HTML-Mason/pkg/DESCR << 'END-of-p5-HTML-Mason/pkg/DESCR' XMason is a tool for building, serving and managing large web Xsites. Its features make it an ideal backend for high load sites Xserving dynamic content, such as online newspapers or database driven Xe-commerce sites. X XMason's various pieces revolve around the notion of "components''. A Xcomponent is a mix of HTML, Perl, and special Mason commands, one Xcomponent per file. So-called "top-level" components represent entire Xweb-pages, while smaller components typically return HTML snippets for Xembedding in top-level components. This object-like architecture Xgreatly simplifies site maintenance: change a shared component, and Xyou instantly changed all dependant pages that refer to it across a Xsite (or across many virtual sites). X XMason's component syntax lets designers separate a web page into Xprogrammatic and design elements. This means the esoteric Perl bits Xcan be hidden near the bottom of a component, preloading simple Xvariables for use above in the HTML. In our own experience, this frees Xcontent managers (i.e., non-programmers) to work on the layout without Xgetting mired in programming details. Techies, however, still enjoy Xthe full power of Perl. X XOther Mason features include: X X * Caching X Mason caches components after compilation, and offers an internal, X shared, expireable data cache for use by components themselves. X X * Debugging X Mason includes a debugging mode whereby HTTP requests can be X captured to "debug files" for later replay inside Perl's X command-line debugger (as opposed to the non-interactive mod_perl X interpreter). X X * Templating X The autohandler and dhandler features make it easy to apply a X common header, footer, or filtering function to an entire directory X or hierarchy of pages. X X * Previewer X Mason includes a powerful previewing utility which acts as a proxy X between Mason and incoming requests. Using a web interface, users X create "port profiles" that massage requests in all kinds of X interesting ways: different browsers may be simulated, different X request ports, different times of day, etc. X X * Standalone Use X Mason is optimized for use with mod_perl, but can also be used from X CGI or as a standalone tool to generate other types of dynamic text X files (similar to Text::Template, ePerl, etc.). To learn more about X this option see the STANDALONE MODE section in HTML::Mason::Interp. X XWWW: http://www.masonhq.com END-of-p5-HTML-Mason/pkg/DESCR echo x - p5-HTML-Mason/pkg/PLIST sed 's/^X//' >p5-HTML-Mason/pkg/PLIST << 'END-of-p5-HTML-Mason/pkg/PLIST' Xlib/perl5/site_perl/%%PERL_VER%%/Apache/Mason.pm Xlib/perl5/site_perl/%%PERL_VER%%/Bundle/HTML/Mason.pm Xlib/perl5/site_perl/%%PERL_VER%%/HTML/Mason.pm Xlib/perl5/site_perl/%%PERL_VER%%/HTML/Mason.pod Xlib/perl5/site_perl/%%PERL_VER%%/HTML/Mason/Admin.pod Xlib/perl5/site_perl/%%PERL_VER%%/HTML/Mason/ApacheHandler.pm Xlib/perl5/site_perl/%%PERL_VER%%/HTML/Mason/ApacheHandler.pod Xlib/perl5/site_perl/%%PERL_VER%%/HTML/Mason/Commands.pm Xlib/perl5/site_perl/%%PERL_VER%%/HTML/Mason/Commands.pod Xlib/perl5/site_perl/%%PERL_VER%%/HTML/Mason/Component.pm Xlib/perl5/site_perl/%%PERL_VER%%/HTML/Mason/Component.pod Xlib/perl5/site_perl/%%PERL_VER%%/HTML/Mason/Component/FileBased.pm Xlib/perl5/site_perl/%%PERL_VER%%/HTML/Mason/Component/Subcomponent.pm Xlib/perl5/site_perl/%%PERL_VER%%/HTML/Mason/Components.pod Xlib/perl5/site_perl/%%PERL_VER%%/HTML/Mason/Config.pm Xlib/perl5/site_perl/%%PERL_VER%%/HTML/Mason/Devel.pod Xlib/perl5/site_perl/%%PERL_VER%%/HTML/Mason/FakeApache.pm Xlib/perl5/site_perl/%%PERL_VER%%/HTML/Mason/Interp.pm Xlib/perl5/site_perl/%%PERL_VER%%/HTML/Mason/Interp.pod Xlib/perl5/site_perl/%%PERL_VER%%/HTML/Mason/Parser.pm Xlib/perl5/site_perl/%%PERL_VER%%/HTML/Mason/Parser.pod Xlib/perl5/site_perl/%%PERL_VER%%/HTML/Mason/Preview.pm Xlib/perl5/site_perl/%%PERL_VER%%/HTML/Mason/Request.pm Xlib/perl5/site_perl/%%PERL_VER%%/HTML/Mason/Request.pod Xlib/perl5/site_perl/%%PERL_VER%%/HTML/Mason/Resolver.pm Xlib/perl5/site_perl/%%PERL_VER%%/HTML/Mason/Resolver/File.pm Xlib/perl5/site_perl/%%PERL_VER%%/HTML/Mason/Tools.pm Xlib/perl5/site_perl/%%PERL_VER%%/HTML/Mason/Utils.pm Xlib/perl5/site_perl/%%PERL_VER%%/HTML/makeconfig.pl Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Mason/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Mason X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML X@dirrm lib/perl5/site_perl/%%PERL_VER%%/HTML/Mason/Component X@dirrm lib/perl5/site_perl/%%PERL_VER%%/HTML/Mason/Resolver X@dirrm lib/perl5/site_perl/%%PERL_VER%%/HTML/Mason X@dirrm lib/perl5/site_perl/%%PERL_VER%%/HTML X@dirrm lib/perl5/site_perl/%%PERL_VER%%/Apache X@dirrm lib/perl5/site_perl/%%PERL_VER%%/Bundle/HTML X@dirrm lib/perl5/site_perl/%%PERL_VER%%/Bundle END-of-p5-HTML-Mason/pkg/PLIST echo c - p5-HTML-Mason/files mkdir -p p5-HTML-Mason/files > /dev/null 2>&1 echo x - p5-HTML-Mason/files/md5 sed 's/^X//' >p5-HTML-Mason/files/md5 << 'END-of-p5-HTML-Mason/files/md5' XMD5 (HTML-Mason-0.87.tar.gz) = d5cffa74a749b2530daaca6a4ab7caf6 END-of-p5-HTML-Mason/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 Jun 1 3:33: 1 2000 Delivered-To: freebsd-ports@freebsd.org Received: from blizzard.sabbo.net (blizzard.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id 705B437B8E0 for ; Thu, 1 Jun 2000 03:32:06 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vic.sabbo.net (vic.sabbo.net [193.193.218.106]) by blizzard.sabbo.net (8.9.1/8.9.3) with ESMTP id NAA10049; Thu, 1 Jun 2000 13:30:50 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.9.3/8.9.3) with ESMTP id NAA34294; Thu, 1 Jun 2000 13:31:22 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <39363B77.112E008C@FreeBSD.org> Date: Thu, 01 Jun 2000 13:31:19 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.73 [en] (WinNT; I) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Brandon Fosdick Cc: Will Andrews , ports@FreeBSD.org Subject: Re: GLUT w/o Mesa? References: <39352C97.267E71AA@glue.umd.edu> <20000531130216.I22499@argon.gryphonsoft.com> <39354726.C8DEEFDD@glue.umd.edu> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Brandon Fosdick wrote: > Will Andrews wrote: > > > > On Wed, May 31, 2000 at 11:15:35AM -0400, Brandon Fosdick wrote: > > > Didn't find this in the archives. What happened to sorting by date? I > > > really miss that. > > > > > > Now that XFree 4 comes with Mesa builtin, how does one install GLUT w/o > > > installing the Mesa port (thereby overwriting the builtin files)? Yes, I > > > know I could hack the port, but it seems that there should be either a > > > separate GLUT port or an ONLY_GLUT switch on the current Mesa port. Am I > > > the only one with this problem? > > > > This is an XFree86 problem. Those stupid !@%!@ (don't get me started) > > need to remove GL includes from their distribution. GL belongs > > separate, pure and simple. > > > > You are SOL until they do this, sorry.. (I'm sticking with 3.3.6 until > > they get their stuff straight). > > Will there be any problem with installing Mesa over the XFree stuff? The > way I understood it was that the included libs were needed to support > the DRI stuff. Does the Mesa port handle this? AFAIK Mesa port doesn't work on XFree 4.0 (at least I couldn't get it working on my -current box running XF 4.0). As for your original question, there is stand-alone glut library at: http://reality.sgi.com/mjk_asd/glut3/glut3.html. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 1 3:33: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from emmi.physik.TU-Berlin.DE (emmi.physik.TU-Berlin.DE [130.149.160.103]) by hub.freebsd.org (Postfix) with ESMTP id A4AEB37B947; Thu, 1 Jun 2000 03:32:14 -0700 (PDT) (envelope-from ibex@emmi.physik.TU-Berlin.DE) Received: (from ibex@localhost) by emmi.physik.TU-Berlin.DE (8.9.3/8.9.3) id MAA92913; Thu, 1 Jun 2000 12:31:32 +0200 (CEST) (envelope-from ibex) Date: Thu, 1 Jun 2000 12:31:32 +0200 From: Dirk Froemberg To: "Scot W. Hetzel" Cc: Danny Wong , freebsd-questions@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: problme on mod_php4 Message-ID: <20000601123132.A92492@physik.TU-Berlin.DE> References: <007801bfcab1$386c3160$a800000a@001.mis.penatlpha.com.hk> <010501bfcb6c$c200c4c0$8dfee0d1@westbend.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <010501bfcb6c$c200c4c0$8dfee0d1@westbend.net>; from hetzels@westbend.net on Wed, May 31, 2000 at 08:57:35PM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi! On Wed, May 31, 2000 at 08:57:35PM -0500, Scot W. Hetzel wrote: > From: "Danny Wong" > > When I try to install the port mod_php4, I got the following error. How > can > > I fix it? > > I am running on FreeBSD 4.0 stable. > > > > Thanks! > > Danny > > > > configure:1686: cc -o conftest -O -pipe > > conftest.c -lkrb -ldes -L/usr/local/li > > /usr/lib/libkrb.so: undefined reference to `init_error_table' > > /usr/lib/libkrb.so: undefined reference to `initialize_error_table_r' > > configure: failed program was: > > > > #line 1681 "configure" > > #include "confdefs.h" > > > > main(){return(0);} > > (end of "config.log") > > *** Error code 1 > > > > Stop in /usr/ports/www/mod_php4. > > *** Error code 1 > > > It looks like you are trying to install mod_php4 with OpenLDAP support. > You'll need to remove the line that says "CONFIGURE_ENV+= > LIBS='-lkrb -ldes -L\${PREFIX}/lib'" from the Makefile.inc. > > This is what is causing the build to fail. > > This needs to be removed from the scripts/configure.php for OpenLDAP > support: > > if [ -f /usr/lib/libkrb.a -a -f /usr/lib/libdes.a ]; then > echo "CONFIGURE_ENV+= LIBS='-lkrb -ldes -L\${PREFIX}/lib'" > fi On FreeBSD-4.0-STABLE there shouldn't be a file /usr/lib/libdes.a (it's a symlink to libcrypto.a). So "[ -f /usr/lib/libkrb.a -a -f /usr/lib/libdes.a ]" should be false and thus "-lkrb -ldes" shouldn't be added to LIBS. Strange... Adding this if-clause helped some users. So simply removing it might break the build on their machines. But it seems that the if clause doesn't cover all setups. I'm going to build KERBEROS4 on my machine to see what's going on... Regards Dirk -- Dirk Froemberg FreeBSD: The Power to Serve! http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 1 4:53:49 2000 Delivered-To: freebsd-ports@freebsd.org Received: from blizzard.sabbo.net (blizzard.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id 3855237BF31; Thu, 1 Jun 2000 04:53:39 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vic.sabbo.net (vic.sabbo.net [193.193.218.106]) by blizzard.sabbo.net (8.9.1/8.9.3) with ESMTP id OAA13427; Thu, 1 Jun 2000 14:52:34 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.9.3/8.9.3) with ESMTP id OAA16569; Thu, 1 Jun 2000 14:53:32 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <39364EBD.823113C1@FreeBSD.org> Date: Thu, 01 Jun 2000 14:53:33 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.73 [en] (WinNT; I) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: ports@FreeBSD.org Cc: asami@FreeBSD.org Subject: Extra in the bento's logs Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, It seems that addition of the "Extra" reson to the bento logs is extremly bad idea, at least in its current implementation. The logs has been bloated (~600 broken ports in the list - sic!) with false alarms and it is now very difficult to differentiate really broken ports from those that just adds several subdirs into locale directory. I propose to more ports with "Extra" problem into separate list. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 1 5:10: 7 2000 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 1282E37B81A for ; Thu, 1 Jun 2000 05:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA02782; Thu, 1 Jun 2000 05:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id D64E937B665; Thu, 1 Jun 2000 05:09:28 -0700 (PDT) Message-Id: <20000601120928.D64E937B665@hub.freebsd.org> Date: Thu, 1 Jun 2000 05:09:28 -0700 (PDT) From: mavetju@chello.nl To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/18939: make index fails on Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18939 >Category: ports >Synopsis: make index fails on >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jun 01 05:10:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: 4.0 >Organization: - >Environment: FreeBSD cgmd76206.chello.nl 4.0-RELEASE FreeBSD 4.0-RELEASE #0: Mon Apr 24 22:16:09 CEST 2000 edwin@cgmd76206.chello.nl:/usr/src/sys/compile/p6 i386 >Description: "make index" in the /usr/ports directory doesn't give an error, but the INDEX file is corrupted because "make describe" fails in japanese/w3m-ssl because I haven't OpenSSL library installed. [/usr/ports/japanese/w3m-ssl] edwin@p6>make describe This port requires the OpenSSL library, which is part of the FreeBSD crypto distribution but not installed on your machine. Please see the "OpenSSL" section in the handbook (at "http://www.FreeBSD.org/handbook/openssl.html", for instance) for instructions on how to obtain and install the FreeBSD OpenSSL distribution. *** Error code 1 >How-To-Repeat: On a system without open_ssl (or remove /usr/lib/libcrypto.so from your disk) run "make describe" on /usr/ports/japanese/w3m-ssl. Or run "make index" in /usr/ports and the head of your INDEX file will become like this: (at "http://www.FreeBSD.org/handbook/openssl.html", for instance)||||||| *** Error code 1||||||| *** Error code 1||||||| *** Error code 1||||||| OpenSSL distribution.||||||| Stop in /usr/ports/japanese.||||||| Stop in /usr/ports.||||||| Stop.||||||| >Fix: I've tried to see if it's possible to fix bsd.port.mk myself to not the warning if the DEPENDS_TARGET is "describe", but it seemed always to be "install": At line 602 of /usr/ports/mk/bsd.port.mk: .if defined(USE_OPENSSL) + .if ${DEPENDS_TARGET} != describe .if ${OSVERSION} >= 400014 .if !exists(/usr/lib/libcrypto.so) .BEGIN: @${ECHO} $< $> $* $@ ${DEPENDS_TARGET} @${ECHO} "This port requires the OpenSSL library, which is part of" @${ECHO} "the FreeBSD crypto distribution but not installed on your" @${ECHO} "machine. Please see the \"OpenSSL\" section in the handbook" @${ECHO} "(at \"http://www.FreeBSD.org/handbook/openssl.html\", for instance)" @${ECHO} "for instructions on how to obtain and install the FreeBSD" @${ECHO} "OpenSSL distribution." @${FALSE} .else [...] +.endif so yes, I've tried but I couldn't get it fixed, therefor I'm asking you for help. >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 Jun 1 5:47:35 2000 Delivered-To: freebsd-ports@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id B411F37B745 for ; Thu, 1 Jun 2000 05:47:12 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.12 #1) id 12xU4q-0003qH-00; Thu, 01 Jun 2000 13:27:56 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.12 #7) id 12xU4q-0003C0-00; Thu, 01 Jun 2000 13:27:56 +0100 Date: Thu, 1 Jun 2000 13:27:56 +0100 From: Ben Smithurst To: James Howard Cc: Shawn Barnhart , freebsd-ports@FreeBSD.ORG Subject: Re: PR ports/17675 Message-ID: <20000601132756.T99925@strontium.scientia.demon.co.uk> References: <002f01bfcb78$48db5130$0102a8c0@k6> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org James Howard wrote: > On Wed, 31 May 2000, Shawn Barnhart wrote: > >> Was there some reason that this didn't get committed and if not could it >> get committed? GNU find is the one thing I really miss from Linux -- I >> find myself doing unholy things with ls and sed in its place.. > > You can add the missing feature(s) to the FreeBSD find(1). I did just that, I sent a patch to -hackers a while back, but it got no response. Either that's good in that there's no objections, or bad in that no-one cares. I think I'll send-pr it now you've reminded me. In fact, I just have send-pr'd it. -- Ben Smithurst / ben@scientia.demon.co.uk / PGP: 0x99392F7D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 1 6:40: 7 2000 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 25ECE37B98E for ; Thu, 1 Jun 2000 06:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA36137; Thu, 1 Jun 2000 06:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from cgmd76206.chello.nl (cgmd76206.chello.nl [212.83.76.206]) by hub.freebsd.org (Postfix) with ESMTP id 22CD737B9B4 for ; Thu, 1 Jun 2000 06:39:22 -0700 (PDT) (envelope-from edwin@cgmd76206.chello.nl) Received: by cgmd76206.chello.nl (Postfix, from userid 1001) id 4EDEF22D; Thu, 1 Jun 2000 15:39:06 +0200 (CEST) Message-Id: <20000601133906.4EDEF22D@cgmd76206.chello.nl> Date: Thu, 1 Jun 2000 15:39:06 +0200 (CEST) From: Edwin Groothuis Reply-To: Edwin Groothuis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18942: ucspi-tcp package moved directory Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18942 >Category: ports >Synopsis: ucspi-tcp package moved directory >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: Thu Jun 01 06:40:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 4.0-RELEASE i386 >Organization: - >Environment: # $FreeBSD: ports/sysutils/ucspi-tcp/Makefile,v 1.10 2000/04/22 10:13:27 mharo Exp $ >Description: MASTER_SITES= http://cr.yp.to/software/ should be MASTER_SITES= http://cr.yp.to/ucspi-tcp/ >How-To-Repeat: cd /usr/ports/sysutils/ucspi-tcp make >Fix: replace MASTER_SITES in Makefile >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 Jun 1 7:23:56 2000 Delivered-To: freebsd-ports@freebsd.org Received: from emmi.physik.TU-Berlin.DE (emmi.physik.TU-Berlin.DE [130.149.160.103]) by hub.freebsd.org (Postfix) with ESMTP id 06C5F37BA9D; Thu, 1 Jun 2000 07:23:43 -0700 (PDT) (envelope-from ibex@emmi.physik.TU-Berlin.DE) Received: (from ibex@localhost) by emmi.physik.TU-Berlin.DE (8.9.3/8.9.3) id QAA97813; Thu, 1 Jun 2000 16:23:18 +0200 (CEST) (envelope-from ibex) Date: Thu, 1 Jun 2000 16:23:17 +0200 From: Dirk Froemberg To: "Scot W. Hetzel" Cc: Danny Wong , freebsd-questions@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: problme on mod_php4 Message-ID: <20000601162317.A96905@physik.TU-Berlin.DE> References: <007801bfcab1$386c3160$a800000a@001.mis.penatlpha.com.hk> <010501bfcb6c$c200c4c0$8dfee0d1@westbend.net> <20000601123132.A92492@physik.TU-Berlin.DE> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000601123132.A92492@physik.TU-Berlin.DE>; from dirk@FreeBSD.org on Thu, Jun 01, 2000 at 12:31:32PM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi again! On Thu, Jun 01, 2000 at 12:31:32PM +0200, Dirk Froemberg wrote: > On Wed, May 31, 2000 at 08:57:35PM -0500, Scot W. Hetzel wrote: > > From: "Danny Wong" > > > When I try to install the port mod_php4, I got the following error. How > > can > > > I fix it? > > > I am running on FreeBSD 4.0 stable. > > > > > > Thanks! > > > Danny > > > > > > configure:1686: cc -o conftest -O -pipe > > > conftest.c -lkrb -ldes -L/usr/local/li > > > /usr/lib/libkrb.so: undefined reference to `init_error_table' > > > /usr/lib/libkrb.so: undefined reference to `initialize_error_table_r' > > > configure: failed program was: > > > > > > #line 1681 "configure" > > > #include "confdefs.h" > > > > > > main(){return(0);} > > > (end of "config.log") > > > *** Error code 1 > > > > > > Stop in /usr/ports/www/mod_php4. > > > *** Error code 1 > > > > > It looks like you are trying to install mod_php4 with OpenLDAP support. > > You'll need to remove the line that says "CONFIGURE_ENV+= > > LIBS='-lkrb -ldes -L\${PREFIX}/lib'" from the Makefile.inc. > > > > This is what is causing the build to fail. > > > > This needs to be removed from the scripts/configure.php for OpenLDAP > > support: > > > > if [ -f /usr/lib/libkrb.a -a -f /usr/lib/libdes.a ]; then > > echo "CONFIGURE_ENV+= LIBS='-lkrb -ldes -L\${PREFIX}/lib'" > > fi > > On FreeBSD-4.0-STABLE there shouldn't be a file /usr/lib/libdes.a > (it's a symlink to libcrypto.a). So "[ -f /usr/lib/libkrb.a -a -f > /usr/lib/libdes.a ]" should be false and thus "-lkrb -ldes" > shouldn't be added to LIBS. Strange... > > Adding this if-clause helped some users. So simply removing it > might break the build on their machines. But it seems that the > if clause doesn't cover all setups. I'm going to build KERBEROS4 > on my machine to see what's going on... Ok, make world finished, now... The problem is that "test -f" evaluated to true even on a symlink (so does test -L). I added a test if /usr/lib/libdes.a is _not_ a symlink so it builds on 4.0-STABLE, now. Regards Dirk -- Dirk Froemberg FreeBSD: The Power to Serve! http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 1 8: 0: 7 2000 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 AB64237B987 for ; Thu, 1 Jun 2000 08:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA85738; Thu, 1 Jun 2000 08:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail.surf1.de (mail.surf1.de [194.25.165.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F4F637B987 for ; Thu, 1 Jun 2000 07:51:51 -0700 (PDT) (envelope-from root@parca.cichlids.com) Received: from neutron.cichlids.com (p3E9D38F2.dip0.t-ipconnect.de [62.157.56.242]) by mail.surf1.de (8.9.3/8.9.3) with ESMTP id QAA05853 for ; Thu, 1 Jun 2000 16:52:12 +0200 Received: from parca.cichlids.com (parca.cichlids.com [192.168.0.15]) by neutron.cichlids.com (Postfix) with ESMTP id EBB52AC30 for ; Thu, 1 Jun 2000 16:52:19 +0200 (CEST) Received: by parca.cichlids.com (Postfix, from userid 0) id A4D755E2E; Thu, 1 Jun 2000 16:52:07 +0200 (CEST) Message-Id: <20000601145207.A4D755E2E@parca.cichlids.com> Date: Thu, 1 Jun 2000 16:52:07 +0200 (CEST) From: alex@parca.cichlids.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18944: add ONLY_FOR_ARCHS for audio/gogo Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18944 >Category: ports >Synopsis: add ONLY_FOR_ARCHS for audio/gogo >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 Jun 01 08:00:04 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Alexander Langer >Release: FreeBSD 5.0-CURRENT alpha >Organization: none >Environment: >Description: Contains IA-32 assembler, don't try to build it on alpha >How-To-Repeat: >Fix: cvs diff: Diffing . Index: Makefile =================================================================== RCS file: /usr/home/ncvs/ports/audio/gogo/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile --- Makefile 2000/04/19 04:46:02 1.16 +++ Makefile 2000/06/01 14:50:15 @@ -29,6 +29,7 @@ MAKE_ARGS+= DONT_USE_KANJI= .endif RESTRICTED= Condition is not clear +ONLY_FOR_ARCHS= i386 WRKSRC= ${WRKDIR}/gogo231f >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 Jun 1 8:10: 8 2000 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 934D237BDCB for ; Thu, 1 Jun 2000 08:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA87703; Thu, 1 Jun 2000 08:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail.surf1.de (mail.surf1.de [194.25.165.21]) by hub.freebsd.org (Postfix) with ESMTP id 19B8B37B774 for ; Thu, 1 Jun 2000 08:05:05 -0700 (PDT) (envelope-from root@big.endian.de) Received: from neutron.cichlids.com (p3E9D38F2.dip0.t-ipconnect.de [62.157.56.242]) by mail.surf1.de (8.9.3/8.9.3) with ESMTP id RAA09531 for ; Thu, 1 Jun 2000 17:05:26 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id E5D6BAC30 for ; Thu, 1 Jun 2000 17:05:32 +0200 (CEST) Received: by cichlids.cichlids.com (Postfix, from userid 0) id B8A0D14A3A; Thu, 1 Jun 2000 17:05:05 +0200 (CEST) Message-Id: <20000601150505.B8A0D14A3A@cichlids.cichlids.com> Date: Thu, 1 Jun 2000 17:05:05 +0200 (CEST) From: alex@big.endian.de Reply-To: alex@big.endian.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18945: mark audio/cdd broken for 4.x or later Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18945 >Category: ports >Synopsis: mark audio/cdd broken for 4.x or later >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 Jun 01 08:10:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Alexander Langer >Release: FreeBSD 5.0-CURRENT i386 >Organization: none >Environment: >Description: This port uses pre-CAM SCSI functions, which are not available in 4.x or later. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /usr/home/ncvs/ports/audio/cdd/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 2000/04/08 21:23:21 1.4 +++ Makefile 2000/06/01 15:03:56 @@ -19,4 +19,8 @@ do-install: @${INSTALL_PROGRAM} ${WRKSRC}/cdd ${PREFIX}/bin +.if (OSVERSION > 400000) +BROKEN= pre-CAM SCSI layer +.endif + .include >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 Jun 1 8:20: 7 2000 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 8130437BE9E for ; Thu, 1 Jun 2000 08:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA88869; Thu, 1 Jun 2000 08:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 1 Jun 2000 08:20:02 -0700 (PDT) Message-Id: <200006011520.IAA88869@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Alexander Langer Subject: Re: ports/18945: mark audio/cdd broken for 4.x or later Reply-To: Alexander Langer Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/18945; it has been noted by GNATS. From: Alexander Langer To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/18945: mark audio/cdd broken for 4.x or later Date: Thu, 1 Jun 2000 17:15:08 +0200 Thus spake alex@big.endian.de (alex@big.endian.de): > Index: Makefile > =================================================================== > RCS file: /usr/home/ncvs/ports/audio/cdd/Makefile,v > retrieving revision 1.4 > diff -u -r1.4 Makefile OK. We all now that this patch was pure garbage. Here is the correct one: Index: Makefile =================================================================== RCS file: /usr/home/ncvs/ports/audio/cdd/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 2000/04/08 21:23:21 1.4 +++ Makefile 2000/06/01 15:09:24 @@ -19,4 +19,10 @@ do-install: @${INSTALL_PROGRAM} ${WRKSRC}/cdd ${PREFIX}/bin -.include +.include + +.if $(OSVERSION) > 400000 +BROKEN= pre-CAM SCSI layer +.endif + +.include To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 1 8:48:16 2000 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 EBA8337B79A; Thu, 1 Jun 2000 08:48:13 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA92247; Thu, 1 Jun 2000 08:48:13 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Thu, 1 Jun 2000 08:48:13 -0700 (PDT) From: Message-Id: <200006011548.IAA92247@freefall.freebsd.org> To: alex@parca.cichlids.com, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18944: add ONLY_FOR_ARCHS for audio/gogo Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: add ONLY_FOR_ARCHS for audio/gogo State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Thu Jun 1 08:48:04 PDT 2000 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18944 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 1 8:50:30 2000 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 3D86137C0AF; Thu, 1 Jun 2000 08:50:26 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA92585; Thu, 1 Jun 2000 08:50:26 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Thu, 1 Jun 2000 08:50:26 -0700 (PDT) From: Message-Id: <200006011550.IAA92585@freefall.freebsd.org> To: alex@big.endian.de, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18945: mark audio/cdd broken for 4.x or later Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: mark audio/cdd broken for 4.x or later State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Thu Jun 1 08:50:19 PDT 2000 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18945 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 1 8:52:48 2000 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 54CCC37BFF9; Thu, 1 Jun 2000 08:52:46 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA93043; Thu, 1 Jun 2000 08:52:46 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Thu, 1 Jun 2000 08:52:46 -0700 (PDT) From: Message-Id: <200006011552.IAA93043@freefall.freebsd.org> To: mavetju@chello.nl, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18942: ucspi-tcp package moved directory Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ucspi-tcp package moved directory State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Thu Jun 1 08:52:31 PDT 2000 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18942 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 1 8:53:46 2000 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 EADA837BF65; Thu, 1 Jun 2000 08:53:43 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA93348; Thu, 1 Jun 2000 08:53:43 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Thu, 1 Jun 2000 08:53:43 -0700 (PDT) From: Message-Id: <200006011553.IAA93348@freefall.freebsd.org> To: will@FreeBSD.org, freebsd-ports@FreeBSD.org, nbm@FreeBSD.org Subject: Re: ports/18933: update port: mail/courier-imap Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port: mail/courier-imap Responsible-Changed-From-To: freebsd-ports->nbm Responsible-Changed-By: will Responsible-Changed-When: Thu Jun 1 08:53:32 PDT 2000 Responsible-Changed-Why: Over to MAINTAINER. http://www.freebsd.org/cgi/query-pr.cgi?pr=18933 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 1 9:36: 1 2000 Delivered-To: freebsd-ports@freebsd.org Received: from blizzard.sabbo.net (blizzard.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id 36F5C37B8B1; Thu, 1 Jun 2000 09:35:55 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vic.sabbo.net (vic.sabbo.net [193.193.218.106]) by blizzard.sabbo.net (8.9.1/8.9.3) with ESMTP id TAA25718; Thu, 1 Jun 2000 19:34:50 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.9.3/8.9.3) with ESMTP id TAA17377; Thu, 1 Jun 2000 19:35:49 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <393690DB.69A6EB70@FreeBSD.org> Date: Thu, 01 Jun 2000 19:35:40 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.73 [en] (WinNT; I) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Satoshi - Ports Wraith - Asami Cc: ports@FreeBSD.org Subject: Re: MASTER_SITE_SOURCEFORE=http://download.sourceforge.net/ request References: <392E4056.41F1A610@FreeBSD.org> Content-Type: multipart/mixed; boundary="------------5567673ED133FBA9000DE9A0" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. --------------5567673ED133FBA9000DE9A0 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Satoshi - Ports Wraith - Asami wrote: > * From: Maxim Sobolev > > * It seems that more and more projects are moving their homepages to SourceForge, > * so probably we should introduce new MASTER_SITE_SOURCEFORE. Any comments? > > That sounds fine. Patch please. :) Here it is. -Maxim --------------5567673ED133FBA9000DE9A0 Content-Type: text/plain; charset=koi8-r; name="bsd.port.mk-sourceforge.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="bsd.port.mk-sourceforge.diff" --- bsd.port.mk.orig Thu Jun 1 19:28:16 2000 +++ bsd.port.mk Thu Jun 1 19:33:06 2000 @@ -1085,6 +1085,10 @@ ftp://ftp.srcc.msu.su/mirror/ftp.scriptics.com/pub/tcl/%SUBDIR%/ \ ftp://ftp.lip6.fr/pub/tcl/distrib/%SUBDIR%/ +MASTER_SITE_SORCEFORGE+= \ + http://download.sourceforge.net/%SUBDIR%/ \ + ftp://download.sourceforge.net/pub/sourceforge/%SUBDIR%/ + # Empty declaration to avoid "variable MASTER_SITES recursive" error MASTER_SITES?= PATCH_SITES?= --------------5567673ED133FBA9000DE9A0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 1 9:36:21 2000 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.tznet.com (smtp.tznet.com [206.31.5.6]) by hub.freebsd.org (Postfix) with ESMTP id 9470537B8B1 for ; Thu, 1 Jun 2000 09:36:12 -0700 (PDT) (envelope-from murban@tznet.com) Received: from tznet.com ([205.216.111.103]) by smtp.tznet.com with ESMTP (IPAD 2.52/64) id 1951600; Thu, 01 Jun 2000 11:36:09 -0500 Message-ID: <39369081.EF3173C@tznet.com> Date: Thu, 01 Jun 2000 11:34:09 -0500 From: Michael Urban X-Mailer: Mozilla 4.73 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Window Maker port 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 I am having trouble installing the Window Maker port on my FreeBSD 4.0-STABLE system. I had just cvsupped the ports tree before I tried to install it (about an hour ago). I also did the make world to 4.0 stable with sources I downloaded yesterday. When doing a "make" on the Window Maker port, here is where the problem is: configure:4872: checking whether libPropList is newer than 0.10.1 configure:4890: cc -o conftest -O -pipe -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include conftest.c -L/usr/local/lib -lxpg4 1>&5 configure:4882: #error libPropList on this system is too old. Consider upgrading to at least 0.10.1 configure: failed program was: #line 4877 "configure" #include "confdefs.h" /* Test version of libPropList we have */ #include #if !defined(PROPLIST_VERSION) || PROPLIST_VERSION < 0*10000 + 10*100 + 1 #error libPropList on this system is too old. Consider upgrading to at least 0.10.1 #endif int main() { ; return 0; } (end of "config.log") *** Error code 1 Stop in /usr/ports/x11-wm/windowmaker. *** Error code 1 Stop in /usr/ports/x11-wm/windowmaker. *** Error code 1 Stop in /usr/ports/x11-wm/windowmaker. *** Error code 1 Stop in /usr/ports/x11-wm/windowmaker. *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 1 9:39:58 2000 Delivered-To: freebsd-ports@freebsd.org Received: from blizzard.sabbo.net (blizzard.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id 2C67337B96D for ; Thu, 1 Jun 2000 09:39:53 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vic.sabbo.net (vic.sabbo.net [193.193.218.106]) by blizzard.sabbo.net (8.9.1/8.9.3) with ESMTP id TAA25792; Thu, 1 Jun 2000 19:38:45 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.9.3/8.9.3) with ESMTP id TAA17405; Thu, 1 Jun 2000 19:39:46 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <393691C8.D5901954@FreeBSD.org> Date: Thu, 01 Jun 2000 19:39:37 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.73 [en] (WinNT; I) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Michael Urban Cc: freebsd-ports@FreeBSD.org Subject: Re: Window Maker port is broken? References: <39369081.EF3173C@tznet.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Michael Urban wrote: > I am having trouble installing the Window Maker port on my FreeBSD > 4.0-STABLE system. I had just cvsupped the ports tree before I tried to > install it (about an hour ago). I also did the make world to 4.0 stable > with sources I downloaded yesterday. You have to deinstall libPropList and reinstall newest version of it (it is already in the ports tree). -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 1 9:44:49 2000 Delivered-To: freebsd-ports@freebsd.org Received: from coredump.lovett.com (hub.lovett.com [216.60.121.161]) by hub.freebsd.org (Postfix) with ESMTP id 190D637B9A8 for ; Thu, 1 Jun 2000 09:44:46 -0700 (PDT) (envelope-from ade@lovett.com) Received: from ade by coredump.lovett.com with local (Exim 3.14 #1) id 12xY5K-000Pul-00 for ports@FreeBSD.org; Thu, 01 Jun 2000 11:44:42 -0500 Date: Thu, 1 Jun 2000 11:44:42 -0500 From: Ade Lovett To: ports@FreeBSD.org Subject: GNOME 1.2 Message-ID: <20000601114442.B99369@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org All, I have just committed GNOME 1.2 to the tree. It's been tested on both 4-STABLE and 5-CURRENT, but I don't have any 3.x machines left so please let me know (preferably with a PR :) if it's broken. Since this was a major release, I've purposely bumped the shared library version numbers of all the major GNOME libraries. I think I've found all the other GNOMEish ports and made the necessary changes, but it's possible I missed a few (it was a rather large sequence of commits :) Also, I've reworked the meta-port to more accurately represent what's "supposed" to be in the canonical (ie: Linux) version of GNOME (note: at the moment, this purposely does *not* include anything from Helix Code). One final thing to note. You absolutely, positively, definitely, have to have at least GTK/GLIB 1.2.8 for this to work. 1.2.7 and below won't cut it. I know this is going to be a horrible pain to deal with, but that kind of stuff is pretty much out of my hands. Enjoy. -aDe -- Ade Lovett, Austin, TX. ade@FreeBSD.org FreeBSD: The Power to Serve http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 1 9:55:39 2000 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 91C3437C01C; Thu, 1 Jun 2000 09:55:37 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA05773; Thu, 1 Jun 2000 09:55:37 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Thu, 1 Jun 2000 09:55:37 -0700 (PDT) From: Message-Id: <200006011655.JAA05773@freefall.freebsd.org> To: mab@lathian.com, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18921: www/aolserver: update PLIST Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: www/aolserver: update PLIST State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Thu Jun 1 09:55:24 PDT 2000 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18921 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 1 10: 0:14 2000 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 E1C7037BEFF for ; Thu, 1 Jun 2000 10:00:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA06281; Thu, 1 Jun 2000 10:00:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from bmah-freebsd-0.cisco.com (bmah-freebsd-0.cisco.com [171.71.38.22]) by hub.freebsd.org (Postfix) with ESMTP id 8FC2437B998 for ; Thu, 1 Jun 2000 09:51:48 -0700 (PDT) (envelope-from bmah@cisco.com) Received: (from bmah@localhost) by bmah-freebsd-0.cisco.com (8.10.1/8.10.1) id e51Gplh43440; Thu, 1 Jun 2000 09:51:47 -0700 (PDT) (envelope-from bmah) Message-Id: <200006011651.e51Gplh43440@bmah-freebsd-0.cisco.com> Date: Thu, 1 Jun 2000 09:51:47 -0700 (PDT) From: bmah@cisco.com Reply-To: bmah@cisco.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18950: Fix net/vnc port problems, change maintainer address Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18950 >Category: ports >Synopsis: Fix net/vnc port problems, change maintainer address >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 Jun 01 10:00:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Bruce A. Mah >Release: FreeBSD 4.0-RELEASE i386 >Organization: Cisco Systems, Inc. >Environment: >Description: Three changes in this patch: 1. Fix PLIST problems discovered by bento. 2. Minor modification to install target to make installation more robust. 3. Change maintainer email address. I am the maintainer for this port. >How-To-Repeat: >Fix: diff -rcN /usr/ports/net/vnc/Makefile vnc/Makefile *** /usr/ports/net/vnc/Makefile Thu Apr 27 11:18:51 2000 --- vnc/Makefile Thu Jun 1 09:41:05 2000 *************** *** 12,18 **** DISTFILES= vnc-3.3.3r1_unixsrc.tgz \ vnc-latest_doc.tgz ! MAINTAINER= bmah@ca.sandia.gov USE_PERL5= YES --- 12,18 ---- DISTFILES= vnc-3.3.3r1_unixsrc.tgz \ vnc-latest_doc.tgz ! MAINTAINER= bmah@acm.org USE_PERL5= YES *************** *** 39,45 **** ${INSTALL_SCRIPT} ${WRKSRC}/vncserver.local ${PREFIX}/bin/vncserver # The documentation comes with bogus ownerships; this is a little leaky security-wise ${TAR} -C ${PREFIX}/share/doc -xzf ${DISTDIR}/vnc-latest_doc.tgz ! (cd ${PREFIX}/share/doc; ${MV} vnc_docs vnc) ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/doc/vnc # Go install Java classes ${MKDIR} ${PREFIX}/share/vnc --- 39,45 ---- ${INSTALL_SCRIPT} ${WRKSRC}/vncserver.local ${PREFIX}/bin/vncserver # The documentation comes with bogus ownerships; this is a little leaky security-wise ${TAR} -C ${PREFIX}/share/doc -xzf ${DISTDIR}/vnc-latest_doc.tgz ! (cd ${PREFIX}/share/doc; ${RM} -rf vnc; ${MV} vnc_docs vnc) ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/doc/vnc # Go install Java classes ${MKDIR} ${PREFIX}/share/vnc diff -rcN /usr/ports/net/vnc/pkg/PLIST vnc/pkg/PLIST *** /usr/ports/net/vnc/pkg/PLIST Thu Feb 3 12:09:19 2000 --- vnc/pkg/PLIST Thu Jun 1 09:38:27 2000 *************** *** 42,47 **** --- 42,48 ---- share/doc/vnc/downloadbutton.gif share/doc/vnc/downloadtemplate.html share/doc/vnc/extras.html + share/doc/vnc/faq.dtd share/doc/vnc/faq.html share/doc/vnc/faq.xml share/doc/vnc/faqbutton.gif *************** *** 50,55 **** --- 51,57 ---- share/doc/vnc/freebutton.gif share/doc/vnc/gpl.html share/doc/vnc/help.html + share/doc/vnc/help.html~ share/doc/vnc/helpbutton.gif share/doc/vnc/homebutton.gif share/doc/vnc/howitworks.html >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 Jun 1 10:12:29 2000 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 A1DAA37B695; Thu, 1 Jun 2000 10:12:26 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA08569; Thu, 1 Jun 2000 10:12:26 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Thu, 1 Jun 2000 10:12:26 -0700 (PDT) From: Message-Id: <200006011712.KAA08569@freefall.freebsd.org> To: zach@pabst.bendnet.com, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18834: Update port: icecast Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: icecast State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Thu Jun 1 10:11:30 PDT 2000 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18834 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 1 10:20: 0 2000 Delivered-To: freebsd-ports@freebsd.org Received: from server1.mich.com (server1.mich.com [198.108.16.2]) by hub.freebsd.org (Postfix) with ESMTP id D393937B57C; Thu, 1 Jun 2000 10:19:56 -0700 (PDT) (envelope-from will@almanac.yi.org) Received: from almanac.yi.org (pm001-044.dialup.bignet.net [64.79.80.44]) by server1.mich.com (8.9.3/8.9.3) with ESMTP id NAA30969; Thu, 1 Jun 2000 13:19:32 -0400 Received: by almanac.yi.org (Postfix, from userid 1000) id 96F3419B6; Thu, 1 Jun 2000 12:46:40 -0400 (EDT) Date: Thu, 1 Jun 2000 12:46:40 -0400 From: Will Andrews To: Ade Lovett Cc: ports@FreeBSD.ORG Subject: Re: GNOME 1.2 Message-ID: <20000601124640.B32212@argon.gryphonsoft.com> References: <20000601114442.B99369@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000601114442.B99369@FreeBSD.org>; from ade@FreeBSD.ORG on Thu, Jun 01, 2000 at 11:44:42AM -0500 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Jun 01, 2000 at 11:44:42AM -0500, Ade Lovett wrote: > I have just committed GNOME 1.2 to the tree. It's been tested on > both 4-STABLE and 5-CURRENT, but I don't have any 3.x machines > left so please let me know (preferably with a PR :) if it's broken. Congrats! Now we have updated competitor to KDE2. :-> -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 1 10:20:17 2000 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 85F0437B7F5 for ; Thu, 1 Jun 2000 10:20:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA09489; Thu, 1 Jun 2000 10:20:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 1 Jun 2000 10:20:14 -0700 (PDT) Message-Id: <200006011720.KAA09489@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Will Andrews Subject: Re: ports/18906: No gif images in KDE 1.1.2 applications. Reply-To: Will Andrews Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/18906; it has been noted by GNATS. From: Will Andrews To: sune.falck@swipnet.se Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/18906: No gif images in KDE 1.1.2 applications. Date: Thu, 1 Jun 2000 12:51:00 -0400 On Tue, May 30, 2000 at 12:45:57PM -0700, sune.falck@swipnet.se wrote: > No KDE 1.1.2 applications can display gif images. There's a reason for this: Unisys's GIF patent. -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 1 10:27:54 2000 Delivered-To: freebsd-ports@freebsd.org Received: from blizzard.sabbo.net (blizzard.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id BA17137B6DB; Thu, 1 Jun 2000 10:27:48 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vic.sabbo.net (vic.sabbo.net [193.193.218.106]) by blizzard.sabbo.net (8.9.1/8.9.3) with ESMTP id UAA27633; Thu, 1 Jun 2000 20:25:58 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.9.3/8.9.3) with ESMTP id UAA17899; Thu, 1 Jun 2000 20:26:25 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <39369CB8.4973CDF2@FreeBSD.org> Date: Thu, 01 Jun 2000 20:26:16 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.73 [en] (WinNT; I) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Will Andrews Cc: Ade Lovett , ports@FreeBSD.org Subject: Re: GNOME 1.2 References: <20000601114442.B99369@FreeBSD.org> <20000601124640.B32212@argon.gryphonsoft.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Will Andrews wrote: > On Thu, Jun 01, 2000 at 11:44:42AM -0500, Ade Lovett wrote: > > I have just committed GNOME 1.2 to the tree. It's been tested on > > both 4-STABLE and 5-CURRENT, but I don't have any 3.x machines > > left so please let me know (preferably with a PR :) if it's broken. > > Congrats! Now we have updated competitor to KDE2. :-> AFAIK, Gnome 1.2 is not targeted to beat KDE2, it is what GNOME2 is about ;). -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 1 10:28:54 2000 Delivered-To: freebsd-ports@freebsd.org Received: from tisch.mail.mindspring.net (tisch.mail.mindspring.net [207.69.200.157]) by hub.freebsd.org (Postfix) with ESMTP id E5BD237BFE0; Thu, 1 Jun 2000 10:28:47 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca41-211.ix.netcom.com [209.111.208.211]) by tisch.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id NAA07204; Thu, 1 Jun 2000 13:28:43 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id KAA60614; Thu, 1 Jun 2000 10:28:41 -0700 (PDT) To: Maxim Sobolev Cc: ports@FreeBSD.org Subject: Re: Extra in the bento's logs References: <39364EBD.823113C1@FreeBSD.org> From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Date: 01 Jun 2000 10:28:39 -0700 In-Reply-To: Maxim Sobolev's message of "Thu, 01 Jun 2000 14:53:33 +0300" Message-ID: Lines: 34 X-Mailer: Gnus v5.7/Emacs 20.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Maxim Sobolev * It seems that addition of the "Extra" reson to the bento logs is extremly bad * idea, at least in its current implementation. The logs has been bloated (~600 * broken ports in the list - sic!) with false alarms and it is now very difficult * to differentiate really broken ports from those that just adds several subdirs * into locale directory. Which ones are false alarms? * I propose to more ports with "Extra" problem into * separate list. Hey, I had them on a separate list for months but nobody (ok, hardly anybody -- jmz and others did fix some :) seemed inclined to fix anything! :> After looking through the list myself, I am thinking about making the change permanent instead of just during the mid-week builds like I said originally. As I pointed out in the announcement a few days ago, unless the error is made fatal it is extremely hard to figure out which port is the culprit that leaves extra directories behind. (Port A leaves directory behind -- port B depends on A - pkg_add A and pkg_delete A leaves same directory -- same directory shows up on port B's extra list.) Also, there are some errors that really should be fixed ASAP (for example, missing some installed files in PLIST). Granted, a lot of those are just a couple of benign directories left behind, but those are not hard to fix anyway. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 1 10:30: 6 2000 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 D8FAD37B827 for ; Thu, 1 Jun 2000 10:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA10794; Thu, 1 Jun 2000 10:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 1 Jun 2000 10:30:02 -0700 (PDT) Message-Id: <200006011730.KAA10794@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Will Andrews Subject: Re: ports/18931: tkrat2 port update to 2.0rc1 Reply-To: Will Andrews Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/18931; it has been noted by GNATS. From: Will Andrews To: sjr@home.com Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/18931: tkrat2 port update to 2.0rc1 Date: Thu, 1 Jun 2000 12:45:46 -0400 On Thu, Jun 01, 2000 at 12:09:02AM -0400, sjr@home.com wrote: > >Synopsis: tkrat2 port update to 2.0rc1 This doesn't work for me: cc -O -pipe -I./../imap/c-client -I/usr/local/include/tcl8.2 -I/usr/local/include/tk8.2 -I/usr/X11R6/include -fpic -DVERSION=\"2.0\" -c ratDummy.c ld -Bshareable -x -o ratDummy.so ratDummy.o -lcrypt echo "if [catch {load ./ratDummy.so; load ./ratatosk2.0.so; pkg_mkIndex -verbose . ratatosk2.0.so} error] {puts \$error; exit 1}" | /usr/local/bin/tclsh8.2 couldn't load file "./ratatosk2.0.so": ./ratatosk2.0.so: Undefined symbol "Tk_PhotoGetImage" *** Error code 1 -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 1 10:33:23 2000 Delivered-To: freebsd-ports@freebsd.org Received: from blizzard.sabbo.net (blizzard.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id 2EF0437BA84 for ; Thu, 1 Jun 2000 10:32:53 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vic.sabbo.net (vic.sabbo.net [193.193.218.106]) by blizzard.sabbo.net (8.9.1/8.9.3) with ESMTP id UAA28125; Thu, 1 Jun 2000 20:31:37 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.9.3/8.9.3) with ESMTP id UAA17937; Thu, 1 Jun 2000 20:32:06 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <39369E0D.67E77C4E@FreeBSD.org> Date: Thu, 01 Jun 2000 20:31:57 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.73 [en] (WinNT; I) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Will Andrews Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/18906: No gif images in KDE 1.1.2 applications. References: <200006011720.KAA09489@freefall.freebsd.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Will Andrews wrote: > The following reply was made to PR ports/18906; it has been noted by GNATS. > > From: Will Andrews > To: sune.falck@swipnet.se > Cc: freebsd-gnats-submit@FreeBSD.ORG > Subject: Re: ports/18906: No gif images in KDE 1.1.2 applications. > Date: Thu, 1 Jun 2000 12:51:00 -0400 > > On Tue, May 30, 2000 at 12:45:57PM -0700, sune.falck@swipnet.se wrote: > > No KDE 1.1.2 applications can display gif images. > > There's a reason for this: Unisys's GIF patent. Libungif solved this problem, isn't it? -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 1 10:39:58 2000 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 9FEBD37BF82; Thu, 1 Jun 2000 10:39:56 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA12246; Thu, 1 Jun 2000 10:39:56 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Thu, 1 Jun 2000 10:39:56 -0700 (PDT) From: Message-Id: <200006011739.KAA12246@freefall.freebsd.org> To: bmah@cisco.com, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18950: Fix net/vnc port problems, change maintainer address Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fix net/vnc port problems, change maintainer address State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Thu Jun 1 10:39:36 PDT 2000 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18950 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 1 10:40: 5 2000 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 186E137C0F0 for ; Thu, 1 Jun 2000 10:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA12276; Thu, 1 Jun 2000 10:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 1 Jun 2000 10:40:01 -0700 (PDT) Message-Id: <200006011740.KAA12276@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Ade Lovett Subject: Re: ports/18906: No gif images in KDE 1.1.2 applications. Reply-To: Ade Lovett Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/18906; it has been noted by GNATS. From: Ade Lovett To: Will Andrews Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/18906: No gif images in KDE 1.1.2 applications. Date: Thu, 1 Jun 2000 12:31:40 -0500 On Thu, Jun 01, 2000 at 10:20:14AM -0700, Will Andrews wrote: > On Tue, May 30, 2000 at 12:45:57PM -0700, sune.falck@swipnet.se wrote: > > No KDE 1.1.2 applications can display gif images. > > There's a reason for this: Unisys's GIF patent. You could always use graphics/libungif -- the patent is for the LZW compression.. uncompressed GIF images are fine (though should probably be changed to PNG) -aDe -- Ade Lovett, Austin, TX. ade@FreeBSD.org FreeBSD: The Power to Serve http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 1 11: 5: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.af.airnet.ne.jp (mail.af.airnet.ne.jp [210.159.66.49]) by hub.freebsd.org (Postfix) with ESMTP id E257237B673; Thu, 1 Jun 2000 11:05:04 -0700 (PDT) (envelope-from imura@cs.titech.ac.jp) Received: from imura.af.airnet.ne.jp (tok086.airnet.ne.jp [210.159.88.86]) by mail.af.airnet.ne.jp (8.8.8/3.6W/06/13/98-AF.AIRNET.NE.JP) with ESMTP id DAA14252; Fri, 2 Jun 2000 03:05:01 +0900 Posted-Date: Fri, 2 Jun 2000 03:04:03 +0900 (JST) To: sobomax@FreeBSD.org Cc: andrews@technologist.com, freebsd-ports@FreeBSD.org Subject: Re: ports/18906: No gif images in KDE 1.1.2 applications. From: "R. Imura" In-Reply-To: <39369E0D.67E77C4E@FreeBSD.org> References: <200006011720.KAA09489@freefall.freebsd.org> <39369E0D.67E77C4E@FreeBSD.org> X-Mailer: Mew version 1.94b20 on Emacs 19.34 / Mule 2.3 =?iso-2022-jp?B?KBskQkt2RSYyVhsoQik=?= X-Prom-Mew: Prom-Mew 1.93.4 (procmail reader for Mew) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20000602030400I.imura@cs.titech.ac.jp> Date: Fri, 02 Jun 2000 03:04:00 +0900 X-Dispatcher: imput version 990401(IM113) Lines: 13 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > > No KDE 1.1.2 applications can display gif images. > > > > There's a reason for this: Unisys's GIF patent. > > Libungif solved this problem, isn't it? Qt-1.x has gif decoder in itself, and does not use libgif nor libungif. KDE-1.x uses qt's gif decoder, so it won't solve by libungif. The author says in qt_gif.h that "a separate license from Unisys may be required to use the gif reader", and I respect the author. - R. Imura To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 1 11:26:26 2000 Delivered-To: freebsd-ports@freebsd.org Received: from server1.mich.com (server1.mich.com [198.108.16.2]) by hub.freebsd.org (Postfix) with ESMTP id B6F8037B520; Thu, 1 Jun 2000 11:26:23 -0700 (PDT) (envelope-from will@almanac.yi.org) Received: from almanac.yi.org (pm007-029.dialup.bignet.net [64.79.81.61]) by server1.mich.com (8.9.3/8.9.3) with ESMTP id OAA21800; Thu, 1 Jun 2000 14:26:17 -0400 Received: by almanac.yi.org (Postfix, from userid 1000) id 840E519B4; Thu, 1 Jun 2000 14:25:38 -0400 (EDT) Date: Thu, 1 Jun 2000 14:25:38 -0400 From: Will Andrews To: "R. Imura" Cc: sobomax@FreeBSD.ORG, andrews@TECHNOLOGIST.COM, freebsd-ports@FreeBSD.ORG Subject: Re: ports/18906: No gif images in KDE 1.1.2 applications. Message-ID: <20000601142538.F32212@argon.gryphonsoft.com> References: <200006011720.KAA09489@freefall.freebsd.org> <39369E0D.67E77C4E@FreeBSD.org> <20000602030400I.imura@cs.titech.ac.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000602030400I.imura@cs.titech.ac.jp>; from imura@af.airnet.ne.jp on Fri, Jun 02, 2000 at 03:04:00AM +0900 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Jun 02, 2000 at 03:04:00AM +0900, R. Imura wrote: > Qt-1.x has gif decoder in itself, and does not use libgif nor libungif. > KDE-1.x uses qt's gif decoder, so it won't solve by libungif. > > The author says in qt_gif.h that "a separate license from Unisys > may be required to use the gif reader", and I respect the author. So should I flip this switch and add the ungif library dependency to Qt 1.45? -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 1 11:50:17 2000 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 2BF2E37B973; Thu, 1 Jun 2000 11:50:13 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA21140; Thu, 1 Jun 2000 11:50:13 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Thu, 1 Jun 2000 11:50:13 -0700 (PDT) From: Message-Id: <200006011850.LAA21140@freefall.freebsd.org> To: archie@whistle.com, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/5034: (tcsh) blocked write on named pipe sticks in uninterruptible sleep Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: (tcsh) blocked write on named pipe sticks in uninterruptible sleep State-Changed-From-To: feedback->closed State-Changed-By: will State-Changed-When: Thu Jun 1 11:49:45 PDT 2000 State-Changed-Why: Timeout. http://www.freebsd.org/cgi/query-pr.cgi?pr=5034 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 1 11:50:58 2000 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 4012C37BF09; Thu, 1 Jun 2000 11:50:45 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA21237; Thu, 1 Jun 2000 11:50:45 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Thu, 1 Jun 2000 11:50:45 -0700 (PDT) From: Message-Id: <200006011850.LAA21237@freefall.freebsd.org> To: xcene@beauty.net, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/6546: 3line ansi prompt in tcsh: cursor disappears, backspace behaves erratically Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 3line ansi prompt in tcsh: cursor disappears, backspace behaves erratically State-Changed-From-To: feedback->closed State-Changed-By: will State-Changed-When: Thu Jun 1 11:50:28 PDT 2000 State-Changed-Why: Timeout. http://www.freebsd.org/cgi/query-pr.cgi?pr=6546 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 1 11:55:28 2000 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 ED7A837B650; Thu, 1 Jun 2000 11:55:26 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA22034; Thu, 1 Jun 2000 11:55:26 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Thu, 1 Jun 2000 11:55:26 -0700 (PDT) From: Message-Id: <200006011855.LAA22034@freefall.freebsd.org> To: ls@Berkeley.Gambit.Msk.SU, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14185: update port: x11-wm/fvwm2 to 2.3.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port: x11-wm/fvwm2 to 2.3.8 State-Changed-From-To: feedback->closed State-Changed-By: will State-Changed-When: Thu Jun 1 11:54:56 PDT 2000 State-Changed-Why: Superceded by ports/14088, which has a better diff. http://www.freebsd.org/cgi/query-pr.cgi?pr=14185 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 1 13:24:24 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mailgw00.execpc.com (mailgw00.execpc.com [169.207.1.78]) by hub.freebsd.org (Postfix) with ESMTP id 5160437BF83; Thu, 1 Jun 2000 13:24:12 -0700 (PDT) (envelope-from dpoland@execpc.com) Received: from judah (d166.as5.appl.wi.voyager.net [169.207.125.104]) by mailgw00.execpc.com (8.9.1) id PAA00912; Thu, 1 Jun 2000 15:24:08 -0500 From: "Doug Poland" To: Cc: Subject: FreeBSD Port: apache+php-1.3.12+3.0.16 Date: Thu, 1 Jun 2000 15:24:08 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello Dirk, I'm running 4.0R and attempted to use the port apache+php-1.3.12+3.0.16. The make file said apache_1.3.12 is forbidden and to use mod_php3 instead. Since I'm not a guru with ports/apache/php, I'm not sure what this is telling me. Is the port broken? I didn't see a port for mod_php3. Please advise as to the best course of action. Also, I noticed in your configuration script that Sybase-ct and Sybase-DB are options. Does this mean that someone has actually got FreeBSD/Apache/PHP/Sybase to work together on the same server? I've been trying in vain to get it running on 3.1R and finally decided that I had to go to 4.0R. Thanks for your help. -- Doug Poland dpoland@execpc.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 1 13:54:39 2000 Delivered-To: freebsd-ports@freebsd.org Received: from patrol.area51.fremont.ca.us (adsl-63-195-147-14.dsl.scrm01.pacbell.net [63.195.147.14]) by hub.freebsd.org (Postfix) with ESMTP id 4F3F137B537 for ; Thu, 1 Jun 2000 13:54:37 -0700 (PDT) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.3/8.9.3) id NAA23251; Thu, 1 Jun 2000 13:54:21 -0700 (PDT) (envelope-from mharo) Date: Thu, 1 Jun 2000 13:54:20 -0700 From: Michael Haro To: "Stephen J. Roznowski" Cc: ports@FreeBSD.ORG Subject: Re: Is this a portlint error? Message-ID: <20000601135420.A23225@area51.fremont.ca.us> Reply-To: mharo@area51.fremont.ca.us References: <200006010326.XAA04393@cc158233-a.catv1.md.home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200006010326.XAA04393@cc158233-a.catv1.md.home.com>; from sjr@home.net on Wed, May 31, 2000 at 11:26:22PM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, May 31, 2000 at 11:26:22PM -0400, Stephen J. Roznowski wrote: > I'm in the process of updating the tkrat2 port, and have set the > PORTVERSION to "2.0rc1". > > When I run portlint, I get: > > FATAL: PORTVERSION looks illegal. should modify "2.0rc1". > > Should portlint allow this type of version number? No, 2.0rc1 does not meet the requirements for version numbers in the handbook. Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 1 14:10: 7 2000 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 A0BD637B57B for ; Thu, 1 Jun 2000 14:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA38502; Thu, 1 Jun 2000 14:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from bmah-freebsd-0.cisco.com (bmah-freebsd-0.cisco.com [171.71.38.22]) by hub.freebsd.org (Postfix) with ESMTP id 9CE2337B9C4 for ; Thu, 1 Jun 2000 14:01:35 -0700 (PDT) (envelope-from bmah@cisco.com) Received: (from bmah@localhost) by bmah-freebsd-0.cisco.com (8.10.1/8.10.1) id e51L1Zj47263; Thu, 1 Jun 2000 14:01:35 -0700 (PDT) (envelope-from bmah) Message-Id: <200006012101.e51L1Zj47263@bmah-freebsd-0.cisco.com> Date: Thu, 1 Jun 2000 14:01:35 -0700 (PDT) From: bmah@cisco.com Reply-To: bmah@cisco.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18956: [patch] Update x11-wm/vtwm MAINTAINER Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18956 >Category: ports >Synopsis: [patch] Update x11-wm/vtwm MAINTAINER >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 Jun 01 14:10:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Bruce A. Mah >Release: FreeBSD 4.0-RELEASE i386 >Organization: Cisco Systems, Inc. >Environment: >Description: This patch updates the MAINTAINER address for the x11-wm/vtwm port. It's me. >How-To-Repeat: >Fix: diff -crN /usr/ports/x11-wm/vtwm/Makefile ./vtwm/Makefile *** /usr/ports/x11-wm/vtwm/Makefile Mon Apr 10 12:50:27 2000 --- ./vtwm/Makefile Thu Jun 1 13:59:41 2000 *************** *** 10,16 **** CATEGORIES= x11-wm MASTER_SITES= ftp://ftp.visi.com/users/hawkeyd/X/ ! MAINTAINER= bmah@ca.sandia.gov LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm --- 10,16 ---- CATEGORIES= x11-wm MASTER_SITES= ftp://ftp.visi.com/users/hawkeyd/X/ ! MAINTAINER= bmah@acm.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm >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 Jun 1 14:10: 9 2000 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 CBC3A37B5B2 for ; Thu, 1 Jun 2000 14:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA38511; Thu, 1 Jun 2000 14:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from bmah-freebsd-0.cisco.com (bmah-freebsd-0.cisco.com [171.71.38.22]) by hub.freebsd.org (Postfix) with ESMTP id B403737B533 for ; Thu, 1 Jun 2000 14:04:15 -0700 (PDT) (envelope-from bmah@cisco.com) Received: (from bmah@localhost) by bmah-freebsd-0.cisco.com (8.10.1/8.10.1) id e51L4Fa47466; Thu, 1 Jun 2000 14:04:15 -0700 (PDT) (envelope-from bmah) Message-Id: <200006012104.e51L4Fa47466@bmah-freebsd-0.cisco.com> Date: Thu, 1 Jun 2000 14:04:15 -0700 (PDT) From: bmah@cisco.com Reply-To: bmah@cisco.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18957: [patch] Update MAINTAINER for x11/dxpc port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18957 >Category: ports >Synopsis: [patch] Update MAINTAINER for x11/dxpc 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: Thu Jun 01 14:10:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Bruce A. Mah >Release: FreeBSD 4.0-RELEASE i386 >Organization: Cisco Systems, Inc. >Environment: This patch updates (my) maintainer address for the x11/dxpc port. >Description: >How-To-Repeat: >Fix: diff -crN /usr/ports/x11/dxpc/Makefile ./dxpc/Makefile *** /usr/ports/x11/dxpc/Makefile Thu Apr 13 12:09:16 2000 --- ./dxpc/Makefile Thu Jun 1 14:02:18 2000 *************** *** 10,16 **** CATEGORIES= x11 MASTER_SITES= http://www.vigor.nu/dxpc/3.8.0/ ! MAINTAINER= bmah@ca.sandia.gov LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo --- 10,16 ---- CATEGORIES= x11 MASTER_SITES= http://www.vigor.nu/dxpc/3.8.0/ ! MAINTAINER= bmah@acm.org LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo >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 Jun 1 14:27:15 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.af.airnet.ne.jp (mail.af.airnet.ne.jp [210.159.66.49]) by hub.freebsd.org (Postfix) with ESMTP id C2EB437B67B; Thu, 1 Jun 2000 14:27:04 -0700 (PDT) (envelope-from imura@cs.titech.ac.jp) Received: from imura.af.airnet.ne.jp (tok086.airnet.ne.jp [210.159.88.86]) by mail.af.airnet.ne.jp (8.8.8/3.6W/06/13/98-AF.AIRNET.NE.JP) with ESMTP id GAA06608; Fri, 2 Jun 2000 06:27:02 +0900 Posted-Date: Fri, 2 Jun 2000 06:26:50 +0900 (JST) To: andrews@TECHNOLOGIST.COM Cc: sobomax@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/18906: No gif images in KDE 1.1.2 applications. From: "R. Imura" In-Reply-To: <20000601142538.F32212@argon.gryphonsoft.com> References: <39369E0D.67E77C4E@FreeBSD.org> <20000602030400I.imura@cs.titech.ac.jp> <20000601142538.F32212@argon.gryphonsoft.com> X-Mailer: Mew version 1.94b20 on Emacs 19.34 / Mule 2.3 =?iso-2022-jp?B?KBskQkt2RSYyVhsoQik=?= X-Prom-Mew: Prom-Mew 1.93.4 (procmail reader for Mew) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20000602062648X.imura@cs.titech.ac.jp> Date: Fri, 02 Jun 2000 06:26:48 +0900 X-Dispatcher: imput version 990401(IM113) Lines: 16 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > On Fri, Jun 02, 2000 at 03:04:00AM +0900, R. Imura wrote: > > Qt-1.x has gif decoder in itself, and does not use libgif nor libungif. > > KDE-1.x uses qt's gif decoder, so it won't solve by libungif. > > > > The author says in qt_gif.h that "a separate license from Unisys > > may be required to use the gif reader", and I respect the author. > > So should I flip this switch and add the ungif library dependency to > Qt 1.45? No, the functions are in libqt, not using libungif. Use PNG instead of GIF. graphics/gif2html is usefull. :) - R. Imura To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 1 14:33:12 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.af.airnet.ne.jp (mail.af.airnet.ne.jp [210.159.66.49]) by hub.freebsd.org (Postfix) with ESMTP id ADDC437B5FF; Thu, 1 Jun 2000 14:33:03 -0700 (PDT) (envelope-from imura@cs.titech.ac.jp) Received: from imura.af.airnet.ne.jp (tok086.airnet.ne.jp [210.159.88.86]) by mail.af.airnet.ne.jp (8.8.8/3.6W/06/13/98-AF.AIRNET.NE.JP) with ESMTP id GAA17718; Fri, 2 Jun 2000 06:33:01 +0900 Posted-Date: Fri, 2 Jun 2000 06:32:12 +0900 (JST) To: andrews@TECHNOLOGIST.COM Cc: sobomax@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/18906: No gif images in KDE 1.1.2 applications. From: "R. Imura" In-Reply-To: <20000602062648X.imura@cs.titech.ac.jp> References: <20000602030400I.imura@cs.titech.ac.jp> <20000601142538.F32212@argon.gryphonsoft.com> <20000602062648X.imura@cs.titech.ac.jp> X-Mailer: Mew version 1.94b20 on Emacs 19.34 / Mule 2.3 =?iso-2022-jp?B?KBskQkt2RSYyVhsoQik=?= X-Prom-Mew: Prom-Mew 1.93.4 (procmail reader for Mew) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20000602063211W.imura@cs.titech.ac.jp> Date: Fri, 02 Jun 2000 06:32:11 +0900 X-Dispatcher: imput version 990401(IM113) Lines: 9 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Nop, oops > Use PNG instead of GIF. > graphics/gif2html is usefull. :) ^^^^^^^^ gif2png gif2png has gif2png and web2png commands. - R. Imura To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 1 14:37:24 2000 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 6BBCC37B5FF; Thu, 1 Jun 2000 14:37:20 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Received: (from jmz@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA41355; Thu, 1 Jun 2000 14:37:20 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Date: Thu, 1 Jun 2000 14:37:20 -0700 (PDT) Message-Id: <200006012137.OAA41355@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: jmz set sender to jmz@FreeBSD.org using -f From: Jean-Marc Zucconi To: andrews@technologist.com Cc: freebsd-ports@FreeBSD.org In-reply-to: <200006011730.KAA10794@freefall.freebsd.org> (message from Will Andrews on Thu, 1 Jun 2000 10:30:02 -0700 (PDT)) Subject: Re: ports/18931: tkrat2 port update to 2.0rc1 X-Mailer: Emacs References: <200006011730.KAA10794@freefall.freebsd.org> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >>>>> Will Andrews writes: >> >Synopsis: tkrat2 port update to 2.0rc1 > This doesn't work for me: > cc -O -pipe -I./../imap/c-client -I/usr/local/include/tcl8.2 > -I/usr/local/include/tk8.2 -I/usr/X11R6/include -fpic -DVERSION=\"2.0\" > -c ratDummy.c > ld -Bshareable -x -o ratDummy.so ratDummy.o -lcrypt > echo "if [catch {load ./ratDummy.so; load ./ratatosk2.0.so; > pkg_mkIndex -verbose . ratatosk2.0.so} error] {puts \$error; exit 1}" | > /usr/local/bin/tclsh8.2 > couldn't load file "./ratatosk2.0.so": ./ratatosk2.0.so: Undefined > symbol "Tk_PhotoGetImage" > *** Error code 1 1 - Don't try to build tkrat-2.0rc1 if you have both tcl/tk-8.2 and tcl/tk-8.3 installed :-). The configure script has a bug. This will be fixed in 2.0rc2. 2 - Don't try to build tkrat if you have tk-8.3 installed :-). wish8.3 is compiled with the static tcl/tk libs: this break all programs whose loadable modules want to access to the tcl/tk functions. I have notified the maintainer a few days ago. Jean-Marc -- Jean-Marc Zucconi PGP Key: finger jmz@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 1 18:10:29 2000 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 8A08937BA9F; Thu, 1 Jun 2000 18:10:27 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA64756; Thu, 1 Jun 2000 18:10:22 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Thu, 1 Jun 2000 18:10:22 -0700 (PDT) From: Message-Id: <200006020110.SAA64756@freefall.freebsd.org> To: bmah@cisco.com, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18956: [patch] Update x11-wm/vtwm MAINTAINER Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [patch] Update x11-wm/vtwm MAINTAINER State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Thu Jun 1 18:10:09 PDT 2000 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18956 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 1 18:10:59 2000 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 1D57A37BA9F; Thu, 1 Jun 2000 18:10:58 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA64936; Thu, 1 Jun 2000 18:10:57 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Thu, 1 Jun 2000 18:10:57 -0700 (PDT) From: Message-Id: <200006020110.SAA64936@freefall.freebsd.org> To: bmah@cisco.com, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18957: [patch] Update MAINTAINER for x11/dxpc port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [patch] Update MAINTAINER for x11/dxpc port State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Thu Jun 1 18:10:39 PDT 2000 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18957 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 1 18:26:47 2000 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 6D21837B9A7; Thu, 1 Jun 2000 18:26:44 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA66415; Thu, 1 Jun 2000 18:26:44 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Thu, 1 Jun 2000 18:26:44 -0700 (PDT) From: Message-Id: <200006020126.SAA66415@freefall.freebsd.org> To: dsh@vlink.ru, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18936: new FreeBSD port: www/p5-HTML-Mason Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new FreeBSD port: www/p5-HTML-Mason State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Thu Jun 1 18:26:33 PDT 2000 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18936 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 1 18:51:39 2000 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 280DC37B63A for ; Thu, 1 Jun 2000 18:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA68918; Thu, 1 Jun 2000 18:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from wbiw01.westbend.net (wbiw01.westbend.net [209.224.254.246]) by hub.freebsd.org (Postfix) with ESMTP id 4447137B5E2 for ; Thu, 1 Jun 2000 18:47:04 -0700 (PDT) (envelope-from hetzels@wbiw01.westbend.net) Received: (from root@localhost) by wbiw01.westbend.net (8.9.3/8.9.3) id UAA85221; Thu, 1 Jun 2000 20:48:11 -0500 (CDT) (envelope-from hetzels) Message-Id: <200006020148.UAA85221@wbiw01.westbend.net> Date: Thu, 1 Jun 2000 20:48:11 -0500 (CDT) From: hetzels@westbend.net Reply-To: hetzels@westbend.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18960: Add USE_APACHE ito bsd.port.mk for Apache module ports Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18960 >Category: ports >Synopsis: Add USE_APACHE to bsd.port.mk for Apache module ports >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jun 01 18:50:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Scot W. Hetzel >Release: FreeBSD 4.0-STABLE i386 >Organization: West Bend Internet >Environment: >Description: The apache module ports will be needing to depend on different Apache ports (apache13, apache13+ipv6, apache13-ssl). In order for them to accomplish this, they will need to have their dependancies very depending on which Apache port is installed. >How-To-Repeat: >Fix: USE_APACHE defines some common variables and build, run dependancies used by the Apache module ports. --- bsd.port.mk.orig Sat May 6 20:09:14 2000 +++ bsd.port.mk Thu Jun 1 20:35:53 2000 @@ -118,6 +118,15 @@ # # Use these if your port uses some of the common software packages. # +# USE_APACHE - Says that the port uses Apache for building and running. +# AP_PORT - Set to the name of the apache port (default: apache13) +# AP_TARGET - Set to the name of the apache server (default: httpd) +# AP_SBINDIR - Set to the location of the apache sbin directory +# AP_INCLUDE - Set to the location of the apache include directory +# AP_LIBEXEC - Set to the location of the apache libexec directory +# AP_SYSCONF - Set to the location of the apache config directory +# AP_PREFIX - Set to the apache prefix (default: ${PREFIX}) +# # USE_BZIP2 - Says that the port tarballs use bzip2, not gzip, for # compression. # USE_ZIP - Says that the port distfile uses zip, not tar w/[bg]zip @@ -698,6 +707,40 @@ .if defined(USE_QT2) LIB_DEPENDS+= qt2.3:${PORTSDIR}/x11-toolkits/qt21 USE_NEWGCC= yes +.endif + +.if defined(USE_APACHE) +APXS= ${PREFIX}/sbin/apxs + +.if exists(${APXS}) +AP_PORT!= if ${APXS} -q AP_PORT > /dev/null 2>&1 ; then \ + ${APXS} -q AP_PORT ; \ + else \ + echo "apache13" ; \ + fi +AP_TARGET!= ${APXS} -q TARGET +AP_SBINDIR!= ${APXS} -q SBINDIR +AP_INCLUDE!= ${APXS} -q INCLUDEDIR +AP_LIBEXEC!= ${APXS} -q LIBEXECDIR +AP_SYSCONF!= ${APXS} -q SYSCONFDIR +AP_PREFIX!= ${APXS} -q PREFIX +.else +AP_PORT?= apache13 +AP_TARGET?= httpd +AP_SBINDIR?= ${PREFIX}/sbin +AP_INCLUDE?= ${PREFIX}/include/apache +AP_LIBEXEC?= ${PREFIX}/libexec/apache +AP_SYSCONF?= ${PREFIX}/etc/apache +AP_PREFIX?= ${PREFIX} +.endif + +BUILD_DEPENDS+= ${APXS}:${PORTSDIR}/www/${AP_PORT} +RUN_DEPENDS+= ${PREFIX}/sbin/${AP_TARGET}:${PORTSDIR}/www/${AP_PORT} + +PLIST_SUB+= AP_SBINDIR=${AP_SBINDIR:S/^${PREFIX}\///} \ + AP_INCLUDE=${AP_INCLUDE:S/^${PREFIX}\///} \ + AP_LIBEXEC=${AP_LIBEXEC:S/^${PREFIX}\///} \ + AP_SYSCONF=${AP_SYSCONF:S/^${PREFIX}\///} .endif .if defined(USE_BZIP2) >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 Jun 1 19:17:17 2000 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 ABDF737B671; Thu, 1 Jun 2000 19:17:15 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA72980; Thu, 1 Jun 2000 19:17:15 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Thu, 1 Jun 2000 19:17:15 -0700 (PDT) From: Message-Id: <200006020217.TAA72980@freefall.freebsd.org> To: ginga@athena.club.ne.jp, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18916: new port for AFsp audio package Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port for AFsp audio package State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Thu Jun 1 19:17:06 PDT 2000 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18916 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 1 19:20:21 2000 Delivered-To: freebsd-ports@freebsd.org Received: from server1.mich.com (server1.mich.com [198.108.16.2]) by hub.freebsd.org (Postfix) with ESMTP id 412B137B784; Thu, 1 Jun 2000 19:20:18 -0700 (PDT) (envelope-from will@almanac.yi.org) Received: from almanac.yi.org (pm005-038.dialup.bignet.net [64.79.80.230]) by server1.mich.com (8.9.3/8.9.3) with ESMTP id WAA15660; Thu, 1 Jun 2000 22:20:01 -0400 Received: by almanac.yi.org (Postfix, from userid 1000) id 3124B19A6; Thu, 1 Jun 2000 22:19:22 -0400 (EDT) Date: Thu, 1 Jun 2000 22:19:22 -0400 From: Will Andrews To: FreeBSD Ports Cc: FreeBSD-gnats-submit@FreeBSD.org, Maurice Castro Subject: Re: ports/18911: New port - plptools Message-ID: <20000601221922.J32212@argon.gryphonsoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi all, Does this port really belong in comms? -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 1 19:30: 4 2000 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 4500C37B671 for ; Thu, 1 Jun 2000 19:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA74262; Thu, 1 Jun 2000 19:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 1 Jun 2000 19:30:03 -0700 (PDT) Message-Id: <200006020230.TAA74262@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Will Andrews Subject: Re: ports/18911: New port - plptools Reply-To: Will Andrews Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/18911; it has been noted by GNATS. From: Will Andrews To: FreeBSD Ports Cc: FreeBSD-gnats-submit@FreeBSD.org, Maurice Castro Subject: Re: ports/18911: New port - plptools Date: Thu, 1 Jun 2000 22:19:22 -0400 Hi all, Does this port really belong in comms? -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 1 19:56:55 2000 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 DC66937B604; Thu, 1 Jun 2000 19:56:47 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA77195; Thu, 1 Jun 2000 19:56:47 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Thu, 1 Jun 2000 19:56:47 -0700 (PDT) From: Message-Id: <200006020256.TAA77195@freefall.freebsd.org> To: eric@cybernut.com, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18879: New ports - lsh 0.9.10 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New ports - lsh 0.9.10 State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Thu Jun 1 19:56:38 PDT 2000 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18879 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 1 20: 0: 9 2000 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 E3A7137B67B for ; Thu, 1 Jun 2000 20:00:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA77478; Thu, 1 Jun 2000 20:00:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 1 Jun 2000 20:00:07 -0700 (PDT) Message-Id: <200006020300.UAA77478@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Scot W. Hetzel" Subject: ports/18690 Reply-To: "Scot W. Hetzel" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/18690; it has been noted by GNATS. From: "Scot W. Hetzel" To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: ports/18690 Date: Thu, 1 Jun 2000 21:53:43 -0500 (CDT) Ignore my last submission to PR 18690, it was meant for PR 18960. Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 1 20: 0:10 2000 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 ACF2237B604 for ; Thu, 1 Jun 2000 20:00:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA77471; Thu, 1 Jun 2000 20:00:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 1 Jun 2000 20:00:06 -0700 (PDT) Message-Id: <200006020300.UAA77471@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Scot W. Hetzel" Subject: ports/18960 - Additional patch for USE_APACHE Reply-To: "Scot W. Hetzel" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/18960; it has been noted by GNATS. From: "Scot W. Hetzel" To: FreeBSD-GNATS Cc: Subject: ports/18960 - Additional patch for USE_APACHE Date: Thu, 1 Jun 2000 21:51:27 -0500 (CDT) Attached is an additional patch for USE_APACHE that will allow it to distingush between an apache13 and an apache13-ssl installation. Scot --- bsd.port.mk.orig Thu Jun 1 20:33:48 2000 +++ bsd.port.mk Thu Jun 1 21:37:24 2000 @@ -713,12 +713,16 @@ APXS= ${PREFIX}/sbin/apxs .if exists(${APXS}) +AP_TARGET!= ${APXS} -q TARGET AP_PORT!= if ${APXS} -q AP_PORT > /dev/null 2>&1 ; then \ ${APXS} -q AP_PORT ; \ else \ - echo "apache13" ; \ + if [ "${AP_TARGET}" = "httpsd" ] ; then \ + echo "apache13-ssl" ; \ + else \ + echo "apache13" ; \ + fi ; \ fi -AP_TARGET!= ${APXS} -q TARGET AP_SBINDIR!= ${APXS} -q SBINDIR AP_INCLUDE!= ${APXS} -q INCLUDEDIR AP_LIBEXEC!= ${APXS} -q LIBEXECDIR @@ -726,7 +730,11 @@ AP_PREFIX!= ${APXS} -q PREFIX .else AP_PORT?= apache13 +.if ${AP_PORT} == "apache13-ssl" +AP_TARGET?= httpsd +.else AP_TARGET?= httpd +.endif AP_SBINDIR?= ${PREFIX}/sbin AP_INCLUDE?= ${PREFIX}/include/apache AP_LIBEXEC?= ${PREFIX}/libexec/apache To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 1 20:21:39 2000 Delivered-To: freebsd-ports@freebsd.org Received: from server1.mich.com (server1.mich.com [198.108.16.2]) by hub.freebsd.org (Postfix) with ESMTP id C0A5837B54A for ; Thu, 1 Jun 2000 20:21:32 -0700 (PDT) (envelope-from will@almanac.yi.org) Received: from almanac.yi.org (pm005-038.dialup.bignet.net [64.79.80.230]) by server1.mich.com (8.9.3/8.9.3) with ESMTP id XAA29309 for ; Thu, 1 Jun 2000 23:21:28 -0400 Received: by almanac.yi.org (Postfix, from userid 1000) id D5C7219A6; Thu, 1 Jun 2000 23:20:48 -0400 (EDT) Date: Thu, 1 Jun 2000 23:20:48 -0400 From: Will Andrews To: FreeBSD Ports Subject: Porter's Handbook category violations Message-ID: <20000601232048.K32212@argon.gryphonsoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi all, Please, please: go read this document: http://www.freebsd.org/porters-handbook/x2203.html By this, the following net ports are in violation. However, I am unsure which ones should be repo-copied to security/ and then have their "net" portion removed, and which aren't. SSLtelnet/Makefile:CATEGORIES= net security argus/Makefile:CATEGORIES= net security boclient/Makefile:CATEGORIES= net security bounce/Makefile:CATEGORIES= net security clog/Makefile:CATEGORIES= net security dante/Makefile:CATEGORIES= security net iplog/Makefile:CATEGORIES= security libnids/Makefile:CATEGORIES= net security ngrep/Makefile:CATEGORIES= net security pipsecd/Makefile:CATEGORIES= net security queso/Makefile:CATEGORIES= net security relay/Makefile:CATEGORIES= net security smbtcpdump/Makefile:CATEGORIES= net security sniffit/Makefile:CATEGORIES= net security socks5/Makefile:CATEGORIES= net security tcpshow/Makefile:CATEGORIES= net security telserv/Makefile:CATEGORIES= net security The most egregious violation would have to be iplog, which does not even have "net" in CATEGORIES! Consistency, anyone? -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 1 20:30: 9 2000 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 3886837C08A; Thu, 1 Jun 2000 20:30:00 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA82266; Thu, 1 Jun 2000 20:30:00 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Thu, 1 Jun 2000 20:30:00 -0700 (PDT) From: Message-Id: <200006020330.UAA82266@freefall.freebsd.org> To: yushunwa@isi.edu, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17417: new port: net/p5-Mail-Sendmail Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: net/p5-Mail-Sendmail State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Thu Jun 1 20:29:47 PDT 2000 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=17417 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 1 20:50: 7 2000 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 7036437B547 for ; Thu, 1 Jun 2000 20:50:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA84352; Thu, 1 Jun 2000 20:50:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 1 Jun 2000 20:50:05 -0700 (PDT) Message-Id: <200006020350.UAA84352@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Will Andrews Subject: Re: ports/18879: New port audio/xwave Reply-To: Will Andrews Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/18879; it has been noted by GNATS. From: Will Andrews To: FreeBSD-gnats-submit@FreeBSD.org Cc: Martin Kraft Subject: Re: ports/18879: New port audio/xwave Date: Thu, 1 Jun 2000 23:42:04 -0400 Hi, I'm having trouble compiling this port (4.0-STABLE): cc -o xwave -O -L/usr/X11R6/lib xwave.o filebrowse.o menu.o fileop.o edit.o graphics.o button.o audio.o sample_settings.o misc.o status.o record_dialog.o audio_file.o aifc.o effects.o help.o riff.o au.o -L../lib -lfwf -lXaw -lXpm -lXmu -lXt -lX11 -L../ccitt -lccitt -L../adpcm2pcm -ladpcm -L../ieee -lieee -lm -lc /usr/X11R6/lib/libXaw.so: warning: tmpnam() possibly used unsafely; consider using mkstemp() ../lib/libfwf.a(Button.o)(.data+0x1a0): undefined reference to `xfwfLabelClassRec' ../lib/libfwf.a(Group.o): In function `expose': Group.o(.text+0xc9d): undefined reference to `xfwfRowColClassRec' ../lib/libfwf.a(Group.o): In function `insert_child': Group.o(.text+0xd4d): undefined reference to `xfwfRowColClassRec' ../lib/libfwf.a(Group.o)(.data+0xe0): undefined reference to `xfwfRowColClassRec' *** Error code 1 Any ideas? -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 1 21:12:33 2000 Delivered-To: freebsd-ports@freebsd.org Received: from MexComUSA.Net (adsl-63-200-120-86.dsl.mtry01.pacbell.net [63.200.120.86]) by hub.freebsd.org (Postfix) with ESMTP id 1AFA837BE0A for ; Thu, 1 Jun 2000 21:12:29 -0700 (PDT) (envelope-from eculp@EnContacto.Net) Received: from EnContacto.Net (adsl-63-200-120-86.dsl.mtry01.pacbell.net [63.200.120.86]) by MexComUSA.Net (8.9.3/8.9.3) with ESMTP id VAA98738 for ; Thu, 1 Jun 2000 21:12:13 -0700 (PDT) (envelope-from eculp@EnContacto.Net) Message-ID: <3937341C.B7907A17@EnContacto.Net> Date: Thu, 01 Jun 2000 21:12:13 -0700 From: Edwin Culp Organization: Mexico Communicates, S.C. X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: "freebsd-ports@FreeBSD.ORG" Subject: Thanks for mod_php4! Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org For the first time in a long time I was able to compile apache w/ssl, php with imap, gettext, mysql, ldap, xml, ftp, without a problem. T H A N K S ! ed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 1 21:17: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from MexComUSA.Net (adsl-63-200-120-86.dsl.mtry01.pacbell.net [63.200.120.86]) by hub.freebsd.org (Postfix) with ESMTP id CF74837B866; Thu, 1 Jun 2000 21:17:04 -0700 (PDT) (envelope-from eculp@EnContacto.Net) Received: from EnContacto.Net (adsl-63-200-120-86.dsl.mtry01.pacbell.net [63.200.120.86]) by MexComUSA.Net (8.9.3/8.9.3) with ESMTP id VAA98758; Thu, 1 Jun 2000 21:16:44 -0700 (PDT) (envelope-from eculp@EnContacto.Net) Message-ID: <3937352C.EB9BF4E5@EnContacto.Net> Date: Thu, 01 Jun 2000 21:16:44 -0700 From: Edwin Culp Organization: Mexico Communicates, S.C. X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Doug Poland Cc: dirk@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: FreeBSD Port: apache+php-1.3.12+3.0.16 References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I just used mod_php4 to compile apache with ssl and php4 with imap, ldap, mysql, ftp, xml, gettext, etc. It worked perfectly. If you want php3, give mod_php3 a try. They are all under /usr/ports/www. ed Doug Poland wrote: > Hello Dirk, > > I'm running 4.0R and attempted to use the port > apache+php-1.3.12+3.0.16. The make file said > apache_1.3.12 is forbidden and to use mod_php3 > instead. > > Since I'm not a guru with ports/apache/php, > I'm not sure what this is telling me. Is > the port broken? I didn't see a port for > mod_php3. Please advise as to the best course > of action. > > Also, I noticed in your configuration script > that Sybase-ct and Sybase-DB are options. > Does this mean that someone has actually got > FreeBSD/Apache/PHP/Sybase to work together > on the same server? I've been trying in > vain to get it running on 3.1R and finally > decided that I had to go to 4.0R. > > Thanks for your help. > > -- > Doug Poland > dpoland@execpc.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 1 22:39:48 2000 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 3334537B879; Thu, 1 Jun 2000 22:39:46 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA00757; Thu, 1 Jun 2000 22:39:46 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Date: Thu, 1 Jun 2000 22:39:46 -0700 (PDT) From: Message-Id: <200006020539.WAA00757@freefall.freebsd.org> To: bwithrow@nortelnetworks.com, hoek@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17675: new port: textproc/findutils Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: textproc/findutils State-Changed-From-To: open->closed State-Changed-By: hoek State-Changed-When: Thu Jun 1 22:37:55 PDT 2000 State-Changed-Why: Port added. I had to modify the port to delete the catpages that were getting installed and to list some manpages that were omitted. Also, next time, please avoid using cut'n'paste as it turns all of the tabs into spaces (which prevents patches from applying, among other things). Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=17675 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 1 23:25:55 2000 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 3935F37BAB9; Thu, 1 Jun 2000 23:25:54 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA06106; Thu, 1 Jun 2000 23:25:54 -0700 (PDT) (envelope-from knu@FreeBSD.org) Date: Thu, 1 Jun 2000 23:25:54 -0700 (PDT) From: Message-Id: <200006020625.XAA06106@freefall.freebsd.org> To: knu@FreeBSD.org, freebsd-ports@FreeBSD.org, knu@FreeBSD.org Subject: Re: ports/18917: Port update: palm/coldsync 1.1.2 -> 1.2.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Port update: palm/coldsync 1.1.2 -> 1.2.0 Responsible-Changed-From-To: freebsd-ports->knu Responsible-Changed-By: knu Responsible-Changed-When: Fri Jun 2 15:25:34 JST 2000 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=18917 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 1 23:40: 8 2000 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 4325237B52D for ; Thu, 1 Jun 2000 23:40:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA07513; Thu, 1 Jun 2000 23:40:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 1 Jun 2000 23:40:06 -0700 (PDT) Message-Id: <200006020640.XAA07513@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Tim Vanderhoek Subject: Re: ports/18960: Add USE_APACHE ito bsd.port.mk for Apache module ports Reply-To: Tim Vanderhoek Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/18960; it has been noted by GNATS. From: Tim Vanderhoek To: hetzels@westbend.net Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/18960: Add USE_APACHE ito bsd.port.mk for Apache module ports Date: Fri, 2 Jun 2000 02:31:10 -0400 On Thu, Jun 01, 2000 at 08:48:11PM -0500, hetzels@westbend.net wrote: > > +AP_TARGET!= ${APXS} -q TARGET > +AP_SBINDIR!= ${APXS} -q SBINDIR > +AP_INCLUDE!= ${APXS} -q INCLUDEDIR > +AP_LIBEXEC!= ${APXS} -q LIBEXECDIR > +AP_SYSCONF!= ${APXS} -q SYSCONFDIR > +AP_PREFIX!= ${APXS} -q PREFIX All of these should probably also be added to the list of precious make vars preserved through the environment at the end of bsd.port.mk. It would be faster to do something like: _AP_PATHS!= ${APXS} -q TARGET SBINDIR INCLUDEDIR ... | \ ${AWK} '{print "TARGET:" $1 " " "SBINDIR:" $2 ...}' AP_TARGET=${_AP_PATHS:MTARGET*:S/^TARGET//} AP_SBINDIR=${_AP_PATHS:MSBINDIR*:S/^SBINDIR//} ... Then only _AP_PATHS would be worthwhile for listing as a previous make variable. For more trickery, you could get away with something like AP_TARGET= `${APXS} -q TARGET` for most cases, I imagine. That's fastest of all. There's also no particular reason why ports that need these vars can't simply set the vars themselves. > + AP_LIBEXEC=${AP_LIBEXEC:S/^${PREFIX}\///} \ > + AP_SYSCONF=${AP_SYSCONF:S/^${PREFIX}\///} > .endif It also looks like there's an .endif missing, but I'm probably just not reading the patch right. :) -- Signature withheld by request of author. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 1 23:47:38 2000 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 3B41237B518; Thu, 1 Jun 2000 23:47:37 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA08333; Thu, 1 Jun 2000 23:47:37 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Thu, 1 Jun 2000 23:47:37 -0700 (PDT) From: Message-Id: <200006020647.XAA08333@freefall.freebsd.org> To: jamie@jamiesdomain.co.uk, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15886: new port: audio/cd2mp3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: audio/cd2mp3 State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Thu Jun 1 23:46:57 PDT 2000 State-Changed-Why: Committed, thanks! Next time, please submit a shar that conforms to the method mentioned in the Porter's Handbook. I also took the opportunity to upgrade your port to 1.1. http://www.freebsd.org/cgi/query-pr.cgi?pr=15886 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 0:34: 0 2000 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 BA3F237B5BB; Fri, 2 Jun 2000 00:33:58 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA16092; Fri, 2 Jun 2000 00:33:58 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Date: Fri, 2 Jun 2000 00:33:58 -0700 (PDT) From: Message-Id: <200006020733.AAA16092@freefall.freebsd.org> To: ust@cert.siemens.de, hoek@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16636: new port: GNU find Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: GNU find State-Changed-From-To: open->closed State-Changed-By: hoek State-Changed-When: Fri Jun 2 00:32:03 PDT 2000 State-Changed-Why: Submitter notifies me that I just committed findutils, which is a port of the same think. I'm sorry I didn't see your submission in the PR database or I would have used it instead, having been submitted earlier. I did review this version, and there are no significant differences with ``findutils'' other than the name: ``findutils'' vs. ``gfind''. http://www.freebsd.org/cgi/query-pr.cgi?pr=16636 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 0:41:47 2000 Delivered-To: freebsd-ports@freebsd.org Received: from tisch.mail.mindspring.net (tisch.mail.mindspring.net [207.69.200.157]) by hub.freebsd.org (Postfix) with ESMTP id F409A37B74E; Fri, 2 Jun 2000 00:41:42 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca41-211.ix.netcom.com [209.111.208.211]) by tisch.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id DAA00051; Fri, 2 Jun 2000 03:41:38 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id AAA63013; Fri, 2 Jun 2000 00:41:36 -0700 (PDT) To: Maxim Sobolev Cc: ports@FreeBSD.org Subject: Re: MASTER_SITE_SOURCEFORE=http://download.sourceforge.net/ request References: <392E4056.41F1A610@FreeBSD.org> <393690DB.69A6EB70@FreeBSD.org> From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Date: 02 Jun 2000 00:41:34 -0700 In-Reply-To: Maxim Sobolev's message of "Thu, 01 Jun 2000 19:35:40 +0300" Message-ID: Lines: 9 X-Mailer: Gnus v5.7/Emacs 20.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Maxim Sobolev * > That sounds fine. Patch please. :) * * Here it is. Thanks, will commit with next batch! Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 0:50: 4 2000 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 6C48D37B74E for ; Fri, 2 Jun 2000 00:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA17855; Fri, 2 Jun 2000 00:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 2 Jun 2000 00:50:03 -0700 (PDT) Message-Id: <200006020750.AAA17855@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Tim Vanderhoek Subject: Re: ports/18960: Add USE_APACHE ito bsd.port.mk for Apache module ports Reply-To: Tim Vanderhoek Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/18960; it has been noted by GNATS. From: Tim Vanderhoek To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/18960: Add USE_APACHE ito bsd.port.mk for Apache module ports Date: Fri, 2 Jun 2000 03:41:09 -0400 On Thu, Jun 01, 2000 at 11:40:06PM -0700, Tim Vanderhoek wrote: > > Then only _AP_PATHS would be worthwhile for listing as a previous make > variable. "precious make variable", even. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 0:51:46 2000 Delivered-To: freebsd-ports@freebsd.org Received: from server1.mich.com (server1.mich.com [198.108.16.2]) by hub.freebsd.org (Postfix) with ESMTP id DB15037B989; Fri, 2 Jun 2000 00:51:43 -0700 (PDT) (envelope-from will@almanac.yi.org) Received: from almanac.yi.org (pm006-038.dialup.bignet.net [64.79.81.22]) by server1.mich.com (8.9.3/8.9.3) with ESMTP id DAA28756; Fri, 2 Jun 2000 03:51:41 -0400 Received: by almanac.yi.org (Postfix, from userid 1000) id 8A6EF19A6; Fri, 2 Jun 2000 03:50:58 -0400 (EDT) Date: Fri, 2 Jun 2000 03:50:58 -0400 From: Will Andrews To: Satoshi - Ports Wraith - Asami Cc: Maxim Sobolev , ports@FreeBSD.ORG Subject: Re: MASTER_SITE_SOURCEFORE=http://download.sourceforge.net/ request Message-ID: <20000602035058.N32212@argon.gryphonsoft.com> References: <392E4056.41F1A610@FreeBSD.org> <393690DB.69A6EB70@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from asami@FreeBSD.ORG on Fri, Jun 02, 2000 at 12:41:34AM -0700 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Jun 02, 2000 at 12:41:34AM -0700, Satoshi - Ports Wraith - Asami wrote: > Thanks, will commit with next batch! Instead of just adding it to bsd.port.mk, PLEASE consider splitting off MASTER_SITE_* to bsd.sites.mk and giving permission to ports committers to modify it. -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 1:10:22 2000 Delivered-To: freebsd-ports@freebsd.org Received: from blizzard.sabbo.net (blizzard.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id 1DA2837B8B5; Fri, 2 Jun 2000 01:10:09 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vic.sabbo.net (vic.sabbo.net [193.193.218.106]) by blizzard.sabbo.net (8.9.1/8.9.3) with ESMTP id LAA01458; Fri, 2 Jun 2000 11:08:58 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.9.3/8.9.3) with ESMTP id LAA19594; Fri, 2 Jun 2000 11:09:58 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <39376BD4.A6B07119@FreeBSD.org> Date: Fri, 02 Jun 2000 11:09:56 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.73 [en] (WinNT; I) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Satoshi - Ports Wraith - Asami Cc: ports@FreeBSD.org Subject: Re: Extra in the bento's logs References: <39364EBD.823113C1@FreeBSD.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Satoshi - Ports Wraith - Asami wrote: > * From: Maxim Sobolev > > * It seems that addition of the "Extra" reson to the bento logs is extremly bad > * idea, at least in its current implementation. The logs has been bloated (~600 > * broken ports in the list - sic!) with false alarms and it is now very difficult > * to differentiate really broken ports from those that just adds several subdirs > * into locale directory. > > Which ones are false alarms? Sorry for that, I should admit that it was my mistake - I overlooked useful information. BTW, why not adjust error logs to be in the html format instead of a plain text? By doing so we could add colorisation of the various build stages as well as other niceties and provide ability to jump straight to the problematic stage by tagging it somehow (e.g. http://bento.freebsd.org/errorlogs/4-latest/someport.log.html#configure) which could save some time necessary for scrolling down endless logs. Also some form of searching/filtering ability would be really nice because it is a bit frustrating and time consuming to search my own ports in the list of some 600 problematic entries. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 1:46:22 2000 Delivered-To: freebsd-ports@freebsd.org Received: from blues.jpj.net (blues.jpj.net [204.97.17.146]) by hub.freebsd.org (Postfix) with ESMTP id 17B0437B51F; Fri, 2 Jun 2000 01:46:20 -0700 (PDT) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost) by blues.jpj.net (right/backatcha) with ESMTP id e528kJf08075; Fri, 2 Jun 2000 04:46:19 -0400 (EDT) Date: Fri, 2 Jun 2000 04:46:19 -0400 (EDT) From: Trevor Johnson To: Maxim Sobolev Cc: ports@FreeBSD.ORG Subject: Re: Extra in the bento's logs In-Reply-To: <39376BD4.A6B07119@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 > Also some form of searching/filtering ability would be really nice because it is a bit > frustrating and time consuming to search my own ports in the list of some 600 > problematic entries. A note at http://bento.freebsd.org/errorlogs/ says: The ports are built on 4-stable machines. Some of the 3-stable and 5-current failures may be because of that. If you skip those last two, you can just look at http://bento.freebsd.org/errorlogs/4-latest/ . You could use the search function in your Web browser to look for your e-mail address--or you could save to a file, then use "grep" or "perl" to search in the file. Doing the latter I come up with: fsv-0.9 2 KB x11-fm/fsv sobomax@FreeBSD.org LIB_DEPENDS jext-2.8.0.3 25 KB editors/jext sobomax@FreeBSD.org extra pvmpov-3.1e.2 4 KB graphics/pvmpov sobomax@FreeBSD.org patch py-MySQLdb-0.2.1 2 KB databases/py-MySQLdb sobomax@FreeBSD.org fetch wsoundprefs-1.1.1 23 KB audio/wsoundprefs sobomax@FreeBSD.org extra xtraceroute-0.8.14 3 KB net/xtraceroute sobomax@FreeBSD.org LIB_DEPENDS -- Trevor Johnson http://jpj.net/~trevor/gpgkey.txt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 1:48:14 2000 Delivered-To: freebsd-ports@freebsd.org Received: from cip1.melaten.rwth-aachen.de (cip1.melaten.RWTH-Aachen.DE [134.130.92.100]) by hub.freebsd.org (Postfix) with ESMTP id ED06037B567 for ; Fri, 2 Jun 2000 01:48:10 -0700 (PDT) (envelope-from tg@melaten.rwth-aachen.de) Received: from cip12.melaten.rwth-aachen.de (cip12.melaten.rwth-aachen.de [134.130.92.12]) by cip1.melaten.rwth-aachen.de (8.9.3/8.8.8) with ESMTP id KAA21937; Fri, 2 Jun 2000 10:48:57 +0200 Received: (from tg@localhost) by cip12.melaten.rwth-aachen.de (8.9.3/8.9.3) id KAA48581; Fri, 2 Jun 2000 10:55:44 +0200 (CEST) (envelope-from tg@melaten.rwth-aachen.de) X-Authentication-Warning: cip12.melaten.rwth-aachen.de: tg set sender to tg@melaten.rwth-aachen.de using -f To: Christoph Kukulies Cc: freebsd-ports@FreeBSD.ORG Subject: Re: teTeX woes References: <200005311537.RAA30983@gilberto.physik.rwth-aachen.de> From: Thomas Gellekum In-Reply-To: Christoph Kukulies's message of "Wed, 31 May 2000 17:37:57 +0200 (CEST)" Date: 02 Jun 2000 10:55:43 +0200 Message-ID: Lines: 28 User-Agent: Gnus/5.0806 (Gnus v5.8.6) XEmacs/21.1 (Canyonlands) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Christoph Kukulies writes: > Sigh, > > I'm fighting TeX again. I installed the port/print/teTeX port > (to install lilypond after that btw.) > > Why has this been changed again? The binaries once used to reside > in /usr/local/teTeX/bin. With this scheme I seem to recall it was > absolutely unnecessary to have TEX environment variables. It's still unnecessary. teTeX installs its binaries into /usr/local/bin and the support files into /usr/local/share/texmf. Works fine for me. > Now I cannot even compile a simple tex program after teTeX installation. Error messages? What's your $PATH? Do you still have your old TeX stuff around? > Also the teTeX installation failed in xdvi interactive config. > Because no xdvi app-defaults were found. I can't check now, but ISTR that /usr/local/bin/xdvi (a shell script) sets the XAPPRESDIR to /usr/local/share/texmf/xdvi, where XDvi resides. tg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 2: 1:15 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mailgw1.be.to (mailgw1.be.to [210.235.212.5]) by hub.freebsd.org (Postfix) with ESMTP id DB16237B9CF for ; Fri, 2 Jun 2000 02:01:11 -0700 (PDT) (envelope-from okazaki@be.to) Received: from mail1.be.to (mail1.be.to [210.235.212.2]) by mailgw1.be.to (8.9.3+3.2W/BETO.2.1-2000060200000035) with ESMTP id SAA22330 for ; Fri, 2 Jun 2000 18:01:07 +0900 Received: from localhost (ppp02-Mobara1.mtci.ne.jp [210.172.1.204]) by mail1.be.to (8.9.3+3.2W/BETO.2.0-2000051721000000) with SMTP id SAA15536 for ; Fri, 2 Jun 2000 18:01:00 +0900 X-Authentication-Warning: mail1.be.to: Host ppp02-Mobara1.mtci.ne.jp [210.172.1.204] claimed to be localhost Received: (qmail 2662 invoked from network); 2 Jun 2000 09:00:16 -0000 Received: from localhost (HELO acidrain.localnet) (127.0.0.1) by localhost with SMTP; 2 Jun 2000 09:00:16 -0000 Date: Fri, 02 Jun 2000 18:00:14 +0900 Message-ID: <86bt1k8nkx.wl@dolphin.be.to> From: OKAZAKI Tetsurou To: trevor@jpj.net Cc: sobomax@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: Extra in the bento's logs In-Reply-To: In your message of "Fri, 2 Jun 2000 04:46:19 -0400 (EDT)" References: <39376BD4.A6B07119@FreeBSD.org> User-Agent: Wanderlust/2.3.0 (Roam) REMI/1.14.1 (=?ISO-8859-4?Q?Mushigawa?= =?ISO-8859-4?Q?=F2sugi?=) Chao/1.14.1 (=?ISO-8859-4?Q?Rokujiz=F2?=) APEL/10.2 Emacs/20.6 (i386--freebsd) MULE/4.0 (HANANOEN) Organization: Unknown MIME-Version: 1.0 (generated by REMI 1.14.1 - =?ISO-8859-4?Q?=22Mushigawa=F2?= =?ISO-8859-4?Q?sugi=22?=) Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In the message Trevor Johnson wrote: > > Also some form of searching/filtering ability would be really nice because it is a bit > > frustrating and time consuming to search my own ports in the list of some 600 > > problematic entries. > A note at http://bento.freebsd.org/errorlogs/ says: > The ports are built on 4-stable machines. Some of the 3-stable and > 5-current failures may be because of that. > If you skip those last two, you can just look at > http://bento.freebsd.org/errorlogs/4-latest/ . You could use the search > function in your Web browser to look for your e-mail address--or you could > save to a file, then use "grep" or "perl" to search in the file. Doing Use fenner's summary of "Package building errors by maintainer" at http://people.FreeBSD.org/~fenner/errorlogs/ . -- Tetsurou To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 2:25:42 2000 Delivered-To: freebsd-ports@freebsd.org Received: from blizzard.sabbo.net (blizzard.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id 1316337C044 for ; Fri, 2 Jun 2000 02:25:36 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vic.sabbo.net (vic.sabbo.net [193.193.218.106]) by blizzard.sabbo.net (8.9.1/8.9.3) with ESMTP id MAA04750; Fri, 2 Jun 2000 12:24:24 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.9.3/8.9.3) with ESMTP id MAA19922; Fri, 2 Jun 2000 12:24:57 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <39377D67.A91ACA@FreeBSD.org> Date: Fri, 02 Jun 2000 12:24:55 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.73 [en] (WinNT; I) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: OKAZAKI Tetsurou Cc: trevor@jpj.net, ports@FreeBSD.org Subject: Re: Extra in the bento's logs References: <39376BD4.A6B07119@FreeBSD.org> <86bt1k8nkx.wl@dolphin.be.to> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org OKAZAKI Tetsurou wrote: > In the message > Trevor Johnson wrote: > > > > Also some form of searching/filtering ability would be really nice because it is a bit > > > frustrating and time consuming to search my own ports in the list of some 600 > > > problematic entries. > > > A note at http://bento.freebsd.org/errorlogs/ says: > > > The ports are built on 4-stable machines. Some of the 3-stable and > > 5-current failures may be because of that. > > > If you skip those last two, you can just look at > > http://bento.freebsd.org/errorlogs/4-latest/ . You could use the search > > function in your Web browser to look for your e-mail address--or you could > > save to a file, then use "grep" or "perl" to search in the file. Doing > > Use fenner's summary of "Package building errors by maintainer" at > http://people.FreeBSD.org/~fenner/errorlogs/ . Ah, thanks, I forgot about this one. Anyway, the more general facility for logs searching/filtering (something like one we have for PRs) would be much better (IMHO of course). -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 2:38: 4 2000 Delivered-To: freebsd-ports@freebsd.org Received: from blizzard.sabbo.net (blizzard.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id A375037BA1E; Fri, 2 Jun 2000 02:37:59 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vic.sabbo.net (vic.sabbo.net [193.193.218.106]) by blizzard.sabbo.net (8.9.1/8.9.3) with ESMTP id MAA05403; Fri, 2 Jun 2000 12:36:54 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.9.3/8.9.3) with ESMTP id MAA19959; Fri, 2 Jun 2000 12:37:57 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <39378073.9ACA1431@FreeBSD.org> Date: Fri, 02 Jun 2000 12:37:55 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.73 [en] (WinNT; I) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: ports@FreeBSD.org, asami@FreeBSD.org Subject: bento-safe cross-referencing ports (Howto?) Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, Does anybody can explain how to create bento-safe ports which depends on action performed by some other port, i.e. when something like the following should be done (utah-glx example): [...] BUILD_DEPENDS= nonexistent:${PORTSDIR}/graphics/Mesa3:patch [...] CONFIGURE_ARGS= --with-mesa=${PORTSDIR}/graphics/Mesa3/work/Mesa-3.2 [...] I have no problem with it on my local tree, but it seems that it generates error on bento. It is also apply to the pvmpov port. (See: http://bento.freebsd.org/errorlogs/5-latest/pvmpov-3.1e.2.log , http://bento.freebsd.org/errorlogs/5-latest/utah-glx-0.9.1.log ). -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 3:50:10 2000 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 4D40E37B529 for ; Fri, 2 Jun 2000 03:50:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA36439; Fri, 2 Jun 2000 03:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from blues.jpj.net (blues.jpj.net [204.97.17.146]) by hub.freebsd.org (Postfix) with ESMTP id 225CF37B7B1 for ; Fri, 2 Jun 2000 03:43:54 -0700 (PDT) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost) by blues.jpj.net (right/backatcha) with ESMTP id e52AhqA11088 for ; Fri, 2 Jun 2000 06:43:52 -0400 (EDT) Message-Id: Date: Fri, 2 Jun 2000 06:43:52 -0400 (EDT) From: Trevor Johnson To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/18963: extra files fix for audio/sphinx Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18963 >Category: ports >Synopsis: extra files fix for audio/sphinx >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 Jun 02 03:50:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Trevor Johnson >Release: 4.0-CURRENT >Organization: myself >Environment: FreeBSD tethys.csudh.edu 4.0-20000214-CURRENT FreeBSD 4.0-20000214-CURRENT #0: Tue Feb 15 01:45:52 GMT 2000 root@monster.cdrom.com:/usr/src/sys/compile/GENERIC i386 >Description: I'm the maintainer of the sphinx port. In http://bento.freebsd.org/errorlogs/4-latest/sphinx-2.0.2.log and http://bento.freebsd.org/errorlogs/5-latest/sphinx-2.0.2.log it's noted that the port leaves a broken symlink behind when it's uninstalled. >How-To-Repeat: Install the port, then do "cd /usr/ports/audio/sphinx; make deinstall" or "pkg_delete sphinx-2.0.2" and look for the /usr/local/lib/libsphinx2.so remaining. >Fix: diff -ruN sphinx.orig/pkg/PLIST sphinx/pkg/PLIST --- sphinx.orig/pkg/PLIST Mon May 29 19:59:39 2000 +++ sphinx/pkg/PLIST Fri Jun 2 03:18:38 2000 @@ -19,6 +19,7 @@ bin/sphinx2-test bin/stress2sphinx lib/libsphinx2.a +lib/libsphinx2.so lib/libsphinx2.so.1 share/sphinx2/doc/README.bin share/sphinx2/doc/README.lib >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 Jun 2 6:30:15 2000 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 C582737BA01 for ; Fri, 2 Jun 2000 06:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA78763; Fri, 2 Jun 2000 06:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from point.osg.gov.bc.ca (point.osg.gov.bc.ca [142.32.102.44]) by hub.freebsd.org (Postfix) with ESMTP id 8277A37B690 for ; Fri, 2 Jun 2000 06:24:09 -0700 (PDT) (envelope-from Cy.Schubert@uumail.gov.bc.ca) Received: (from daemon@localhost) by point.osg.gov.bc.ca (8.8.7/8.8.8) id GAA03270 for ; Fri, 2 Jun 2000 06:24:05 -0700 Received: from passer.osg.gov.bc.ca(142.32.110.29) via SMTP by point.osg.gov.bc.ca, id smtpda03268; Fri Jun 2 06:24:03 2000 Received: (from uucp@localhost) by passer.osg.gov.bc.ca (8.9.3/8.9.1) id GAA05110 for ; Fri, 2 Jun 2000 06:24:02 -0700 (PDT) Received: from cwsys9.cwsent.com(10.2.2.1), claiming to be "cwsys.cwsent.com" via SMTP by passer9.cwsent.com, id smtpdmu5108; Fri Jun 2 06:23:27 2000 Received: (from cy@localhost) by cwsys.cwsent.com (8.10.1/8.9.1) id e52DNQo53559; Fri, 2 Jun 2000 06:23:26 -0700 (PDT) Message-Id: <200006021323.e52DNQo53559@cwsys.cwsent.com> Date: Fri, 2 Jun 2000 06:23:26 -0700 (PDT) From: Cy.Schubert@uumail.gov.bc.ca Reply-To: Cy.Schubert@uumail.gov.bc.ca To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18964: New Tripwire 1.3.1 Port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18964 >Category: ports >Synopsis: new tripwire-1.3.1 port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jun 02 06:30:02 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Cy Schubert >Release: FreeBSD 4.0-STABLE i386 >Organization: UNIX Group, ITSD, ISTA, Province of BC >Environment: FreeBSD cwsys 4.0-STABLE FreeBSD 4.0-STABLE #0: Sat May 27 16:32:47 PDT 2000 root@:/usr/opt/cvs-400s-000527/src/sys/compile/CWSYS i386 >Description: New Tripwire 1.3.1 port. >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: # # tripwire131 # tripwire131/files # tripwire131/files/twcheck # tripwire131/files/md5 # tripwire131/files/conf-freebsd2.h # tripwire131/files/tw.conf.freebsd2 # tripwire131/patches # tripwire131/patches/patch-ae # tripwire131/patches/patch-aa # tripwire131/patches/patch-ab # tripwire131/patches/patch-ac # tripwire131/patches/patch-ad # tripwire131/pkg # tripwire131/pkg/COMMENT # tripwire131/pkg/DESCR # tripwire131/pkg/PLIST # tripwire131/Makefile # echo c - tripwire131 mkdir -p tripwire131 > /dev/null 2>&1 echo c - tripwire131/files mkdir -p tripwire131/files > /dev/null 2>&1 echo x - tripwire131/files/twcheck sed 's/^X//' >tripwire131/files/twcheck << 'END-of-tripwire131/files/twcheck' X#! /bin/sh - X X./gunzip < tw.db_`hostname`.gz | ./tripwire -dfd 0 -c tw.config END-of-tripwire131/files/twcheck echo x - tripwire131/files/md5 sed 's/^X//' >tripwire131/files/md5 << 'END-of-tripwire131/files/md5' XMD5 (Tripwire-1.3.1-1.tar.gz) = 31025a0649e8c5123877b30d13b62143 END-of-tripwire131/files/md5 echo x - tripwire131/files/conf-freebsd2.h sed 's/^X//' >tripwire131/files/conf-freebsd2.h << 'END-of-tripwire131/files/conf-freebsd2.h' X/* $Id: conf-freebsd2.h,v 1.1.1.1 1997/04/01 04:44:00 jdp Exp $ */ X X/* X * conf-freebsd2.h X * X * Tripwire configuration file X * X * Joe Greco X * sol.net Network Services X * Derived from the other BSD config.h's X */ X X/*** X *** Operating System specifics X *** X *** If the answer to a question in the comment is "Yes", then X *** change the corresponding "#undef" to a "#define" X ***/ X X/* X * is your OS a System V derivitive? if so, what version? X * (e.g., define SYSV 4) X */ X X#undef SYSV X X/* X * does your system have a like System V? X */ X X#undef MALLOCH X X/* X * does your system have a like POSIX says you should? X */ X X#define STDLIBH X X/* X * does your system use readdir(3) that returns (struct dirent *)? X */ X X#define DIRENT X X/* X * is #include ok? (as opposed to ) X */ X X#define STRINGH X X/* X * does your system have gethostname(2) (instead of uname(2))? X */ X X#define GETHOSTNAME END-of-tripwire131/files/conf-freebsd2.h echo x - tripwire131/files/tw.conf.freebsd2 sed 's/^X//' >tripwire131/files/tw.conf.freebsd2 << 'END-of-tripwire131/files/tw.conf.freebsd2' X# $Id: tw.conf.freebsd2,v 1.3 1998/07/28 17:54:21 obrien Exp $ X# X# tripwire.config X# Generic version for FreeBSD X# Will need editing...see comments below X# X# This file contains a list of files and directories that System X# Preener will scan. Information collected from these files will be X# stored in the tripwire.database file. X# X# Format: [!|=] entry [ignore-flags] X# X# where: '!' signifies the entry is to be pruned (inclusive) from X# the list of files to be scanned. X# '=' signifies the entry is to be added, but if it is X# a directory, then all its contents are pruned X# (useful for /tmp). X# X# where: entry is the absolute pathname of a file or a directory X# X# where ignore-flags are in the format: X# [template][ [+|-][pinugsam12] ... ] X# X# - : ignore the following atributes X# + : do not ignore the following attributes X# X# p : permission and file mode bits a: access timestamp X# i : inode number m: modification timestamp X# n : number of links (ref count) c: inode creation timestamp X# u : user id of owner 1: signature 1 X# g : group id of owner 2: signature 2 X# s : size of file X# X# X# Ex: The following entry will scan all the files in /etc, and report X# any changes in mode bits, inode number, reference count, uid, X# gid, modification and creation timestamp, and the signatures. X# However, it will ignore any changes in the access timestamp. X# X# /etc +pinugsm12-a X# X# The following templates have been pre-defined to make these long ignore X# mask descriptions unecessary. X# X# Templates: (default) R : [R]ead-only (+pinugsm12-a) X# L : [L]og file (+pinug-sam12) X# N : ignore [N]othing (+pinusgsamc12) X# E : ignore [E]verything (-pinusgsamc12) X# X# By default, Tripwire uses the R template -- it ignores X# only the access timestamp. X# X# You can use templates with modifiers, like: X# Ex: /etc/lp E+ug X# X# Example configuration file: X# /etc R # all system files X# !/etc/lp R # ...but not those logs X# =/tmp N # just the directory, not its files X# X# Note the difference between pruning (via "!") and ignoring everything X# (via "E" template): Ignoring everything in a directory still monitors X# for added and deleted files. Pruning a directory will prevent Tripwire X# from even looking in the specified directory. X# X# X# Tripwire running slowly? Modify your tripwire.config entries to X# ignore the (signature 2) attribute when this computationally-exorbitant X# protection is not needed. (See README and design document for further X# details.) X# X X# First, root's traditional "home". Note that FreeBSD's root's home (/root) X# is protected by R-2 protections in the default config file. X=/ L X/.rhosts R # may not exist X/.profile R # may not exist X/.cshrc R # may not exist X/.login R # may not exist X/.exrc R # may not exist X/.logout R # may not exist X/.forward R # may not exist X X# Unix itself X/kernel R X X# /bin X/bin R-2 X X# /dev X/dev L X X# /etc X/etc R-2 X/etc/aliases L X/etc/dumpdates L X/etc/motd L X X# my passwd database should be static at time of system build. yours may X# not be, if not, uncomment the lines below. X X# /etc/passwd L X# /etc/master.passwd L X# /etc/pwd.db L X# /etc/spwd.db L X X# /home X=/home X X# /lkm X/lkm R-2 X X# /root X/root R-2 X/root/.history L X X# /sbin X/sbin R-2 X X# /stand X/stand R-2 X X# /usr/bin X/usr/bin R-2 X X/usr/include R-12 X X/usr/lib R-2 X X/usr/libdata R-2 X X/usr/libexec R-2 X X/usr/local/bin R-2 X X/usr/local/etc L X X/usr/local/lib R-2 X X/usr/local/libexec R-2 X X/usr/local/sbin R-2 X X/usr/local/share R-2 X X/usr/sbin R-2 X X/usr/share R-2 X X########################################### END-of-tripwire131/files/tw.conf.freebsd2 echo c - tripwire131/patches mkdir -p tripwire131/patches > /dev/null 2>&1 echo x - tripwire131/patches/patch-ae sed 's/^X//' >tripwire131/patches/patch-ae << 'END-of-tripwire131/patches/patch-ae' X--- Makefile.orig Tue May 4 01:31:00 1999 X+++ Makefile Thu May 11 19:51:30 2000 X@@ -60,8 +60,8 @@ X #CPP = /lib/cpp # on older systems X X # make sure libraries are not linked dynamically (as a security measure) X-#LDFLAGS= -static # Most systems, Linux / RedHat 5.2 and previous X-LDFLAGS= -ldl # Solaris 2.x, Redhat 6.0 X+LDFLAGS= -static # Most systems, Linux / RedHat 5.2 and previous X+#LDFLAGS= -ldl # Solaris 2.x, Redhat 6.0 X # common X #LDFLAGS= -non_shared # OSF/1 X #LDFLAGS= -Bstatic # SunOS 4 (cannot statically link tripwire END-of-tripwire131/patches/patch-ae echo x - tripwire131/patches/patch-aa sed 's/^X//' >tripwire131/patches/patch-aa << 'END-of-tripwire131/patches/patch-aa' X*** include/config.h.orig Fri Jul 15 06:02:52 1994 X--- include/config.h Sun Dec 31 18:56:20 1989 X*************** X*** 17,23 **** X *** file that corresponds with your operating system. X ***/ X X! #include "../configs/conf-svr4.h" X X #ifdef TW_TYPE32 X typedef TW_TYPE32 int32; X--- 17,23 ---- X *** file that corresponds with your operating system. X ***/ X X! #include "../configs/conf-freebsd2.h" X X #ifdef TW_TYPE32 X typedef TW_TYPE32 int32; X*************** X*** 103,110 **** X #endif X */ X X! #define CONFIG_PATH "/usr/local/bin/tw" X! #define DATABASE_PATH "/var/tripwire" X X /******* name of Tripwire files ************************************** X * X--- 103,110 ---- X #endif X */ X X! # define CONFIG_PATH "/var/adm/tcheck" X! # define DATABASE_PATH "/var/adm/tcheck/databases" X X /******* name of Tripwire files ************************************** X * END-of-tripwire131/patches/patch-aa echo x - tripwire131/patches/patch-ab sed 's/^X//' >tripwire131/patches/patch-ab << 'END-of-tripwire131/patches/patch-ab' X--- Makefile.orig Tue May 4 01:31:00 1999 X+++ Makefile Thu May 11 19:44:50 2000 X@@ -10,11 +10,11 @@ X ### X X # destination directory for final executables X-DESTDIR = /usr/local/bin/tw X-DATADIR = /var/tripwire X+DESTDIR = /usr/local/bin X+DATADIR = /var/adm/tcheck X X # destination for man pages X-MANDIR = /usr/man # This needs to change to reflect the path X+MANDIR = /usr/local/man # This needs to change to reflect the path X # on your system X X # system utilities X@@ -109,10 +109,8 @@ X $(INSTALL) -d $(DESTDIR) X (cd src; make INSTALL=$(INSTALL) DESTDIR=$(DESTDIR) install) X (cd man; make INSTALL=$(INSTALL) MANDIR=$(MANDIR) install) X- (cd configs; $(INSTALL) -m 444 tw.config $(DESTDIR)) X- chmod 555 $(DESTDIR) X $(INSTALL) -m 0755 -d $(DATADIR) X- $(INSTALL) -m 444 tests/tw.db_TEST $(DATADIR) X+ (cd configs; $(INSTALL) -m 444 tw.config $(DATADIR)) X X test: all X (cd tests; make HOSTNAME=$(HOSTNAME) DIST=$(DIST) SHELL=$(SHELL) \ END-of-tripwire131/patches/patch-ab echo x - tripwire131/patches/patch-ac sed 's/^X//' >tripwire131/patches/patch-ac << 'END-of-tripwire131/patches/patch-ac' XThis patch eliminates a compiler warning about LITTLE_ENDIAN begin Xredefined. X X*** sigs/sha/sha.c.orig Mon Jul 25 08:46:45 1994 X--- sigs/sha/sha.c Mon Mar 31 19:55:23 1997 X*************** X*** 47,52 **** X--- 47,54 ---- X #include "sha.h" X X #if BYTEORDER == 0x1234 X+ #undef BIG_ENDIAN X+ #undef LITTLE_ENDIAN X #define LITTLE_ENDIAN X #endif X END-of-tripwire131/patches/patch-ac echo x - tripwire131/patches/patch-ad sed 's/^X//' >tripwire131/patches/patch-ad << 'END-of-tripwire131/patches/patch-ad' X--- src/Makefile.orig Tue May 4 01:31:00 1999 X+++ src/Makefile Thu May 11 19:49:21 2000 X@@ -104,8 +104,8 @@ X $(CC) $(CFLAGS) -c $< X X install: tripwire X- $(INSTALL) -m 555 tripwire $(DESTDIR) X- $(INSTALL) -m 555 siggen $(DESTDIR) X+ $(INSTALL) -f noschg -s -m 555 tripwire $(DESTDIR) X+ $(INSTALL) -f noschg -s -m 555 siggen $(DESTDIR) X X clean: X -rm -f $(OFILES) config.lex.c config.pre.c y.tab.c lex.yy.c help.c \ END-of-tripwire131/patches/patch-ad echo c - tripwire131/pkg mkdir -p tripwire131/pkg > /dev/null 2>&1 echo x - tripwire131/pkg/COMMENT sed 's/^X//' >tripwire131/pkg/COMMENT << 'END-of-tripwire131/pkg/COMMENT' XFile system security and verification program. END-of-tripwire131/pkg/COMMENT echo x - tripwire131/pkg/DESCR sed 's/^X//' >tripwire131/pkg/DESCR << 'END-of-tripwire131/pkg/DESCR' XTripwire is a tool that aids system administrators and Xusers in monitoring a designated set of files for any changes. XUsed with system files on a regular (e.g., daily) basis, Tripwire Xcan notify system administrators of corrupted or tampered files, Xso damage control measures can be taken in a timely manner. X XIf "TRIPWIRE_FLOPPY" is set to "YES" in the environment or on the X"make" command line, this port will write the tripwire database to Xa floppy disk, which should then be write-protected and used as a Xreference for future runs. The diskette should be formatted and Xpresent in the "A" drive before starting the "make install" step. X XJoe Greco END-of-tripwire131/pkg/DESCR echo x - tripwire131/pkg/PLIST sed 's/^X//' >tripwire131/pkg/PLIST << 'END-of-tripwire131/pkg/PLIST' Xbin/tripwire Xbin/siggen END-of-tripwire131/pkg/PLIST echo x - tripwire131/Makefile sed 's/^X//' >tripwire131/Makefile << 'END-of-tripwire131/Makefile' X# New ports collection makefile for: tripwire 1.3 X# Version required: 1.3-1 X# Date created: Fri Mar 19 18:29:18 1999 X# Whom: Cy Schubert X# X# $Id: Makefile,v 1.4 1998/12/01 08:33:29 asami Exp $ X# X XPORTNAME= tripwire XPORTVERSION= 1.3.1-1 XCATEGORIES= security net XDISTNAME= Tripwire-${PORTVERSION} XWRKSRC= ${WRKDIR}/tw_ASR_1.3.1_src X XMAINTAINER= Cy.Schubert@uumail.gov.bc.ca X XMAN5= tw.config.5 XMAN8= siggen.8 tripwire.8 XNO_CDROM= "cannot be redistributed for more than the cost of duplication" XNO_PACKAGE= "requires local database to be built" XRESTRICTED= "contains crypto class algorithms" X X.include X X.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) XIGNORE='Please read http://www.tripwiresecurity.com/ for details of how to obtain the Tripwire source. Put the file ${DISTNAME}${EXTRACT_SUFX} into the directory ${DISTDIR} and run make again.' X.endif X Xpre-configure: X @ ${CP} ${FILESDIR}/conf-freebsd2.h ${WRKSRC}/configs X @ ${CP} ${FILESDIR}/tw.conf.freebsd2 ${WRKSRC}/configs/tw.conf.freebsd2 X Xpost-install: X @ ${MKDIR} /var/adm/tcheck X @ ${CP} ${FILESDIR}/tw.conf.freebsd2 /var/adm/tcheck/tw.config X @ ${ECHO} Creating tripwire database X @ (cd /var/adm/tcheck; tripwire -initialize) X.if defined(TRIPWIRE_FLOPPY) && ${TRIPWIRE_FLOPPY} == YES X @ disklabel -w -B /dev/rfd0c fd1440 X @ newfs -u 0 -t 0 -i 196608 -m 0 -T minimum -o space /dev/rfd0c X @ mount /dev/fd0c /mnt X @ ${GZIP_CMD} < ${PREFIX}/bin/tripwire > /mnt/tripwire X @ ${CP} -p /var/adm/tcheck/tw.config /mnt/tw.config X @ ${GZIP_CMD} < /var/adm/tcheck/databases/tw.db_`hostname` \ X > /mnt/tw.db_`hostname`.gz X @ ${CP} -p ${FILESDIR}/twcheck /mnt/twcheck X @ ${GZIP_CMD} < /usr/bin/gunzip > /mnt/gunzip X @ chmod 555 /mnt/tripwire /mnt/gunzip /mnt/twcheck X @ umount /mnt X @ ${ECHO} Do not forget to remove and write-protect the floppy. X.endif X X.include END-of-tripwire131/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 Jun 2 6:36:28 2000 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 3A6E337C083; Fri, 2 Jun 2000 06:36:26 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA79639; Fri, 2 Jun 2000 06:36:25 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Fri, 2 Jun 2000 06:36:25 -0700 (PDT) From: Message-Id: <200006021336.GAA79639@freefall.freebsd.org> To: trevor@jpj.net, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18963: extra files fix for audio/sphinx Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: extra files fix for audio/sphinx State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Fri Jun 2 06:35:37 PDT 2000 State-Changed-Why: Committed, thanks! I also added the necessary ldconfig commands to PLIST (I must have missed that in the original import :-). http://www.freebsd.org/cgi/query-pr.cgi?pr=18963 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 6:40:46 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mailgw01.execpc.com (mailgw01.execpc.com [169.207.2.78]) by hub.freebsd.org (Postfix) with ESMTP id AFA5F37B5E7; Fri, 2 Jun 2000 06:40:43 -0700 (PDT) (envelope-from dpoland@execpc.com) Received: from judah (d96.as4.appl.wi.voyager.net [169.207.124.96]) by mailgw01.execpc.com (8.9.1) id IAA19574; Fri, 2 Jun 2000 08:40:39 -0500 From: "Doug Poland" To: "Edwin Culp" Cc: , Subject: RE: FreeBSD Port: apache+php-1.3.12+3.0.16 Date: Fri, 2 Jun 2000 08:40:39 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <3937352C.EB9BF4E5@EnContacto.Net> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Importance: Normal Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm sorry Ed, I'm still confused here. I can't even make the port because of the "forbidden" message on apache_1.3.12. Are you compiling apache as a stand- alone port or as part of apache13-php3? I don't have a port called mod_php3 or mod_php4 under /usr/ports/www. Isn't mod_phpX a configure option for apache? -- Doug Ed said: > > I just used mod_php4 to compile apache with ssl and php4 with imap, > ldap, mysql, ftp, xml, gettext, etc. It worked perfectly. If you want > php3, give mod_php3 a try. They are all under /usr/ports/www. > > ed > > Doug Poland wrote: > > > Hello Dirk, > > > > I'm running 4.0R and attempted to use the port > > apache+php-1.3.12+3.0.16. The make file said > > apache_1.3.12 is forbidden and to use mod_php3 > > instead. > > > > Since I'm not a guru with ports/apache/php, > > I'm not sure what this is telling me. Is > > the port broken? I didn't see a port for > > mod_php3. Please advise as to the best course > > of action. > > > > Also, I noticed in your configuration script > > that Sybase-ct and Sybase-DB are options. > > Does this mean that someone has actually got > > FreeBSD/Apache/PHP/Sybase to work together > > on the same server? I've been trying in > > vain to get it running on 3.1R and finally > > decided that I had to go to 4.0R. > > > > Thanks for your help. > > > > -- > > Doug Poland > > dpoland@execpc.com > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-ports" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 7:10:55 2000 Delivered-To: freebsd-ports@freebsd.org Received: from MexComUSA.Net (adsl-63-200-120-86.dsl.mtry01.pacbell.net [63.200.120.86]) by hub.freebsd.org (Postfix) with ESMTP id F2C6E37B9CA; Fri, 2 Jun 2000 07:10:49 -0700 (PDT) (envelope-from eculp@EnContacto.Net) Received: from EnContacto.Net (adsl-63-205-16-202.dsl.mtry01.pacbell.net [63.205.16.202]) by MexComUSA.Net (8.9.3/8.9.3) with ESMTP id HAA59476; Fri, 2 Jun 2000 07:10:30 -0700 (PDT) (envelope-from eculp@EnContacto.Net) Message-ID: <3937C065.F18BC95C@EnContacto.Net> Date: Fri, 02 Jun 2000 07:10:45 -0700 From: Edwin Culp Organization: MexComUSA.Net/EnContacto.Net X-Mailer: Mozilla 4.73 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Doug Poland Cc: dirk@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: FreeBSD Port: apache+php-1.3.12+3.0.16 References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Doug Poland wrote: > I'm sorry Ed, I'm still confused here. I can't even > make the port because of the "forbidden" message on > apache_1.3.12. Are you compiling apache as a stand- > alone port or as part of apache13-php3? > > I don't have a port called mod_php3 or mod_php4 under > /usr/ports/www. Isn't mod_phpX a configure option > for apache? > > -- > Doug You may need a new ports source tree. It was confusing for me initially also. I just went to mod_php4 did a make clean, to clean my previous apache13 build, then make, pkg_delete apache-your-local-version-etc, make install. The menu pops up for you to configure php to your liking, and it compiles. I did make a few additions to both make files for my local preferences such as gettext that aren't menu options. ed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 7:19:40 2000 Delivered-To: freebsd-ports@freebsd.org Received: from blizzard.sabbo.net (blizzard.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id 967DA37B6B7; Fri, 2 Jun 2000 07:19:30 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vic.sabbo.net (vic.sabbo.net [193.193.218.106]) by blizzard.sabbo.net (8.9.1/8.9.3) with ESMTP id RAA18207; Fri, 2 Jun 2000 17:18:17 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.9.3/8.9.3) with ESMTP id RAA24283; Fri, 2 Jun 2000 17:19:21 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3937C263.D1C23870@FreeBSD.org> Date: Fri, 02 Jun 2000 17:19:15 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.73 [en] (WinNT; I) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Satoshi - Ports Wraith - Asami Cc: ports@FreeBSD.org Subject: Re: MASTER_SITE_SOURCEFORE=http://download.sourceforge.net/ request References: <392E4056.41F1A610@FreeBSD.org> <393690DB.69A6EB70@FreeBSD.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Satoshi - Ports Wraith - Asami wrote: > * From: Maxim Sobolev > > * > That sounds fine. Patch please. :) > * > * Here it is. > > Thanks, will commit with next batch! Fine. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 8:11:40 2000 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 A8CB537C0BF; Fri, 2 Jun 2000 08:11:25 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA63353; Fri, 2 Jun 2000 08:11:25 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Fri, 2 Jun 2000 08:11:25 -0700 (PDT) From: Message-Id: <200006021511.IAA63353@freefall.freebsd.org> To: zach@pabst.bendnet.com, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18812: New port: mp3_check Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: mp3_check State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Fri Jun 2 08:11:12 PDT 2000 State-Changed-Why: Committed, thanks! I made your port respect CC/CFLAGS. http://www.freebsd.org/cgi/query-pr.cgi?pr=18812 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 8:14: 4 2000 Delivered-To: freebsd-ports@freebsd.org Received: from coredump.lovett.com (hub.lovett.com [216.60.121.161]) by hub.freebsd.org (Postfix) with ESMTP id 6491C37BA37 for ; Fri, 2 Jun 2000 08:14:02 -0700 (PDT) (envelope-from ade@lovett.com) Received: from ade by coredump.lovett.com with local (Exim 3.14 #1) id 12xt91-0000tH-00 for ports@FreeBSD.org; Fri, 02 Jun 2000 10:13:55 -0500 Date: Fri, 2 Jun 2000 10:13:55 -0500 From: Ade Lovett To: ports@FreeBSD.org Subject: Re: Extra in the bento's logs Message-ID: <20000602101355.O99369@FreeBSD.org> References: <39376BD4.A6B07119@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from trevor@jpj.net on Fri, Jun 02, 2000 at 04:46:19AM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Jun 02, 2000 at 04:46:19AM -0400, Trevor Johnson wrote: > If you skip those last two, you can just look at > http://bento.freebsd.org/errorlogs/4-latest/ . You could use the search > function in your Web browser to look for your e-mail address--or you could > save to a file, then use "grep" or "perl" to search in the file. > > [snip] What would be more useful, imho, would be a way to have an opt-in method of having port failure logs mailed to the maintainer. Similar to the GNATS reminders we already get. -aDe -- Ade Lovett, Austin, TX. ade@FreeBSD.org FreeBSD: The Power to Serve http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 8:19:33 2000 Delivered-To: freebsd-ports@freebsd.org Received: from blizzard.sabbo.net (blizzard.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id 1853537B85B; Fri, 2 Jun 2000 08:19:23 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vic.sabbo.net (vic.sabbo.net [193.193.218.106]) by blizzard.sabbo.net (8.9.1/8.9.3) with ESMTP id SAA21075; Fri, 2 Jun 2000 18:18:15 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.9.3/8.9.3) with ESMTP id SAA39796; Fri, 2 Jun 2000 18:19:19 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3937D070.EFBC1E4C@FreeBSD.org> Date: Fri, 02 Jun 2000 18:19:12 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.73 [en] (WinNT; I) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Ade Lovett Cc: ports@FreeBSD.org Subject: Re: Extra in the bento's logs References: <39376BD4.A6B07119@FreeBSD.org> <20000602101355.O99369@FreeBSD.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Ade Lovett wrote: > > [snip] > > What would be more useful, imho, would be a way to have an opt-in > method of having port failure logs mailed to the maintainer. Similar > to the GNATS reminders we already get. Accept my vote as well. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 8:27:36 2000 Delivered-To: freebsd-ports@freebsd.org Received: from server1.mich.com (server1.mich.com [198.108.16.2]) by hub.freebsd.org (Postfix) with ESMTP id 7E90737BF08; Fri, 2 Jun 2000 08:27:31 -0700 (PDT) (envelope-from will@almanac.yi.org) Received: from almanac.yi.org (pm016-046.dialup.bignet.net [64.79.82.254]) by server1.mich.com (8.9.3/8.9.3) with ESMTP id LAA14185; Fri, 2 Jun 2000 11:27:29 -0400 Received: by almanac.yi.org (Postfix, from userid 1000) id 18C3F19B4; Fri, 2 Jun 2000 11:26:50 -0400 (EDT) Date: Fri, 2 Jun 2000 11:26:50 -0400 From: Will Andrews To: Maxim Sobolev Cc: Ade Lovett , ports@FreeBSD.ORG Subject: Re: Extra in the bento's logs Message-ID: <20000602112650.R32212@argon.gryphonsoft.com> References: <39376BD4.A6B07119@FreeBSD.org> <20000602101355.O99369@FreeBSD.org> <3937D070.EFBC1E4C@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <3937D070.EFBC1E4C@FreeBSD.org>; from sobomax@FreeBSD.ORG on Fri, Jun 02, 2000 at 06:19:12PM +0300 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Jun 02, 2000 at 06:19:12PM +0300, Maxim Sobolev wrote: > > What would be more useful, imho, would be a way to have an opt-in > > method of having port failure logs mailed to the maintainer. Similar > > to the GNATS reminders we already get. > > Accept my vote as well. And mine as well. IMO, this should not be opt-in (i.e. be mandatory) for FreeBSD committers. -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 8:34:42 2000 Delivered-To: freebsd-ports@freebsd.org Received: from coredump.lovett.com (hub.lovett.com [216.60.121.161]) by hub.freebsd.org (Postfix) with ESMTP id A2BD137BC80; Fri, 2 Jun 2000 08:34:30 -0700 (PDT) (envelope-from ade@lovett.com) Received: from ade by coredump.lovett.com with local (Exim 3.14 #1) id 12xtSn-0000vy-00; Fri, 02 Jun 2000 10:34:21 -0500 Date: Fri, 2 Jun 2000 10:34:20 -0500 From: Ade Lovett To: Will Andrews Cc: Maxim Sobolev , ports@FreeBSD.ORG Subject: Re: Extra in the bento's logs Message-ID: <20000602103420.S99369@FreeBSD.org> References: <39376BD4.A6B07119@FreeBSD.org> <20000602101355.O99369@FreeBSD.org> <3937D070.EFBC1E4C@FreeBSD.org> <20000602112650.R32212@argon.gryphonsoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000602112650.R32212@argon.gryphonsoft.com>; from andrews@technologist.com on Fri, Jun 02, 2000 at 11:26:50AM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Jun 02, 2000 at 11:26:50AM -0400, Will Andrews wrote: > And mine as well. IMO, this should not be opt-in (i.e. be mandatory) > for FreeBSD committers. I'm not convinced about that. Some of those logs can get pretty large. Perhaps opt-in unless MAINTAINER == XYZ@FreeBSD.org where XYZ != ports -aDe -- Ade Lovett, Austin, TX. ade@FreeBSD.org FreeBSD: The Power to Serve http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 8:35:38 2000 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.mail.yahoo.com (smtp.mail.yahoo.com [128.11.68.32]) by hub.freebsd.org (Postfix) with SMTP id 0681F37BF1E for ; Fri, 2 Jun 2000 08:35:36 -0700 (PDT) (envelope-from ahgu@yahoo.com) Received: from socks1.watson.ibm.com (HELO chromium) (198.81.209.19) by smtp.mail.yahoo.com with SMTP; 2 Jun 2000 08:34:57 -0700 X-Apparently-From: Message-ID: <00cb01bfcca6$88c4cea0$45d00209@watson.ibm.com> Reply-To: "ahgu" From: "ahgu" To: Cc: Subject: FreeBSD Port: cxterm-5.0.3 Date: Fri, 2 Jun 2000 11:23:26 -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.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org for the cxterm port. would you add the hz patch and color patch? also the F3 brings a messed up dialog. hope you can add the patch and fix the F3 key. __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 8:35:41 2000 Delivered-To: freebsd-ports@freebsd.org Received: from horst.bfd.com (horst.bfd.com [12.9.219.10]) by hub.freebsd.org (Postfix) with ESMTP id BAFBD37BF4F for ; Fri, 2 Jun 2000 08:35:39 -0700 (PDT) (envelope-from ejs@bfd.com) Received: from HARLIE.bfd.com (bastion.bfd.com [12.9.219.14]) by horst.bfd.com (8.10.0/8.10.0) with ESMTP id e52FZct78720 for ; Fri, 2 Jun 2000 08:35:38 -0700 (PDT) Date: Fri, 2 Jun 2000 08:35:38 -0700 (PDT) From: "Eric J. Schwertfeger" To: freebsd-ports@freebsd.org Subject: Q about the priority of a port update 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 Yesterday I found out that my most recent port submission (lsh) is broken in a way that is critical to lsh, but lsh itself isn't a critical port. It's basically a GPL and fully patent-unencumbered implementation of the SECSH (ssh2) protocol. Basically, the lsh-authorize script is a wrapper around another program, sexp-conv. One of the flags to sexp-conv was changed (from -o to -f), which breaks the wrapper. However, lsh-authorize wasn't updated, and is only used when setting up lsh, so I was the first lsh user to report this problem, 4 days after the programs release. However, this will be an issue to new lsh users. So, do I submit a critical port update for a port that isn't critical? The fix is to patch one of the patches in lsh/patches, as I'm almost totally rewriting the lsh-authorize script in the first place due to heavy bash dependancy. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 8:36:31 2000 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 F0E8537BF17; Fri, 2 Jun 2000 08:36:29 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA67102; Fri, 2 Jun 2000 08:36:30 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Fri, 2 Jun 2000 08:36:30 -0700 (PDT) From: Message-Id: <200006021536.IAA67102@freefall.freebsd.org> To: .@babolo.ru, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18813: new port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Fri Jun 2 08:35:23 PDT 2000 State-Changed-Why: Committed, thanks! I put your port in sysutils category since that is more appropriate than misc. http://www.freebsd.org/cgi/query-pr.cgi?pr=18813 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 8:39:29 2000 Delivered-To: freebsd-ports@freebsd.org Received: from aaz.links.ru (aaz.links.ru [193.125.152.37]) by hub.freebsd.org (Postfix) with ESMTP id 9AACE37B781; Fri, 2 Jun 2000 08:39:15 -0700 (PDT) (envelope-from babolo@links.ru) Received: (from babolo@localhost) by aaz.links.ru (8.9.3/8.9.3) id TAA26992; Fri, 2 Jun 2000 19:39:11 +0400 (MSD) Message-Id: <200006021539.TAA26992@aaz.links.ru> Subject: Re: ports/18912: new port: russian/messarge In-Reply-To: <200005310113.FAA26993@aaz.links.ru> from "babolo@links.ru" at "May 31, 0 05:13:14 am" To: .@babolo.ru Date: Fri, 2 Jun 2000 19:39:11 +0400 (MSD) Cc: FreeBSD-gnats-submit@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG From: "Aleksandr A.Babaylov" 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 babolo@links.ru writes: > >Number: 18912 > >Category: ports > >Synopsis: new port: russian/messarge > >Arrival-Date: Tue May 30 18:20:00 PDT 2000 > >Originator: Aleksandr A. Babaylov lost and found \n in port. Use this shar instead: # 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/COMMENT # ./pkg/DESCR # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: messarge X# Date created: 2000 May 29 X# Whom: @BABOLO <.@babolo.ru> X# X# $FreeBSD$ X# X XPORTNAME= messarge XPORTVERSION= 1.19 XCATEGORIES= russian mail www XMASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/mail/ \ X http://www.links.ru/soft/messarge/ X XMAINTAINER= .@babolo.ru X XMAN1= messarge.1 mesraw.1 mesdbc.1 mesarc.1 mestun.1 XMANCOMPRESSED= yes X X.include END-of-./Makefile echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (messarge-1.19.tar.gz) = c26d6531e47663cd29b649d3c6481fb7 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/mesraw Xbin/mesdbc Xbin/mesarc Xbin/mestun Xshare/examples/messarge/README Xshare/examples/messarge/establi.sh Xshare/examples/messarge/format Xshare/examples/messarge/index.html Xshare/examples/messarge/m.shtml Xshare/examples/messarge/mailquo.shtml Xshare/examples/messarge/mesbin.cgi Xshare/examples/messarge/message.shtml Xshare/examples/messarge/message.shtml.f Xshare/examples/messarge/s.shtml Xshare/examples/messarge/t.shtml Xshare/examples/messarge/write.shtml X@dirrm share/examples/messarge X@dirrm share/examples END-of-./pkg/PLIST echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' XTools to mantain UNIX mailboxes END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XTools to manipulate UNIX mailboxes. XExample of use messarge as www interface Xto mail archive included (like mhonarc, Xbut original UNIX mailboxes used). XConverts Russian encodings as appropriate. XMultipart messages and multimedia extensions Xprocessing included. Extremely fast response Xfor operations with indexed mailboxes. XVery flexible. X XWWW: http://www.links.ru/soft/messarge/ END-of-./pkg/DESCR exit -- @BABOLO http://links.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 8:40: 9 2000 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 808F837B91B for ; Fri, 2 Jun 2000 08:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA67523; Fri, 2 Jun 2000 08:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 2 Jun 2000 08:40:03 -0700 (PDT) Message-Id: <200006021540.IAA67523@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Aleksandr A.Babaylov" Subject: Re: ports/18912: new port: russian/messarge Reply-To: "Aleksandr A.Babaylov" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/18912; it has been noted by GNATS. From: "Aleksandr A.Babaylov" To: .@babolo.ru Cc: FreeBSD-gnats-submit@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/18912: new port: russian/messarge Date: Fri, 2 Jun 2000 19:39:11 +0400 (MSD) babolo@links.ru writes: > >Number: 18912 > >Category: ports > >Synopsis: new port: russian/messarge > >Arrival-Date: Tue May 30 18:20:00 PDT 2000 > >Originator: Aleksandr A. Babaylov lost and found \n in port. Use this shar instead: # 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/COMMENT # ./pkg/DESCR # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: messarge X# Date created: 2000 May 29 X# Whom: @BABOLO <.@babolo.ru> X# X# $FreeBSD$ X# X XPORTNAME= messarge XPORTVERSION= 1.19 XCATEGORIES= russian mail www XMASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/mail/ \ X http://www.links.ru/soft/messarge/ X XMAINTAINER= .@babolo.ru X XMAN1= messarge.1 mesraw.1 mesdbc.1 mesarc.1 mestun.1 XMANCOMPRESSED= yes X X.include END-of-./Makefile echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (messarge-1.19.tar.gz) = c26d6531e47663cd29b649d3c6481fb7 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/mesraw Xbin/mesdbc Xbin/mesarc Xbin/mestun Xshare/examples/messarge/README Xshare/examples/messarge/establi.sh Xshare/examples/messarge/format Xshare/examples/messarge/index.html Xshare/examples/messarge/m.shtml Xshare/examples/messarge/mailquo.shtml Xshare/examples/messarge/mesbin.cgi Xshare/examples/messarge/message.shtml Xshare/examples/messarge/message.shtml.f Xshare/examples/messarge/s.shtml Xshare/examples/messarge/t.shtml Xshare/examples/messarge/write.shtml X@dirrm share/examples/messarge X@dirrm share/examples END-of-./pkg/PLIST echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' XTools to mantain UNIX mailboxes END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XTools to manipulate UNIX mailboxes. XExample of use messarge as www interface Xto mail archive included (like mhonarc, Xbut original UNIX mailboxes used). XConverts Russian encodings as appropriate. XMultipart messages and multimedia extensions Xprocessing included. Extremely fast response Xfor operations with indexed mailboxes. XVery flexible. X XWWW: http://www.links.ru/soft/messarge/ END-of-./pkg/DESCR exit -- @BABOLO http://links.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 8:49:24 2000 Delivered-To: freebsd-ports@freebsd.org Received: from aaz.links.ru (aaz.links.ru [193.125.152.37]) by hub.freebsd.org (Postfix) with ESMTP id B5C0B37B76F for ; Fri, 2 Jun 2000 08:49:21 -0700 (PDT) (envelope-from babolo@links.ru) Received: (from babolo@localhost) by aaz.links.ru (8.9.3/8.9.3) id TAA27752 for ports@FreeBSD.ORG; Fri, 2 Jun 2000 19:49:19 +0400 (MSD) Message-Id: <200006021549.TAA27752@aaz.links.ru> Subject: Re: Extra in the bento's logs In-Reply-To: <20000602112650.R32212@argon.gryphonsoft.com> from "Will Andrews" at "Jun 2, 0 11:26:50 am" To: ports@FreeBSD.ORG Date: Fri, 2 Jun 2000 19:49:19 +0400 (MSD) From: "Aleksandr A.Babaylov" 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: > On Fri, Jun 02, 2000 at 06:19:12PM +0300, Maxim Sobolev wrote: > > > What would be more useful, imho, would be a way to have an opt-in > > > method of having port failure logs mailed to the maintainer. Similar > > > to the GNATS reminders we already get. > > > > Accept my vote as well. > > And mine as well. IMO, this should not be opt-in (i.e. be mandatory) > for FreeBSD committers. me too -- @BABOLO http://links.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 8:52: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from server1.mich.com (server1.mich.com [198.108.16.2]) by hub.freebsd.org (Postfix) with ESMTP id 4145237B826 for ; Fri, 2 Jun 2000 08:52:05 -0700 (PDT) (envelope-from will@almanac.yi.org) Received: from almanac.yi.org (pm016-046.dialup.bignet.net [64.79.82.254]) by server1.mich.com (8.9.3/8.9.3) with ESMTP id LAA21494; Fri, 2 Jun 2000 11:51:38 -0400 Received: by almanac.yi.org (Postfix, from userid 1000) id EFC3B19A6; Fri, 2 Jun 2000 11:50:57 -0400 (EDT) Date: Fri, 2 Jun 2000 11:50:57 -0400 From: Will Andrews To: "Eric J. Schwertfeger" Cc: freebsd-ports@FreeBSD.ORG Subject: Re: Q about the priority of a port update Message-ID: <20000602115057.S32212@argon.gryphonsoft.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from ejs@bfd.com on Fri, Jun 02, 2000 at 08:35:38AM -0700 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Jun 02, 2000 at 08:35:38AM -0700, Eric J. Schwertfeger wrote: > So, do I submit a critical port update for a port that isn't critical? > The fix is to patch one of the patches in lsh/patches, as I'm almost > totally rewriting the lsh-authorize script in the first place due to heavy > bash dependancy. No port is really "critical". :-> Just send in your update and I will be glad to commit it for you. -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 8:54:36 2000 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 98FEF37BE03; Fri, 2 Jun 2000 08:54:34 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA69465; Fri, 2 Jun 2000 08:54:28 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Fri, 2 Jun 2000 08:54:28 -0700 (PDT) From: Message-Id: <200006021554.IAA69465@freefall.freebsd.org> To: rbt@zort.on.ca, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18657: New Port: net/gtk-gnutella Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New Port: net/gtk-gnutella State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Fri Jun 2 08:54:13 PDT 2000 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18657 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 8:55: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from aaz.links.ru (aaz.links.ru [193.125.152.37]) by hub.freebsd.org (Postfix) with ESMTP id C683D37B8D4 for ; Fri, 2 Jun 2000 08:54:59 -0700 (PDT) (envelope-from babolo@links.ru) Received: (from babolo@localhost) by aaz.links.ru (8.9.3/8.9.3) id TAA28228; Fri, 2 Jun 2000 19:54:46 +0400 (MSD) Message-Id: <200006021554.TAA28228@aaz.links.ru> Subject: Re: Q about the priority of a port update In-Reply-To: <20000602115057.S32212@argon.gryphonsoft.com> from "Will Andrews" at "Jun 2, 0 11:50:57 am" To: andrews@technologist.com (Will Andrews) Date: Fri, 2 Jun 2000 19:54:46 +0400 (MSD) Cc: ejs@bfd.com, freebsd-ports@FreeBSD.ORG From: "Aleksandr A.Babaylov" 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: > On Fri, Jun 02, 2000 at 08:35:38AM -0700, Eric J. Schwertfeger wrote: > > So, do I submit a critical port update for a port that isn't critical? > > The fix is to patch one of the patches in lsh/patches, as I'm almost > > totally rewriting the lsh-authorize script in the first place due to heavy > > bash dependancy. > No port is really "critical". :-> ... unless security is broken ... > Just send in your update and I will be glad to commit it for you. -- @BABOLO http://links.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 9:15:51 2000 Delivered-To: freebsd-ports@freebsd.org Received: from aaz.links.ru (aaz.links.ru [193.125.152.37]) by hub.freebsd.org (Postfix) with ESMTP id 6500537B9BC; Fri, 2 Jun 2000 09:15:46 -0700 (PDT) (envelope-from babolo@links.ru) Received: (from babolo@localhost) by aaz.links.ru (8.9.3/8.9.3) id UAA00138; Fri, 2 Jun 2000 20:15:35 +0400 (MSD) Message-Id: <200006021615.UAA00138@aaz.links.ru> Subject: Re: ports/18813: new port sysutils/deleted In-Reply-To: <200006021536.IAA67102@freefall.freebsd.org> from "will@FreeBSD.org" at "Jun 2, 0 08:36:30 am" To: will@FreeBSD.org Date: Fri, 2 Jun 2000 20:15:35 +0400 (MSD) Cc: freebsd-ports@FreeBSD.org From: "Aleksandr A.Babaylov" 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@FreeBSD.org writes: > Synopsis: new port > > State-Changed-From-To: open->closed > State-Changed-By: will > State-Changed-When: Fri Jun 2 08:35:23 PDT 2000 > State-Changed-Why: > Committed, thanks! I put your port in sysutils category > since that is more appropriate than misc. Thank you wery much! There is some "dependancy" deleted on bin/18275: proposed TMPDIR setting and mkinittmpdir Everybody can do some workaround, but right way to launch deleted is via mkinittmpdir because of unpredictable user TMPDIR name. What is a way to force bin/18275 ? -- @BABOLO http://links.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 11:10:57 2000 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 CAD3C37BA2B for ; Fri, 2 Jun 2000 11:10:55 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (nobody@relay.nuxi.com [169.237.7.38]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id LAA48699; Fri, 2 Jun 2000 11:10:53 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id LAA85419; Fri, 2 Jun 2000 11:11:00 -0700 (PDT) (envelope-from obrien) Date: Fri, 2 Jun 2000 11:10:59 -0700 From: "David O'Brien" To: ahgu Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: cxterm-5.0.3 Message-ID: <20000602111059.A85394@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <00cb01bfcca6$88c4cea0$45d00209@watson.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <00cb01bfcca6$88c4cea0$45d00209@watson.ibm.com>; from ahgu@yahoo.com on Fri, Jun 02, 2000 at 11:23:26AM -0400 X-Operating-System: FreeBSD 5.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 On Fri, Jun 02, 2000 at 11:23:26AM -0400, ahgu wrote: > for the cxterm port. > would you add the hz patch and color patch? Maybe I missed it. Where is the patch? -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 11:20: 7 2000 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 CCF6537BA6A for ; Fri, 2 Jun 2000 11:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA89689; Fri, 2 Jun 2000 11:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id BC13D37BAD5; Fri, 2 Jun 2000 11:11:44 -0700 (PDT) Message-Id: <20000602181144.BC13D37BAD5@hub.freebsd.org> Date: Fri, 2 Jun 2000 11:11:44 -0700 (PDT) From: sune.falck@swipnet.se To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/18966: The newsreader krn in the KDE package does not work - missing libgdbm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18966 >Category: ports >Synopsis: The newsreader krn in the KDE package does not work - missing libgdbm >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 Jun 02 11:20:03 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Sune Falck >Release: 4.0-STABLE >Organization: >Environment: FreeBSD suf-hempc.net.home 4.0-STABLE FreeBSD 4.0-STABLE #3: Thu Jun 1 14:41:28 CEST 2000 root@suf-hempc.net.home:/usr/src/sys/compile/SUF_I686 i386 >Description: The KDE newsreader krn does not work. Missing library libgdbm.so.2 >How-To-Repeat: >Fix: Install /usr/ports/databases/gdbm >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 Jun 2 12: 6: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from smtp6.mindspring.com (smtp6.mindspring.com [207.69.200.110]) by hub.freebsd.org (Postfix) with ESMTP id 6870D37BF34; Fri, 2 Jun 2000 12:05:59 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca41-211.ix.netcom.com [209.111.208.211]) by smtp6.mindspring.com (8.9.3/8.8.5) with ESMTP id PAA17576; Fri, 2 Jun 2000 15:05:29 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id MAA65042; Fri, 2 Jun 2000 12:04:58 -0700 (PDT) To: Will Andrews Cc: Maxim Sobolev , ports@FreeBSD.ORG Subject: Re: MASTER_SITE_SOURCEFORE=http://download.sourceforge.net/ request References: <392E4056.41F1A610@FreeBSD.org> <393690DB.69A6EB70@FreeBSD.org> <20000602035058.N32212@argon.gryphonsoft.com> From: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) Date: 02 Jun 2000 12:04:50 -0700 In-Reply-To: Will Andrews's message of "Fri, 2 Jun 2000 03:50:58 -0400" Message-ID: Lines: 9 X-Mailer: Gnus v5.7/Emacs 20.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Will Andrews * Instead of just adding it to bsd.port.mk, PLEASE consider splitting off * MASTER_SITE_* to bsd.sites.mk and giving permission to ports committers * to modify it. That's what I'm going to do! :) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 12: 9:42 2000 Delivered-To: freebsd-ports@freebsd.org Received: from tisch.mail.mindspring.net (tisch.mail.mindspring.net [207.69.200.157]) by hub.freebsd.org (Postfix) with ESMTP id 9F89F37BB44; Fri, 2 Jun 2000 12:09:31 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca41-211.ix.netcom.com [209.111.208.211]) by tisch.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id PAA09791; Fri, 2 Jun 2000 15:09:08 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id MAA65074; Fri, 2 Jun 2000 12:08:43 -0700 (PDT) To: Ade Lovett Cc: ports@FreeBSD.org Subject: Re: Extra in the bento's logs References: <39376BD4.A6B07119@FreeBSD.org> <20000602101355.O99369@FreeBSD.org> From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Date: 02 Jun 2000 12:08:37 -0700 In-Reply-To: Ade Lovett's message of "Fri, 2 Jun 2000 10:13:55 -0500" Message-ID: Lines: 15 X-Mailer: Gnus v5.7/Emacs 20.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Ade Lovett * What would be more useful, imho, would be a way to have an opt-in * method of having port failure logs mailed to the maintainer. Similar * to the GNATS reminders we already get. I don't have a problem with that, it's simply lack of my time that stops me from implementing it. (I can't just mail it to everybody, every time...the builds are running every day, so there needs to be some way to timeout and mail once every N days or something.) So, if you can write a script that takes one of those log directories or index.html's and sends out mail, I'll add it in an instant! Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 12:10: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from smtp6.mindspring.com (smtp6.mindspring.com [207.69.200.110]) by hub.freebsd.org (Postfix) with ESMTP id D368637BB44; Fri, 2 Jun 2000 12:10:04 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca41-211.ix.netcom.com [209.111.208.211]) by smtp6.mindspring.com (8.9.3/8.8.5) with ESMTP id PAA13786; Fri, 2 Jun 2000 15:09:43 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id MAA65078; Fri, 2 Jun 2000 12:09:23 -0700 (PDT) To: Maxim Sobolev Cc: ports@FreeBSD.org Subject: Re: Extra in the bento's logs References: <39364EBD.823113C1@FreeBSD.org> <39376BD4.A6B07119@FreeBSD.org> From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Date: 02 Jun 2000 12:09:16 -0700 In-Reply-To: Maxim Sobolev's message of "Fri, 02 Jun 2000 11:09:56 +0300" Message-ID: Lines: 13 X-Mailer: Gnus v5.7/Emacs 20.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Maxim Sobolev * BTW, why not adjust error logs to be in the html format instead of * a plain text? By doing so we could add colorisation of the various * build stages as well as other niceties and provide ability to jump * straight to the problematic stage by tagging it somehow * (e.g. http://bento.freebsd.org/errorlogs/4-latest/someport.log.html#configure) * which could save some time necessary for scrolling down endless * logs. Why not indeed! Patches please! :) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 12:13:57 2000 Delivered-To: freebsd-ports@freebsd.org Received: from dt051n0b.san.rr.com (dt051n0b.san.rr.com [204.210.32.11]) by hub.freebsd.org (Postfix) with ESMTP id B9D8C37BB44; Fri, 2 Jun 2000 12:13:53 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from slave (doug@slave [10.0.0.1]) by dt051n0b.san.rr.com (8.9.3/8.9.3) with ESMTP id MAA51129; Fri, 2 Jun 2000 12:13:52 -0700 (PDT) (envelope-from Doug@gorean.org) Date: Fri, 2 Jun 2000 12:13:52 -0700 (PDT) From: Doug Barton X-Sender: doug@dt051n0b.san.rr.com To: hoek@FreeBSD.org Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/17675: new port: textproc/findutils In-Reply-To: <200006020539.WAA00757@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 On Thu, 1 Jun 2000 hoek@FreeBSD.org wrote: > Also, next time, please avoid using cut'n'paste as it turns all > of the tabs into spaces (which prevents patches from applying, among > other things). patch -l is your friend. :) -- "Live free or die" - State motto of my ancestral homeland, New Hampshire Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 12:18:28 2000 Delivered-To: freebsd-ports@freebsd.org Received: from maynard.mail.mindspring.net (maynard.mail.mindspring.net [207.69.200.243]) by hub.freebsd.org (Postfix) with ESMTP id 9CF8637BBAE; Fri, 2 Jun 2000 12:18:24 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca41-211.ix.netcom.com [209.111.208.211]) by maynard.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id PAA27911; Fri, 2 Jun 2000 15:18:04 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id MAA65152; Fri, 2 Jun 2000 12:17:44 -0700 (PDT) To: obrien@FreeBSD.org Cc: ports@FreeBSD.org Subject: Re: cvs commit: ports/lang/egcs/pkg PLIST References: <200006021851.LAA93494@freefall.freebsd.org> From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Date: 02 Jun 2000 12:17:38 -0700 In-Reply-To: Satoshi Asami's message of "Fri, 2 Jun 2000 11:51:11 -0700 (PDT)" Message-ID: Lines: 18 X-Mailer: Gnus v5.7/Emacs 20.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org David, * asami 2000/06/02 11:51:11 PDT * * Modified files: * lang/egcs/pkg PLIST * Log: * Oops, curses.h isn't built for 3-stable systems. * * Revision Changes Path * 1.28 +1 -2 ports/lang/egcs/pkg/PLIST I obviously wasn't fit to venture into here. This PLIST seems to need some conditional inclusion. Can you pull another trick like the "@comment ELF-only:" lines so it will be correct for all branches? Thanks, Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 12:30: 8 2000 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 9649D37BFBB for ; Fri, 2 Jun 2000 12:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA98902; Fri, 2 Jun 2000 12:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from cybernut.com (dhcp063.47.lvcm.com [24.234.47.63]) by hub.freebsd.org (Postfix) with ESMTP id 87D7937BBAE for ; Fri, 2 Jun 2000 12:25:34 -0700 (PDT) (envelope-from eric@cybernut.com) Received: (from eric@localhost) by cybernut.com (8.10.0/8.10.0) id e52JPJr35279; Fri, 2 Jun 2000 12:25:19 -0700 (PDT) Message-Id: <200006021925.e52JPJr35279@cybernut.com> Date: Fri, 2 Jun 2000 12:25:19 -0700 (PDT) From: Eric S Reply-To: eric@cybernut.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18968: serious bug in original lsh sort, updating lsh port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18968 >Category: ports >Synopsis: serious bug in original lsh sort, updating lsh 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: Fri Jun 02 12:30:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Eric S >Release: FreeBSD 4.0-RELEASE i386 >Organization: >Environment: >Description: the lsh-authorize script was broken in lsh 0.9.10, is fixed in 0.9.11, so updating the port to new version, plus correcting patches for new version fixes the problem. >How-To-Repeat: any use of the lsh-authorize script, used to authorize remote connections via public key, fails with unknown option error message. >Fix: diff -c -r lsh.orig/Makefile lsh/Makefile *** lsh.orig/Makefile Sun May 28 21:27:06 2000 --- lsh/Makefile Fri Jun 2 09:02:57 2000 *************** *** 4,10 **** # PORTNAME= lsh ! PORTVERSION= 0.9.10 DISTNAME= ${PORTNAME}-${PORTVERSION} CATEGORIES= security --- 4,10 ---- # PORTNAME= lsh ! PORTVERSION= 0.9.11 DISTNAME= ${PORTNAME}-${PORTVERSION} CATEGORIES= security diff -c -r lsh.orig/files/md5 lsh/files/md5 *** lsh.orig/files/md5 Sun May 28 21:28:09 2000 --- lsh/files/md5 Fri Jun 2 09:22:34 2000 *************** *** 1 **** ! MD5 (lsh-0.9.10.tar.gz) = b09d691cdbb8f82091bf6343a1bb7ace --- 1 ---- ! MD5 (lsh-0.9.11.tar.gz) = 757ada38ccb5c559ebea15041308a6cd diff -c -r lsh.orig/patches/patch-ac lsh/patches/patch-ac *** lsh.orig/patches/patch-ac Sun Apr 16 13:38:07 2000 --- lsh/patches/patch-ac Fri Jun 2 09:27:23 2000 *************** *** 47,53 **** + if [ -z "$hash" ] ; then + echo $0: File $1 not readable. + else ! $SEXP_CONV < $1 -o canonical --once > ~/.lsh/authorized_keys_sha1/$hash + fi + else + echo $0: File $1 not found. --- 47,53 ---- + if [ -z "$hash" ] ; then + echo $0: File $1 not readable. + else ! $SEXP_CONV < $1 -f canonical --once > ~/.lsh/authorized_keys_sha1/$hash + fi + else + echo $0: File $1 not found. >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 Jun 2 12:30:58 2000 Delivered-To: freebsd-ports@freebsd.org Received: from thehousleys.net (frenchknot.ne.mediaone.net [24.147.224.201]) by hub.freebsd.org (Postfix) with ESMTP id 2421D37C00C for ; Fri, 2 Jun 2000 12:30:54 -0700 (PDT) (envelope-from jim@thehousleys.net) Received: from thehousleys.net (baby.int.thehousleys.net. [192.168.0.24]) by thehousleys.net (8.9.3/8.9.3) with ESMTP id PAA34629 for ; Fri, 2 Jun 2000 15:30:53 -0400 (EDT) (envelope-from jim@thehousleys.net) Message-ID: <39380B6C.5C06B920@thehousleys.net> Date: Fri, 02 Jun 2000 15:30:52 -0400 From: James Housley Organization: The Housleys dot Net X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 4.0-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: "Extra" files Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org With respect to the discussion about build error and extra files. What is the proper way to specify a config file in PLIST. Specifically, a lot of ports like the apache series install a httpd.conf.dist and if httpd.conf does not exist the httpd.conf.dist is copied to httpd.conf. Now on unistall httpd.conf is not removed, and this is usually a good idea for upgrading versions. This behavior creates errors for the auto build scripts. What is the proper way to specify this? Do we need additions to the install/PLIST to specify these files. With make deinstall/pkg_delete leaving them by default and a new target deinstall-all/pkg_delete --??? removing these "extra" files? Jim -- Unix is very user-friendly. It's just picky who its friends are. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 12:31:53 2000 Delivered-To: freebsd-ports@freebsd.org Received: from smtp10.atl.mindspring.net (smtp10.atl.mindspring.net [207.69.200.246]) by hub.freebsd.org (Postfix) with ESMTP id 2AC7437C05C for ; Fri, 2 Jun 2000 12:31:47 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca41-211.ix.netcom.com [209.111.208.211]) by smtp10.atl.mindspring.net (8.9.3/8.8.5) with ESMTP id PAA26967 for ; Fri, 2 Jun 2000 15:31:40 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id MAA67682; Fri, 2 Jun 2000 12:31:25 -0700 (PDT) Date: Fri, 2 Jun 2000 12:31:25 -0700 (PDT) Message-Id: <200006021931.MAA67682@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: ports@freebsd.org Subject: NOPORTDOCS handling From: asami@freebsd.org (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi folks, How about the following patch? By adding "%%PORTDOCS:%%" in front of the PLIST lines for things that are not installed when NOPORTDOCS is set, you get a correct /var/db/pkg/${PKGNAME}/+CONTENTS regardless of the NOPORTDOCS setting. Also attached is an example of its usage. (Hey, she's cute!) Satoshi P.S. Yes, I prefer a space after the second %% but the PLIST_SUB implementation doesn't allow that.... ------- Index: Mk/bsd.port.mk =================================================================== RCS file: /usr/cvs/ports/Mk/bsd.port.mk,v retrieving revision 1.338 diff -u -r1.338 bsd.port.mk --- Mk/bsd.port.mk 2000/05/06 10:45:35 1.338 +++ Mk/bsd.port.mk 2000/06/02 19:28:40 @@ -675,6 +676,12 @@ MAKE_ENV+= PORTOBJFORMAT=${PORTOBJFORMAT} PLIST_SUB+= PORTOBJFORMAT=${PORTOBJFORMAT} +.if defined(NOPORTDOCS) +PLIST_SUB+= PORTDOCS:="@comment " +.else +PLIST_SUB+= PORTDOCS:= +.endif + .if defined(MANCOMPRESSED) .if ${MANCOMPRESSED} != yes && ${MANCOMPRESSED} != no && \ ${MANCOMPRESSED} != maybe Index: games/xhime/pkg/PLIST =================================================================== RCS file: /usr/cvs/ports/games/xhime/pkg/PLIST,v retrieving revision 1.2 diff -u -r1.2 PLIST --- games/xhime/pkg/PLIST 1999/03/07 16:58:29 1.2 +++ games/xhime/pkg/PLIST 2000/06/02 19:28:49 @@ -1,7 +1,7 @@ bin/xhime -share/doc/ja/xhime/xhime-doc.euc -share/doc/ja/xhime/xhime.doc -share/doc/ja/xhime/rh110-doc.euc -@dirrm share/doc/ja/xhime +%%PORTDOCS:%%share/doc/ja/xhime/xhime-doc.euc +%%PORTDOCS:%%share/doc/ja/xhime/xhime.doc +%%PORTDOCS:%%share/doc/ja/xhime/rh110-doc.euc +%%PORTDOCS:%%@dirrm share/doc/ja/xhime share/examples/xhime/rh110.xhm @dirrm share/examples/xhime To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 12:43:40 2000 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 66DC837BE0A; Fri, 2 Jun 2000 12:43:39 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA00770; Fri, 2 Jun 2000 12:43:38 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Fri, 2 Jun 2000 12:43:38 -0700 (PDT) From: Message-Id: <200006021943.MAA00770@freefall.freebsd.org> To: will@FreeBSD.org, freebsd-ports@FreeBSD.org, will@FreeBSD.org Subject: Re: ports/18968: serious bug in original lsh sort, updating lsh port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: serious bug in original lsh sort, updating lsh port Responsible-Changed-From-To: freebsd-ports->will Responsible-Changed-By: will Responsible-Changed-When: Fri Jun 2 12:43:28 PDT 2000 Responsible-Changed-Why: I will take care of this. http://www.freebsd.org/cgi/query-pr.cgi?pr=18968 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 12:50:40 2000 Delivered-To: freebsd-ports@freebsd.org Received: from granger.mail.mindspring.net (granger.mail.mindspring.net [207.69.200.148]) by hub.freebsd.org (Postfix) with ESMTP id 504C237BA0C for ; Fri, 2 Jun 2000 12:50:37 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca41-211.ix.netcom.com [209.111.208.211]) by granger.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id PAA03300; Fri, 2 Jun 2000 15:50:13 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id MAA67770; Fri, 2 Jun 2000 12:49:44 -0700 (PDT) To: James Housley Cc: freebsd-ports@freebsd.org Subject: Re: "Extra" files References: <39380B6C.5C06B920@thehousleys.net> From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) Date: 02 Jun 2000 12:49:37 -0700 In-Reply-To: James Housley's message of "Fri, 02 Jun 2000 15:30:52 -0400" Message-ID: Lines: 26 X-Mailer: Gnus v5.7/Emacs 20.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: James Housley * With respect to the discussion about build error and extra files. What * is the proper way to specify a config file in PLIST. Specifically, a * lot of ports like the apache series install a httpd.conf.dist and if * httpd.conf does not exist the httpd.conf.dist is copied to httpd.conf. * Now on unistall httpd.conf is not removed, and this is usually a good * idea for upgrading versions. You mean these lines. etc/apache/access.conf.default @exec [ ! -f %B/access.conf ] && cp %B/%f %B/access.conf Add something like @unexec if cmp -s %D/etc/apache/access.conf %D/etc/apache/access.conf.default; then rm -f %D/etc/apache/access.conf; fi *before* the "etc/apache/access.conf.default" line (so the comparison can be done). Also, the @exec line should probably be changed to use if, as the && construct will print out a warning message when it fails (of course, if that is the intention, that's fine). Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 13: 0:15 2000 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 1CFDB37B584 for ; Fri, 2 Jun 2000 13:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA02823; Fri, 2 Jun 2000 13:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 2 Jun 2000 13:00:02 -0700 (PDT) Message-Id: <200006022000.NAA02823@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Gerald Pfeifer Subject: Re: ports/18877: Also install libraries for the Wine port! Reply-To: Gerald Pfeifer Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/18877; it has been noted by GNATS. From: Gerald Pfeifer To: Will Andrews Cc: freebsd-ports@freebsd.org Subject: Re: ports/18877: Also install libraries for the Wine port! Date: Tue, 30 May 2000 23:20:47 +0200 (CEST) On Tue, 30 May 2000, Gerald Pfeifer wrote: >> Please consider putting the perl line in the port until Wine >> developers resync the sources on this issue. > Can you install the patch nevertheless? [...] > I'll then take care of the SOVERSION issue, one way or the other... Okay, please install my original patch and on top of that, add patches/patch-gc as follows, and do a s/1.0/1/g in pkg/PLIST. Thanks, Gerald --- /dev/null Tue May 30 13:03:39 2000 +++ patch-gc Tue May 30 23:18:16 2000 @@ -0,0 +1,441 @@ +Index: Makefile.in +=================================================================== +RCS file: /home/wine/wine/Makefile.in,v +retrieving revision 1.80 +diff -r1.80 Makefile.in +23c23 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/avifil32/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/avifil32/Makefile.in,v +retrieving revision 1.8 +diff -r1.8 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/comctl32/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/comctl32/Makefile.in,v +retrieving revision 1.12 +diff -r1.12 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/commdlg/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/commdlg/Makefile.in,v +retrieving revision 1.12 +diff -r1.12 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/dciman32/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/dciman32/Makefile.in,v +retrieving revision 1.3 +diff -r1.3 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/ddraw/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/ddraw/Makefile.in,v +retrieving revision 1.6 +diff -r1.6 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/dinput/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/dinput/Makefile.in,v +retrieving revision 1.1 +diff -r1.1 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/dplayx/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/dplayx/Makefile.in,v +retrieving revision 1.6 +diff -r1.6 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/dsound/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/dsound/Makefile.in,v +retrieving revision 1.3 +diff -r1.3 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/gdi/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/gdi/Makefile.in,v +retrieving revision 1.2 +diff -r1.2 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/icmp/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/icmp/Makefile.in,v +retrieving revision 1.3 +diff -r1.3 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/imagehlp/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/imagehlp/Makefile.in,v +retrieving revision 1.4 +diff -r1.4 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/imm32/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/imm32/Makefile.in,v +retrieving revision 1.3 +diff -r1.3 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/lzexpand/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/lzexpand/Makefile.in,v +retrieving revision 1.5 +diff -r1.5 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/mpr/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/mpr/Makefile.in,v +retrieving revision 1.2 +diff -r1.2 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/msacm/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/msacm/Makefile.in,v +retrieving revision 1.5 +diff -r1.5 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/msacm32/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/msacm32/Makefile.in,v +retrieving revision 1.5 +diff -r1.5 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/msnet32/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/msnet32/Makefile.in,v +retrieving revision 1.3 +diff -r1.3 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/msvideo/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/msvideo/Makefile.in,v +retrieving revision 1.6 +diff -r1.6 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/odbc32/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/odbc32/Makefile.in,v +retrieving revision 1.3 +diff -r1.3 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/ole32/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/ole32/Makefile.in,v +retrieving revision 1.8 +diff -r1.8 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/oleaut32/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/oleaut32/Makefile.in,v +retrieving revision 1.11 +diff -r1.11 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/olecli/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/olecli/Makefile.in,v +retrieving revision 1.4 +diff -r1.4 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/oledlg/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/oledlg/Makefile.in,v +retrieving revision 1.3 +diff -r1.3 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/olepro32/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/olepro32/Makefile.in,v +retrieving revision 1.2 +diff -r1.2 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/olesvr/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/olesvr/Makefile.in,v +retrieving revision 1.4 +diff -r1.4 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/opengl32/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/opengl32/Makefile.in,v +retrieving revision 1.1 +diff -r1.1 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/psapi/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/psapi/Makefile.in,v +retrieving revision 1.4 +diff -r1.4 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/rasapi32/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/rasapi32/Makefile.in,v +retrieving revision 1.7 +diff -r1.7 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/richedit/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/richedit/Makefile.in,v +retrieving revision 1.2 +diff -r1.2 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/setupx/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/setupx/Makefile.in,v +retrieving revision 1.3 +diff -r1.3 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/shell32/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/shell32/Makefile.in,v +retrieving revision 1.26 +diff -r1.26 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/sound/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/sound/Makefile.in,v +retrieving revision 1.4 +diff -r1.4 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/stress/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/stress/Makefile.in,v +retrieving revision 1.4 +diff -r1.4 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/tapi32/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/tapi32/Makefile.in,v +retrieving revision 1.4 +diff -r1.4 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/ttydrv/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/ttydrv/Makefile.in,v +retrieving revision 1.4 +diff -r1.4 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/urlmon/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/urlmon/Makefile.in,v +retrieving revision 1.2 +diff -r1.2 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/user/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/user/Makefile.in,v +retrieving revision 1.5 +diff -r1.5 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/version/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/version/Makefile.in,v +retrieving revision 1.6 +diff -r1.6 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/win32s/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/win32s/Makefile.in,v +retrieving revision 1.6 +diff -r1.6 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/win87em/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/win87em/Makefile.in,v +retrieving revision 1.5 +diff -r1.5 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/winaspi/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/winaspi/Makefile.in,v +retrieving revision 1.4 +diff -r1.4 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/windebug/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/windebug/Makefile.in,v +retrieving revision 1.4 +diff -r1.4 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/wing/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/wing/Makefile.in,v +retrieving revision 1.4 +diff -r1.4 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/wininet/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/wininet/Makefile.in,v +retrieving revision 1.2 +diff -r1.2 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/winmm/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/winmm/Makefile.in,v +retrieving revision 1.8 +diff -r1.8 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/winsock/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/winsock/Makefile.in,v +retrieving revision 1.4 +diff -r1.4 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/winspool/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/winspool/Makefile.in,v +retrieving revision 1.6 +diff -r1.6 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/x11drv/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/x11drv/Makefile.in,v +retrieving revision 1.5 +diff -r1.5 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 13: 8:34 2000 Delivered-To: freebsd-ports@freebsd.org Received: from server1.mich.com (server1.mich.com [198.108.16.2]) by hub.freebsd.org (Postfix) with ESMTP id 6C93E37B5AE for ; Fri, 2 Jun 2000 13:08:31 -0700 (PDT) (envelope-from will@almanac.yi.org) Received: from almanac.yi.org (pm002-012.dialup.bignet.net [64.79.80.60]) by server1.mich.com (8.9.3/8.9.3) with ESMTP id QAA27323; Fri, 2 Jun 2000 16:07:45 -0400 Received: by almanac.yi.org (Postfix, from userid 1000) id 90B4319A6; Fri, 2 Jun 2000 16:06:30 -0400 (EDT) Date: Fri, 2 Jun 2000 16:06:30 -0400 From: Will Andrews To: Gerald Pfeifer Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/18877: Also install libraries for the Wine port! Message-ID: <20000602160630.U32212@argon.gryphonsoft.com> References: <200006022000.NAA02823@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200006022000.NAA02823@freefall.freebsd.org>; from pfeifer@dbai.tuwien.ac.at on Fri, Jun 02, 2000 at 01:00:02PM -0700 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Jun 02, 2000 at 01:00:02PM -0700, Gerald Pfeifer wrote: > Okay, please install my original patch and on top of that, add > patches/patch-gc as follows, and do a s/1.0/1/g in pkg/PLIST. Instead of using this huge patch, why not put this in wine/Makefile: SOVERSION= 1 MAKE_ARGS+= -E SOVERSION ? -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 13:19:19 2000 Delivered-To: freebsd-ports@freebsd.org Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.130.111.12]) by hub.freebsd.org (Postfix) with ESMTP id 6C2F037B64D for ; Fri, 2 Jun 2000 13:19:16 -0700 (PDT) (envelope-from pfeifer@dbai.tuwien.ac.at) Received: from [128.130.111.2] (deneb [128.130.111.2]) by vexpert.dbai.tuwien.ac.at (8.9.3/8.9.3) with ESMTP id WAA21164; Fri, 2 Jun 2000 22:19:12 +0200 (MET DST) Date: Fri, 2 Jun 2000 22:19:12 +0200 (CEST) From: Gerald Pfeifer To: Will Andrews Cc: freebsd-ports@freebsd.org Subject: Re: ports/18877: Also install libraries for the Wine port! In-Reply-To: <20000602160630.U32212@argon.gryphonsoft.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 2 Jun 2000, Will Andrews wrote: > Instead of using this huge patch, why not put this in wine/Makefile: > > SOVERSION= 1 > MAKE_ARGS+= -E SOVERSION I talked to the Wine folks and they told me that the different libraries may well have different, independent version numbers in the future. (In fact that's also the reason why they do not have single definition of SOVERSION). For now, both approaches are equivalent, but this may change. However, if you prefer installing the change above instead, I do not have strong feelings either way! :-) Gerald PS: In the long term, someone seems to be working on making the library configuration in Wine more portable, and I'm already in contact with him. -- Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 13:50:12 2000 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 5011237B78C for ; Fri, 2 Jun 2000 13:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA08796; Fri, 2 Jun 2000 13:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from snapple.webct.com (snapple.webct.com [209.87.17.45]) by hub.freebsd.org (Postfix) with ESMTP id 142A937B78C for ; Fri, 2 Jun 2000 13:48:42 -0700 (PDT) (envelope-from varju@snapple.webct.com) Received: (from root@localhost) by snapple.webct.com (8.9.3/8.9.3) id NAA00583; Fri, 2 Jun 2000 13:48:41 -0700 (PDT) (envelope-from varju) Message-Id: <200006022048.NAA00583@snapple.webct.com> Date: Fri, 2 Jun 2000 13:48:41 -0700 (PDT) From: Alex Varju Reply-To: varju@ca.webct.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18971: bug fix for ports/palm/jpilot Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18971 >Category: ports >Synopsis: bug fix for ports/palm/jpilot >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 Jun 02 13:50:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Alex Varju >Release: FreeBSD 5.0-CURRENT i386 >Organization: WebCT >Environment: >Description: There is a problem with the synchronization routines in jpilot, which cause the process to hang sometimes. Thomas Runge sent me a patch the other day which should solve the problem. Here is his summary: |As you probably found out, jpilot has a big problem with |synchronizing. Almost everytime it freezes after that, all you can do |is killing the process. Thats very annoying and I had a look into the |sources. The problem was, that the author makes a lot of X-calls |inside a signal handler and a debugging sessions shows, that the |problem lies in XSync. I guess, it works on Linux, because they have |thread-save X-libs, which we do not have by default, yet. Please find |my patches attached, they work for me and will most probably work on |every unix. I've emailed the author, and he has said that this patch will be in the next release of jpilot. >How-To-Repeat: This bug is intermittent, but it usually occurs after synchronization with the pilot. >Fix: The following patch should be created as ports/palm/jpilot/patches/patch-bd --- jpilot.c Sat Feb 12 21:33:21 2000 +++ jpilot.c.orig Fri May 19 19:49:10 2000 @@ -609,6 +609,11 @@ bad_sync_exit_status(exit_status); } } + /*Look for finish message */ + Pstr1 = strstr(buf, "Finished"); + if (Pstr1) { + cb_app_button(NULL, GINT_TO_POINTER(REDRAW)); + } } } --- sync.c Thu Feb 24 03:20:33 2000 +++ sync.c.orig Fri May 19 19:48:43 2000 @@ -107,7 +107,7 @@ waitpid(-1, NULL, WNOHANG); /*refresh the screen after a sync */ - cb_app_button(NULL, GINT_TO_POINTER(REDRAW)); + /*cb_app_button(NULL, GINT_TO_POINTER(REDRAW));*/ return; } >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 Jun 2 14:40: 9 2000 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 1566437B7F4 for ; Fri, 2 Jun 2000 14:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA13605; Fri, 2 Jun 2000 14:40:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail.initio.no (nalle.initio.no [62.92.112.203]) by hub.freebsd.org (Postfix) with SMTP id DEEDF37B5A8 for ; Fri, 2 Jun 2000 14:33:39 -0700 (PDT) (envelope-from root@gaia.initio.no) Received: (qmail 9464 invoked from network); 2 Jun 2000 21:33:30 -0000 Received: from isdn-b97.oa-a.ntnu.no (HELO gaia.initio.no) (129.241.54.97) by nalle.initio.no with SMTP; 2 Jun 2000 21:33:30 -0000 Received: (qmail 7792 invoked by uid 0); 2 Jun 2000 21:33:33 -0000 Message-Id: <20000602213333.7791.qmail@gaia.initio.no> Date: 2 Jun 2000 21:33:33 -0000 From: oyvindmo@initio.no Reply-To: oyvindmo@initio.no To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18972: update port: audio/ripit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18972 >Category: ports >Synopsis: update port: audio/ripit >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 Jun 02 14:40:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: oyvindmo@initio.no >Release: FreeBSD 4.0-STABLE i386 >Organization: Initio IT-losninger AS >Environment: No CFC gases were used in updating this port. Heavy air from nearby traffic, though. Weather-wise: A bit cloudy, some rain. Actually a small hail storm hit us earlier today. Much fun. >Description: Update audio/ripit from 1.6 to 1.8. From the author's changelog: 1.7 14/05/00 Added support for GOGO encoder Added support for TOSHA and CDDA rippers Fixed a minor CDDB problem 1.8 22/05/00 GOGO support was broken Testing options had been left in the encoder and ripper option variables >How-To-Repeat: >Fix: diff -uNr ripit.orig/Makefile ripit/Makefile --- ripit.orig/Makefile Thu Jun 1 19:46:48 2000 +++ ripit/Makefile Fri Jun 2 23:13:31 2000 @@ -6,7 +6,7 @@ # PORTNAME= ripit -PORTVERSION= 1.6 +PORTVERSION= 1.8 CATEGORIES= audio MASTER_SITES= http://www.initio.no/~oyvindmo/distfiles/ @@ -14,6 +14,7 @@ RUN_DEPENDS= bladeenc:${PORTSDIR}/audio/bladeenc \ lame:${PORTSDIR}/audio/lame \ + gogo:${PORTSDIR}/audio/gogo \ tosha:${PORTSDIR}/audio/tosha \ cdda2wav:${PORTSDIR}/sysutils/cdrecord \ cda:${PORTSDIR}/audio/xmcd diff -uNr ripit.orig/files/md5 ripit/files/md5 --- ripit.orig/files/md5 Thu Jun 1 19:46:49 2000 +++ ripit/files/md5 Fri Jun 2 23:15:09 2000 @@ -1 +1 @@ -MD5 (ripit-1.6.tar.gz) = b46334c00712b65f6b59ad23caab2b94 +MD5 (ripit-1.8.tar.gz) = f2cf29b275525e1c91fe726479e71172 diff -uNr ripit.orig/patches/patch-aa ripit/patches/patch-aa --- ripit.orig/patches/patch-aa Thu Jun 1 19:46:49 2000 +++ ripit/patches/patch-aa Fri Jun 2 23:19:49 2000 @@ -1,5 +1,5 @@ ---- ripit.pl.orig Fri Apr 21 12:11:23 2000 -+++ ripit.pl Fri Apr 21 12:16:20 2000 +--- ripit.pl.orig Fri Jun 2 23:17:16 2000 ++++ ripit.pl Fri Jun 2 23:18:58 2000 @@ -26,12 +26,12 @@ # User configurable variables # @@ -9,39 +9,11 @@ +$cddev = "/dev/rcd0c"; # CD Audio device +$outputdir = "/home/mp3/"; # Where the MP3s should go $bitrate = 160; # Bitrate for MP3s - $encoder = 1; # 0 - Bladeenc, 1 - Lame +-$encoder = 1; # 0 - Bladeenc, 1 - Lame, 2 - Gogo ++$encoder = 2; # 0 - Bladeenc, 1 - Lame, 2 - Gogo $encopt = ""; # options for mp3 encoder --$cdripper = 0; # 0 - cdparanoia, 1 - cdda2wav -+$cdripper = 2; # 0 - cdparanoia, 1 - cdda2wav, 2 - tosha +-$cdripper = 0; # 0 - cdparanoia, 1 - cdda2wav, ++$cdripper = 2; # 0 - cdparanoia, 1 - cdda2wav, + # 2 - tosha, 3 - cdd $cdopt = ""; # options for cdaudio ripper - $use_underscore = 0; # Use _ instead of spaces in filenames (1 yes, 0 no) -@@ -340,12 +340,18 @@ - die "cdparanoia failed on $tracklist[$_ - 1]"; - } - } -- else { -+ elsif ($cdripper == 1) { - if (system("cdda2wav -D $cddev -Q -H $cdopt -t $riptrackno \"$riptrackname.rip\"")) { - &printflush(RIPLOG,"cdda2wav failed on $tracklist[$_ - 1]\n"); - die "cdda2wav failed on $tracklist[$_ - 1]"; - } - } -+ else { -+ if (system("tosha -d $cddev -f wav -t $riptrackno -o \"$riptrackname.rip\"")) { -+ &printflush(RIPLOG,"tosha failed on $tracklist[$_ - 1]\n"); -+ die "tosha failed on $tracklist[$_ - 1]"; -+ } -+ } - - # Rename rip file to a wav for encoder - rename "$riptrackname.rip","$riptrackname.wav"; -@@ -380,7 +386,7 @@ - print "\nMP3 Encoding track ".$ncount." of ".($#seltrack + 1)."\n"; - &printflush(RIPLOG,"Encoding $tracklist[$_ - 1]...\n"); - -- # Keep looping until the file appears, ie wait for cdparanoia -+ # Keep looping until the file appears, ie wait for cdripper - # timeout after 30 minutes - $x=0; - while( ! -r "$riptrackname.wav" ){ >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 Jun 2 16:55:34 2000 Delivered-To: freebsd-ports@freebsd.org Received: from caffeine.gerp.org (caffeine.gerp.org [216.80.26.45]) by hub.freebsd.org (Postfix) with SMTP id CABFE37B76B for ; Fri, 2 Jun 2000 16:55:29 -0700 (PDT) (envelope-from kdulzo@caffeine.gerp.org) Received: (qmail 21314 invoked by uid 100); 2 Jun 2000 23:38:22 -0000 Date: Fri, 2 Jun 2000 18:38:21 -0500 From: "Kevin M. Dulzo" To: freebsd-stable@freebsd.org, freebsd-ports@freebsd.org Subject: Ports WRKDIRPREFIX fails when on separate mount point Message-ID: <20000602183821.A6163@caffeine.gerp.org> Reply-To: kdulzo@gerp.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i X-Operating-System: OpenBSD caffeine 2.7 CAFFEINE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At first I thought this was due to NFS mounts, so I switched to null mounts, still failed, switched to ufs and still failed. Everytime I try to build a port with WRKDIRPREFIX, it honors it but the build fails when the directory is not on the same mounted file system as the ports tree itself. Sometimes it breaks patching, sometimes building, clean never works. Any ideas? This is a DEC Alpha 21164 box, but nothing seems to point it to alpha specific. Thanks, -Kevin ( Scenario One: NFS mounted /usr/ports WRKDIRPREFIX /usr/ports/work subdir) apoptygma# mount /dev/ad0g on /usr (ufs, local, writes: sync 2346 async 3648, reads: sync 2675 async 102) /dev/ad0h on /export (ufs, NFS exported, local, writes: sync 12172 async 5182, reads: sync 14518 async 269) localhost:/export/FreeBSD/4x/prod/ports on /usr/ports (nfs) localhost:/export/distfiles on /usr/ports/distfiles (nfs) apoptygma# cat /etc/make.conf CFLAGS= -O -pipe PERL_THREADED= true NO_SENDMAIL= true # do not build sendmail and related programs RSAREF= YES COPTFLAGS= -O -pipe COMPAT22= yes COMPAT3X= yes USA_RESIDENT= YES WRKDIRPREFIX= /usr/ports/work apoptygma# make ===> Extracting for tcsh-6.09.00 ===> Patching for tcsh-6.09.00 ===> Applying FreeBSD patches for tcsh-6.09.00 ===> Configuring for tcsh-6.09.00 [trimmed successful configure] ===> Building for tcsh-6.09.00 [trimmed successful build] apoptygma# make clean ===> Cleaning for tcsh-6.09.00 ( Scenario Two: NFS mounted /usr/ports WRKDIRPREFIX /usr/obj ufs mount /usr ) apoptygma# make ===> Extracting for tcsh-6.09.00 >> Checksum OK for tcsh-6.09.tar.gz. ===> Patching for tcsh-6.09.00 ===> Applying FreeBSD patches for tcsh-6.09.00 ===> Configuring for tcsh-6.09.00 [trimmed successful configure] ===> Building for tcsh-6.09.00 `configure' is up to date. make: don't know how to make real-build. Stop *** Error code 2 Stop in /usr/obj/usr/ports/shells/tcsh/work/tcsh-6.09.00. *** Error code 1 Stop in /usr/ports/shells/tcsh. *** Error code 1 Stop in /usr/ports/shells/tcsh. *** Error code 1 Stop in /usr/ports/shells/tcsh. poptygma# make clean make: don't know how to make clean-depends. Stop *** Error code 2 Stop in /usr/ports/shells/tcsh. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 17: 0:17 2000 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 A03FA37B8F6 for ; Fri, 2 Jun 2000 17:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA30332; Fri, 2 Jun 2000 17:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 2 Jun 2000 17:00:01 -0700 (PDT) Message-Id: <200006030000.RAA30332@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "KATO Tsuguru" Subject: Re: ports/18879: New port audio/xwave Reply-To: "KATO Tsuguru" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/18879; it has been noted by GNATS. From: "KATO Tsuguru" To: FreeBSD-gnats-submit@FreeBSD.org Cc: andrews@technologist.com, martin.kraft@fal.de Subject: Re: ports/18879: New port audio/xwave Date: Sat, 3 Jun 2000 08:59:37 +0900 > Any ideas? You probably made some mistakes during unpacking archive. It can be built with no modification on my system. However, initial port surely has some minor problems. I tried to fix as follows. Please review it. # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # xwave # xwave/Makefile # xwave/files # xwave/files/md5 # xwave/patches # xwave/patches/patch-aa # xwave/patches/patch-ab # xwave/patches/patch-ac # xwave/patches/patch-ad # xwave/patches/patch-ae # xwave/patches/patch-af # xwave/patches/patch-ag # xwave/patches/patch-ah # xwave/patches/patch-ai # xwave/patches/patch-aj # xwave/patches/patch-ak # xwave/patches/patch-al # xwave/patches/patch-am # xwave/pkg # xwave/pkg/COMMENT # xwave/pkg/DESCR # xwave/pkg/PLIST # echo c - xwave mkdir -p xwave > /dev/null 2>&1 echo x - xwave/Makefile sed 's/^X//' >xwave/Makefile << 'END-of-xwave/Makefile' X# New ports collection makefile for: xwave X# Date created: 17 May 2000 X# Whom: Martin Kraft X# X# $FreeBSD$ X# X XPORTNAME= xwave XPORTVERSION= 0.6 XCATEGORIES= audio XMASTER_SITES= ${MASTER_SITE_SUNSITE} XMASTER_SITE_SUBDIR= apps/sound/editors X XMAINTAINER= ports@FreeBSD.org X XWRKSRC= ${WRKDIR}/${PORTNAME} XUSE_IMAKE= yes X X# Sorry, no man page or other types of docs yet. X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/src/xwave ${PREFIX}/bin X ${INSTALL_DATA} ${WRKSRC}/src/XWave ${PREFIX}/lib/X11/app-defaults X X.include END-of-xwave/Makefile echo c - xwave/files mkdir -p xwave/files > /dev/null 2>&1 echo x - xwave/files/md5 sed 's/^X//' >xwave/files/md5 << 'END-of-xwave/files/md5' XMD5 (xwave-0.6.tar.gz) = c0b062bfc444dc437aedeaa699a381e7 END-of-xwave/files/md5 echo c - xwave/patches mkdir -p xwave/patches > /dev/null 2>&1 echo x - xwave/patches/patch-aa sed 's/^X//' >xwave/patches/patch-aa << 'END-of-xwave/patches/patch-aa' X--- src/Imakefile.orig Wed Nov 20 03:51:58 1996 X+++ src/Imakefile Sat Jun 3 00:00:00 2000 X@@ -21,6 +21,6 @@ X all:: $(PROGRAMS) X X depend:: X- $(DEPEND) $(EXTRA_INCLUDES) $(SRCS) >>Makefile X+ $(DEPEND) $(EXTRA_INCLUDES) -I$(INCROOT) $(SRCS) >>Makefile X X END-of-xwave/patches/patch-aa echo x - xwave/patches/patch-ab sed 's/^X//' >xwave/patches/patch-ab << 'END-of-xwave/patches/patch-ab' X--- src/aifc.c.orig Mon Nov 9 08:22:55 1998 X+++ src/aifc.c Sat Jun 3 00:00:00 2000 X@@ -9,7 +9,7 @@ X X #ifdef linux X #include X-#elif defined (FreeBSD) X+#elif defined (__FreeBSD__) X #include X #elif defined (sgi) X #include END-of-xwave/patches/patch-ab echo x - xwave/patches/patch-ac sed 's/^X//' >xwave/patches/patch-ac << 'END-of-xwave/patches/patch-ac' X--- src/au.c.orig Mon Nov 9 08:22:55 1998 X+++ src/au.c Sat Jun 3 00:00:00 2000 X@@ -32,7 +32,7 @@ X X #ifdef linux X #include X-#elif defined (FreeBSD) X+#elif defined (__FreeBSD__) X #include X #elif defined (sgi) X #include END-of-xwave/patches/patch-ac echo x - xwave/patches/patch-ad sed 's/^X//' >xwave/patches/patch-ad << 'END-of-xwave/patches/patch-ad' X--- src/audio.c.orig Tue Nov 26 19:13:44 1996 X+++ src/audio.c Sat Jun 3 00:00:00 2000 X@@ -37,7 +37,7 @@ X #ifdef linux X #include X X-#elif defined(FreeBSD) X+#elif defined(__FreeBSD__) X #include X X #elif defined(sgi) X@@ -55,7 +55,7 @@ X #include "sample_settings.h" X #include "audio.h" X X-#if defined(linux) || defined (FreeBSD) || defined(sun) X+#if defined(linux) || defined (__FreeBSD__) || defined(sun) X static int set_dsp(int o_mode,int res,int channels,int freq,int *buf_size); X #endif X X@@ -67,7 +67,7 @@ X static Audio_File af; X static int stop_record; X X-#if defined (linux) || defined (FreeBSD) X+#if defined (linux) || defined (__FreeBSD__) X int set_dsp(int o_mode,int res, int channels, int freq, int *buf_size) X { X int check; X@@ -370,7 +370,7 @@ X X void play_file(char *fname,Main_Bool *mb) X { X-#if defined (linux) || defined (FreeBSD) || defined (sun) X+#if defined (linux) || defined (__FreeBSD__) || defined (sun) X int audio; X #elif defined(sgi) X ALport port; X@@ -384,7 +384,7 @@ X return; X } X X-#if defined (linux) || defined (FreeBSD) || defined (sun) X+#if defined (linux) || defined (__FreeBSD__) || defined (sun) X if ((audio=set_dsp(O_WRONLY,af.bps,af.channels,af.freq,&buf_size))==-1) { X fprintf(stderr,"XWave: Error ! Cannot set dsp !\n"); X close(af.fd); X@@ -404,7 +404,7 @@ X if ((buffer=malloc(buf_size))==NULL) { X fprintf(stderr,"XWave: Error ! Cannot alloc mem !\n"); X close(af.fd); X-#if defined (linux) || defined (FreeBSD) || defined (sun) X+#if defined (linux) || defined (__FreeBSD__) || defined (sun) X close(audio); X #elif defined(sgi) X ALcloseport(port); X@@ -413,7 +413,7 @@ X return; X } X X-#if defined (linux) || defined (FreeBSD) || defined (sun) X+#if defined (linux) || defined (__FreeBSD__) || defined (sun) X while ((length=af_read(af,buffer,buf_size))>0) { X if (write(audio, buffer, length)==-1) break; X } X@@ -440,7 +440,7 @@ X int offset=0,playlength,length; X #ifdef sgi X ALport port; X-#elif defined(linux) || defined (FreeBSD) || defined (sun) X+#elif defined(linux) || defined (__FreeBSD__) || defined (sun) X int audio; X X if ((audio=set_dsp(O_WRONLY,wd->res,wd->channels,wd->freq,&buf_size))==-1) { X@@ -473,7 +473,7 @@ X buffer=wd->buffer+offset; X while (playlength>0) { X if (playlength0) { X if (playlengthmg->fbuf,buf_size))==-1) { X-#if defined (linux) || defined (FreeBSD) || defined (sun) X+#if defined (linux) || defined (__FreeBSD__) || defined (sun) X close(audio); X #elif defined(sgi) X ALcloseport(port); X@@ -518,7 +518,7 @@ X kill((pid_t) getppid(),SIGUSR1); X return; X } X-#if defined (linux) || defined (FreeBSD) || defined (sun) X+#if defined (linux) || defined (__FreeBSD__) || defined (sun) X if (write(audio,(char*) md->mg->fbuf,length)==-1) { X close(audio); X kill((pid_t) getppid(),SIGUSR1); X@@ -536,7 +536,7 @@ X } X } X X-#if defined (linux) || defined (FreeBSD) || defined (sun) X+#if defined (linux) || defined (__FreeBSD__) || defined (sun) X close(audio); X #elif defined(sgi) X while (ALgetfilled(port)) sginap(2); X@@ -556,7 +556,7 @@ X void write_length(); X byte *data=NULL; X int abuf_size,count; X-#if defined (linux) || defined (FreeBSD) || defined (sun) X+#if defined (linux) || defined (__FreeBSD__) || defined (sun) X int audio; X X if ((audio=set_dsp(O_RDONLY,res,mode,freq,&abuf_size))==-1) { X@@ -577,7 +577,7 @@ X X if ((data = (byte *) malloc(abuf_size)) == NULL) { X fprintf(stderr,"XWave: Error while alloc mem for audio_buffer !\n"); X-#if defined (linux) || defined (FreeBSD) || defined (sun) X+#if defined (linux) || defined (__FreeBSD__) || defined (sun) X close(audio); X #elif defined(sgi) X ALcloseport(port); X@@ -595,7 +595,7 @@ X X if (af_open(fname,&af,AF_NEW)==AF_ERROR) { X free(data); X-#if defined (linux) || defined (FreeBSD) || defined (sun) X+#if defined (linux) || defined (__FreeBSD__) || defined (sun) X close(audio); X #elif defined(sgi) X ALcloseport(port); X@@ -608,7 +608,7 @@ X signal(SIGUSR1,write_length); X X while(1) { X-#if defined (linux) || defined (FreeBSD) || defined (sun) X+#if defined (linux) || defined (__FreeBSD__) || defined (sun) X if ((count=read(audio, data, abuf_size))==-1) { X close(audio); X af_close(af); X@@ -632,7 +632,7 @@ X return; X } X if ((count=af_write(af,(char*)data,count))==AF_ERROR) { X-#if defined (linux) || defined (FreeBSD) || defined (sun) X+#if defined (linux) || defined (__FreeBSD__) || defined (sun) X close(audio); X #elif defined(sgi) X ALcloseport(port); END-of-xwave/patches/patch-ad echo x - xwave/patches/patch-ae sed 's/^X//' >xwave/patches/patch-ae << 'END-of-xwave/patches/patch-ae' X--- src/button.c.orig Tue Nov 19 21:27:11 1996 X+++ src/button.c Sat Jun 3 00:00:00 2000 X@@ -521,7 +521,7 @@ X now_clock=clock(); X sample_time=(float)md->wd->tlength/(float)md->wd->freq; X X-#if defined(linux) || defined (FreeBSD) || defined(sun) X+#if defined(linux) || defined (__FreeBSD__) || defined(sun) X gone_time=(float)(now_clock-start_clock)/(float)CLOCKS_PER_SEC; X #elif defined(sgi) X gone_time=(float)(now_clock-start_clock)/(float)750000; END-of-xwave/patches/patch-ae echo x - xwave/patches/patch-af sed 's/^X//' >xwave/patches/patch-af << 'END-of-xwave/patches/patch-af' X--- src/effects.c.orig Mon Nov 9 08:22:55 1998 X+++ src/effects.c Sat Jun 3 00:00:00 2000 X@@ -348,7 +348,7 @@ X X switch (sr->res) { X case 8: { X-#if defined (linux) || defined (FreeBSD) X+#if defined (linux) || defined (__FreeBSD__) X for (i=0;ilength;i++) newbuf[(i<<1)+1]=obuf[i]-128; X #elif defined (sgi) || defined (sun) X for (i=0;ilength;i++) newbuf[(i<<1)]=obuf[i]-128; END-of-xwave/patches/patch-af echo x - xwave/patches/patch-ag sed 's/^X//' >xwave/patches/patch-ag << 'END-of-xwave/patches/patch-ag' X--- src/endian.h.orig Mon Nov 9 08:22:55 1998 X+++ src/endian.h Sat Jun 3 00:00:00 2000 X@@ -16,7 +16,7 @@ X #define big_endian 1 X #endif X X-#elif defined (linux) || defined (sun) || defined (FreeBSD) X+#elif defined (linux) || defined (sun) || defined (__FreeBSD__) X X #if BYTE_ORDER==LITTLE_ENDIAN X #define little_endian 1 END-of-xwave/patches/patch-ag echo x - xwave/patches/patch-ah sed 's/^X//' >xwave/patches/patch-ah << 'END-of-xwave/patches/patch-ah' X--- src/graphics.c.orig Mon Nov 25 21:33:43 1996 X+++ src/graphics.c Sat Jun 3 00:00:00 2000 X@@ -30,7 +30,7 @@ X X #ifdef linux X #include X-#elif defined (FreeBSD) X+#elif defined (__FreeBSD__) X #include X #elif defined (sgi) X #include X@@ -1442,7 +1442,7 @@ X if (md->mb->exposing) return; X */ X X-#if defined (linux) || defined (FreeBSD) X+#if defined (linux) || defined (__FreeBSD__) X if (resizing) { X resizing=FALSE; X return; X@@ -1498,7 +1498,7 @@ X X void expose_canvas (Widget w, Main_Data *md, XExposeEvent *event, Boolean *flg) X { X-#if defined (linux) || defined (FreeBSD) X+#if defined (linux) || defined (__FreeBSD__) X if (resizing) { X if (!event->count) resizing=FALSE; X return; END-of-xwave/patches/patch-ah echo x - xwave/patches/patch-ai sed 's/^X//' >xwave/patches/patch-ai << 'END-of-xwave/patches/patch-ai' X--- src/record_dialog.c.orig Tue Nov 19 23:24:36 1996 X+++ src/record_dialog.c Sat Jun 3 00:00:00 2000 X@@ -498,7 +498,7 @@ X sprintf(MD->mw->messages,"%.2f kbytes (%.2fs)", X (float)playsize/1024,recordtime); X XtVaSetValues(label5,XtNlabel, MD->mw->messages, NULL); X-#if defined(linux)||defined(FreeBSD)||defined(sun) X+#if defined(linux)||defined(__FreeBSD__)||defined(sun) X usleep(80000); X #elif defined(sgi) X sginap(CLK_TCK/(ONE_SECOND/80000)); END-of-xwave/patches/patch-ai echo x - xwave/patches/patch-aj sed 's/^X//' >xwave/patches/patch-aj << 'END-of-xwave/patches/patch-aj' X--- src/riff.c.orig Mon Nov 9 08:22:55 1998 X+++ src/riff.c Sat Jun 3 00:00:00 2000 X@@ -33,7 +33,7 @@ X X #ifdef linux X #include X-#elif defined (FreeBSD) X+#elif defined (__FreeBSD__) X #include X #elif defined (sgi) X #include END-of-xwave/patches/patch-aj echo x - xwave/patches/patch-ak sed 's/^X//' >xwave/patches/patch-ak << 'END-of-xwave/patches/patch-ak' X--- src/types.h.orig Mon Nov 9 08:22:55 1998 X+++ src/types.h Sat Jun 3 00:00:00 2000 X@@ -27,7 +27,7 @@ X typedef unsigned char byte; X typedef byte bool; X X-#ifdef FreeBSD X+#ifdef __FreeBSD__ X typedef unsigned long ulong; X #endif X END-of-xwave/patches/patch-ak echo x - xwave/patches/patch-al sed 's/^X//' >xwave/patches/patch-al << 'END-of-xwave/patches/patch-al' X--- FWF/Imakefile.orig Thu Feb 15 23:43:46 1996 X+++ FWF/Imakefile Sat Jun 3 00:00:00 2000 X@@ -9,6 +9,7 @@ X MakeDirectories(all,$(ALLDIRS)) X X InitSubdirs($(SUBDIRS)) X+DependSubdirs($(SUBDIRS)) X MakeObjectsSubdirs($(SUBDIRS)) X MakeExecsSubdirs($(SUBDIRS)) X GatherDescriptionSubdirs($(SUBDIRS)) END-of-xwave/patches/patch-al echo x - xwave/patches/patch-am sed 's/^X//' >xwave/patches/patch-am << 'END-of-xwave/patches/patch-am' X--- FWF/src/Imakefile.orig Thu Feb 15 23:38:37 1996 X+++ FWF/src/Imakefile Sat Jun 3 00:00:00 2000 X@@ -34,6 +34,7 @@ X X X InitSubdirs($(SUBDIRS)) X+DependSubdirs($(SUBDIRS)) X MakeObjectsSubdirs($(SUBDIRS)) X MakeExecsSubdirs($(SUBDIRS)) X GatherDescriptionSubdirs($(SUBDIRS)) END-of-xwave/patches/patch-am echo c - xwave/pkg mkdir -p xwave/pkg > /dev/null 2>&1 echo x - xwave/pkg/COMMENT sed 's/^X//' >xwave/pkg/COMMENT << 'END-of-xwave/pkg/COMMENT' XAn audio player, recorder, editor for the XWindow System END-of-xwave/pkg/COMMENT echo x - xwave/pkg/DESCR sed 's/^X//' >xwave/pkg/DESCR << 'END-of-xwave/pkg/DESCR' XXwave is an audio editor, player, recorder for XWindow System, X - supports editing of large files (on hdd), X - cut,copy,paste,merge, X - some effects (echo,reverse,swap channels,resample,volume), X - supports RIFF,AIFF,AIFC,AU X - Linux,SGI,SUN,FreeBSD X XThe user interface of xwave is based on the Athena Widget XSet and some Widgets from FWF. X Xxwave was written and is maintained by XKai Kollmorgen . X X- Martin Kraft Xmartin.kraft@fal.de END-of-xwave/pkg/DESCR echo x - xwave/pkg/PLIST sed 's/^X//' >xwave/pkg/PLIST << 'END-of-xwave/pkg/PLIST' Xbin/xwave Xlib/X11/app-defaults/XWave END-of-xwave/pkg/PLIST exit -- KATO Tsuguru / tkato@prontomail.ne.jp Sent by Japanese ProntoMail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 17: 6:55 2000 Delivered-To: freebsd-ports@freebsd.org Received: from coredump.lovett.com (hub.lovett.com [216.60.121.161]) by hub.freebsd.org (Postfix) with ESMTP id 4071637B5A9; Fri, 2 Jun 2000 17:06:48 -0700 (PDT) (envelope-from ade@lovett.com) Received: from ade by coredump.lovett.com with local (Exim 3.14 #1) id 12y1Sf-000NC6-00; Fri, 02 Jun 2000 19:06:45 -0500 Date: Fri, 2 Jun 2000 19:06:45 -0500 From: Ade Lovett To: Satoshi Asami Cc: ports@freebsd.org Subject: Re: NOPORTDOCS handling Message-ID: <20000602190645.J66277@FreeBSD.org> References: <200006021931.MAA67682@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200006021931.MAA67682@silvia.hip.berkeley.edu>; from asami@freebsd.org on Fri, Jun 02, 2000 at 12:31:25PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Jun 02, 2000 at 12:31:25PM -0700, Satoshi Asami wrote: > Hi folks, > > How about the following patch? By adding "%%PORTDOCS:%%" in front of > the PLIST lines for things that are not installed when NOPORTDOCS is > set, you get a correct /var/db/pkg/${PKGNAME}/+CONTENTS regardless of > the NOPORTDOCS setting. Ow! That's blindingly simple and obvious. :) This also means I can go get rid of all of those PLIST.{gnome,nognome} things and do similar things for such optional dependencies. Whilst I'm here, would there be any interest in a simple @shlib (or whatever) construct for packages/PLISTs that does the right thing in terms of ldconfig? Could even take it a stage further and automatically perform the required operation if we find a file matching lib/lib[^\.]+\.so\.[0-9]+ in the package.. -aDe -- Ade Lovett, Austin, TX. ade@FreeBSD.org FreeBSD: The Power to Serve http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 17:12:31 2000 Delivered-To: freebsd-ports@freebsd.org Received: from tomts2-srv.bellnexxia.net (tomts2.bellnexxia.net [209.226.175.140]) by hub.freebsd.org (Postfix) with ESMTP id B2D9837B897; Fri, 2 Jun 2000 17:12:17 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: from orange ([206.172.76.30]) by tomts2-srv.bellnexxia.net (InterMail vM.4.01.02.17 201-229-119) with ESMTP id <20000603001155.YALS25209.tomts2-srv.bellnexxia.net@orange>; Fri, 2 Jun 2000 20:11:55 -0400 Received: (from tim@localhost) by orange (8.9.3/8.9.1) id UAA56309; Fri, 2 Jun 2000 20:11:48 -0400 (EDT) (envelope-from tim) Date: Fri, 2 Jun 2000 20:11:47 -0400 From: Tim Vanderhoek To: Satoshi Asami Cc: ports@freebsd.org Subject: Re: NOPORTDOCS handling Message-ID: <20000602201147.B54981@orange> References: <200006021931.MAA67682@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <200006021931.MAA67682@silvia.hip.berkeley.edu>; from Satoshi Asami on Fri, Jun 02, 2000 at 12:31:25PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Jun 02, 2000 at 12:31:25PM -0700, Satoshi Asami wrote: > > How about the following patch? By adding "%%PORTDOCS:%%" in front of > the PLIST lines for things that are not installed when NOPORTDOCS is Does NOPORTDOCS still make sense in a modern context? -- Signature withheld by request of author. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 17:20:34 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mailgw3.prontomail.com (mailgw3.prontomail.com [209.185.149.199]) by hub.freebsd.org (Postfix) with ESMTP id 403AD37B8F5 for ; Fri, 2 Jun 2000 17:20:31 -0700 (PDT) (envelope-from tkato@prontomail.ne.jp) Received: from mail46.prontomail.com (209.185.149.146) by mailgw3.prontomail.com (NPlex 2.0.123) for ports@freebsd.org; Fri, 2 Jun 2000 17:20:50 -0700 Received: from web08 (209.185.149.208) by mail46.prontomail.com (NPlex 2.0.123); Fri, 2 Jun 2000 17:19:07 -0700 From: "KATO Tsuguru" Message-Id: <86C556991F734D1178D30005B8672B34@tkato.prontomail.ne.jp> Date: Sat, 3 Jun 2000 09:20:26 +0900 X-Priority: Normal Content-Type: text/plain; charset=ISO-2022-JP To: asami@freebsd.org Subject: Re: PNG support of netpbm-9.2 Cc: k5@cheerful.com, ports@freebsd.org, knu@freebsd.org X-Mailer: Web Based Pronto Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > It seems a better solution is to enable PNG support in netpbm and > remove pnmtopng.... I have suggested as such when sending PR formerly, but no reaction was found. OK, I'll enable PNG support again in next PR of updating netpbm. -- KATO Tsuguru / tkato@prontomail.ne.jp Sent by Japanese ProntoMail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 17:30:10 2000 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 43DA037B8F6 for ; Fri, 2 Jun 2000 17:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA33192; Fri, 2 Jun 2000 17:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mbsd.mbank.lv (ns.mbank.lv [194.19.236.145]) by hub.freebsd.org (Postfix) with ESMTP id A077537B831 for ; Fri, 2 Jun 2000 17:27:22 -0700 (PDT) (envelope-from justas@mbsd.mbank.lv) Received: (from justas@localhost) by mbsd.mbank.lv (8.9.3/8.9.3) id DAA67643; Sat, 3 Jun 2000 03:27:13 +0300 (EEST) (envelope-from justas) Message-Id: <200006030027.DAA67643@mbsd.mbank.lv> Date: Sat, 3 Jun 2000 03:27:13 +0300 (EEST) From: justas@mbank.lv Reply-To: justas@mbank.lv To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18973: New port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18973 >Category: ports >Synopsis: New port >Confidential: yes >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jun 02 17:30:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: justas >Release: FreeBSD 3.4-RELEASE 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: # # sgmls # sgmls/Makefile # sgmls/files # sgmls/files/md5 # sgmls/pkg # sgmls/pkg/COMMENT # sgmls/pkg/DESCR # sgmls/pkg/PLIST # sgmls/patches # sgmls/patches/patch-aa # echo c - sgmls mkdir -p sgmls > /dev/null 2>&1 echo x - sgmls/Makefile sed 's/^X//' >sgmls/Makefile << 'END-of-sgmls/Makefile' X# New ports collection makefile for: sgmls X# Version required: 1.1.91 X# Date created: Jun 2, 2000 X# Whom: Eugene Furs X# X# $FreeBSD$ X# X XPORTNAME= sgmls XPORTVERSION= 1.1.91 XCATEGORIES= textproc XMASTER_SITES= ftp://ftp.jclark.com/pub/sgmls/ XEXTRACT_SUFX= .tar.Z X XMAINTAINER= justas@mbank.lv X XWRKSRC= ${WRKDIR}/${PORTNAME} XHAS_CONFIGURE= yes XINSTALL_TARGET= install install.man X XMAN1= sgmls.1 sgmlsasp.1 rast.1 X XPROGS= sgmls sgmlsasp rast XDOCS= ChangeLog INSTALL LICENSE NEWS README TODO X Xpost-build: X.for file in ${PROGS} X @strip ${WRKSRC}/${file} X.endfor X @cd ${WRKSRC} && ${MAKE} test X Xpost-install: X.if !defined(NOPORTDOCS) X @${ECHO_MSG} "===> Installing documentation for ${PKGNAME}" X @-${MKDIR} ${PREFIX}/share/doc/${PORTNAME} X.for file in ${DOCS} X @${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/${PORTNAME} X.endfor X.endif X X.include END-of-sgmls/Makefile echo c - sgmls/files mkdir -p sgmls/files > /dev/null 2>&1 echo x - sgmls/files/md5 sed 's/^X//' >sgmls/files/md5 << 'END-of-sgmls/files/md5' XMD5 (sgmls-1.1.91.tar.Z) = b41d9603f904d60274f46c55d8076c2d END-of-sgmls/files/md5 echo c - sgmls/pkg mkdir -p sgmls/pkg > /dev/null 2>&1 echo x - sgmls/pkg/COMMENT sed 's/^X//' >sgmls/pkg/COMMENT << 'END-of-sgmls/pkg/COMMENT' XSGML parser END-of-sgmls/pkg/COMMENT echo x - sgmls/pkg/DESCR sed 's/^X//' >sgmls/pkg/DESCR << 'END-of-sgmls/pkg/DESCR' XAn SGML System conforming to International Standard ISO 8879: X sgmls - a validating SGML parser X sgmlsasp - translate output of sgmls using ASP replacement files X rast - translate output of sgmls to RAST format X X- Eugene Furs Xjustas@mbank.lv END-of-sgmls/pkg/DESCR echo x - sgmls/pkg/PLIST sed 's/^X//' >sgmls/pkg/PLIST << 'END-of-sgmls/pkg/PLIST' Xbin/rast Xbin/sgmls Xbin/sgmlsasp Xshare/doc/sgmls/ChangeLog Xshare/doc/sgmls/INSTALL Xshare/doc/sgmls/LICENSE Xshare/doc/sgmls/NEWS Xshare/doc/sgmls/README Xshare/doc/sgmls/TODO X@dirrm share/doc/sgmls END-of-sgmls/pkg/PLIST echo c - sgmls/patches mkdir -p sgmls/patches > /dev/null 2>&1 echo x - sgmls/patches/patch-aa sed 's/^X//' >sgmls/patches/patch-aa << 'END-of-sgmls/patches/patch-aa' X--- configure.orig Fri Jun 2 19:18:37 2000 X+++ configure Fri Jun 2 19:18:50 2000 X@@ -605,7 +605,7 @@ X edit="$edit -e 's/^typedef .*VOID;/typedef $void_ret VOID;/'" X edit="$edit -e 's/^typedef .*UNIV;/typedef ${void_star}UNIV;/'" X X-if test "X$(PREFIX)" != "X/usr/local" X+if test "X$PREFIX" != "X/usr/local" X then X edit="$edit -e '/DEFAULT_PATH/s;/usr/local;$PREFIX;g'" X fi END-of-sgmls/patches/patch-aa exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 17:40:14 2000 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 489E937B925 for ; Fri, 2 Jun 2000 17:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA33832; Fri, 2 Jun 2000 17:40:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 1ECAE37B8F6; Fri, 2 Jun 2000 17:34:52 -0700 (PDT) Message-Id: <20000603003452.1ECAE37B8F6@hub.freebsd.org> Date: Fri, 2 Jun 2000 17:34:52 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/18974: Update port: games/blackjack to 1.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18974 >Category: ports >Synopsis: Update port: games/blackjack to 1.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jun 02 17:40:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.0-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.2 - Add WWW: line into pkg/DESCR New file: patches/patch-ab >How-To-Repeat: >Fix: diff -urN /usr/ports/games/blackjack/Makefile games/blackjack/Makefile --- /usr/ports/games/blackjack/Makefile Mon Apr 24 18:56:57 2000 +++ games/blackjack/Makefile Sat Jun 3 03:07:08 2000 @@ -1,4 +1,4 @@ -# New ports collection makefile for: acm +# New ports collection makefile for: blackjack # Date created: 23 February 1998 # Whom: Peter Mutsaers # @@ -6,13 +6,16 @@ # PORTNAME= blackjack -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= games/strategy +EXTRACT_SUFX= .tgz +MAINTAINER= ports@FreeBSD.org + +WRKSRC= ${WRKDIR}/${PORTNAME} USE_QT= yes -WRKSRC= ${WRKDIR}/blackjack MAN1= blackjack.1 diff -urN /usr/ports/games/blackjack/files/md5 games/blackjack/files/md5 --- /usr/ports/games/blackjack/files/md5 Thu Apr 23 07:55:28 1998 +++ games/blackjack/files/md5 Sat Jun 3 01:22:00 2000 @@ -1 +1 @@ -MD5 (blackjack-1.1.tar.gz) = 2e6d2747e368f4f70eb598b437a9dc76 +MD5 (blackjack-1.2.tgz) = 3b7751ee38c06ce758ab06015d57cb11 diff -urN /usr/ports/games/blackjack/patches/patch-aa games/blackjack/patches/patch-aa --- /usr/ports/games/blackjack/patches/patch-aa Sun Jan 9 17:00:59 2000 +++ games/blackjack/patches/patch-aa Sat Jun 3 01:28:57 2000 @@ -1,6 +1,6 @@ ---- Makefile.orig Wed Feb 11 19:42:00 1998 -+++ Makefile Sat Jan 8 23:59:30 2000 -@@ -1,9 +1,11 @@ +--- Makefile.orig Thu Jun 3 11:28:44 1999 ++++ Makefile Sat Jun 3 01:28:49 2000 +@@ -1,9 +1,8 @@ -CC=gcc -CXX=g++ @@ -11,22 +11,19 @@ +CXX?=g++ +INCLUDES=-I$(X11BASE)/include/X11/qt +LDFLAGS=-L$(X11BASE)/lib -lqt -+.if $(PORTOBJFORMAT) == "elf" -+LDFLAGS+=-Wl,-rpath,$(X11BASE)/lib -+.endif - VERSION=1.1 + VERSION=1.2 # For systems that don't have install, use this -@@ -25,7 +27,7 @@ - blackjack/*.cpp \ - blackjack/*.bm - --INSTALL=install -+INSTALL=install -c +@@ -28,7 +27,7 @@ + INSTALL=install INSTALL_BIN_FLAGS=-s - INSTALL_ROOT=/usr/local -@@ -39,12 +41,14 @@ +-INSTALL_ROOT=/usr/local ++INSTALL_ROOT=${PREFIX} + INSTALL_BIN=$(INSTALL_ROOT)/bin + INSTALL_MAN=$(INSTALL_ROOT)/man + +@@ -39,19 +38,21 @@ user_input.o dollar_scroll_bar.o bet_option.o table_option.o \ insurance_window.o $(METAOBJS) @@ -43,3 +40,12 @@ blackjack: main.o $(OBJS) $(CXX) -o $@ $(LDFLAGS) main.o $(OBJS) + + install: +- $(INSTALL) $(INSTALL_BIN_FLAGS) blackjack $(INSTALL_BIN) +- $(INSTALL) blackjack.1 $(INSTALL_MAN)/man1 ++ ${BSD_INSTALL_PROGRAM} blackjack $(INSTALL_BIN) ++ ${BSD_INSTALL_MAN} blackjack.1 $(INSTALL_MAN)/man1 + + mblackjack.cpp: blackjack.h + $(MOC) -o mblackjack.cpp blackjack.h diff -urN /usr/ports/games/blackjack/patches/patch-ad games/blackjack/patches/patch-ad --- /usr/ports/games/blackjack/patches/patch-ad Thu Jan 1 09:00:00 1970 +++ games/blackjack/patches/patch-ad Sat Jun 3 02:47:59 2000 @@ -0,0 +1,85 @@ +--- card.cpp.orig Mon Dec 6 00:45:34 1999 ++++ card.cpp Sat Jun 3 02:47:49 2000 +@@ -201,8 +201,8 @@ + QBitmap *bitmap_p = new QBitmap(CARD_W, CARD_H, TRUE); + QBitmap *back_bitmap_p = new QBitmap(logo_width, logo_height, logo_bits, + TRUE); +- QBrush fill(Qt::white); +- QBrush pattern(Qt::CustomPattern); ++ QBrush fill(white); ++ QBrush pattern(CustomPattern); + QPainter painter; + + if ((painter.begin(bitmap_p)) == FALSE) { +@@ -210,7 +210,7 @@ + delete (bitmap_p); + bitmap_p = NULL; + } else { +- QBrush fill_ones(Qt::color1);// make a mask so we don't paint the corners ++ QBrush fill_ones(color1); // make a mask so we don't paint the corners + painter.setBrush(fill_ones); // make pixmap mask for card + painter.drawRoundRect(0, 0, CARD_W, CARD_H, x_round, y_round); + painter.end(); +@@ -221,7 +221,7 @@ + delete (pixmap_p); + pixmap_p = NULL; + } else { +- painter.setPen(Qt::black); ++ painter.setPen(black); + + if (bitmap_p) // if we made a mask bitmap + pixmap_p->setMask(*bitmap_p); // set the mask for the pixmap +@@ -229,7 +229,7 @@ + painter.setBrush(fill); + painter.drawRoundRect(0, 0, CARD_W, CARD_H, x_round, y_round); + pattern.setPixmap(*back_bitmap_p); +- pattern.setColor(Qt::red); ++ pattern.setColor(red); + painter.setBrush(pattern); // set up some painter options + painter.drawRoundRect(0, 0, CARD_W, CARD_H, x_round, y_round); + painter.end(); +@@ -255,21 +255,21 @@ + QColor color; + QPixmap *pixmap_p = new QPixmap(CARD_W, CARD_H); + QBitmap *bitmap_p = new QBitmap(CARD_W, CARD_H, TRUE); +- QBrush fill(Qt::white); // make two brushes, fill and no_fill +- QBrush no_fill(Qt::NoBrush); ++ QBrush fill(white); // make two brushes, fill and no_fill ++ QBrush no_fill(NoBrush); + QPainter painter; + + if (_suit == HEART || _suit == DIAMOND) +- color = Qt::red; ++ color = red; + else +- color = Qt::black; ++ color = black; + + if ((painter.begin(bitmap_p)) == FALSE) { + cerr << "card::makePixmap(): Can't open bitmap paint device\n"; + delete (bitmap_p); + bitmap_p = NULL; + } else { +- QBrush fill_ones(Qt::color1);// make a mask so we don't paint the corners ++ QBrush fill_ones(color1); // make a mask so we don't paint the corners + painter.setBrush(fill_ones); // make pixmap mask for card + painter.drawRoundRect(0, 0, CARD_W, CARD_H, x_round, y_round); + painter.end(); +@@ -281,7 +281,7 @@ + pixmap_p = NULL; + } else { + painter.setBrush(fill); // set up some painter options +- painter.setPen(Qt::black); ++ painter.setPen(black); + + if (bitmap_p) // if we made a mask bitmap + pixmap_p->setMask(*bitmap_p); // set the mask for the pixmap +@@ -295,7 +295,7 @@ + painter.setWorldXForm(FALSE); // disable transformation for now + + painter.setPen(color); // draw rank and suit in corners +- painter.setBackgroundColor(Qt::white); ++ painter.setBackgroundColor(white); + painter.drawPixmap(4, 6, *_rank_bitmaps[_rank]); + painter.drawPixmap(4, 23, *_small_suit_bitmaps[_suit]); + painter.setWorldXForm(TRUE); // now draw flipped rank and suit diff -urN /usr/ports/games/blackjack/pkg/DESCR games/blackjack/pkg/DESCR --- /usr/ports/games/blackjack/pkg/DESCR Tue Feb 24 04:55:07 1998 +++ games/blackjack/pkg/DESCR Sat Jun 3 03:06:20 2000 @@ -19,3 +19,5 @@ Tom Daley tdaley@vsys.com + +WWW: http://users.codenet.net/daley/blackjack/blackjack.html >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 Jun 2 17:40:22 2000 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 7317537B93B for ; Fri, 2 Jun 2000 17:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA33841; Fri, 2 Jun 2000 17:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 577CD37B719; Fri, 2 Jun 2000 17:35:44 -0700 (PDT) Message-Id: <20000603003544.577CD37B719@hub.freebsd.org> Date: Fri, 2 Jun 2000 17:35:44 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/18975: Update port: graphics/EZWGL Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18975 >Category: ports >Synopsis: Update port: graphics/EZWGL >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 Jun 02 17:40:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.0-RELEASE i386 >Organization: >Environment: >Description: - Fix for extracting without unneeded stuff >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/EZWGL/Makefile graphics/EZWGL/Makefile --- /usr/ports/graphics/EZWGL/Makefile Thu Apr 20 06:51:53 2000 +++ graphics/EZWGL/Makefile Sat Jun 3 05:44:04 2000 @@ -16,14 +16,15 @@ LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ png.3:${PORTSDIR}/graphics/png -EXTRACT_AFTER_ARGS= | ${TAR} --exclude 'CVS' -xf - - USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" .include "files/manpages" + +post-extract: + find ${WRKSRC} -name CVS | xargs ${RM} -rf post-install: .for file in ${MAN3} >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 Jun 2 17:41:19 2000 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 87D2237B949 for ; Fri, 2 Jun 2000 17:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA33850; Fri, 2 Jun 2000 17:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 6A4EC37B891; Fri, 2 Jun 2000 17:37:48 -0700 (PDT) Message-Id: <20000603003748.6A4EC37B891@hub.freebsd.org> Date: Fri, 2 Jun 2000 17:37:48 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/18976: Update port: graphics/netpbm to 9.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18976 >Category: ports >Synopsis: Update port: graphics/netpbm to 9.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jun 02 17:40:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.0-RELEASE i386 >Organization: >Environment: >Description: - Update to version 9.3 New file: patches/patch-bt files/manpages >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/netpbm/Makefile graphics/netpbm/Makefile --- /usr/ports/graphics/netpbm/Makefile Mon May 22 21:46:10 2000 +++ graphics/netpbm/Makefile Sat Jun 3 00:00:00 2000 @@ -6,7 +6,7 @@ # PORTNAME= netpbm -PORTVERSION= 9.2 +PORTVERSION= 9.3 CATEGORIES= graphics MASTER_SITES= http://download.sourceforge.net/netpbm/ EXTRACT_SUFX= .tgz @@ -14,49 +14,15 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ - jpeg.9:${PORTSDIR}/graphics/jpeg + jpeg.9:${PORTSDIR}/graphics/jpeg \ + png.3:${PORTSDIR}/graphics/png USE_GMAKE= yes MAKEFILE= GNUmakefile ALL_TARGET= merge -INSTALL_TARGET= install-merge +INSTALL_TARGET= install-merge install-dev -MAN1= anytopnm.1 asciitopgm.1 atktopbm.1 bioradtopgm.1 bmptoppm.1 \ - brushtopbm.1 cmuwmtopbm.1 eyuvtoppm.1 fitstopnm.1 fstopgm.1 g3topbm.1 \ - gemtopnm.1 giftopnm.1 gouldtoppm.1 hipstopgm.1 hpcdtoppm.1 \ - icontopbm.1 ilbmtoppm.1 imgtoppm.1 jpegtopnm.1 lispmtopgm.1 \ - macptopbm.1 mdatopbm.1 mgrtopbm.1 mtvtoppm.1 pbmclean.1 pbmlife.1 \ - pbmmake.1 pbmmask.1 pbmpscale.1 pbmpage.1 pbmreduce.1 pbmtext.1 \ - pbmto10x.1 pbmto4425.1 pbmtoascii.1 pbmtoatk.1 pbmtobbnbg.1 \ - pbmtocmuwm.1 pbmtoepsi.1 pbmtoepson.1 pbmtog3.1 pbmtogem.1 pbmtogo.1 \ - pbmtoicon.1 pbmtolj.1 pbmtoln03.1 pbmtolps.1 pbmtomacp.1 pbmtomda.1 \ - pbmtomgr.1 pbmtopgm.1 pbmtopi3.1 pbmtopk.1 pbmtoplot.1 pbmtoptx.1 \ - pbmtox10bm.1 pbmtoxbm.1 pbmtoybm.1 pbmtozinc.1 pbmupc.1 pcxtoppm.1 \ - pgmbentley.1 pgmcrater.1 pgmedge.1 pgmenhance.1 pgmhist.1 pgmkernel.1 \ - pgmnoise.1 pgmnorm.1 pgmoil.1 pgmramp.1 pgmtexture.1 pgmtofs.1 \ - pgmtolispm.1 pgmtopbm.1 pgmtoppm.1 pi1toppm.1 pi3topbm.1 picttoppm.1 \ - pjtoppm.1 pktopbm.1 pnmalias.1 pnmarith.1 pnmcat.1 pnmcomp.1 \ - pnmconvol.1 pnmcrop.1 pnmcut.1 pnmdepth.1 pnmenlarge.1 pnmfile.1 \ - pnmflip.1 pnmgamma.1 pnmhisteq.1 pnmhistmap.1 pnmindex.1 pnminterp.1 \ - pnminterp-gen.1 pnminvert.1 pnmmargin.1 pnmnlfilt.1 pnmpad.1 \ - pnmpaste.1 pnmrotate.1 pnmscale.1 pnmshear.1 pnmsmooth.1 pnmtile.1 \ - pnmtoddif.1 pnmtofits.1 pnmtoplainpnm.1 pnmtops.1 pnmtorast.1 \ - pnmtosgi.1 pnmtosir.1 pnmtotiff.1 pnmtotiffcmyk.1 pnmtoxwd.1 ppm3d.1 \ - ppmbrighten.1 ppmchange.1 ppmcie.1 ppmcolormask.1 ppmdim.1 ppmdist.1 \ - ppmdither.1 ppmfade.1 ppmflash.1 ppmforge.1 ppmhist.1 ppmlabel.1 \ - ppmmake.1 ppmmix.1 ppmnorm.1 ppmntsc.1 ppmpat.1 ppmquant.1 \ - ppmquantall.1 ppmqvga.1 ppmrelief.1 ppmshadow.1 ppmshift.1 \ - ppmspread.1 ppmtoacad.1 ppmtobmp.1 ppmtoeyuv.1 ppmtogif.1 ppmtoicr.1 \ - ppmtojpeg.1 ppmtoilbm.1 ppmtomap.1 ppmtomitsu.1 ppmtopcx.1 ppmtopgm.1 \ - ppmtopi1.1 ppmtopict.1 ppmtopj.1 ppmtopjxl.1 ppmtopuzz.1 ppmtorgb3.1 \ - ppmtosixel.1 ppmtotga.1 ppmtouil.1 ppmtoxpm.1 ppmtoyuv.1 \ - ppmtoyuvsplit.1 ppmtv.1 psidtopgm.1 pstopnm.1 qrttoppm.1 rasttopnm.1 \ - rawtopgm.1 rawtoppm.1 rgb3toppm.1 sbigtopgm.1 sgitopnm.1 sirtopnm.1 \ - sldtoppm.1 spctoppm.1 spottopgm.1 sputoppm.1 tgatoppm.1 tifftopnm.1 \ - xbmtopbm.1 ximtoppm.1 xpmtoppm.1 xvminitoppm.1 xwdtopnm.1 ybmtopbm.1 \ - yuvsplittoppm.1 yuvtoppm.1 zeisstopnm.1 -MAN3= libpbm.3 libpgm.3 libpnm.3 libppm.3 -MAN5= pbm.5 pgm.5 pnm.5 ppm.5 +.include "files/manpages" post-patch: @${PERL} -pi -e "s|%%X11BASE%%|${X11BASE}|g" ${WRKSRC}/pbmplus.h diff -urN /usr/ports/graphics/netpbm/files/manpages graphics/netpbm/files/manpages --- /usr/ports/graphics/netpbm/files/manpages Thu Jan 1 09:00:00 1970 +++ graphics/netpbm/files/manpages Sat Jun 3 00:00:00 2000 @@ -0,0 +1,208 @@ +MAN1+= anytopnm.1 +MAN1+= asciitopgm.1 +MAN1+= atktopbm.1 +MAN1+= bioradtopgm.1 +MAN1+= bmptoppm.1 +MAN1+= brushtopbm.1 +MAN1+= cmuwmtopbm.1 +MAN1+= eyuvtoppm.1 +MAN1+= fitstopnm.1 +MAN1+= fstopgm.1 +MAN1+= g3topbm.1 +MAN1+= gemtopnm.1 +MAN1+= giftopnm.1 +MAN1+= gouldtoppm.1 +MAN1+= hipstopgm.1 +MAN1+= hpcdtoppm.1 +MAN1+= icontopbm.1 +MAN1+= ilbmtoppm.1 +MAN1+= imgtoppm.1 +MAN1+= jpegtopnm.1 +MAN1+= leaftoppm.1 +MAN1+= lispmtopgm.1 +MAN1+= macptopbm.1 +MAN1+= mdatopbm.1 +MAN1+= mgrtopbm.1 +MAN1+= mtvtoppm.1 +MAN1+= pbmclean.1 +MAN1+= pbmlife.1 +MAN1+= pbmmake.1 +MAN1+= pbmmask.1 +MAN1+= pbmpage.1 +MAN1+= pbmpscale.1 +MAN1+= pbmreduce.1 +MAN1+= pbmtext.1 +MAN1+= pbmto10x.1 +MAN1+= pbmto4425.1 +MAN1+= pbmtoascii.1 +MAN1+= pbmtoatk.1 +MAN1+= pbmtobbnbg.1 +MAN1+= pbmtocmuwm.1 +MAN1+= pbmtoepsi.1 +MAN1+= pbmtoepson.1 +MAN1+= pbmtog3.1 +MAN1+= pbmtogem.1 +MAN1+= pbmtogo.1 +MAN1+= pbmtoicon.1 +MAN1+= pbmtolj.1 +MAN1+= pbmtoln03.1 +MAN1+= pbmtolps.1 +MAN1+= pbmtomacp.1 +MAN1+= pbmtomda.1 +MAN1+= pbmtomgr.1 +MAN1+= pbmtopgm.1 +MAN1+= pbmtopi3.1 +MAN1+= pbmtopk.1 +MAN1+= pbmtoplot.1 +MAN1+= pbmtoptx.1 +MAN1+= pbmtox10bm.1 +MAN1+= pbmtoxbm.1 +MAN1+= pbmtoybm.1 +MAN1+= pbmtozinc.1 +MAN1+= pbmupc.1 +MAN1+= pcxtoppm.1 +MAN1+= pgmbentley.1 +MAN1+= pgmcrater.1 +MAN1+= pgmedge.1 +MAN1+= pgmenhance.1 +MAN1+= pgmhist.1 +MAN1+= pgmkernel.1 +MAN1+= pgmnoise.1 +MAN1+= pgmnorm.1 +MAN1+= pgmoil.1 +MAN1+= pgmramp.1 +MAN1+= pgmslice.1 +MAN1+= pgmtexture.1 +MAN1+= pgmtofs.1 +MAN1+= pgmtolispm.1 +MAN1+= pgmtopbm.1 +MAN1+= pgmtoppm.1 +MAN1+= pi1toppm.1 +MAN1+= pi3topbm.1 +MAN1+= picttoppm.1 +MAN1+= pjtoppm.1 +MAN1+= pktopbm.1 +MAN1+= pngtopnm.1 +MAN1+= pnmalias.1 +MAN1+= pnmarith.1 +MAN1+= pnmcat.1 +MAN1+= pnmcomp.1 +MAN1+= pnmconvol.1 +MAN1+= pnmcrop.1 +MAN1+= pnmcut.1 +MAN1+= pnmdepth.1 +MAN1+= pnmenlarge.1 +MAN1+= pnmfile.1 +MAN1+= pnmflip.1 +MAN1+= pnmgamma.1 +MAN1+= pnmhisteq.1 +MAN1+= pnmhistmap.1 +MAN1+= pnmindex.1 +MAN1+= pnminterp-gen.1 +MAN1+= pnminterp.1 +MAN1+= pnminvert.1 +MAN1+= pnmmargin.1 +MAN1+= pnmnlfilt.1 +MAN1+= pnmpad.1 +MAN1+= pnmpaste.1 +MAN1+= pnmrotate.1 +MAN1+= pnmscale.1 +MAN1+= pnmshear.1 +MAN1+= pnmsmooth.1 +MAN1+= pnmtile.1 +MAN1+= pnmtoddif.1 +MAN1+= pnmtofits.1 +MAN1+= pnmtoplainpnm.1 +MAN1+= pnmtopng.1 +MAN1+= pnmtops.1 +MAN1+= pnmtorast.1 +MAN1+= pnmtosgi.1 +MAN1+= pnmtosir.1 +MAN1+= pnmtotiff.1 +MAN1+= pnmtotiffcmyk.1 +MAN1+= pnmtoxwd.1 +MAN1+= ppm3d.1 +MAN1+= ppmbrighten.1 +MAN1+= ppmchange.1 +MAN1+= ppmcie.1 +MAN1+= ppmcolormask.1 +MAN1+= ppmdim.1 +MAN1+= ppmdist.1 +MAN1+= ppmdither.1 +MAN1+= ppmfade.1 +MAN1+= ppmflash.1 +MAN1+= ppmforge.1 +MAN1+= ppmhist.1 +MAN1+= ppmlabel.1 +MAN1+= ppmmake.1 +MAN1+= ppmmix.1 +MAN1+= ppmnorm.1 +MAN1+= ppmntsc.1 +MAN1+= ppmpat.1 +MAN1+= ppmquant.1 +MAN1+= ppmquantall.1 +MAN1+= ppmqvga.1 +MAN1+= ppmrelief.1 +MAN1+= ppmshadow.1 +MAN1+= ppmshift.1 +MAN1+= ppmspread.1 +MAN1+= ppmtoacad.1 +MAN1+= ppmtobmp.1 +MAN1+= ppmtoeyuv.1 +MAN1+= ppmtogif.1 +MAN1+= ppmtoicr.1 +MAN1+= ppmtoilbm.1 +MAN1+= ppmtojpeg.1 +MAN1+= ppmtoleaf.1 +MAN1+= ppmtomap.1 +MAN1+= ppmtomitsu.1 +MAN1+= ppmtopcx.1 +MAN1+= ppmtopgm.1 +MAN1+= ppmtopi1.1 +MAN1+= ppmtopict.1 +MAN1+= ppmtopj.1 +MAN1+= ppmtopjxl.1 +MAN1+= ppmtopuzz.1 +MAN1+= ppmtorgb3.1 +MAN1+= ppmtosixel.1 +MAN1+= ppmtotga.1 +MAN1+= ppmtouil.1 +MAN1+= ppmtowinicon.1 +MAN1+= ppmtoxpm.1 +MAN1+= ppmtoyuv.1 +MAN1+= ppmtoyuvsplit.1 +MAN1+= ppmtv.1 +MAN1+= psidtopgm.1 +MAN1+= pstopnm.1 +MAN1+= qrttoppm.1 +MAN1+= rasttopnm.1 +MAN1+= rawtopgm.1 +MAN1+= rawtoppm.1 +MAN1+= rgb3toppm.1 +MAN1+= sbigtopgm.1 +MAN1+= sgitopnm.1 +MAN1+= sirtopnm.1 +MAN1+= sldtoppm.1 +MAN1+= spctoppm.1 +MAN1+= spottopgm.1 +MAN1+= sputoppm.1 +MAN1+= tgatoppm.1 +MAN1+= tifftopnm.1 +MAN1+= winicontoppm.1 +MAN1+= xbmtopbm.1 +MAN1+= ximtoppm.1 +MAN1+= xpmtoppm.1 +MAN1+= xvminitoppm.1 +MAN1+= xwdtopnm.1 +MAN1+= ybmtopbm.1 +MAN1+= yuvsplittoppm.1 +MAN1+= yuvtoppm.1 +MAN1+= zeisstopnm.1 +MAN3+= libpbm.3 +MAN3+= libpgm.3 +MAN3+= libpnm.3 +MAN3+= libppm.3 +MAN5+= pbm.5 +MAN5+= pgm.5 +MAN5+= pnm.5 +MAN5+= ppm.5 diff -urN /usr/ports/graphics/netpbm/files/md5 graphics/netpbm/files/md5 --- /usr/ports/graphics/netpbm/files/md5 Mon May 22 21:46:11 2000 +++ graphics/netpbm/files/md5 Sat Jun 3 00:00:00 2000 @@ -1 +1 @@ -MD5 (netpbm-9.2.tgz) = 11c7bcd42a4edca8f093e7996bf4dc97 +MD5 (netpbm-9.3.tgz) = bd50468014c62cdf5f1fdd48ffb9a10c diff -urN /usr/ports/graphics/netpbm/patches/patch-aj graphics/netpbm/patches/patch-aj --- /usr/ports/graphics/netpbm/patches/patch-aj Mon May 22 21:46:11 2000 +++ graphics/netpbm/patches/patch-aj Sat Jun 3 00:00:00 2000 @@ -1,16 +1,16 @@ ---- pbmplus.h.orig Mon May 8 05:00:47 2000 -+++ pbmplus.h Sat May 20 00:00:00 2000 -@@ -25,6 +25,9 @@ +--- pbmplus.h.orig Sat May 27 03:50:50 2000 ++++ pbmplus.h Sat Jun 3 00:00:00 2000 +@@ -18,6 +18,9 @@ + #include #include - #endif - #endif + #include +#if (defined(__unix__) || defined(unix)) && !defined(USG) +#include +#endif - #if defined(USG) || defined(SVR4) || defined(VMS) || defined(__SVR4) - #define SYSV -@@ -35,7 +38,7 @@ + #ifdef VMS + #include +@@ -32,7 +35,7 @@ ** and if you run on an Amiga, set AMIGA. If your compiler is ANSI C, you're ** probably better off setting SYSV - all it affects is string handling. */ @@ -19,7 +19,7 @@ /* #define SYSV */ /* #define MSDOS */ /* #define AMIGA */ -@@ -54,7 +57,7 @@ +@@ -51,7 +54,7 @@ #define RGB_DB1 "PBMplus_Dir:RGB.TXT" #define RGB_DB2 "PBMplus_Dir:RGB.TXT" #else @@ -28,10 +28,10 @@ #define RGB_DB2 "/usr/openwin/lib/rgb.txt" #endif -@@ -285,37 +288,6 @@ - int pm_writelittleshort ARGS(( FILE* out, short s )); - int pm_readlittlelong ARGS(( FILE* in, long* lP )); - int pm_writelittlelong ARGS(( FILE* out, long l )); +@@ -299,37 +302,6 @@ + PM_CHECK_BASIC + }; + - -/* By making this <> instead of "", we avoid making shhopt.h a dependency - of every program in the package when we do make dep. diff -urN /usr/ports/graphics/netpbm/patches/patch-ba graphics/netpbm/patches/patch-ba --- /usr/ports/graphics/netpbm/patches/patch-ba Mon May 22 21:46:11 2000 +++ graphics/netpbm/patches/patch-ba Sat Jun 3 00:00:00 2000 @@ -1,21 +1,10 @@ ---- GNUmakefile.orig Tue May 16 10:15:34 2000 -+++ GNUmakefile Sat May 20 00:00:00 2000 -@@ -68,8 +68,8 @@ - - - .PHONY: install --install: install.bin install.lib install.man --install-merge: install.merge install.lib install.man -+install: install.bin install.lib install.man install.dev -+install-merge: install.merge install.lib install.man install.dev - - .PHONY: merge - merge: compile.h +--- GNUmakefile.orig Thu May 25 02:00:10 2000 ++++ GNUmakefile Sat Jun 3 00:00:00 2000 @@ -79,21 +79,21 @@ .PHONY: install.bin install.bin: -- $(INSTALL) -d -mu=rwx,go=rx $(INSTALLBINARIES) +- mkinstalldirs $(INSTALLBINARIES) + -mkdir -p $(INSTALLBINARIES) for i in $(SUBDIRS) ; do \ ( echo install.bin.$$i ; cd $$i ; $(MAKE) install.bin ); \ @@ -23,7 +12,7 @@ .PHONY: install-merge install.merge: -- $(INSTALL) -d -mu=rwx,go=rx $(INSTALLBINARIES) +- mkinstalldirs $(INSTALLBINARIES) + -mkdir -p $(INSTALLBINARIES) for i in $(SUBDIRS) ; do \ ( echo install.merge.$$i ; cd $$i ; $(MAKE) install.merge ); \ @@ -31,7 +20,7 @@ .PHONY: install.lib install.lib: -- $(INSTALL) -d -mu=rwx,go=rx $(INSTALLLIBS) +- mkinstalldirs $(INSTALLLIBS) + -mkdir -p $(INSTALLLIBS) for i in $(SUBDIRS) ; do \ ( echo install.lib.$$i ; cd $$i ; $(MAKE) install.lib ); \ @@ -40,27 +29,28 @@ .PHONY: install.man install.man: -- $(INSTALL) -d -mu=rwx,go=rx \ +- mkinstalldirs \ + -mkdir -p \ $(INSTALLMANUALS1) $(INSTALLMANUALS3) $(INSTALLMANUALS5) for i in $(SUBDIRS) ; do \ ( echo install.man.$$i ; cd $$i ; $(MAKE) install.man ); \ -@@ -115,8 +115,8 @@ +@@ -115,9 +115,8 @@ .PHONY: install.hdr install.hdr: -- $(INSTALL) -d -mu=rwx,go=rx $(INSTALLHDRS) -- $(INSTALL) -m$(INSTALL_PERM_HDR) pbmplus.h $(INSTALLHDRS) +- mkinstalldirs $(INSTALLHDRS) +- $(INSTALL) -c -m$(INSTALL_PERM_HDR) pbmplus.h $(INSTALLHDRS) +- $(INSTALL) -c -m$(INSTALL_PERM_HDR) shhopt/shhopt.h $(INSTALLHDRS) + -mkdir -p $(INSTALLHDRS) + ${BSD_INSTALL_DATA} pbmplus.h $(INSTALLHDRS) for i in $(SUBDIRS) ; do \ ( echo install.hdr.$$i ; cd $$i ; $(MAKE) install.hdr ); \ done -@@ -127,7 +127,7 @@ +@@ -128,7 +127,7 @@ .PHONY: install.staticlib install.staticlib: -- $(INSTALL) -d -mu=rwx,go=rx $(INSTALLLIBS) +- mkinstalldirs $(INSTALLLIBS) + -mkdir -p $(INSTALLLIBS) for i in $(SUBDIRS) ; do \ (echo install.staticlib.$$i; cd $$i; $(MAKE) install.staticlib ); \ diff -urN /usr/ports/graphics/netpbm/patches/patch-bb graphics/netpbm/patches/patch-bb --- /usr/ports/graphics/netpbm/patches/patch-bb Mon May 22 21:46:12 2000 +++ graphics/netpbm/patches/patch-bb Sat Jun 3 00:00:00 2000 @@ -1,5 +1,5 @@ ---- Makefile.common.orig Tue May 16 10:14:14 2000 -+++ Makefile.common Sat May 20 00:00:00 2000 +--- Makefile.common.orig Fri Jun 2 02:38:14 2000 ++++ Makefile.common Sat Jun 3 00:00:00 2000 @@ -97,24 +97,20 @@ # BUILDING NETPBM LIBRARIES @@ -13,90 +13,88 @@ +SONAME = lib$(LIBROOT).so.$(SOVER) # The libxxx.so link is needed to link the executables. --lib$(LIBROOT).so: $(SONAME) -- rm -f $@ -- ln -s $< $@ + lib$(LIBROOT).so: $(SONAME) + rm -f $@ + ln -s $< $@ -# The $(SONAME) link is only needed to test the programs without -# installing the libraries (in that case, you also need to direct the -# dynamic linker to the source directories, e.g. set LD_LIBRARY_PATH). -$(SONAME): lib$(LIBROOT).so.$(MAJ).$(MIN) -+lib$(LIBROOT).so: $(SONAME) lib$(LIBROOT).a - rm -f $@ +- rm -f $@ - ln -s $< $@ -lib$(LIBROOT).so.$(MAJ).$(MIN): $(LIBOBJECTS) $(LIBOBJECTS_X) $(LIBLIBS) \ - $(LIBOPT) - $(LD) $(LDSHLIB) -o $@ $(LIBOBJECTS) $(LIBOBJECTS_X) \ - `$(LIBOPT) $(LIBLIBS)` -lc -+ ln -sf $< $@ -+$(SONAME): $(LIBSOBJECTS) $(LIBOBJECTS_X) $(LIBLIBS) $(LIBOPT) ++$(SONAME): $(LIBSOBJECTS) $(LIBOBJECTS_X) $(LIBLIBS) $(LIBOPT) lib$(LIBROOT).a + $(LD) $(LDSHLIB) -o $@ $(LIBSOBJECTS) $(LIBOBJECTS_X) \ + `$(LIBOPT) $(LIBLIBS)` # Static library. Unused by default, but with a small change to make files... lib$(LIBROOT).a: $(LIBOBJECTS) $(LIBOBJECTS_X) -@@ -129,15 +125,14 @@ +@@ -138,7 +134,7 @@ install.merge.common: $(MERGENAME) $(NOMERGEBINARIES) install.script cd $(INSTALLBINARIES) ; rm -f $(BINARIES) $(MERGE_ALIASES) ifneq ($(MERGENAME)x,x) -- $(INSTALL) -s -m$(INSTALL_PERM_BIN) $(MERGENAME) $(INSTALLBINARIES) +- $(INSTALL) -s -m $(INSTALL_PERM_BIN) $(MERGENAME) $(INSTALLBINARIES) + ${BSD_INSTALL_PROGRAM} $(MERGENAME) $(INSTALLBINARIES) cd $(INSTALLBINARIES) ; \ for i in $(MERGEBINARIES) $(MERGE_ALIASES) ; \ -- do ln -s $(MERGENAME)$(EXE) $$i ; \ -+ do ln -sf $(MERGENAME)$(EXE) $$i ; \ - done - endif - ifneq ($(NOMERGEBINARIES)x,x) -- $(INSTALL) -s -m$(INSTALL_PERM_BIN) \ -- $(NOMERGEBINARIES) $(INSTALLBINARIES) -+ ${BSD_INSTALL_PROGRAM} $(NOMERGEBINARIES) $(INSTALLBINARIES) + do ln -s $(MERGENAME)$(EXE) $$i ; \ +@@ -146,7 +142,7 @@ endif + for x in $(NOMERGEBINARIES); \ + do \ +- $(INSTALL) -c -s -m $(INSTALL_PERM_BIN) $$x $(INSTALLBINARIES); \ ++ ${BSD_INSTALL_PROGRAM} $$x $(INSTALLBINARIES); \ + done # INSTALLING -@@ -146,12 +141,12 @@ - install.bin.common: $(BINARIES) install.script - # Note that on Cygwin, the executables are actually pbmmake.exe, etc. +@@ -157,7 +153,7 @@ # Make and Install know that pbmmake.exe counts as pbmmake. -- $(INSTALL) -s -m$(INSTALL_PERM_BIN) $(BINARIES) $(INSTALLBINARIES) -+ ${BSD_INSTALL_PROGRAM} $(BINARIES) $(INSTALLBINARIES) + for x in $(BINARIES); \ + do \ +- $(INSTALL) -c -s -m $(INSTALL_PERM_BIN) $$x $(INSTALLBINARIES); \ ++ ${BSD_INSTALL_PROGRAM} $$x $(INSTALLBINARIES); \ + done .PHONY: install.script - install.script: $(SCRIPTS) +@@ -165,7 +161,7 @@ ifneq ($(SCRIPTS)x,x) -- $(INSTALL) -m$(INSTALL_PERM_BIN) $(SCRIPTS) $(INSTALLSCRIPTS) -+ ${BSD_INSTALL_SCRIPT} $(SCRIPTS) $(INSTALLSCRIPTS) + for x in $(SCRIPTS); \ + do \ +- $(INSTALL) -c -m $(INSTALL_PERM_BIN) $$x $(INSTALLSCRIPTS); \ ++ ${BSD_INSTALL_SCRIPT} $$x $(INSTALLSCRIPTS); \ + done endif - .PHONY: install.man.common -@@ -181,8 +176,7 @@ - # compile programs that use the Netpbm libraries. Alternatively, you may - # prefer not to "install" them, but just to access the Netpbm source +@@ -198,7 +194,7 @@ # directory when you compile your programs. -- $(INSTALL) -m$(INSTALL_PERM_HDR) \ -- $(INTERFACE_HEADERS) $(INSTALLHDRS) -+ ${BSD_INSTALL_DATA} $(INTERFACE_HEADERS) $(INSTALLHDRS) + for x in $(INTERFACE_HEADERS); \ + do \ +- $(INSTALL) -c -m $(INSTALL_PERM_HDR) $$x $(INSTALLHDRS); \ ++ ${BSD_INSTALL_DATA} $$x $(INSTALLHDRS); \ + done # Install a static library - # -@@ -192,16 +186,15 @@ +@@ -209,16 +205,15 @@ # library, the dependency here will do that. .PHONY: install.staticlib install.staticlib: lib$(LIBROOT).a -- $(INSTALL) -m$(INSTALL_PERM_LIBS) $< $(INSTALLLIBS)/$< -+ ${BSD_INSTALL_DATA} $< $(INSTALLLIBS) +- $(INSTALL) -c -m $(INSTALL_PERM_LIBS) $< $(INSTALLLIBS)/$< ++ ${BSD_INSTALL_DATA} $< $(INSTALLLIBS)/$< .PHONY: install.lib.common ifeq ($(NETPBMLIBSUFFIX),so) # install a shared library -install.lib.common: lib$(LIBROOT).so.$(MAJ).$(MIN) - cd $(INSTALLLIBS) ; rm -f lib$(LIBROOT).so.$(MAJ).* -- $(INSTALL) -m$(INSTALL_PERM_LIBD) $< $(INSTALLLIBS) -- cd $(INSTALLLIBS) ; rm -f lib$(LIBROOT).so; ln -s $< lib$(LIBROOT).so -- cd $(INSTALLLIBS) ; rm -f $(SONAME); ln -s $< $(SONAME) +- $(INSTALL) -c -m $(INSTALL_PERM_LIBD) $< $(INSTALLLIBS) +install.lib.common: $(SONAME) + cd $(INSTALLLIBS) ; rm -f lib$(LIBROOT).so.* + ${BSD_INSTALL_DATA} $< $(INSTALLLIBS) -+ cd $(INSTALLLIBS) ; rm -f lib$(LIBROOT).so; ln -sf $< lib$(LIBROOT).so + cd $(INSTALLLIBS) ; rm -f lib$(LIBROOT).so; ln -s $< lib$(LIBROOT).so +- cd $(INSTALLLIBS) ; rm -f $(SONAME); ln -s $< $(SONAME) endif .PHONY: clean.common diff -urN /usr/ports/graphics/netpbm/patches/patch-bc graphics/netpbm/patches/patch-bc --- /usr/ports/graphics/netpbm/patches/patch-bc Mon May 22 21:46:13 2000 +++ graphics/netpbm/patches/patch-bc Sat Jun 3 00:00:00 2000 @@ -1,50 +1,44 @@ ---- Makefile.config.orig Tue May 9 09:32:59 2000 -+++ Makefile.config Sat May 20 00:00:00 2000 -@@ -38,12 +38,12 @@ - # The C compiler (including macro preprocessor) +--- Makefile.config.orig Fri Jun 2 02:17:32 2000 ++++ Makefile.config Sat Jun 3 00:00:00 2000 +@@ -39,7 +39,7 @@ + #Tru64: #CC = cc #CC = gcc --CC = gcc -fpcc-struct-return -+CC ?= gcc -fpcc-struct-return +-CC = gcc ++CC ?= gcc # The linker. - #LD = ld - #LD = cc --LD = gcc -+LD = ${CC} - - # Normally the man pages are installed using "install". But via this - # variable, you can use something else, for example a script that -@@ -51,7 +51,7 @@ + LD = $(CC) +@@ -53,7 +53,7 @@ + # calls compress or pack. Mantocat, included with Netpbm, is used on # systems which use man pages in the "cat" format. - #MANCP = $(SRCDIR)/mantocat --MANCP = $(INSTALL) -m$(INSTALL_PERM_MAN) +-MANCP = $(INSTALL) -m $(INSTALL_PERM_MAN) +MANCP = ${BSD_INSTALL_MAN} + #MANCP = $(SRCDIR)/mantocat # MAKE is set automatically by Make to what was used to invoke Make. - SHELL = /bin/sh -@@ -66,7 +66,7 @@ +@@ -73,7 +73,7 @@ + + # C compiler options - # On DEC Tru64 4.0F (at least), you need -DLONG_32 for ppmtompeg. - #CFLAGS = -O2 -std1 DLONG_32 $(CDEBUG) -CFLAGS = -pedantic -O2 -Wall -Wno-uninitialized $(CDEBUG) +CFLAGS += $(CDEBUG) + # On DEC Tru64 4.0F (at least), you need -DLONG_32 for ppmtompeg. + #Tru64: + #CFLAGS = -O2 -std1 DLONG_32 $(CDEBUG) +@@ -124,7 +124,7 @@ + # -fpic works, use it. If it bombs, go to fPIC). + # SunOS and NetBSD require this. - # EXE is a suffix that the linker puts on any executable it generates. - # In cygwin, this is .exe and most program deal with its existence without -@@ -113,7 +113,7 @@ - - #CFLAGS_SHLIB = -fpic - #CFLAGS_SHLIB = -fPIC -CFLAGS_SHLIB = +CFLAGS_SHLIB = -fPIC -DPIC + #CFLAGS_SHLIB = -fpic + #CFLAGS_SHLIB = -fPIC - # The netpbm package contains a version of the Tiff library, - # libtiff. If you want to use your own, fill in the appropriate paths -@@ -126,13 +126,13 @@ - # but otherwise will not. - +@@ -142,8 +142,8 @@ + TIFFHDR_DIR = $(SRCDIR)/libtiff + TIFFLIB_DIR = $(SRCDIR)/libtiff #NetBSD: -#TIFFHDR_DIR = $(LOCALBASE)/include -#TIFFLIB_DIR = $(LOCALBASE)/lib @@ -53,16 +47,14 @@ # OSF, Tru64: #TIFFHDR_DIR = /usr/local1/DEC/include #TIFFLIB_DIR = /usr/local1/DEC/lib --TIFFHDR_DIR = $(SRCDIR)/libtiff --TIFFLIB_DIR = $(SRCDIR)/libtiff -+#TIFFHDR_DIR = $(SRCDIR)/libtiff -+#TIFFLIB_DIR = $(SRCDIR)/libtiff - - # Put the location of your JPEG library here. - # If you want to build the jpeg converters or tiff -@@ -151,8 +151,8 @@ +@@ -164,11 +164,11 @@ + # at least JPEGLIB_DIR here, or the tiff converters will not build at # all. +-JPEGLIB_DIR = /usr/lib/jpeg +-JPEGHDR_DIR = /usr/include/jpeg ++#JPEGLIB_DIR = /usr/lib/jpeg ++#JPEGHDR_DIR = /usr/include/jpeg # Netbsd: -#JPEGLIB_DIR = ${LOCALBASE}/lib -#JPEGHDR_DIR = ${LOCALBASE}/include @@ -71,29 +63,32 @@ # OSF, Tru64: #JPEGLIB_DIR = /usr/local1/DEC/lib #JPEGHDR_DIR = /usr/local1/DEC/include -@@ -160,8 +160,8 @@ - #JPEGHDR_DIR = /usr/local/include - #JPEGLIB_DIR = NONE - #JPEGHDR_DIR = NONE --JPEGLIB_DIR = /usr/lib/jpeg --JPEGHDR_DIR = /usr/include/jpeg -+#JPEGLIB_DIR = /usr/lib/jpeg -+#JPEGHDR_DIR = /usr/include/jpeg - +@@ -186,11 +186,11 @@ + # here. If you do not have the PNG library, and still want to + # successully build everything else, put NONE for these. - # Put the location of your PNG library here. If you want to build the -@@ -180,10 +180,10 @@ - #PNGLIB_DIR = /usr/local/lib - #PNGHDR_DIR = /usr/local/include - # No PNG: --#PNGLIB_DIR = NONE --#PNGHDR_DIR = NONE -PNGLIB_DIR = /lib -PNGHDR_DIR = /usr/include/png -+PNGLIB_DIR = NONE -+PNGHDR_DIR = NONE +#PNGLIB_DIR = /lib +#PNGHDR_DIR = /usr/include/png - + # NetBSD: +-#PNGLIB_DIR = $(LOCALBASE)/lib +-#PNGHDR_DIR = $(LOCALBASE)/include ++PNGLIB_DIR = $(LOCALBASE)/lib ++PNGHDR_DIR = $(LOCALBASE)/include + # OSF/Tru64: + #PNGLIB_DIR = /usr/local1/DEC/lib + #PNGHDR_DIR = /usr/local1/DEC/include +@@ -204,8 +204,10 @@ # And the Utah Raster Toolkit (aka URT aka RLE) library: + +-URTHDR_DIR = $(SRCDIR)/urt +-URTLIB_DIR = $(SRCDIR)/urt ++#URTLIB_DIR = $(SRCDIR)/urt ++#URTHDR_DIR = $(SRCDIR)/urt ++URTLIB_DIR = NONE ++URTHDR_DIR = NONE + + # These are -l options to link in the network libraries. Often, these are + # built into the standard C library, so this can be null. If you don't diff -urN /usr/ports/graphics/netpbm/patches/patch-bd graphics/netpbm/patches/patch-bd --- /usr/ports/graphics/netpbm/patches/patch-bd Mon May 22 21:46:13 2000 +++ graphics/netpbm/patches/patch-bd Sat Jun 3 00:00:00 2000 @@ -1,5 +1,5 @@ ---- pbm/Makefile.orig Tue May 16 10:01:33 2000 -+++ pbm/Makefile Sat May 20 00:00:00 2000 +--- pbm/Makefile.orig Fri Jun 2 02:17:51 2000 ++++ pbm/Makefile Sat Jun 3 00:00:00 2000 @@ -4,13 +4,12 @@ include $(SRCDIR)/Makefile.config @@ -11,22 +11,25 @@ LIBROOT = pbm LIBPBM = lib$(LIBROOT).$(NETPBMLIBSUFFIX) -MAJ = 9 --MIN = 2 +-MIN = 3 +SOVER = 1 LIBLIBS = NETPBMLIBS = $(LIBPBM) -@@ -37,8 +36,7 @@ +@@ -37,11 +36,10 @@ # Library objects to be built and linked by Makefile.common: LIBOBJECTS = libpbm1.o libpbm2.o libpbm3.o libpbm4.o libpbm5.o ++LIBSOBJECTS = $(patsubst %.o, %.so, $(LIBOBJECTS)) + ifneq (${VMS}x,x) + LIBOBJECTS += libpbmvms.o + endif -# Library objects to be linked but not built by Makefile.common: -LIBOBJECTS_X = $(SRCDIR)/shhopt/shhopt.o -+LIBSOBJECTS = libpbm1.so libpbm2.so libpbm3.so libpbm4.so libpbm5.so MANUALS1 = $(BINARIES) MANUALS3 = libpbm -@@ -50,26 +48,21 @@ +@@ -53,26 +51,21 @@ .PHONY: all all: $(BINARIES) @@ -53,7 +56,7 @@ include $(SRCDIR)/Makefile.common -@@ -77,13 +70,7 @@ +@@ -80,13 +73,7 @@ ../compile.h: $(MAKE) -C $(SRCDIR) compile.h diff -urN /usr/ports/graphics/netpbm/patches/patch-be graphics/netpbm/patches/patch-be --- /usr/ports/graphics/netpbm/patches/patch-be Mon May 22 21:46:13 2000 +++ graphics/netpbm/patches/patch-be Sat Jun 3 00:00:00 2000 @@ -1,11 +1,11 @@ ---- pgm/Makefile.orig Sat May 13 09:36:06 2000 -+++ pgm/Makefile Sat May 20 00:00:00 2000 +--- pgm/Makefile.orig Sat May 27 04:14:36 2000 ++++ pgm/Makefile Sat Jun 3 00:00:00 2000 @@ -3,14 +3,13 @@ LIBROOT = pgm LIBPGM = lib$(LIBROOT).$(NETPBMLIBSUFFIX) -MAJ = 9 --MIN = 0 +-MIN = 3 +SOVER = 1 PBMDIR = $(SRCDIR)/pbm @@ -21,7 +21,7 @@ MERGE_OBJECTS = $(patsubst %,%.o2, $(MERGEBINARIES)) LIBOBJECTS = libpgm1.o libpgm2.o -+LIBSOBJECTS = libpgm1.so libpgm2.so ++LIBSOBJECTS = $(patsubst %.o, %.so, $(LIBOBJECTS)) MANUALS1 = $(BINARIES) MANUALS3 = libpgm diff -urN /usr/ports/graphics/netpbm/patches/patch-bf graphics/netpbm/patches/patch-bf --- /usr/ports/graphics/netpbm/patches/patch-bf Mon May 22 21:46:13 2000 +++ graphics/netpbm/patches/patch-bf Sat Jun 3 00:00:00 2000 @@ -1,25 +1,42 @@ ---- pnm/Makefile.orig Tue May 16 10:29:36 2000 -+++ pnm/Makefile Sat May 20 00:00:00 2000 +--- pnm/Makefile.orig Sat May 27 04:14:52 2000 ++++ pnm/Makefile Sat Jun 3 00:00:00 2000 @@ -3,8 +3,7 @@ LIBROOT = pnm LIBPNM = lib$(LIBROOT).$(NETPBMLIBSUFFIX) -MAJ = 9 --MIN = 0 +-MIN = 3 +SOVER = 1 PPMDIR = $(SRCDIR)/ppm LIBPPM = libppm.$(NETPBMLIBSUFFIX) -@@ -102,6 +101,8 @@ +@@ -61,14 +60,14 @@ + pnmsmooth pnmtile pnmtoddif pnmtofits \ + pnmtoplainpnm pnmtops pnmtorast \ + pnmtosgi pnmtosir pnmtoxwd \ +- rasttopnm sgitopnm sirtopnm xwdtopnm zeisstopnm ++ rasttopnm sgitopnm sirtopnm zeisstopnm + MATHBINARIES = pnmgamma pnmnlfilt pnmrotate pnmscale pnmshear + + # We don't include programs that have special library dependencies in the + # merge scheme, because we don't want those dependencies to prevent us + # from building all the other programs. + +-NOMERGEBINARIES = ++NOMERGEBINARIES = xwdtopnm + ifneq ($(PNGHDR_DIR),NONE) + ifneq ($(PNGLIB_DIR),NONE) + NOMERGEBINARIES += pnmtopng pngtopnm +@@ -105,6 +104,8 @@ MERGE_OBJECTS = $(patsubst %,%.o2, $(MERGEBINARIES)) LIBOBJECTS = libpnm1.o libpnm2.o libpnm3.o libpnm4.o -+LIBSOBJECTS = libpnm1.so libpnm2.so libpnm3.so libpnm4.so ++LIBSOBJECTS = $(patsubst %.o, %.so, $(LIBOBJECTS)) +LIBSHHOPT = $(SRCDIR)/shhopt/libshhopt.a MANUALS1 = $(BINARIES) $(SCRIPTS) MANUALS3 = libpnm -@@ -113,10 +114,8 @@ +@@ -116,10 +117,12 @@ .PHONY: all all: $(BINARIES) @@ -27,10 +44,14 @@ PHONY: merge merge: $(MERGENAME) $(NOMERGEBINARIES) - $(MAKE) -C jbig all ++ ++xwdtopnm: %: %.o $(NETPBMLIBS) $(LIBOPT) $(LIBSHHOPT) ++ $(LD) $(LDFLAGS) -o $@ $@.o `$(LIBOPT) $(NETPBMLIBS)` \ ++ $(LIBSHHOPT) $(CDEBUG) ifeq ($(TIFFLIB_DIR),$(TIFFDIR)) # We're using the internal Tiff library, so make sure it's built -@@ -127,18 +126,18 @@ +@@ -130,18 +133,18 @@ endif # The Tiff library references math functions. @@ -52,9 +73,9 @@ - $(CDEBUG) + $(LIBSHHOPT) $(CDEBUG) - rletopnm pnmtorle: %: %.o $(NETPBMLIBS) $(LIBOPT) - $(LD) $(LDFLAGS) -o $@ $@.o `$(LIBOPT) $(NETPBMLIBS)` \ -@@ -165,22 +164,20 @@ + ifeq ($(URTLIB_DIR),$(URTDIR)) + # We're using the internal URT library, so make sure it's built +@@ -178,22 +181,20 @@ # backward compatibility: program used to be gemtopbm rm -f $(INSTALLBINARIES)/gemtopbm ln -s $(INSTALLBINARIES)/gemtopnm$(EXE) $(INSTALLBINARIES)/gemtopbm diff -urN /usr/ports/graphics/netpbm/patches/patch-bg graphics/netpbm/patches/patch-bg --- /usr/ports/graphics/netpbm/patches/patch-bg Mon May 22 21:46:13 2000 +++ graphics/netpbm/patches/patch-bg Sat Jun 3 00:00:00 2000 @@ -1,30 +1,30 @@ ---- ppm/Makefile.orig Tue May 16 10:30:30 2000 -+++ ppm/Makefile Sat May 20 00:00:00 2000 +--- ppm/Makefile.orig Fri Jun 2 01:22:16 2000 ++++ ppm/Makefile Sat Jun 3 00:00:00 2000 @@ -3,8 +3,7 @@ LIBROOT = ppm LIBPPM = lib$(LIBROOT).$(NETPBMLIBSUFFIX) -MAJ = 9 --MIN = 1 +-MIN = 3 +SOVER = 1 PGMDIR = $(SRCDIR)/pgm LIBPGM = libpgm.$(NETPBMLIBSUFFIX) @@ -24,7 +23,7 @@ PORTBINARIES = bmptoppm eyuvtoppm gouldtoppm hpcdtoppm ilbmtoppm imgtoppm \ - mtvtoppm pcxtoppm pgmtoppm pi1toppm picttoppm \ + leaftoppm mtvtoppm pcxtoppm pgmtoppm pi1toppm picttoppm \ pjtoppm \ - ppm3d ppmbrighten ppmchange ppmcolormask \ + ppm3d ppmbrighten ppmchange \ ppmdim ppmdist ppmdither \ ppmflash ppmhist ppmmake ppmmix ppmnorm \ ppmquant ppmrelief ppmshift ppmspread ppmtoacad \ -@@ -34,12 +33,13 @@ - ppmtotga ppmtouil ppmtoxpm ppmtoyuv \ +@@ -35,12 +34,13 @@ + ppmtotga ppmtouil ppmtowinicon ppmtoxpm ppmtoyuv \ ppmtoyuvsplit ppmtv \ qrttoppm rawtoppm rgb3toppm sldtoppm spctoppm \ -- sputoppm tgatoppm ximtoppm xpmtoppm xvminitoppm \ -+ sputoppm xpmtoppm xvminitoppm \ +- sputoppm tgatoppm winicontoppm ximtoppm xpmtoppm xvminitoppm \ ++ sputoppm winicontoppm xpmtoppm xvminitoppm \ yuvtoppm yuvsplittoppm # We don't build vidtoppm by default, because it requires special libraries @@ -34,7 +34,7 @@ ifneq ($(JPEGLIB_DIR), NONE) ifneq ($(JPEGHDR_DIR), NONE) NOMERGEBINARIES += ppmtojpeg -@@ -48,7 +48,7 @@ +@@ -49,7 +49,7 @@ MERGEBINARIES = $(PORTBINARIES) $(MATHBINARIES) @@ -43,16 +43,16 @@ BINARIES = $(MERGEBINARIES) $(NOMERGEBINARIES) SCRIPTS = ppmquantall ppmshadow ppmfade -@@ -57,6 +57,8 @@ +@@ -58,6 +58,8 @@ MERGE_OBJECTS = $(patsubst %,%.o2, $(MERGEBINARIES)) LIBOBJECTS = libppm1.o libppm2.o libppm3.o libppm4.o libppm5.o bitio.o -+LIBSOBJECTS = libppm1.so libppm2.so libppm3.so libppm4.so libppm5.so bitio.so ++LIBSOBJECTS = $(patsubst %.o, %.so, $(LIBOBJECTS)) +LIBSHHOPT = $(SRCDIR)/shhopt/libshhopt.a MANUALS1 = $(BINARIES) $(SCRIPTS) MANUALS3 = libppm -@@ -64,18 +66,24 @@ +@@ -65,18 +67,24 @@ MERGENAME= ppmmerge @@ -82,7 +82,7 @@ # And libraries. $(PBMDIR)/$(LIBPBM): FORCE -@@ -88,19 +96,19 @@ +@@ -89,19 +97,19 @@ .PHONY: install.merge install.merge: install.merge.common diff -urN /usr/ports/graphics/netpbm/patches/patch-bt graphics/netpbm/patches/patch-bt --- /usr/ports/graphics/netpbm/patches/patch-bt Thu Jan 1 09:00:00 1970 +++ graphics/netpbm/patches/patch-bt Sat Jun 3 00:00:00 2000 @@ -0,0 +1,27 @@ +--- pnm/xwdtopnm.c.orig Wed May 24 14:37:34 2000 ++++ pnm/xwdtopnm.c Sat Jun 3 00:00:00 2000 +@@ -879,13 +879,23 @@ + */ + unsigned int option_def_index; + ++ /* Create the OptStruct structure describing our options */ ++ #define OPTENTRY(shortvalue,longvalue,typevalue,outputvalue,flagvalue) {\ ++ option_def[option_def_index].shortName = (shortvalue); \ ++ option_def[option_def_index].longName = (longvalue); \ ++ option_def[option_def_index].type = (typevalue); \ ++ option_def[option_def_index].arg = (outputvalue); \ ++ option_def[option_def_index].flags = (flagvalue); \ ++ option_def_index++; \ ++ } + option_def_index = 0; /* incremented by OPTENTRY */ + OPTENTRY(0, "debug", OPT_FLAG, &cmdline_p->debug, 0); ++ option_def[option_def_index].type = OPT_END; + + /* Set the defaults */ + cmdline_p->debug = 0; + +- pm_optParseOptions(&argc, argv, option_def, 0); ++ optParseOptions(&argc, argv, option_def, 0); + /* Uses and sets argc, argv, and all of *cmdline_p. */ + + if (argc - 1 == 0) diff -urN /usr/ports/graphics/netpbm/pkg/PLIST graphics/netpbm/pkg/PLIST --- /usr/ports/graphics/netpbm/pkg/PLIST Fri Jun 2 19:13:06 2000 +++ graphics/netpbm/pkg/PLIST Sat Jun 3 00:00:00 2000 @@ -19,6 +19,7 @@ bin/ilbmtoppm bin/imgtoppm bin/jpegtopnm +bin/leaftoppm bin/lispmtopgm bin/macptopbm bin/mdatopbm @@ -73,6 +74,7 @@ bin/pgmnorm bin/pgmoil bin/pgmramp +bin/pgmslice bin/pgmtexture bin/pgmtofs bin/pgmtolispm @@ -83,6 +85,7 @@ bin/picttoppm bin/pjtoppm bin/pktopbm +bin/pngtopnm bin/pnmalias bin/pnmarith bin/pnmcat @@ -115,6 +118,7 @@ bin/pnmtoddif bin/pnmtofits bin/pnmtoplainpnm +bin/pnmtopng bin/pnmtops bin/pnmtorast bin/pnmtosgi @@ -155,6 +159,7 @@ bin/ppmtoicr bin/ppmtoilbm bin/ppmtojpeg +bin/ppmtoleaf bin/ppmtomap bin/ppmtomitsu bin/ppmtopcx @@ -168,6 +173,7 @@ bin/ppmtosixel bin/ppmtotga bin/ppmtouil +bin/ppmtowinicon bin/ppmtoxpm bin/ppmtoyuv bin/ppmtoyuvsplit @@ -188,6 +194,7 @@ bin/sputoppm bin/tgatoppm bin/tifftopnm +bin/winicontoppm bin/xbmtopbm bin/ximtoppm bin/xpmtoppm >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 Jun 2 18:25:39 2000 Delivered-To: freebsd-ports@freebsd.org Received: from smtp10.atl.mindspring.net (smtp10.atl.mindspring.net [207.69.200.246]) by hub.freebsd.org (Postfix) with ESMTP id E890137B5E0 for ; Fri, 2 Jun 2000 18:25:36 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca41-211.ix.netcom.com [209.111.208.211]) by smtp10.atl.mindspring.net (8.9.3/8.8.5) with ESMTP id VAA23942 for ; Fri, 2 Jun 2000 21:04:15 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id SAA72817; Fri, 2 Jun 2000 18:03:51 -0700 (PDT) To: ports@FreeBSD.org Subject: Re: cvs commit: ports/x11-toolkits/Motif-dummy/pkg PLIST References: <200006022202.PAA15388@freefall.freebsd.org> From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Date: 02 Jun 2000 18:03:44 -0700 In-Reply-To: Satoshi Asami's message of "Fri, 2 Jun 2000 15:02:25 -0700 (PDT)" Message-ID: Lines: 13 X-Mailer: Gnus v5.7/Emacs 20.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * Modified files: * x11-toolkits/Motif-dummy/pkg PLIST * Log: * Remove directories upon deinstallation. Well, there were some false alarms. Since Motif-dummy is not build during the normal process, the directories it left behind were flagged as failures of ports that depend on Motif. (Another reason to get rid of the special case and move to Open Motif....) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 19:53: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from shale.csir.co.za (shale.csir.co.za [146.64.46.5]) by hub.freebsd.org (Postfix) with ESMTP id DD3CF37B546 for ; Fri, 2 Jun 2000 19:53:04 -0700 (PDT) (envelope-from reg@shale.csir.co.za) Received: from C992631-A.pinol1.sfba.home.com (C992631-A.pinol1.sfba.home.com [24.12.58.155]) by shale.csir.co.za (8.9.3/8.9.3) with ESMTP id EAA71612; Sat, 3 Jun 2000 04:52:55 +0200 (SAT) (envelope-from reg@shale.csir.co.za) Received: (from reg@localhost) by C992631-A.pinol1.sfba.home.com (8.9.3/8.9.3) id TAA91124; Fri, 2 Jun 2000 19:52:36 -0700 (PDT) (envelope-from reg) Date: Fri, 2 Jun 2000 19:52:36 -0700 From: Jeremy Lea To: papowell@astart.com Cc: freebsd-ports@FreeBSD.ORG Subject: Re: A possible flaw and headache in the PORTS philosophy Message-ID: <20000602195236.G302@shale.csir.co.za> Mail-Followup-To: Jeremy Lea , papowell@astart.com, freebsd-ports@FreeBSD.ORG References: <200005301734.KAA02193@h4.private> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200005301734.KAA02193@h4.private>; from papowell@astart.com on Tue, May 30, 2000 at 10:34:30AM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, On Tue, May 30, 2000 at 10:34:30AM -0700, papowell@astart.com wrote: > Here is an example. The LPRng software uses a couple of configuration > files, /etc/printcap, /etc/lpd.conf, /etc/lpd.perms which MUST > be put into these locations, but only if the original files are not > present. This (can be? should be?) done by creating some 'prototype' > files for package use, and then when you run 'pkg_add' have the POST > script in the package move them to the appropriate locations. The normal way that this is done is to install a set of sample files (with a .sample) extension, and place these in the PLIST (so that they go into /usr/local). Then add some lines in the PLIST like this (not tested): @exec if [ ! -f /etc/printcap ]; then cp %D/etc/printcap.sample /etc/printcap @unexec if [ cmp %D/etc/princap.sample /etc/printcap ]; then rm /etc/printcap You get the picture? Regards, -Jeremy -- FreeBSD - Because the best things in life are free... http://www.freebsd.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 20: 0:42 2000 Delivered-To: freebsd-ports@freebsd.org Received: from shale.csir.co.za (shale.csir.co.za [146.64.46.5]) by hub.freebsd.org (Postfix) with ESMTP id 0EA7E37B628; Fri, 2 Jun 2000 20:00:26 -0700 (PDT) (envelope-from reg@shale.csir.co.za) Received: from C992631-A.pinol1.sfba.home.com (C992631-A.pinol1.sfba.home.com [24.12.58.155]) by shale.csir.co.za (8.9.3/8.9.3) with ESMTP id FAA71674; Sat, 3 Jun 2000 05:00:13 +0200 (SAT) (envelope-from reg@shale.csir.co.za) Received: (from reg@localhost) by C992631-A.pinol1.sfba.home.com (8.9.3/8.9.3) id TAA91213; Fri, 2 Jun 2000 19:59:53 -0700 (PDT) (envelope-from reg) Date: Fri, 2 Jun 2000 19:59:53 -0700 From: Jeremy Lea To: "David O'Brien" Cc: ports@FreeBSD.ORG Subject: Re: Proposal for USE_* directives in Mk/bsd.port.mk Message-ID: <20000602195953.H302@shale.csir.co.za> References: <20000430105058.B309@shale.csir.co.za> <20000430181355835.KOJS.890.t-mta4.odn.ne.jp@mta4.odn.ne.jp> <20000430120305.C309@shale.csir.co.za> <20000507165002718.RWFG.890.t-mta4.odn.ne.jp@mta4.odn.ne.jp> <20000508140442.B56489@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000508140442.B56489@dragon.nuxi.com>; from obrien@FreeBSD.ORG on Mon, May 08, 2000 at 02:04:43PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, On Mon, May 08, 2000 at 02:04:43PM -0700, David O'Brien wrote: > > Is this an official policy? > > > > Would you like to show me difference between USE_* and WITH_*(WITHOUT_*) > > and HAVE_*. > > > > Is this policy already documented? > > Seconded. I must have missed this. Where is this documented? (providing > some would have made our email exchange over Vim and GTK not needed) I've been really busy recently, and haven't had time to get this into the handbook since sending out the first email below, or the commit which followed it. I waited a week and got no feedback to the first message, and the only response to the commit was Jordan complaining because I broke one port, which happened to break the release build... Silence is consent... Regards, -Jeremy -- FreeBSD - Because the best things in life are free... http://www.freebsd.org/ Date: Mon, 10 Apr 2000 02:32:37 -0700 From: Jeremy Lea To: freebsd-ports@FreeBSD.ORG Cc: Satoshi Asami Subject: WITH/WITHOUT options cleanup Hi all, I've placed a patch at http://www.freebsd.org/~reg/with.patch, which cleans up the handling of options in ports. Basically these are any things the user can define while building ports. We had a mixture of NO_, WANT_, WITH_, WITHOUT_, DONT_USE_ and USE_, and these were being tested against YES, yes, NO or no. This was confusing. This patch makes two kinds of variables: WITH_FOO - Turns on support for FOO. WITHOUT_FOO - Turns off support for FOO. These are boolean, and should only be tested with defined(). If a port autodetect's support then it should use something like: .if defined(WITH_X11) || (exists(${X11BASE}/lib/libX11.a) \ && !defined(WITHOUT_X11)) ... .endif (bsd.port.pre.mk needs to be included before this to get X11BASE). The patch also removes nearly all occurances of WITH_ variables in ports, since I want to be able to scan for the options above automatically. I will write something for the handbook reserving WITH_ and WITHOUT_ as variable names. USE_ should also be reserved for knobs in bsd.port.mk. The ports I've not touched are the emacs/mule/canna cancer^H^H^H set of ports, which have a set of WITH_ options, which should be CONFIGURE_ARGS+= options. I'm scared of breaking these... Also, I've not tried to alter any setttings with have multiple values (like ispell's languages (although these should be WITH_), or glx's chipset). Comments please. -Jeremy -- FreeBSD - Because the best things in life are free... http://www.freebsd.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From: Jeremy Lea Date: Sun, 16 Apr 2000 17:19:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/linux_rar Makefile ports/astro/xplanet Makefile ports/audio/aumix Makefile ports/audio/cdrdao Makefile ports/audio/lame Makefile ports/audio/lame/patches patch-aa ports/audio/replay Makefile ports/audio/sox Makefile ... Sender: owner-cvs-committers@FreeBSD.org reg 2000/04/16 17:19:03 PDT Modified files: archivers/linux_rar Makefile astro/xplanet Makefile audio/aumix Makefile audio/cdrdao Makefile audio/lame Makefile audio/lame/patches patch-aa audio/replay Makefile audio/sox Makefile audio/timidity++ Makefile audio/wmtune Makefile cad/mars Makefile chinese/xemacs Makefile databases/gtksql Makefile databases/postgresql Makefile deskutils/gaddr Makefile devel/glade Makefile devel/kdevelop Makefile devel/kdevelop-i18n Makefile devel/tclreadline Makefile editors/elvis Makefile editors/emacs Makefile editors/emacs20 Makefile editors/emacs20-dl Makefile editors/emacs20-dl/pkg DESCR MESSAGE editors/staroffice5 Makefile editors/vile Makefile editors/xemacs20 Makefile editors/xvile Makefile emulators/quasi88 Makefile ftp/curl Makefile ftp/pavuk Makefile games/acm Makefile games/freeciv Makefile games/quakeforge Makefile german/staroffice5 Makefile graphics/aalib Makefile graphics/gd Makefile graphics/gd/patches patch-ac graphics/gimp1 Makefile graphics/glx Makefile graphics/py-opengl Makefile irc/bitchx Makefile irc/irssi Makefile irc/xchat Makefile japanese/dbskkd-cdb Makefile japanese/jed Makefile japanese/kterm Makefile japanese/kterm16c Makefile japanese/latex2html Makefile japanese/postgresql Makefile net/ppxp Makefile lang/modula-3 Makefile lang/modula-3-lib Makefile lang/python Makefile lang/python+ipv6 Makefile mail/exim Makefile mail/exmh2 Makefile mail/ezmlm-idx Makefile mail/mutt Makefile mail/postfix Makefile mail/zmailer Makefile math/gnuplot+ Makefile math/vtk Makefile misc/gone Makefile misc/mc Makefile net/cvsup Makefile net/mpich Makefile net/mtr Makefile net/netatalk-asun Makefile net/ppxp Makefile net/rsync Makefile net/xisp Makefile security/crack Makefile security/fwtk Makefile security/fwtk/patches patch-az security/heimdal Makefile security/p5-PGP-Sign Makefile security/pidentd Makefile security/ssh Makefile security/ssh2 Makefile sysutils/gkrellm Makefile sysutils/gkrellm/pkg MESSAGE sysutils/ipsc Makefile sysutils/xbattbar Makefile www/netscape3 Makefile www/netscape4-communicator Makefile www/udmsearch Makefile x11/wdm Makefile x11-wm/afterstep Makefile x11-wm/afterstep-devel Makefile x11-wm/afterstep-stable Makefile x11-wm/blackbox Makefile x11-wm/fvwm2-i18n Makefile x11-wm/fvwm95-i18n Makefile x11-wm/windowmaker Makefile x11-wm/windowmaker-i18n Makefile Log: Standardize all user defined options to the booleans WITH_FOO and WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports Revision Changes Path 1.13 +2 -2 ports/archivers/linux_rar/Makefile 1.5 +11 -11 ports/astro/xplanet/Makefile 1.21 +4 -4 ports/audio/aumix/Makefile 1.16 +7 -8 ports/audio/cdrdao/Makefile 1.10 +3 -3 ports/audio/lame/Makefile 1.4 +1 -1 ports/audio/lame/patches/patch-aa 1.18 +4 -4 ports/audio/replay/Makefile 1.15 +2 -2 ports/audio/sox/Makefile 1.20 +6 -6 ports/audio/timidity++/Makefile 1.8 +3 -3 ports/audio/wmtune/Makefile 1.17 +2 -2 ports/cad/mars/Makefile 1.3 +6 -12 ports/chinese/xemacs/Makefile 1.6 +11 -11 ports/databases/gtksql/Makefile 1.54 +22 -28 ports/databases/postgresql/Makefile 1.7 +3 -3 ports/deskutils/gaddr/Makefile 1.21 +5 -5 ports/devel/glade/Makefile 1.9 +4 -4 ports/devel/kdevelop/Makefile 1.10 +4 -4 ports/devel/kdevelop-i18n/Makefile 1.7 +7 -7 ports/devel/tclreadline/Makefile 1.4 +3 -3 ports/editors/elvis/Makefile 1.45 +2 -2 ports/editors/emacs/Makefile 1.48 +5 -7 ports/editors/emacs20/Makefile 1.17 +3 -5 ports/editors/emacs20-dl/Makefile 1.8 +1 -1 ports/editors/emacs20-dl/pkg/DESCR 1.3 +1 -1 ports/editors/emacs20-dl/pkg/MESSAGE 1.13 +4 -4 ports/editors/staroffice5/Makefile 1.23 +5 -5 ports/editors/vile/Makefile 1.35 +3 -3 ports/editors/xemacs20/Makefile 1.25 +11 -12 ports/editors/xvile/Makefile 1.5 +4 -4 ports/emulators/quasi88/Makefile 1.16 +2 -2 ports/ftp/curl/Makefile 1.17 +3 -3 ports/ftp/pavuk/Makefile 1.23 +3 -4 ports/games/acm/Makefile 1.33 +4 -4 ports/games/freeciv/Makefile 1.5 +6 -6 ports/games/quakeforge/Makefile 1.7 +4 -4 ports/german/staroffice5/Makefile 1.12 +7 -10 ports/graphics/aalib/Makefile 1.22 +4 -4 ports/graphics/gd/Makefile 1.7 +4 -4 ports/graphics/gd/patches/patch-ac 1.68 +6 -9 ports/graphics/gimp1/Makefile 1.7 +5 -5 ports/graphics/glx/Makefile 1.5 +2 -4 ports/graphics/py-opengl/Makefile 1.14 +6 -6 ports/irc/bitchx/Makefile 1.27 +5 -5 ports/irc/irssi/Makefile 1.49 +7 -7 ports/irc/xchat/Makefile 1.4 +5 -7 ports/japanese/dbskkd-cdb/Makefile 1.4 +12 -12 ports/japanese/jed/Makefile 1.25 +6 -11 ports/japanese/kterm/Makefile 1.22 +6 -11 ports/japanese/kterm16c/Makefile 1.6 +4 -4 ports/japanese/latex2html/Makefile 1.13 +20 -25 ports/japanese/postgresql/Makefile 1.13 +3 -3 ports/net/ppxp/Makefile 1.37 +3 -3 ports/lang/modula-3/Makefile 1.23 +3 -3 ports/lang/modula-3-lib/Makefile 1.65 +4 -6 ports/lang/python/Makefile 1.63 +8 -13 ports/lang/python+ipv6/Makefile 1.47 +27 -27 ports/mail/exim/Makefile 1.41 +2 -2 ports/mail/exmh2/Makefile 1.10 +5 -5 ports/mail/ezmlm-idx/Makefile 1.82 +5 -5 ports/mail/mutt/Makefile 1.19 +3 -3 ports/mail/postfix/Makefile 1.4 +2 -2 ports/mail/zmailer/Makefile 1.10 +6 -6 ports/math/gnuplot+/Makefile 1.6 +4 -7 ports/math/vtk/Makefile 1.7 +5 -5 ports/misc/gone/Makefile 1.45 +2 -2 ports/misc/mc/Makefile 1.38 +4 -4 ports/net/cvsup/Makefile 1.16 +6 -9 ports/net/mpich/Makefile 1.23 +3 -3 ports/net/mtr/Makefile 1.15 +6 -6 ports/net/netatalk-asun/Makefile 1.14 +0 -0 ports/net/ppxp/Makefile 1.41 +2 -2 ports/net/rsync/Makefile 1.4 +2 -2 ports/net/xisp/Makefile 1.16 +3 -3 ports/security/crack/Makefile 1.19 +2 -2 ports/security/fwtk/Makefile 1.2 +1 -1 ports/security/fwtk/patches/patch-az 1.14 +5 -12 ports/security/heimdal/Makefile 1.11 +9 -9 ports/security/p5-PGP-Sign/Makefile 1.31 +4 -4 ports/security/pidentd/Makefile 1.94 +15 -17 ports/security/ssh/Makefile 1.96 +15 -17 ports/security/ssh2/Makefile 1.7 +4 -5 ports/sysutils/gkrellm/Makefile 1.2 +1 -1 ports/sysutils/gkrellm/pkg/MESSAGE 1.6 +7 -7 ports/sysutils/ipsc/Makefile 1.4 +2 -2 ports/sysutils/xbattbar/Makefile 1.40 +8 -6 ports/www/netscape3/Makefile 1.65 +5 -5 ports/www/netscape4-communicator/Makefile 1.6 +6 -6 ports/www/udmsearch/Makefile 1.37 +4 -4 ports/x11/wdm/Makefile 1.33 +3 -3 ports/x11-wm/afterstep/Makefile 1.42 +2 -2 ports/x11-wm/afterstep-devel/Makefile 1.38 +5 -5 ports/x11-wm/afterstep-stable/Makefile 1.32 +3 -3 ports/x11-wm/blackbox/Makefile 1.20 +4 -5 ports/x11-wm/fvwm2-i18n/Makefile 1.32 +4 -4 ports/x11-wm/fvwm95-i18n/Makefile 1.67 +6 -6 ports/x11-wm/windowmaker/Makefile 1.71 +5 -5 ports/x11-wm/windowmaker-i18n/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 20: 2:13 2000 Delivered-To: freebsd-ports@freebsd.org Received: from shale.csir.co.za (shale.csir.co.za [146.64.46.5]) by hub.freebsd.org (Postfix) with ESMTP id 1852D37B628 for ; Fri, 2 Jun 2000 20:02:07 -0700 (PDT) (envelope-from reg@shale.csir.co.za) Received: from C992631-A.pinol1.sfba.home.com (C992631-A.pinol1.sfba.home.com [24.12.58.155]) by shale.csir.co.za (8.9.3/8.9.3) with ESMTP id FAA71714; Sat, 3 Jun 2000 05:01:59 +0200 (SAT) (envelope-from reg@shale.csir.co.za) Received: (from reg@localhost) by C992631-A.pinol1.sfba.home.com (8.9.3/8.9.3) id UAA91259; Fri, 2 Jun 2000 20:01:41 -0700 (PDT) (envelope-from reg) Date: Fri, 2 Jun 2000 20:01:41 -0700 From: Jeremy Lea To: Max Khon Cc: ports@FreeBSD.ORG Subject: Re: libtool adds -lc when linking libraries Message-ID: <20000602200141.I302@shale.csir.co.za> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from fjoe@iclub.nsu.ru on Sun, May 14, 2000 at 02:09:52PM +0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, On Sun, May 14, 2000 at 02:09:52PM +0700, Max Khon wrote: > libtool silently adds -lc when linking libraries. As a result > all the programs which a linked with -pthread and with library built with > libtool is linked against both libc and libc_r. The port? I'm pretty sure it doesn't, because it took me some hours to figure out how to patch it to stop doing it... Regards, -Jeremy -- FreeBSD - Because the best things in life are free... http://www.freebsd.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 20:50:28 2000 Delivered-To: freebsd-ports@freebsd.org Received: from newjmail.com (server48.aitcom.net [208.234.0.42]) by hub.freebsd.org (Postfix) with ESMTP id 2EEED37B510 for ; Fri, 2 Jun 2000 20:50:26 -0700 (PDT) (envelope-from newjmail@newjmail.com) Received: (from newjmail@localhost) by newjmail.com (8.8.8/8.8.5) id XAA01351; Fri, 2 Jun 2000 23:50:21 -0400 Date: Fri, 2 Jun 2000 23:50:21 -0400 Message-Id: <200006030350.XAA01351@newjmail.com> To: ports@FreeBSD.org From: Atsushi Fujimoto Subject: ShopJapan Special Offer Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ‚±‚̂悤‚È‚²ˆÄ“àƒ[ƒ‹‚Í‚±‚ꂪŌã‚Ì—\’è‚Å‚·‚Ì‚ÅA‚²‹»–¡‚Ì‚È‚¢•û ‚Ö“Í‚«‚Ü‚µ‚½ê‡‚Í‚Ç‚¤‚©‚¨‹–‚µ‰º‚³‚¢‚Ü‚·‚悤‚É‚¨Šè‚¢’v‚µ‚Ü‚·B ‚Ü‚½A‰½‚ç‚©‚ÌŽ–î‚Åd•¡‚µ‚Ä“Í‚¢‚½ê‡‚âŠù‚Ƀ‚[ƒ‹‚²o“X\‚µž‚Ý‚ð‚³‚ê‚½ •û‚É“Í‚¢‚Ä‚µ‚Ü‚Á‚½ê‡‚à[‚­‚¨˜l‚Ñ\‚µã‚°‚Ü‚·B ========================================================================= æ“úA‹MŽÐ‚Ì‘f°‚炵‚¢ƒVƒ‡ƒbƒsƒ“ƒOƒy[ƒW‚ð”qŒ©‚³‚¹‚Ä’¸‚«Aƒ‚[ƒ‹ o“X‚Ì‚²ˆÄ“àƒ[ƒ‹‚ð‚¨‘—‚肵‚Ü‚µ‚½AƒVƒ‡ƒbƒsƒ“ƒOƒ‚[ƒ‹uShopJapanv ‚̉c‹ÆA“¡–{“ÖŽii‚Ó‚¶‚à‚Æ@‚ ‚‚µj‚Å‚·B Šo‚¦‚Ä‚¢‚ç‚Á‚µ‚á‚¢‚Ü‚·‚Å‚µ‚傤‚©H ‘O‰ñ‚̓Iƒ“ƒ‰ƒCƒ“ƒVƒ‡ƒbƒsƒ“ƒOƒ‚[ƒ‹uShopJapanv‚Ì–³—¿o“WŽÐ—l‚ð•åW’† ‚Æ‚¢‚¤‚¨˜b‚ð‚³‚¹‚Ä’¸‚«‚Ü‚µ‚½‚ªA¡‰ñ‚Í‚à‚¤‚·‚®‚±‚Ì–³—¿o“XŽÐ—l•åW‚Ì ’÷‚ß‚«‚肪”—‚Á‚Ä‚¢‚邱‚Æ‚ð‚¨’m‚点‚µ‚½‚­‚²ˆÄ“à‚ð‚¨“Í‚¯’v‚µ‚Ü‚µ‚½B ‚º‚ЂƂࡈê“xA‚±‚Ì–³—¿o“XŽÐ—l•åWŠúŠÔ‚ÌI—¹‘O‚É ‚±‚̃`ƒƒƒ“ƒX‚ð‚²Äl’¸‚«‚½‚­‚¨Šè‚¢\‚µã‚°‚Ü‚·B ‘O‰ñ‚à‚¨˜b‚µ‚Ü‚µ‚½—l‚É–³—¿o“XŠúŠÔ’†‚ÉŒÀ‚èAƒ‚[ƒ‹‚²—˜—pŒ_–ñŒã‚Uƒ–ŒŽŠÔ ‚Ìo“X—¿‚ªŠ®‘S–³—¿‚Å‚·B ‚Ü‚½A–³—¿‚Uƒ–ŒŽŠÔ’†A‚ ‚é‚¢‚Í‚»‚ÌŒã‚à–ˆŒŽXV‚Å‚ ‚邽‚߉ð–ñ‚Í ”CˆÓ‚ÌŽžŠú‚ɉ”\‚Å‚·B ‚³‚ç‚ÉAŒp‘±“I‚Éo“X‚µ‚Ä’¸‚­‹`–±‚à‚ ‚è‚Ü‚¹‚ñB ‚à‚µ‚àA‚±‚̃ŠƒXƒN‚Ì‚È‚¢ƒ‚[ƒ‹o“X‚ɂ‚¢‚Ä‚²‹»–¡‚ðŽ‚Á‚Ä’¸‚¢‚Ä ‚¢‚ç‚Á‚µ‚á‚ê‚ÎA‚º‚С‚·‚®‚É http://mall.shopjapan.co.jp/limitedoffer/mall_offer.htm ‚ð‚²——’¸‚«A‹CŒy‚ɃIƒ“ƒ‰ƒCƒ“o“X\ž‚݃tƒH[ƒ€i‰¼“o˜^)‚Ö‚²‹L“ü‰º‚³‚¢B ‚±‚¿‚ç‚©‚ç‘–Ê‚Ì\ž‘‚ÆŽ‘—¿ˆêŽ®‚ð‚¨‘—‚肳‚¹‚Ä’¸‚«‚Ü‚·B ‚±‚̃y[ƒW‚Í‚Pƒy[ƒW‚É—vŽ|‚ð‚Ü‚Æ‚ß‚½ˆ×A‚²——’¸‚­‚Ì‚É‚¨ŽžŠÔ‚͂Ƃ点‚Ü‚¹‚ñB ‚³‚ç‚ÉA‚²ˆÓŒ©E‚²Ž¿–₪‚²‚´‚¢‚Ü‚µ‚½‚ç’¼Ú ‚O‚P‚Q‚O-‚P‚U-‚U‚Q‚U‚Q‚Ü‚Å‚¨“d˜b’¸‚­‚©@afujimoto@shopjapan.co.jp@ ‚܂Ń[ƒ‹‚𒸂¯‚ê‚ÎK‚¢‚Å‚·B ‚¨˜b‚µ‚Å‚«‚é‹@‰ï‚ª“¾‚ç‚ê‚邱‚Æ‚ðŠy‚µ‚Ý‚É‚µ‚Ä‚¨‚è‚Ü‚·B ‚Å‚ÍA‹MŽÐ‚̃Iƒ“ƒ‰ƒCƒ“ƒVƒ‡ƒbƒv‚Ì‚³‚ç‚Ȃ邲¬Œ÷‚ð‚¨‹F‚肵‚Ä‚¨‚è‚Ü‚·B Ž¸—ç’v‚µ‚Ü‚µ‚½B **************************************************** “¡–{“ÖŽi E-mailF@afujimoto@shopjapan.co.jp ‚s‚d‚kF@‚O‚P‚Q‚O-‚P‚U-‚U‚Q‚U‚Q ‚r‚ˆ‚‚‚i‚‚‚‚Ž@‚t‚q‚kF@www.shopjapan.co.jp **************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 21:20:10 2000 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 0015937B764 for ; Fri, 2 Jun 2000 21:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA50100; Fri, 2 Jun 2000 21:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 2 Jun 2000 21:20:04 -0700 (PDT) Message-Id: <200006030420.VAA50100@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Scot W. Hetzel" Subject: Re: ports/18960 - Add USE_APACHE to bsd.port.mk for Apache module ports Reply-To: "Scot W. Hetzel" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/18960; it has been noted by GNATS. From: "Scot W. Hetzel" To: FreeBSD-GNATS Cc: Tim Vanderhoek Subject: Re: ports/18960 - Add USE_APACHE to bsd.port.mk for Apache module ports Date: Fri, 2 Jun 2000 23:15:59 -0500 (CDT) From: "Tim Vanderhoek" > On Thu, Jun 01, 2000 at 08:48:11PM -0500, hetzels@westbend.net wrote: > > > > +AP_TARGET!= ${APXS} -q TARGET > > +AP_SBINDIR!= ${APXS} -q SBINDIR > > +AP_INCLUDE!= ${APXS} -q INCLUDEDIR > > +AP_LIBEXEC!= ${APXS} -q LIBEXECDIR > > +AP_SYSCONF!= ${APXS} -q SYSCONFDIR > > +AP_PREFIX!= ${APXS} -q PREFIX > > All of these should probably also be added to the list of precious > make vars preserved through the environment at the end of bsd.port.mk. > > It would be faster to do something like: > > _AP_PATHS!= ${APXS} -q TARGET SBINDIR INCLUDEDIR ... | \ > ${AWK} '{print "TARGET:" $1 " " "SBINDIR:" $2 ...}' > AP_TARGET=${_AP_PATHS:MTARGET*:S/^TARGET//} > AP_SBINDIR=${_AP_PATHS:MSBINDIR*:S/^SBINDIR//} > ... > > Then only _AP_PATHS would be worthwhile for listing as a previous make > variable. > So your suggesting that using _AP_PATHS would make it so that ${APXS} -q ... gets executed only once, instead of multiple times for each AP_* variable and each make target? I recreated USE_APACHE as you suggested, but had only a couple of problems: 1. ${_AP_PATHS:MTARGET*:S/^TARGET//} would return with ":httpd". I removed the ":" from the awk script, and that made it return with the correct value "httpd". 2. ${AWK} is not defined early enough in the bsd.port.mk file, so I used /usr/bin/awk instead. > For more trickery, you could get away with something like > > AP_TARGET= `${APXS} -q TARGET` > > for most cases, I imagine. That's fastest of all. > Only one problem with this approach, AP_* gets defined as: `/usr/local/sbin/apxs -q ` While this works with RUN_DEPENDS, it doesn't work when you use the var in PLIST_SUB. ===> Generating temporary packing list /usr/local/sbin/apxs!g: not found and the work/.PLIST.mktmp contains: /libphp3.so instead of libexec/apache/libphp3.so > There's also no particular reason why ports that need these vars can't > simply set the vars themselves. > There will be eight Apache module ports: mod_auth_mysql New port mod_dav mod_dtcl mod_frontpage apache13-fp mod_jserv apache-jserv mod_php3 apache13-php3 mod_php4 apache13-php4 mod_ssl apache13-modssl that will need some form of the "if exists(${APXS}) .. else .. if" code, along with the ability to build/run depend on any of the 3 main apache ports: apache13 apache13+ipv6 apache13-ssl Having USE_APACHE defined in the bsd.port.mk, along with the AP_* vars, will make these ports consistant, as well as making it easier to add new Apache module ports. > It also looks like there's an .endif missing, but I'm probably just > not reading the patch right. :) > The .endif is there (see +.endif at top of 2nd section). :) Scot NOTE for Satoshi Asami: Use this patch instead of the originally submitted patch if it meets with your approval. --- bsd.port.mk.orig Sat May 6 20:09:14 2000 +++ bsd.port.mk Fri Jun 2 21:45:37 2000 @@ -118,6 +118,15 @@ # # Use these if your port uses some of the common software packages. # +# USE_APACHE - Says that the port uses Apache for building and running. +# AP_PORT - Set to the name of the apache port (default: apache13) +# AP_TARGET - Set to the name of the apache server (default: httpd) +# AP_SBINDIR - Set to the location of the apache sbin directory +# AP_INCLUDE - Set to the location of the apache include directory +# AP_LIBEXEC - Set to the location of the apache libexec directory +# AP_SYSCONF - Set to the location of the apache config directory +# AP_PREFIX - Set to the apache prefix (default: ${PREFIX}) +# # USE_BZIP2 - Says that the port tarballs use bzip2, not gzip, for # compression. # USE_ZIP - Says that the port distfile uses zip, not tar w/[bg]zip @@ -700,6 +709,59 @@ USE_NEWGCC= yes .endif +.if defined(USE_APACHE) +APXS= ${PREFIX}/sbin/apxs + +.if exists(${APXS}) +.if !defined(_AP_PATHS) +_AP_PATHS!= ${APXS} -q TARGET SBINDIR INCLUDEDIR LIBEXECDIR SYSCONFDIR PREFIX | \ + /usr/bin/awk '{print "TARGET" $$1 " SBINDIR" $$2 " INCLUDEDIR" $$3 " LIBEXECDIR" $$4 " SYSCONFDIR" $$5 " PREFIX" $$6 }' +.endif +AP_TARGET= ${_AP_PATHS:MTARGET*:S/^TARGET//} +AP_SBINDIR= ${_AP_PATHS:MSBINDIR*:S/^SBINDIR//} +AP_INCLUDE= ${_AP_PATHS:MINCLUDEDIR*:S/^INCLUDEDIR//} +AP_LIBEXEC= ${_AP_PATHS:MLIBEXECDIR*:S/^LIBEXECDIR//} +AP_SYSCONF= ${_AP_PATHS:MSYSCONFDIR*:S/^SYSCONFDIR//} +AP_PREFIX= ${_AP_PATHS:MPREFIX*:S/^PREFIX//} + +AP_PORT!= if ${APXS} -q AP_PORT > /dev/null 2>&1 ; then \ + ${APXS} -q AP_PORT ; \ + else \ + if [ "${AP_TARGET}" = "httpsd" ] ; then \ + echo "apache13-ssl" ; \ + else \ + echo "apache13" ; \ + fi ; \ + fi +.else +AP_PORT?= apache13 +.if ${AP_PORT} == "apache13-ssl" +AP_TARGET?= httpsd +.else +AP_TARGET?= httpd +.endif +AP_SBINDIR?= ${PREFIX}/sbin +AP_INCLUDE?= ${PREFIX}/include/apache +AP_LIBEXEC?= ${PREFIX}/libexec/apache +AP_SYSCONF?= ${PREFIX}/etc/apache +AP_PREFIX?= ${PREFIX} +.endif + +.if ${AP_PORT} == "apache13-ssl" +PKGNAMESUFFIX= -ap_ssl +.elif ${AP_PORT} == "apache13+ipv6" +PKGNAMESUFFIX= -ap+ipv6 +.endif + +BUILD_DEPENDS+= ${APXS}:${PORTSDIR}/www/${AP_PORT} +RUN_DEPENDS+= ${PREFIX}/sbin/${AP_TARGET}:${PORTSDIR}/www/${AP_PORT} + +PLIST_SUB+= AP_SBINDIR=${AP_SBINDIR:S/^${PREFIX}\///} \ + AP_INCLUDE=${AP_INCLUDE:S/^${PREFIX}\///} \ + AP_LIBEXEC=${AP_LIBEXEC:S/^${PREFIX}\///} \ + AP_SYSCONF=${AP_SYSCONF:S/^${PREFIX}\///} +.endif + .if defined(USE_BZIP2) BUILD_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2 .endif @@ -2831,7 +2893,7 @@ .endif .if !defined(NOPRECIOUSMAKEVARS) -.for softvar in CKSUMFILES _MLINKS PKGBASE +.for softvar in CKSUMFILES _MLINKS PKGBASE _AP_PATHS .if defined(${softvar}) __softMAKEFLAGS+= '${softvar}+=${${softvar}:S/'/'\''/g}' .endif To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 22:30:11 2000 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 0F0F937BAE0 for ; Fri, 2 Jun 2000 22:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA58829; Fri, 2 Jun 2000 22:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from blues.jpj.net (blues.jpj.net [204.97.17.146]) by hub.freebsd.org (Postfix) with ESMTP id 6474E37B835 for ; Fri, 2 Jun 2000 22:24:04 -0700 (PDT) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost) by blues.jpj.net (right/backatcha) with ESMTP id e535Nw812253 for ; Sat, 3 Jun 2000 01:23:58 -0400 (EDT) Message-Id: Date: Sat, 3 Jun 2000 01:23:57 -0400 (EDT) From: Trevor Johnson To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/18978: new port: audio/streamripper (fwd) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18978 >Category: ports >Synopsis: new port: audio/streamripper >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 Jun 02 22:30:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Trevor Johnson >Release: 4.0-CURRENT i386 >Organization: myself >Environment: only tested on FreeBSD tethys.csudh.edu 4.0-20000214-CURRENT FreeBSD 4.0-20000214-CURRENT #0: Tue Feb 15 01:45:52 GMT 2000 root@monster.cdrom.com:/usr/src/sys/compile/GENERIC i386 >Description: This program splits a SHOUTcast stream into tracks. This PR supercedes ports/17823. >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: # # streamripper # streamripper/files # streamripper/files/md5 # streamripper/pkg # streamripper/pkg/COMMENT # streamripper/pkg/DESCR # streamripper/pkg/PLIST # streamripper/Makefile # echo c - streamripper mkdir -p streamripper > /dev/null 2>&1 echo c - streamripper/files mkdir -p streamripper/files > /dev/null 2>&1 echo x - streamripper/files/md5 sed 's/^X//' >streamripper/files/md5 << 'END-of-streamripper/files/md5' XMD5 (streamripper-0.7.0b.tar.gz) = 031ac71a9da9987de3d7cb5b8f301c79 END-of-streamripper/files/md5 echo c - streamripper/pkg mkdir -p streamripper/pkg > /dev/null 2>&1 echo x - streamripper/pkg/COMMENT sed 's/^X//' >streamripper/pkg/COMMENT << 'END-of-streamripper/pkg/COMMENT' XSplits SHOUTcast stream into tracks END-of-streamripper/pkg/COMMENT echo x - streamripper/pkg/DESCR sed 's/^X//' >streamripper/pkg/DESCR << 'END-of-streamripper/pkg/DESCR' XUsing information which a SHOUTcast server can optionally send, Xthis program breaks an audio stream into "tracks," stores them in Xseparate files as they arrive, and names the files by appending X".mp3" to the name of the track. The tracks can be listened to at Xthe user's leisure with an MPEG Layer 3 audio player. X XWWW: http://www.bigfreakinserver.com/master/streamripper.php3 X XTrevor Johnson Xtrevor@jpj.net END-of-streamripper/pkg/DESCR echo x - streamripper/pkg/PLIST sed 's/^X//' >streamripper/pkg/PLIST << 'END-of-streamripper/pkg/PLIST' Xbin/streamripper END-of-streamripper/pkg/PLIST echo x - streamripper/Makefile sed 's/^X//' >streamripper/Makefile << 'END-of-streamripper/Makefile' X# New ports collection makefile for: streamripper X# Date created: 6 Apr 2000 X# Whom: trevor@jpj.net X# X# $FreeBSD$ X# X XPORTNAME= streamripper XPORTVERSION= 0.7.0b XDISTNAME= ${PORTNAME}-${PORTVERSION} XCATEGORIES= audio XMASTER_SITES= ftp://ftp.bigfreakinserver.com/pub/ X XMAINTAINER= trevor@jpj.net X XGNU_CONFIGURE= yes X X.include END-of-streamripper/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 Jun 2 22:30:10 2000 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 B66EF37BAD6 for ; Fri, 2 Jun 2000 22:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA58818; Fri, 2 Jun 2000 22:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from point.osg.gov.bc.ca (point.osg.gov.bc.ca [142.32.102.44]) by hub.freebsd.org (Postfix) with ESMTP id AD4BC37B510 for ; Fri, 2 Jun 2000 22:20:01 -0700 (PDT) (envelope-from Cy.Schubert@uumail.gov.bc.ca) Received: (from daemon@localhost) by point.osg.gov.bc.ca (8.8.7/8.8.8) id WAA06004 for ; Fri, 2 Jun 2000 22:20:01 -0700 Received: from passer.osg.gov.bc.ca(142.32.110.29) via SMTP by point.osg.gov.bc.ca, id smtpda05998; Fri Jun 2 22:19:53 2000 Received: (from uucp@localhost) by passer.osg.gov.bc.ca (8.9.3/8.9.1) id WAA12725 for ; Fri, 2 Jun 2000 22:19:53 -0700 (PDT) Received: from cwsys9.cwsent.com(10.2.2.1), claiming to be "cwsys.cwsent.com" via SMTP by passer9.cwsent.com, id smtpdb12723; Fri Jun 2 22:19:15 2000 Received: (from cy@localhost) by cwsys.cwsent.com (8.10.1/8.9.1) id e535JEP48245; Fri, 2 Jun 2000 22:19:14 -0700 (PDT) Message-Id: <200006030519.e535JEP48245@cwsys.cwsent.com> Date: Fri, 2 Jun 2000 22:19:14 -0700 (PDT) From: Cy.Schubert@uumail.gov.bc.ca Reply-To: Cy.Schubert@uumail.gov.bc.ca To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18977: rsync report not at end of job Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18977 >Category: ports >Synopsis: rsync report end job >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 Jun 02 22:30:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Cy Schubert >Release: FreeBSD 4.0-STABLE i386 >Organization: UNIX Group, ITSD, ISTA, Province of BC >Environment: FreeBSD cwsys 4.0-STABLE FreeBSD 4.0-STABLE #0: Sat May 27 16:32:47 PDT 2000 root@:/usr/opt/cvs-400s-000527/src/sys/compile/CWSYS i386 >Description: When performing a an rsync between local directories the rsync completion report is printed in the middle of the verbose listing, e.g., cwsys$ /usr/local/ports-400a/net/rsync/work/rsync-2.4.3/rsync -aHWSv ../yppapass wd . building file list ... done yppapasswd/ yppapasswd/01-README yppapasswd/yppapasswd-1.0.tar.gz yppapasswd/yppapasswd-v1.0/ yppapasswd/yppapasswd-v1.0/Artistic yppapasswd/yppapasswd-v1.0/Copying yppapasswd/yppapasswd-v1.0/Install yppapasswd/yppapasswd-v1.0/README yppapasswd/yppapasswd-v1.0/psh yppapasswd/yppapasswd-v1.0/ypchfn.1 yppapasswd/yppapasswd-v1.0/ypchsh.1 yppapasswd/yppapasswd-v1.0/yppapasswd yppapasswd/yppapasswd-v1.0/yppapasswd.1 yppapasswd/yppapasswd-v1.0/yppapasswdd yppapasswd/yppapasswd.README wrote 98112 bytes read 224 bytes 196672.00 bytes/sec total size is 97153 speedup is 0.99 yppapasswd/ yppapasswd/yppapasswd-v1.0/ cwsys$ A PR has been submitted to the RSYNC group, RSYNC PR#2629. >How-To-Repeat: See above. >Fix: This patch has also been submitted to the RSYNC group. --- main.c.orig Fri Jun 2 21:56:58 2000 +++ main.c Fri Jun 2 21:57:45 2000 @@ -488,11 +488,11 @@ io_flush(); wait_process(pid, &status); } - report(-1); if (remote_version >= 24) { /* final goodbye message */ read_int(f_in); } + report(-1); exit_cleanup(status); } >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 Jun 2 22:36:47 2000 Delivered-To: freebsd-ports@freebsd.org Received: from server1.mich.com (server1.mich.com [198.108.16.2]) by hub.freebsd.org (Postfix) with ESMTP id 9865037BA4C for ; Fri, 2 Jun 2000 22:36:43 -0700 (PDT) (envelope-from will@almanac.yi.org) Received: from almanac.yi.org (pm006-029.dialup.bignet.net [64.79.81.13]) by server1.mich.com (8.9.3/8.9.3) with ESMTP id BAA31511; Sat, 3 Jun 2000 01:36:37 -0400 Received: by almanac.yi.org (Postfix, from userid 1000) id 04D2219A6; Sat, 3 Jun 2000 01:35:46 -0400 (EDT) Date: Sat, 3 Jun 2000 01:35:46 -0400 From: Will Andrews To: KATO Tsuguru Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/18879: New port audio/xwave Message-ID: <20000603013546.V32212@argon.gryphonsoft.com> References: <200006030000.RAA30332@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200006030000.RAA30332@freefall.freebsd.org>; from tkato@prontomail.ne.jp on Fri, Jun 02, 2000 at 05:00:01PM -0700 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Jun 02, 2000 at 05:00:01PM -0700, KATO Tsuguru wrote: > You probably made some mistakes during unpacking archive. It can be > built with no modification on my system. > > However, initial port surely has some minor problems. I tried to fix > as follows. Please review it. Hi KATO-san, Thanks for your submission. However, I still get the same problems..: cc -o xwave -O -L/usr/X11R6/lib xwave.o filebrowse.o menu.o fileop.o edit.o graphics.o button.o audio.o sample_settings.o misc.o status.o record_dialog.o audio_file.o aifc.o effects.o help.o riff.o au.o -L../lib -lfwf -lXaw -lXpm -lXmu -lXt -lX11 -L../ccitt -lccitt -L../adpcm2pcm -ladpcm -L../ieee -lieee -lm -lc /usr/X11R6/lib/libXaw.so: warning: tmpnam() possibly used unsafely; consider using mkstemp() ../lib/libfwf.a(Toggle.o): In function `expose': Toggle.o(.text+0x569): undefined reference to `xfwfButtonClassRec' ../lib/libfwf.a(Toggle.o)(.data+0x120): undefined reference to `xfwfButtonClassRec' I'm not sure where the problem is here... I'm running 4.0-STABLE. -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 22:40:15 2000 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 CB4E637B992 for ; Fri, 2 Jun 2000 22:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA59237; Fri, 2 Jun 2000 22:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from pis.toba-cmt.ac.jp (pis.toba-cmt.ac.jp [202.26.248.77]) by hub.freebsd.org (Postfix) with ESMTP id BB9F837B7F7 for ; Fri, 2 Jun 2000 22:39:05 -0700 (PDT) (envelope-from kiri@pis.toba-cmt.ac.jp) Received: (from kiri@localhost) by pis.toba-cmt.ac.jp (8.9.3/8.9.3) id OAA39214; Sat, 3 Jun 2000 14:47:52 +0900 (JST) (envelope-from kiri) Message-Id: <200006030547.OAA39214@pis.toba-cmt.ac.jp> Date: Sat, 3 Jun 2000 14:47:52 +0900 (JST) From: KIRIYAMA Kazuhiko Reply-To: kiri@pis.toba-cmt.ac.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18979: New ports: XEmacsPKGADD-1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18979 >Category: ports >Synopsis: New ports: XEmacsPKGADD-1.0 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jun 02 22:40:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: KIRIYAMA Kazuhiko >Release: FreeBSD 5.0-CURRENT i386 >Organization: Toba National College of Maritime Technology. Department of Electronic Mechanical Engineering >Environment: >Description: XEmacs Additional elisp packages ports has been ported. These ports were made for xemacs-sumo* ports and users to use selective categories suite for individual working :) I put the port packed with tar czf and uuencode below "Fix:" Packed tarball is : -rw-r--r-- 1 kiri staff 14432 Jun 3 14:38 xemacspkgadd-1.0-000603.tar.gz Packed list is : drwxr-xr-x kiri/staff 0 Jun 3 13:47 2000 editors/xemacs-comm-packages/ drwxr-xr-x kiri/staff 0 Jun 3 13:46 2000 editors/xemacs-comm-packages/pkg/ -rw-r--r-- kiri/staff 460 Jun 3 13:46 2000 editors/xemacs-comm-packages/pkg/DESCR -rw-r--r-- kiri/staff 46 Jun 3 13:46 2000 editors/xemacs-comm-packages/pkg/COMMENT -rw-r--r-- kiri/staff 54134 Jun 3 13:46 2000 editors/xemacs-comm-packages/pkg/PLIST drwxr-xr-x kiri/staff 0 Jun 3 13:46 2000 editors/xemacs-comm-packages/files/ -rw-r--r-- kiri/staff 836 Jun 3 13:46 2000 editors/xemacs-comm-packages/files/md5 -rw-r--r-- kiri/staff 2136 Jun 3 13:46 2000 editors/xemacs-comm-packages/Makefile drwxr-xr-x kiri/staff 0 Jun 3 13:48 2000 editors/xemacs-games-packages/ drwxr-xr-x kiri/staff 0 Jun 3 13:46 2000 editors/xemacs-games-packages/pkg/ -rw-r--r-- kiri/staff 461 Jun 3 13:46 2000 editors/xemacs-games-packages/pkg/DESCR -rw-r--r-- kiri/staff 39 Jun 3 13:46 2000 editors/xemacs-games-packages/pkg/COMMENT -rw-r--r-- kiri/staff 5728 Jun 3 13:46 2000 editors/xemacs-games-packages/pkg/PLIST drwxr-xr-x kiri/staff 0 Jun 3 13:46 2000 editors/xemacs-games-packages/files/ -rw-r--r-- kiri/staff 285 Jun 3 13:46 2000 editors/xemacs-games-packages/files/md5 -rw-r--r-- kiri/staff 1931 Jun 3 13:46 2000 editors/xemacs-games-packages/Makefile drwxr-xr-x kiri/staff 0 Jun 3 13:48 2000 editors/xemacs-libs-packages/ drwxr-xr-x kiri/staff 0 Jun 3 13:46 2000 editors/xemacs-libs-packages/pkg/ -rw-r--r-- kiri/staff 460 Jun 3 13:46 2000 editors/xemacs-libs-packages/pkg/DESCR -rw-r--r-- kiri/staff 42 Jun 3 13:46 2000 editors/xemacs-libs-packages/pkg/COMMENT -rw-r--r-- kiri/staff 7195 Jun 3 13:46 2000 editors/xemacs-libs-packages/pkg/PLIST drwxr-xr-x kiri/staff 0 Jun 3 13:46 2000 editors/xemacs-libs-packages/files/ -rw-r--r-- kiri/staff 361 Jun 3 13:46 2000 editors/xemacs-libs-packages/files/md5 -rw-r--r-- kiri/staff 1965 Jun 3 13:46 2000 editors/xemacs-libs-packages/Makefile drwxr-xr-x kiri/staff 0 Jun 3 13:48 2000 editors/xemacs-oa-packages/ drwxr-xr-x kiri/staff 0 Jun 3 13:46 2000 editors/xemacs-oa-packages/pkg/ -rw-r--r-- kiri/staff 458 Jun 3 13:46 2000 editors/xemacs-oa-packages/pkg/DESCR -rw-r--r-- kiri/staff 48 Jun 3 13:46 2000 editors/xemacs-oa-packages/pkg/COMMENT -rw-r--r-- kiri/staff 17423 Jun 3 13:46 2000 editors/xemacs-oa-packages/pkg/PLIST drwxr-xr-x kiri/staff 0 Jun 3 13:46 2000 editors/xemacs-oa-packages/files/ -rw-r--r-- kiri/staff 570 Jun 3 13:46 2000 editors/xemacs-oa-packages/files/md5 -rw-r--r-- kiri/staff 2046 Jun 3 13:46 2000 editors/xemacs-oa-packages/Makefile drwxr-xr-x kiri/staff 0 Jun 3 13:49 2000 editors/xemacs-prog-packages/ drwxr-xr-x kiri/staff 0 Jun 3 13:47 2000 editors/xemacs-prog-packages/pkg/ -rw-r--r-- kiri/staff 460 Jun 3 13:47 2000 editors/xemacs-prog-packages/pkg/DESCR -rw-r--r-- kiri/staff 43 Jun 3 13:47 2000 editors/xemacs-prog-packages/pkg/COMMENT -rw-r--r-- kiri/staff 10962 Jun 3 13:47 2000 editors/xemacs-prog-packages/pkg/PLIST drwxr-xr-x kiri/staff 0 Jun 3 13:47 2000 editors/xemacs-prog-packages/files/ -rw-r--r-- kiri/staff 558 Jun 3 13:47 2000 editors/xemacs-prog-packages/files/md5 -rw-r--r-- kiri/staff 2031 Jun 3 13:47 2000 editors/xemacs-prog-packages/Makefile drwxr-xr-x kiri/staff 0 Jun 3 13:49 2000 editors/xemacs-wp-packages/ drwxr-xr-x kiri/staff 0 Jun 3 13:47 2000 editors/xemacs-wp-packages/pkg/ -rw-r--r-- kiri/staff 458 Jun 3 13:47 2000 editors/xemacs-wp-packages/pkg/DESCR -rw-r--r-- kiri/staff 46 Jun 3 13:47 2000 editors/xemacs-wp-packages/pkg/COMMENT -rw-r--r-- kiri/staff 4891 Jun 3 13:47 2000 editors/xemacs-wp-packages/pkg/PLIST drwxr-xr-x kiri/staff 0 Jun 3 13:47 2000 editors/xemacs-wp-packages/files/ -rw-r--r-- kiri/staff 350 Jun 3 13:47 2000 editors/xemacs-wp-packages/files/md5 -rw-r--r-- kiri/staff 1956 Jun 3 13:47 2000 editors/xemacs-wp-packages/Makefile drwxr-xr-x kiri/staff 0 Jun 3 13:50 2000 editors/xemacs-additional-packages/ drwxr-xr-x kiri/staff 0 Jun 3 14:37 2000 editors/xemacs-additional-packages/pkg/ -rw-r--r-- kiri/staff 46 Jun 3 13:23 2000 editors/xemacs-additional-packages/pkg/COMMENT -rw-r--r-- kiri/staff 430 Jun 3 14:37 2000 editors/xemacs-additional-packages/pkg/DESCR -rw-r--r-- kiri/staff 99 Jun 3 13:34 2000 editors/xemacs-additional-packages/pkg/PLIST -rw-r--r-- kiri/staff 1960 Jun 3 13:55 2000 editors/xemacs-additional-packages/Makefile >How-To-Repeat: >Fix: begin 644 xemacspkgadd-1.0-000603.tar.gz M'XL(`/*9.#D``^Q=VY+;MI;U-,[#.9\Y2" M2%""11(,+U)WOGX`WD12ZM9:E,MUJDY4Y;ZXU]IK;]P!`J#T5*:3].Y1AL)- M1ZX.PU$LW)W8R/3NU>?Y.//Q:K%P7CGFLYR6WZ?S\GOY&3O.:C)93L;+U6+E M.)/Y+?Y'&6`RO_Q MU.3_8CX;_Y7_7^)S,?_?O/WPW:_7:4S&X^5\_GS^KR;S7OXOIZOI*V?\>4)\ M^?,OGO\?3/29BC;.065;)Y&!%*ETII-OG+)$.)Z6J1/IS#%%0Y:H0*6Q4Q>2 M&Q$].:%.Y*WS8Y1F4GC?.-E6/CDBD8ZGTBQ1ZSR3GI/*6"0BD\&3XRN#*]O;FQA>'C5J5.K)/,B1.]5YY1%X:;.=HO*+:$.JZQL]')4^-% M#?:<]=--Z?FM3C9?'0Z'V^.O7SORT95QYO@Z<=8B5:XC(L\)\T".RE]K>U]E M6VW2P<1PTZLAC:)E]OYV-'2$V5#2FT2FL70SM3?A?VTB_:@=95)+!(&C351) M'9&2Z;\U3GSCY,:'GL:_-Z9O"M-W]:^W-T/R_V+]_^[]NW=O?_YX31F[5/^= MQ;)?_Q>3V5_U_TM\_N]M4,[4Q3R2)F"J73TE2T87P\J87]]_ID_ M%^O_+S_]^.&JVG^A_D\6D\7RI/[/IY._ZO^7^`1J7>5]OX.[DYE[]^WK;__Q MT\T%T'KMK8LOH^ED-II-QKA4^3 M/87/]"B26>J*6%(AY5$@_GP:!=K=H7J9?*QBTD%Z:W[C6'&BHFRT-F,.?R`9 MH6TB808IQ^$-AC^.V2[C\W24Y<:7QPS!WJU%`]2/-U5;Z&.=#E\_IY M=*T'?0N,#[$V#;K$F\8NB5%*\S`4R9-I5F0JDE$HT]2@Z)!?,#/,F\B5P2^#@)]N"+TCH&K/+#+ M;R,SC-JH2`37^W-J;HAWH5"!&8+&3X,=ZEH8[(,G`YD-K[I]&X/]\'5R$(EW MG2-M(X,]L?WR55[4!@9[4)6N:[.E:V:P-XF,@RN+Z='$8"]2L;\R.1H+0WR( MY*/)U,A,H8<7T;Z-(7[$.LVK/6QCD0R+WUZ9%W\80/ZXKF->5R9+]>;J6 MYVP-\:LHY/5`RE=7#,K.6[K:I\_B#NM)GIL^JEC[,C^Q'IR02>7A5?:$3"A3 M2K#E1[MX*-(M`DZD[YK.^.Z=V$E;?AC.KV]?OWGWEF&L=R,QQ];6.J0`7)!K MD;3>F?$.2[,_!WJC;V-@.:]+2[#%QC8M-(ENU1C.'[ER=P.TJN\(K9IPUM]' M6QF@4X1GJ9>+;I^:QC)`F^OGN8CNX>Z=/-RJ\.**;`V-(Q@*.5]!,5_-O]'K MW%.:(7P;B&C'$-X^9C(Q?1S#^5X''K9D4C-^#,U_,83W;F;&[1\R,R0)&=XO MIH6VRT!1V0^Q)MX)#D)2TG59AB+RG$[#&?P2=&3Z8W$FJSA=J;-N^C"'8#,NNC2#,ZLWY3T1"MW_@"_X]\MZ-(OYG^K*A> MJ9P@PZ4SO.E`WFP([T-8-*X\\3FH?G])Y%O MMCCGEWPG#[\$[8&=+O:2;"V&XBTHF?0W.9'C5588P-I0IB MIHLU."]"ZGF?P6E@$^,^@]-X?`0U[`1`IT3@;0+D4TV`PVX3*`4XZ.J!&AQS M"P\Y1#WTZ^(9^WB\VLU#NUV+K$\-CZI,7$7B*A%7@;C*PU4<@P[9]"PX5%IN MI$A8E8)#JF3E@V8TT]H$2@'.NC:!4H`SL%C@A"-NT)`SQ+IK&XW;AJ.LUU7) M,M0LQS+%*%3A40A/K"X-3HXI%V&)!'#0..N,/@-(C( M[>9^(NP:#OJCX&WM'3AA'0[UCUP1D39HR)4"#)GB@;0+D M3TV`PVT3*`4B:+N=A`BYAH/NX)MN.G#".AQJFN6^+[W?U_J1[0/:5*H3R"-V M=M9A,&`EP28B8\)CXF."8Z);45@[PGLBUU& M@:U64[`R']H=;0P0J!L-]'+^-M#+V6NAGQ18E=M@T.,&#GB]':')6R,1)QHL MX0&2<`WVT()NL_#% MBSY:4&6W`(/8,)8O;KQN0>/`7L`&8E^<2QV!Y0&3E[%I7%XG\MU61!OYD[[@ M;PW_\>V$B M*=.0&*GR.A]*J*8P,HFT=Q86HRQ*J\.C!`=H#9!)74ZCP%,"D4A\4J.B4#+) MGA0I"(S$GFS(]FP[=IAQ`@6>$MAJ138P-861*?_,Z30<0HA2P$V[N1F*A2/; MV<$*7$MH,0H2RSYE>C]!*?TJA9`)/0`/*4PHE$V]) MD8)P6<+7.HMT)HGVI:&@;4Q#X-N9YZE$:&1[\PR/$*Q_&+E/B0H"!17T%]E# MQ#>)E+MARC5UB*PI1\-$2^(@2;E.Y&&@:LT=(KP3D1@F6S$'B`[2@Z3*.TGQ MAJ#$HZU`B>:;@&=X:#C%UY'P0@45RW,D2HH4($I MA9(IKL3@9"H*([-V=P%>`SH41L85+K8*=TJA9!36N9PP*!%L:;1/8"0\&1(5 MLD.A9!+AD_6EIE`R.32]Z!,8">GK!%JN.J50,B&9]26!D=A`BZ`]/"5@+R`F M-2H*(P.N4O<)C(2]1YK3J!B,"-7]MAF%I`RV]J;N'")(P,6\,3[GPX%EMFIM?X3;V!;!%C"_)S9 M\WF$2(L"RZ`[Q;IPW/Q:/S+F2SAN'I^$5V#<-)4L5*)H?!Q9@6'3U"2H@>/F M8ZV9=*GQL`"V&[<-ADWO59+E@O'^R(!%#I+IADLT:#P622I'F0KQ=J=#`66* M&?XHU!XNTZ&@,O:F3+R_:>"7S=MK?/$GEQ:-/KBT6/ZYY5D6%D9Q0[?G)?:% M!:A4CT,(E5>!,S(U`Q=9_\$(%&C<./Q@K$\@)+2]:`)[,':&@PN5YTD8F8;! MB(105]3#$P+H^+M/P"5DQ"94PV!$H'%8%TZ8?Z02J83CYGT%=4I=.&$^QY[A M]_"X`#YO.&$0(FJS#8JKNAF=%@F7"DSG-/H$C71.*;A,*!*JUZCPA`"^SG1* M(63`(4\/SPA$:IU#!TU.*81,'G!QE'A.X-(;Y4\(4Y8`'31IO=*"A^,1Q\JE MBGB%QP6JUV40$@T#%TE=;(]L#T\(@,<1>GA"H'S'&Z714`B9IR@3T'K""0,7 MR8H_,B(-`Q?)(T7%4>%Q`?2\1@]/".#3Z5,*+G-0T8QJHFH"+O'(9C@'!1S9 MCI@#%P4.S4Q>,"<`_,"J<26##IPW+Q]?$[E04VX+%$MIQ1.!MNA=,)`1?+(4^:_B%!:#%R$+,)'PF6)YMXLHC$[;R3C!)LTR[+92&1G%%R&C86.PS2SM$B+`PD%(I./HU!D M9N3X%*ZQA]O/\"#!4`8C:#6^A84-HY6VQL*&H2%X"PL;AG:BMK"H8=PL;K1\ M7PU1(GL43*9X20NZ8[Y/P"1R^#*,#AHUCO9F'31D'#Y\T<)"AE.72O,6'#.O M[`GL'#MLT<-#`J8Q4DS7V,9C`L%(9$\Q&D`+CIH/P(ML.FC4>*BP"4L'C1J/ ML`E$&XR:!A<_VF#8=`8]46V#,=,AT[H/H0[8.&C:.;2IL@U'3]BY;W':%1HT7M]_BUFLX M:KX8PN+F:SAJ'EV.Z*!AX^"Z?`>-&B]V3>+6:SAA/E/8@[,^`9;`GKJWP;#I M`#LET$&CQN$UK"X<-<\,\5IPU'PFX!ZU!L.FP1UB'31JW%[.CANOT+!Q>&P4 MHL<`"S#^Y*\+Q\SG%AZ"1\+Z!%3"OBI-N'!+TR9U1!XT:#Y0K(VQ4TB?`$J9,F_D26J&[#%3$ M_"&!MIQWX;AY;,MK!PT;I\H_6?:)O;1]`BP!KEQVT+AQ>`]MGX!+8(LX'31L M7&<*NS^FA\<%+&Z_AJ/E48)'!<`=$!TT;-S>YH+-A_H$6`+?%MPGH!+9-I',Z*W!PP):!VML M9MWO\&^@"^UJM`?W[]YCV+1:6\% MYZ>^SQ'A/"N_C2;WA%J;PPK=KP6VM_,\C943X*TC9UFLV%ICTX.S+%:L>)T] MKU;3>#G3=4;>Z(]X++"G@O-1,Z1 M:"F=08.#LRQ63.ZQSO`LBQ9[%#;G!^@U1%;2!_>MGV7Q8E&D4FA^\!R1EM1) MB-V5]@QO@&"68*<7GR/2DHF,L%G7,SQ6<*O23&.SF.>(K*3:1.#5K,_P:,&# MB#)LEO\U0&#JH9'"V8" M>_!_GD;+'4SS.&04=R2RDEFB-AMLU>XY(BOYI.V]/T$V1+7#'2`\2)&7HF4N M29CY3K2X3C^RLMX1*Z?'&7:SKG#8'WE0R\E"$$^F"/`)G>^.7W MW9^C9(\91BE?<(9[%5=O7&,8*DHSBI`7#U%Q1LHSJM>N$0P[&F-2JE[XQACU M?>6^^(-CX.CZX31"L#=EC,?VJ4PH$>S6_,?(WMOQ294>7:C8?1[#J>$7L`TX$0JGQXAR&ZO>(D1[S:V([Q[]_KG'[]_^^'CK>T>*8+M'BE"_5I3 MBE0TG20CYPBF^>#PIDA1A*(-H1A-"T*QLI""[SEX6;!N_M-321(Z4&$$P<81 M#)BAP&/Z8?@RAS!LD?T@U)0L#%D46A1J:P2&+>HH!BWJ_V5H:P".HJ'L+9!0 M_A9()H,+`IK#!1C,XA(+Y7$!!3.YPF*Y7(";EA7$@\6BP(+E0F8N7BPL&"H5 M%ICJ//*0I"C`H0J41-%8WI7(8J@,HFU&)])W1>(1#!B*E0R++2:^9BA`P&]> M_=-\[,A3)XVK]N'WT5][O#"]NUK#F8]7BX7SRC&?Y;3\/IV7W\O/V'%6D\ER M,EZNQE/'F2Q6B\DK9_$9XKOXR>UF/L=YM5.)>@EG8+[_)1SZLA\@_T/ORHR8 MC,?+^?S9_)\LQO->_B_GB^4K9_QY0GSY\R^>_^_>+)ROJN;*-DVCR>WX863W M@MES>9L_OW;^PYFZ\M[WYFLY'D_OEZO9>K'TW?74\[V'Y7H^\V[:1FR_9XS, M)CTC%@NQ7JU7KJ+^\747;JK^>QA/O6GTWOA=HS4G:TQ-)GV#(UGJ^EX M?N].O-EZMEJY[G(U7\_OQ_<+;RFF4]DQ5#3DULJX9\4U-H3G3<1X9?XM%N/I M-FU86?:9]+$>S!>3R:^ MOY*+E1Q+;^X]R)DOY7J\\N5<=(R4-P,:*R=9M+CWEU/AR_%ZN9Y,EQ,QD5/? M?UC-IC-_M>AF43,ZM);F_:#$O3N;/;B3I3=S5TO?)L_8G2^E$+/5;++J6#)S M]^/%_70U6SZ8ZTF36`O_?OW@^MU"MS]KPIO)]7QJFMA3N5$V\AEU*:$N=-_(Z):D'=%/]5/Y=G]]/E],%[6)O"XL^6"S'V?#G[ M?_:N_;EM&UO_;/T5G#8S3>]6"E^BI-[-SCJ.TW4;)QG;W69G[HP')$&)-46R M?-A6._G?+P!2;TK$1VN5;9:8-K;%\YT/;QQ`/#A4U7636(;Z'[2:XVGO_']) M[L0=WD_DJ)G_3.13*-RO*O'?P1\H9ZR]YZ#N$HSI?*Z])1A4GH>R'^_W)B6HH/^8A M57155=G37R;1E'UZ\M/%U<6_3B]/E9_([_G$OXO^RFO_[S$_QHYLTG6F68\X MO5_COW6^9K!G;Q)*7UV_?L;^ZGQX?W7S[O3R_.5)59<5C_]Y?G5]\?[=RQ,V MF#MGIS?G/[R_NCB_?GE2=O;.Y>GUS?G5[?7%#?_T_SHG)UX6?__B!;_RHM#: MBY+QBSA?6/*+(:&L2T]COYO:[,>XYU(!8&O%BRG;"$3)IKH:57DZ$[%ZJM.=3;HN2::L#[O9/*/K(W\)[71>7US?O+EX.Z^; M*K-`Z*]:Z@OB'%BY))=/MI=9\:!BZ2P^KU@.Q8/*)4X\V;ELB:?;2Y'X M>'MY$1]7+QD=UKTNWMVP_\^O7B)=7=3[[?7/KUY?7,U[]VI7G3]Z]L>*X*=. MY]W[VU<_7[Q]_?)DQ@;`+U<_75^=O3PY>?8'^Y5+;&Y#.YV/YY>G9]>"YMD? M'Z[.WUQ\_/1BN6_M=-R(A]9)B)-]WSGY^[,_+H4B1:ADVC]U>GSP>XH?*D5N M1'?Y)&3//]Y4L[_"KS;5E[1*Q##)4F.<1/>^2UW%GBG%I,QGED+[QDK^ M/XMB;2D7LWV/99^FM)SZ2<)^2VC,?KHBWTZ4)#2-H]#UPW')M4;=?I=60-=FZ2^LZQJ$KKS)\P,]_GR08+%XQY;*FA"=RFO0/!V(,J49J0L M$2_$XF&4B]8IX/,L;6GG,5V*?*YD3^&?+EILH;*WA>8]HFQ.A01II,S;4+1. MDH.;2\)C*2L?&`%-O]G.'`USH8J-.2'_/N95 MD'ZCB"=EW^._I\E<[=7M]^]N?VB;^;TH;L\:8 M3.G*@>5A.(#SOP';W8L3(4UOS_^.D?:W/[-J#M`'&IS_]@?M^>]14GW[OSZ_ M/KMZ$D?-_I\U?7]K_V^8[?[_&.F:7V7`5_/"2J$!)*'G33*$X=95)W.PJCF9L3FM&'YS?<^S2<0J@A6BLS%$UDS8C6=+14LQ835UN#'-SU;N6?F_ M946]6=J'A8U?ELAGMI^R-)YSEH>=AGU'J%[LW'M-C*[Z\7_V_O+R_-W-$_I8 MW?A7S,'F^+?Z[?@_2MI]M/<#[PK/18?XMC7GO]14/_X_O+VX?LKHKQO_FJ&9 M6^?_?=UHQ_\Q4MT[.7Y(7VBWFG7K!23KQ>'>2U"V$;/HP3[\1CP7S6(UX!C#/H!'/$.89-N*QHZD-4PE0EI`XIBX,IM,X MFW&4&SV$.*H9%UPO"V0>-\%@7(]Q$''7(*-'X[WOHR]D?\MIRD^7P<+_EOL95@:!`!C2."#I1*8<:707V23L M!91MN?8Z*PCI.(KN>@&CJ!7E+I>U@N*U7H?I])%0@25`]BJN4AR_BFL7L-Z/ MM$06/S2`:XF0)BG:1)YB+B]-(.EQNR9=KUR8T$"C%_*R;5Y(XTV^`R=;'/[O M./&E;I?:0LB2I*'D-2'KXM+JRQE!GF`!D*7(:);X0'LLY.L)Q/0'A$;GXM*A MT;EP@]#HE3#)HJ"AT;_CI-DVO^I#J!UW_^;QM;[ M/Y:JM=__'2.MNL`5LWN5?Z&I$]U]-'0<%R5F(9M]'5+I2/3T4;KWI*B M#U5HH92U[I!JCJ>.#$T?VJHW,OJV.M#<0=]5A^NNCFSUJ%)B:);GVL;0'E%W M.*24J%K?=`::24;$)K:QH62^=')5QH:J$=%55O'OTKA M)SG^5:\'A:M>U1Q?^.15S-OE@UUS<>LQUWK,+:>4@F+I,;?^PF_K,L>?M"YS MKVCK_B5J_@#N7_7C_^GN7_7^7WU]Z_Q' M[;?C_QAI]]'.6]].".^0SWFG:%W`OLQ4._Z?[OY5Y_]EJ<;6^:]AM?Z?1TFU M;]'SBZ'+L-,2GA/K\@_D7A)PDS]2-YI&4=C[D5DC`34!,-N]W\GG34@CRM.T MFX8D1ACF$(`F8L4&*(0XHA[3#BEW`AXP35I[(0ZI#S'U(:0^=^ZB"-!?R,L3 MN%#+NEC#NHD/]$PAC2C/IUV;4HAA#I&GF9#IE";R'*4\0#"+*:">2\LK]Z>W M:70[(7$\D^=8!GB`E,[`<"P1` M$B`+MY"65\XV[MT8FMP7"'F2APDRP0MI>>4SJ/YG$G4O7A.]SD/`)X9+R_JG M<%G<4Z025?_>,H?12)JA$)53FSJ.M-Y25E)Q'G991KIV$CVD!;F6,(PNBZ*@`=T2!M&!-(CZ.(G0WK`"@6B8J8649`4"T>`]81T% MD:4Q29R'*+E#2[8&K*>D8EX!5ML24)S0R$K++L^E.''O_91VZ3T)N@D=^W(K MPSZP=$7@QL$NH#2EP_,I-YMM(1`2_@T24J(5B#Q-GF;=./%#J7%?!8*H``?P M2I0T6?&CBS?5%A"DA*D@BG*,("1+2#U-8?>S40',+TN,[*2Q1."#=P]6NGAL M1X.7CX/``G)(XQ)6@NN+R.V*C`1W0`$7$-GB+0!XX79#@:+-?Y$V5W8BFY`R MH43.$-N#;4*<9W[0C+9$8MZTS$2!Y(OY!H(L!G,35,VYQ'8@Y[(VI./F@O(K MV<(0K/BR(6:+*I:4Y@T(18/]W%]-MND(:>_W_Y\Q_JLY:-__/$:2:/]_=_Q7 MI=_7MN__;]__.DI:]99E*T1EP%6=CDP>2Y3V1WUU.+1U=Z3U37?@VGW7V0CF M6>Z7*J+(CH;NP%9M5;-&^L"SS*'I>L0Q1X9F6D35UR.N+M;"*DU#S^QK3-F( M$%VW"55IGZBF2TR=6'W+=:HTL76X2I7JZ818`V^@JGW/-$>>Y5B>;FD:-:CF M$G4]4.G<@*J(G=IWK!'QAIJJ:^J(.`:Q+__W4=(3_7_?SE\2_3P^P&O=M74!KA1^D@MPQ9)0A/ZLG.:+")N[ MIN[5IQ73<1&`<\<4V[H(MR["RUFGH%BZ"`>K/B&MAS!_TGH(MQ[",FFC@T=D M:?T=C`/R_[5X_$?3T-5V_W^,M*?]#^3]BY[_&"+^YZ#U_SY*JFG_`WC_ROC_ MZIOM/VC/?XZ3_G3^OQ%IO7]%O1_"^[=V_!_`^U?"_]?:G/\MK=^>_QPE[3[: M>>]YOD.5TSR+IH1;Q<\CTGH!?VFI9OP?P/NW;OR;NJH--L>_VL9_/DZJ>17` M(8'CD,3M9?2QSDN$31K3M.OJ/9=DM;()F=*NS[;"+ZXN/O0>[=IX7BL(8A,G M3U%0XDQ\"H)LDK&=.0I*(N(Z),U07#[NFD,0Y/SE+R@"E6==(`\(]R:`@31T M"0X+W0!M*&9`W8IX+"@N\CP*DT5A6'Q/DC9HL(3,0(@;A=EM3$(?;3HW(0_< MVPQ#"5L`Q:0.LV/OV#X!!<[0VO?\`"^3QR`4[8EC$I!'M+'&88XB(A%O!P-- M:("VT83ML\8!2=&9\R[*`A`2B*\%T:IKT._$>^`8A.TYT>*P-2!FGS=#Z3`L M)X@JD&' MB&F"]KQX$L$Y^RTG@9^A@V\>\A6$)<3U(R+.-E`D=68.O-`G033VT4RF3A(% M:-47(+3_\0"UZ!J89E&<^F.X5#FSKM#Z2Q_\-+T+>9Q&*8&MV1FSX;HS$LKNDM+`=VG"[WOJ!M3+I()&+R&)/YZ`&$":?@&1,8*%.BXZ`T M!:B>1_BP\!UYC_\F+]G5$%D5$88TZXBP@0B;B'`?$;80X0$B/$2$1X`P4LTZ MTMHZTMHZE`VDM76DM76DM76DM76DM9'R(<5#2H<4#BD;TI'K^[$X2*Z=X(J` ME$PMX-LJQ&7]6H4P[M-:#:OW\!0X_D^74#GW^RT$1!*,NSK(4D)0&JG(LML0 MD`8F02D2/YN`)"4$H;%]JB#U/5P6PB()`\H..#G$(0FI0%JW\\A(`U,@E)DZ)`O M$1@)?X499"D@&$WN>2A-`4%HLH3(70ZT#4%H\M"-,)82@9'X&3A>YA"$YIZ" MTW$!0"AF)+S#.$H$0`+IEU?-/N=OBDIK7\I+$8CWQ+!SG`("G.44`!+'LJ58 M`P#%:'1DM`,*T+)?NL[$#Z4N1*Y$H611G/FR':X"!M*Y*=9P2PQ(Y"4T=&0- MP`H82#>A-K,B8+H%#*3STX#([M"V43"9[/JPB0&)?B4Q"6DJNX)7`E'*//") M['E*!0RDFY)9`[8Y"B6+[O&J+$$@54R3U,?GK`4,I,NH[('A)@8DPFF:D`@) MG&D.P^B*M[E!LCD(H<)N!MZ!`PA=GR0S?ID,1+>*`L@F4>"[1.[&\RH00!7D M(=A@87T`&6(.E>L.(CA'>%/6"HB,M?0=HU8#UEC'Q='LM_61XW M^:J\"B15!'"%V$)(D;@TL&6+,9>54NSEJ61(A%5A*=6Q.&"CCM16:4->CH"* MRXNZKMRYWQ9"BB0%HD:LBTM<^EZ\<`=<^%X`I"][+\0;7/2^`RA=)(=!DK(Y MY0(&[0)*4Q8_`*H%0((BIM2UH6.A!42ZL>:`!LVU$PH4#9S'=N``PM3NCG., M:P'!:,1+]2!/B<&(DJGD67<5"*-ZD'J3:0N!D)2_8#Q+$$S%+R9I0%;").BR M)+JCB`T_1TB/X5*^P1#>A90O%CJ`*V'R=.5/A&H)V4LS)>'*]P*E4TP=8-6D MYY!]\EL!&#@1"A#[1P@D,H)NM+MQ))X95B?N[K2-IT MY+3G_I\#1?]H=/^CJ5GM_8_'2+7M_^3H'[7WOVGJ8//^1TO3V_O?CI)6XUN( M5TXJ`H`,K9%FFZZE#8P1=3Q;=]@G5->H:EN>-:2=#25B4>.*S`U%KF8/+-NT M;'4X(#K1F5Z]KPXT71]HAJ'VUQ05I]$5V=%L?:"2(34=2CS3<75"!L;`Z>MD MJ!&JKX?_6*YM_+[YX::J(4/WO;Y&5*.OJT/5T36=V+9G#DW+';IKJF)1.8,- M%8[G.2K[7Q]8JN&HM&_:(\VPB3/0'5W=B"!2+,M5\4-&EN<1CU+3ZULNRPG+ MUX#8?<.RAY:J#>QU-:5]5%7'0]UT-<>CJDY52AQC8/:):X^8+L<:#%QM75%A ME_&JL3;TV&P.'GFFJ9LF(<2S#)MI&%+;,KV1;0[TUE3X(M*>^?]`T5_JX[\, M!M;6_7^6U<[_QTA/C/^R=4GHYXD#L])MVR@PE<)/B@)391@HY8/*Q;X@KUK` MBR<[%V7Q>'NA+4+'5"Z>Q:,="V+QL'J1:T/*M"%EEA-90;$,*;-RS7@;4(8_ M:0/*?)$!93;OMT^B\=("/)"-@<1_828@C_]B67I[_G.,M+?]#Q0!!CO_,\7Y MG]F>_QTEU;;_`2+`U,=_,3?:WS(TM=W_'2/]Z>*_\![:1H`1-7^("#"UX_\` M$6!JX[_TC]H@W]\D6FVO%_@`@P^\>_ MWC=T?7/\FVH;_^THJ>;5$-8]/*_XMWLJ[B>MOW=W&U-_#>HZYO$1Q;QJD+=7 M#?+VJD'>9$,U;&,PGI!?"`;R%!B,)TZHU"71VQB,Y[?A'J2U_]7 MH3"NE-Q3T84PL@4,9VM"A?)DT7C,+-\T#ORLP4#<@F/L>>PRXQDEG:,DN*8T M&=->]E@;U:_97WP_%$6]:-++VF8RXK_1&>O?'&TG,I"WM_3)/$Y33;1FH#T)B"C M"7?,K0LYI+Y\/IBL="Z8 MK'0>?B7W1'SKQVJQ]^O^][^W,.P/"),FQ1]YY@=\OOB9_?0SGZ8]_AA64X2O M2%^<\;A3Q9A@_?-)JEY3C["I[QV9TC>DZ.]/TG?!>G_B$>0G-)C8DJ"P[HE($!YC6AOJ+:9UU3]P9,R._K"K5@W8%DN0$W9' M'TB`]G6SHF!D2!^W/F28QBS,X35N]'^Z>_GJ+W=`96@#,=KX`CZ"@^8=6<@V M$)3*V#_E0`)F:F%P1-"XTQ8,DFBU`H57M&!P1/-WL$B(%@R.2!N>6*(*@R12 M"RHTD<'@B-8%++*>!8,C*H!.U!8,CD@OE+%$%09'I-:!B(&HA<$1/2F;'TM4 M85!$2`Y8\N5>#68F,0#P[)TP/1X#@+%6[4'"J/6"88K]O!2ZV&@$MMUH? M7W!'D?!LZ9\W&VA`"BL*2;;5.WIHLAJ%)"M6JP5PM#N"PQ$FL-B0?<@PC;;' MX(U0:T,;H-;%-SXK"I:-5";OP,V@"X!1(->,?0B,1MO3^ML\\P6HWOL0.(T` M16!L:<,3?RM!`:7:ZO#DMWZC#D]%R*/HI2SR`MB M+\X8SV0[WI8Y#B*W-.B&VJ(A8U)XA`H9!"3F@B2!+P/NRRPG23LNE9GM][K)$_O*SQ`M]/_)S)M*8YDF24$9(1KF44)_=>-_!"%W\3\FD4\N_M?3VD7_*LO]$M&_!OO_ M!:)_0>)_]?;_J8O_-XTC_%XC^-=3_ MB5[M=_N_I^/_NO[_X67P2D5QHZ:AS:U8G;Q!I74W,B_D,S3X3:7]^N>_O?GA M[OY^2+U8[V[4R]P^+U=BF:P''`\RV^C_X==-C3[TOJG1QE\X/8(;O@AJ@.7_<)Y:'9P\[D:K#02EVF:;U6*A M4!G(B=D&@GA?%B@O^P+A-E^,` MDZQ!=\M;VO#$WQ=J_L6D7P/`%(C$00&Z)6]%8PZ`Q6%)(,S0.B4'K: M(WR+&'?W$.C(NP?@Q][C4$36TGD*]ANR@7!4P*KJ0Q`TRB[#TNPA"!K5CM3; MH6CV$`#->H=I=4H;W."4[HBV9D/!LJ'M5`$;=MKJ\.2!*ZZV.B)Y?<,$7$PM M!)P$OJSN(0;=]]I#']JSKK2LD+YU)R,#]_3-FZ$@=:_"@=8[H*]9]49`ARE8 MNJW1`*J/>Q%=\$!54ZLP/Z+J)3[VUMPD/^[[7[]E&:S_L[U_AL__ M`K]W_D?\T.W_3R%-MY!RC+1]G%YF61X*QM-,1E0[VWB"T$CP@'J">SSH>``5 M^O)OW$DCC_PTT>XZF8RIR"GWTBSG1.:!ET=I'K72J,PC]2I=9R01QBSU:)91 MP1,_8L2+(Y5$J-I-0$._[>=2SSY67Y-QF5`Y[21.*>-WXG3Q@6ET](MK6'2^!\A9;2\_T69L_^G M$$#]G^T'`J]_PC@MU__<<_%?)A%@_9]U#QQQ_YMYG*CZ#SEGSOZ;0E[N*WQF MM?*N#RWBQ=4GL)_A!"?`_G^6']A0_^?[_E^/_R$+7/R/2:1K>1T:0#T$E*M_ M,S9\7,-K.^%Q MGT/]151E..X.)?3UK%#63+$J';:,E=DS'/O M_KA]4$U27Q(ZT2;J@W20[L?.HI,3`NC_9Y\##9[_!`?[/_2T_1\&W/7_201S M_M-?&[2F>#TY7WTQ^WNU1MC(7W?SC3X$TL2Q2_ZG>5/_Q]?T_#W]M'5D<>?^KJY]^?OWO5W=_O7O]ZHT^.+C_ M\;N7]W]Z^>:N>78P?,?KO_+=?)-]\X?_Z8R56^V=@QW]'9[E8+$B1,G3IPX<>+$B1,G3IPXRelease-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 Jun 2 22:50: 8 2000 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 4A1B737B7F7 for ; Fri, 2 Jun 2000 22:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA59863; Fri, 2 Jun 2000 22:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 2 Jun 2000 22:50:03 -0700 (PDT) Message-Id: <200006030550.WAA59863@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Tim Vanderhoek Subject: Re: ports/18960 - Add USE_APACHE to bsd.port.mk for Apache module ports Reply-To: Tim Vanderhoek Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/18960; it has been noted by GNATS. From: Tim Vanderhoek To: "Scot W. Hetzel" Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/18960 - Add USE_APACHE to bsd.port.mk for Apache module ports Date: Sat, 3 Jun 2000 01:43:08 -0400 On Fri, Jun 02, 2000 at 09:20:04PM -0700, Scot W. Hetzel wrote: > > I recreated USE_APACHE as you suggested, but had only a couple of problems: It was a casual suggestion. :-) >> For more trickery, you could get away with something like >> >> AP_TARGET= `${APXS} -q TARGET` > > Only one problem with this approach, AP_* gets defined as: You need to use AP_TARGET= "`${APXS} -q TARGET`" and then I think it will work. Sorry about that. > +AP_PORT!= if ${APXS} -q AP_PORT > /dev/null 2>&1 ; then \ > + ${APXS} -q AP_PORT ; \ This can't be a precious variable? > .if !defined(NOPRECIOUSMAKEVARS) > -.for softvar in CKSUMFILES _MLINKS PKGBASE > +.for softvar in CKSUMFILES _MLINKS PKGBASE _AP_PATHS > .if defined(${softvar}) > __softMAKEFLAGS+= '${softvar}+=${${softvar}:S/'/'\''/g}' > .endif How is PKGBASE different from ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}? I have a feeling it isn't different. :-) [If there are any more changes you want to make to the patch, you may choose to wait for this to be approved in concept before sending them.] -- Signature withheld by request of author. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 23:14: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from server1.mich.com (server1.mich.com [198.108.16.2]) by hub.freebsd.org (Postfix) with ESMTP id 2EF7137BA4C; Fri, 2 Jun 2000 23:14:03 -0700 (PDT) (envelope-from will@almanac.yi.org) Received: from almanac.yi.org (pm006-029.dialup.bignet.net [64.79.81.13]) by server1.mich.com (8.9.3/8.9.3) with ESMTP id CAA01927; Sat, 3 Jun 2000 02:14:00 -0400 Received: by almanac.yi.org (Postfix, from userid 1000) id 7CAA019A6; Sat, 3 Jun 2000 02:13:19 -0400 (EDT) Date: Sat, 3 Jun 2000 02:13:19 -0400 From: Will Andrews To: FreeBSD Ports Cc: vanilla@FreeBSD.org, foxfair@FreeBSD.org Subject: 'outta-port' collection on freebsd.sinica.edu.tw Message-ID: <20000603021319.W32212@argon.gryphonsoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi all, I've recently learned (actually, "been reminded" is more accurate) of the "outta-port" collection maintained by Taiwanese developers on freebsd.sinica.edu.tw (which appears to contain some 20-25 ports). So, what I'd like to know is this: Why are these ports not being maintained on the primary FreeBSD ports tree? Thanks, -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 23:37:51 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mr14.vic-remote.bigpond.net.au (mr14.vic-remote.bigpond.net.au [24.192.1.29]) by hub.freebsd.org (Postfix) with ESMTP id AC29437BAF0; Fri, 2 Jun 2000 23:37:46 -0700 (PDT) (envelope-from scimarel@bigpond.net.au) Received: from bigpond.net.au (CPE-144-132-94-179.vic.bigpond.net.au [144.132.94.179]) by mr14.vic-remote.bigpond.net.au (Pro-8.9.3/8.9.3) with SMTP id QAA29681; Sat, 3 Jun 2000 16:37:43 +1000 (EST) Message-ID: <3938A6DA.8A2EB3D0@bigpond.net.au> Date: Sat, 03 Jun 2000 16:34:02 +1000 From: Stephen Cimarelli X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: nakai@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: sawfish-0.27.2 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org hi the sawfish-0.27.2 seems broken this is the error I get when trying to make make[1]: Leaving directory `/usr/ports/x11-wm/sawfish/work/sawfish-0.27.2/src' gmake[1]: Entering directory `/usr/ports/x11-wm/sawfish/work/sawfish-0.27.2/lisp' SAWFISHLISPDIR=. SAWFISHEXECDIR=../src/.libs SAWFISHDOCFILE=../DOC /usr/local/libexec/rep/i386--freebsd4.0/libtool --mode=execute -dlopen ../src/gradient.la ../src/sawfish --batch --no-rc compiler -f compile-lib-batch . Compiling x-cycle.jl... Compiling workspace.jl... Compiling wm-spec.jl... error--> (bad-arg loop 2) gmake[1]: *** [lisp] Error 10 gmake[1]: Leaving directory `/usr/ports/x11-wm/sawfish/work/sawfish-0.27.2/lisp' gmake: *** [all] Error 2 can any one help freeBSD 4.0 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 2 23:42:46 2000 Delivered-To: freebsd-ports@freebsd.org Received: from server1.mich.com (server1.mich.com [198.108.16.2]) by hub.freebsd.org (Postfix) with ESMTP id 12FCD37BAF0 for ; Fri, 2 Jun 2000 23:42:43 -0700 (PDT) (envelope-from will@almanac.yi.org) Received: from almanac.yi.org (pm006-033.dialup.bignet.net [64.79.81.17]) by server1.mich.com (8.9.3/8.9.3) with ESMTP id CAA04425 for ; Sat, 3 Jun 2000 02:42:41 -0400 Received: by almanac.yi.org (Postfix, from userid 1000) id 56E7F19A6; Sat, 3 Jun 2000 02:42:01 -0400 (EDT) Date: Sat, 3 Jun 2000 02:42:01 -0400 From: Will Andrews To: FreeBSD Ports Subject: OFN: audio/festival : request for MAINTAINER Message-ID: <20000603024200.X32212@argon.gryphonsoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi -ports! At the request of Kris Kennaway , I am looking into adding audio/festival and its friends from NetBSD's pkgsrc collection. However, I'm not willing to maintain this huge number of audio-related ports (given the relative complexity of the ports), so I'm looking for someone to maintain it before merging it into our tree. If anyone has any interest, please let me know. You may find more information about these ports at: ftp://ftp.NetBSD.org/pub/NetBSD/packages/pkgsrc/audio/README.html Thanks! -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? P.S. OFN = Obtained From NetBSD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jun 3 0: 6:49 2000 Delivered-To: freebsd-ports@freebsd.org Received: from smtp5.dti.ne.jp (smtp5.dti.ne.jp [202.216.228.40]) by hub.freebsd.org (Postfix) with ESMTP id E1D3C37B55F; Sat, 3 Jun 2000 00:06:41 -0700 (PDT) (envelope-from fuyuki@jade.dti.ne.jp) Received: from localhost (PPP33.sapporo-ap.dti.ne.jp [210.159.165.33]) by smtp5.dti.ne.jp (8.9.3/3.7W) with ESMTP id QAA11100; Sat, 3 Jun 2000 16:06:13 +0900 (JST) To: kdulzo@gerp.org Cc: freebsd-stable@freebsd.org, freebsd-ports@freebsd.org Subject: Re: Ports WRKDIRPREFIX fails when on separate mount point From: Kimura Fuyuki In-Reply-To: <20000602183821.A6163@caffeine.gerp.org> References: <20000602183821.A6163@caffeine.gerp.org> X-Mailer: Mew version 1.94.1 on Emacs 20.6 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20000603160651B.fuyuki@jade.dti.ne.jp> Date: Sat, 03 Jun 2000 16:06:51 +0900 X-Dispatcher: imput version 20000228(IM140) Lines: 8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > ( Scenario Two: NFS mounted /usr/ports WRKDIRPREFIX /usr/obj ufs mount /usr ) Do not set WRKDIRPREFIX to /usr/obj. It confuses make. I was also caught in the trap. ;-) My recommendation is WRKDIRPREFIX=/var/tmp. I think this have to be warned in make.conf. -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jun 3 0:17:15 2000 Delivered-To: freebsd-ports@freebsd.org Received: from caffeine.gerp.org (caffeine.gerp.org [216.80.26.45]) by hub.freebsd.org (Postfix) with SMTP id DB8E237B55F for ; Sat, 3 Jun 2000 00:17:11 -0700 (PDT) (envelope-from kdulzo@caffeine.gerp.org) Received: (qmail 21002 invoked by uid 100); 3 Jun 2000 07:06:28 -0000 Date: Sat, 3 Jun 2000 02:06:28 -0500 From: "Kevin M. Dulzo" To: Kimura Fuyuki Cc: freebsd-stable@freebsd.org, freebsd-ports@freebsd.org Subject: Re: Ports WRKDIRPREFIX fails when on separate mount point Message-ID: <20000603020628.A32610@caffeine.gerp.org> Reply-To: kdulzo@gerp.org References: <20000602183821.A6163@caffeine.gerp.org> <20000603160651B.fuyuki@jade.dti.ne.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000603160651B.fuyuki@jade.dti.ne.jp>; from fuyuki@jade.dti.ne.jp on Sat, Jun 03, 2000 at 04:06:51PM +0900 X-Operating-System: OpenBSD caffeine 2.7 CAFFEINE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, Jun 03, 2000 at 04:06:51PM +0900, Kimura Fuyuki wrote: > > ( Scenario Two: NFS mounted /usr/ports WRKDIRPREFIX /usr/obj ufs mount /usr ) > > Do not set WRKDIRPREFIX to /usr/obj. It confuses make. I was also > caught in the trap. ;-) My recommendation is WRKDIRPREFIX=/var/tmp. > > I think this have to be warned in make.conf. > ACK! Thanks for the pointer, this works. /var/tmp isn't good for me, my hope is to have an obj hierarchy for both opsys code and ports for both alpha and i386 (and sparc hehe) and a single src/ports tree exported. I can adjust . I did not come across this in any mailing list searching I had done, or docs anywhere -- IMHO this SHOULD be documented in /usr/ports/Mk/bsd.port.mk as /usr/obj would be a likely place to stick ports workdirs in the hierarchy to keep them out of /usr/ports. -Kevin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jun 3 0:17:30 2000 Delivered-To: freebsd-ports@freebsd.org Received: from dt051n0b.san.rr.com (dt051n0b.san.rr.com [204.210.32.11]) by hub.freebsd.org (Postfix) with ESMTP id 8FE6F37B55F for ; Sat, 3 Jun 2000 00:17:25 -0700 (PDT) (envelope-from DougB@gorean.org) Received: from gorean.org (doug@master [10.0.0.2]) by dt051n0b.san.rr.com (8.9.3/8.9.3) with ESMTP id AAA56333; Sat, 3 Jun 2000 00:17:13 -0700 (PDT) (envelope-from DougB@gorean.org) Message-ID: <3938B0F9.DFF9029E@gorean.org> Date: Sat, 03 Jun 2000 00:17:13 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 5.0-CURRENT-0528 i386) X-Accept-Language: en MIME-Version: 1.0 To: Will Andrews Cc: ports@FreeBSD.ORG Subject: Re: cvs commit: ports/x11-wm/afterstep/pkg PLIST References: <200005310650.XAA07743@freefall.freebsd.org> <20000531103520.F22499@argon.gryphonsoft.com> 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 wrote: > Maxim suggested a surefure EASY way to help update PLISTs faster (and I > improved on it myself): I use a slight modification of this that has worked well for me. touch $PREFIX/flagfile > make install > make deinstall > find $PREFIX -newer $PREFIX/flagfile | awk -F$PREFIX '{print $2}' >> pkg/PLIST > edit pkg/PLIST manually I agree that this should be in the porter's handbook. (I would also agree with Maxim that sed would be a little easier to read, but that's purely a matter of preference.) Doug -- "Live free or die" - State motto of my ancestral homeland, New Hampshire Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jun 3 1: 1: 9 2000 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 D8B3F37BB20; Sat, 3 Jun 2000 01:01:07 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA69828; Sat, 3 Jun 2000 01:01:07 -0700 (PDT) (envelope-from knu@FreeBSD.org) Date: Sat, 3 Jun 2000 01:01:07 -0700 (PDT) From: Message-Id: <200006030801.BAA69828@freefall.freebsd.org> To: arensb@ooblick.com, knu@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18298: New port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port State-Changed-From-To: open->closed State-Changed-By: knu State-Changed-When: Sat Jun 3 16:58:55 JST 2000 State-Changed-Why: Excellent work! I changed the version number to 1.1.8 (the latest it seemed) and committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=18298 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jun 3 1: 9:32 2000 Delivered-To: freebsd-ports@freebsd.org Received: from shale.csir.co.za (shale.csir.co.za [146.64.46.5]) by hub.freebsd.org (Postfix) with ESMTP id 30D6037BB1C for ; Sat, 3 Jun 2000 01:09:26 -0700 (PDT) (envelope-from reg@shale.csir.co.za) Received: from C992631-A.pinol1.sfba.home.com (C992631-A.pinol1.sfba.home.com [24.12.58.155]) by shale.csir.co.za (8.9.3/8.9.3) with ESMTP id KAA73108; Sat, 3 Jun 2000 10:09:16 +0200 (SAT) (envelope-from reg@shale.csir.co.za) Received: (from reg@localhost) by C992631-A.pinol1.sfba.home.com (8.9.3/8.9.3) id BAA28896; Sat, 3 Jun 2000 01:08:57 -0700 (PDT) (envelope-from reg) Date: Sat, 3 Jun 2000 01:08:57 -0700 From: Jeremy Lea To: Doug Barton Cc: Will Andrews , ports@FreeBSD.ORG Subject: Re: cvs commit: ports/x11-wm/afterstep/pkg PLIST Message-ID: <20000603010857.L302@shale.csir.co.za> References: <200005310650.XAA07743@freefall.freebsd.org> <20000531103520.F22499@argon.gryphonsoft.com> <3938B0F9.DFF9029E@gorean.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <3938B0F9.DFF9029E@gorean.org>; from DougB@gorean.org on Sat, Jun 03, 2000 at 12:17:13AM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, On Sat, Jun 03, 2000 at 12:17:13AM -0700, Doug Barton wrote: > > make install > > make deinstall find `make -V PREFIX` -newer work/.builddone ! -type d | sed -e "^`make -v PREFIX`^^" | sort >> pkg/PLIST find `make -V PREFIX` -newer work/.builddone -type d | sed -e "^`make -v PREFIX`^@dirrm ^" | sort -r >> pkg/PLIST Regards, -Jeremy -- FreeBSD - Because the best things in life are free... http://www.freebsd.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jun 3 1:25:42 2000 Delivered-To: freebsd-ports@freebsd.org Received: from granger.mail.mindspring.net (granger.mail.mindspring.net [207.69.200.148]) by hub.freebsd.org (Postfix) with ESMTP id 0E95B37B62E for ; Sat, 3 Jun 2000 01:25:40 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca41-211.ix.netcom.com [209.111.208.211]) by granger.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id EAA21862; Sat, 3 Jun 2000 04:25:24 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id BAA75834; Sat, 3 Jun 2000 01:25:00 -0700 (PDT) Date: Sat, 3 Jun 2000 01:25:00 -0700 (PDT) Message-Id: <200006030825.BAA75834@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: ports@freebsd.org Cc: mega@minz.org Subject: ranlib From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, ja-slang is not able to delete libslang.a due to ranlib run to it in @exec. See the "pkg_delete" error message in http://bento.FreeBSD.org/errorlogs/errorlogs/a.4.20000602/ja-slrn-0.9.6.2.log I was under the impression that ranlib is not needed for static libs in FreeBSD anymore. Is this correct? (So can I take the @exec ranlib line out of japanese/libslang/pkg/PLIST?) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jun 3 1:30: 0 2000 Delivered-To: freebsd-ports@freebsd.org Received: from smtp6.mindspring.com (smtp6.mindspring.com [207.69.200.110]) by hub.freebsd.org (Postfix) with ESMTP id 517A137B9B5; Sat, 3 Jun 2000 01:29:58 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca41-211.ix.netcom.com [209.111.208.211]) by smtp6.mindspring.com (8.9.3/8.8.5) with ESMTP id EAA13517; Sat, 3 Jun 2000 04:29:45 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id BAA75854; Sat, 3 Jun 2000 01:29:29 -0700 (PDT) Date: Sat, 3 Jun 2000 01:29:29 -0700 (PDT) Message-Id: <200006030829.BAA75854@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: andreas@FreeBSD.org Cc: ports@FreeBSD.org Subject: inn-stable From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, inn-stable modifies directory ownerships in /usr/local. Search for "user (0, 8)" in the following log. http://bento.FreeBSD.org/errorlogs/errorlogs/a.4.20000602/inn-stable-v22.log It seems it is changing info and man to news:news. This is not acceptable, please fix. :) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jun 3 1:36:10 2000 Delivered-To: freebsd-ports@freebsd.org Received: from smtp10.atl.mindspring.net (smtp10.atl.mindspring.net [207.69.200.246]) by hub.freebsd.org (Postfix) with ESMTP id 56D4337B62E for ; Sat, 3 Jun 2000 01:36:07 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca41-211.ix.netcom.com [209.111.208.211]) by smtp10.atl.mindspring.net (8.9.3/8.8.5) with ESMTP id EAA01934; Sat, 3 Jun 2000 04:35:24 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id BAA75878; Sat, 3 Jun 2000 01:34:47 -0700 (PDT) Date: Sat, 3 Jun 2000 01:34:47 -0700 (PDT) Message-Id: <200006030834.BAA75878@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: pine@freebsd.ady.ro Cc: ports@freebsd.org Subject: pine.conf From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, mail/pine4/pkg/PLIST is creating pine.conf using the following two lines: @exec %D/bin/pine -P %D/etc/pine.conf -conf >%D/etc/pine.conf.tmp @exec /bin/mv %D/etc/pine.conf.tmp %D/etc/pine.conf I'm not sure what the -P option of pine does but this raises the following questions: (1) Does it preserve the user's existing pine.conf? (I assume it does, but just checking.) (2) What would be an acceptable way of removing it on deinstallation? Is there a way to determine whether the user modified it to be something other than the "default" pine.conf? (If it is modified, it shouldn't be removed -- if it is not, then it can safely be removed, since a new installation will regenerate it properly.) Thanks, Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jun 3 2:30:40 2000 Delivered-To: freebsd-ports@freebsd.org Received: from picalon.gun.de (picalon.gun.de [192.109.159.1]) by hub.freebsd.org (Postfix) with ESMTP id E1F5E37BB68 for ; Sat, 3 Jun 2000 02:30:34 -0700 (PDT) (envelope-from andreas@klemm.gtn.com) Received: (from uucp@localhost) by picalon.gun.de (8.9.3/8.9.3) id LAA10293; Sat, 3 Jun 2000 11:30:21 +0200 (MET DST) >Received: (from andreas@localhost) by klemm.gtn.com (8.9.3/8.9.3) id LAA03860; Sat, 3 Jun 2000 11:23:12 +0200 (CEST) (envelope-from andreas) Date: Sat, 3 Jun 2000 11:23:12 +0200 From: Andreas Klemm To: "Joseph I. Davida" Cc: ports@FreeBSD.ORG Subject: Re: xntp3-5.93 Message-ID: <20000603112312.C2863@titan.klemm.gtn.com> References: <200006030845.BAA06524@dialup-209.247.142.14.SanJose1.Level3.net> Mime-Version: 1.0 X-Mailer: Mutt 1.0.1i In-Reply-To: <200006030845.BAA06524@dialup-209.247.142.14.SanJose1.Level3.net>; from jd@davida.com on Sat, Jun 03, 2000 at 01:45:57AM -0700 X-Operating-System: FreeBSD 5.0-CURRENT SMP X-Disclaimer: A free society is one where it is safe to be unpopular Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi ! I quitted maintainership on this port. Cc'd to ports. Please update your ports collection. Maybe this is already fixed. Best regards Andreas /// On Sat, Jun 03, 2000 at 01:45:57AM -0700, Joseph I. Davida wrote: > Dear Andreas, > I patched the file util/ntptime.c in order to > take care of problems with tv_usec struct member. > The original author must have used a variant of unix > where the struct timespec is what FreeBSD calls timeval. > So, the author was passing his timespec as if it were > a timeval. So where ever I saw him doing that, I simply > used the FreeBSD macros to convert timespec to timeval > and use the true FreeBSD timeval where the compilation > errors were comming up. > I also had to add -D__FreeBSD__ to the Makefile. > > CFLAGS = -g -O2 -Wall -pipe -D__FreeBSD__ > ^^^^^^^^^^^^^^ > > This probably will have to go into Makefile.in so that it > will get propagated to Makefile when configure is run. > > The compiler still spits out tons of warnings. > I am just too tired to track down. > Perhaps they are truly innocuous. > Perhaps they are terribly dangerous. I dont know. > > Also, the main Makefile in usr/ports/net/xntpd needs > to be fixed. For some reason it complained that I > should not be using PKGNAME, and to use PORTNAME > and PORTVERSION. > > > Cheers, > > Joe > > ------------------------------------------------------------------ > > Here are the context diffs for util/ntptime.c: > > 99a100,102 > > #ifdef __FreeBSD__ > > struct timeval tv; > > #endif > 216a220,228 > > #ifdef __FreeBSD__ > > /* The author of this program was using his struct > > member ntv.time as a timeval structure. It is a timespec > > structure. So we convert it to a timeval for him, and > > then pass the timeval struct to other funcs and macros. > > */ > > TIMESPEC_TO_TIMEVAL(&tv, &ntv.time); > > times[c] = tv.tv_usec; > > #else > 217a230 > > #endif > 268a282,291 > > #ifdef __FreeBSD__ > > /* The author of this program was using his struct > > member ntv.time as a timeval structure. It is a timespec > > structure. So we convert it to a timeval for him, and > > then pass the timeval struct to other funcs and macros. > > Note: Author's TVTOTS is not the same as TIMEVAL_TO_TIMESPEC > > */ > > TIMESPEC_TO_TIMEVAL(&tv, &ntv.time); > > TVTOTS(&tv, &ts); > > #else > 269a293 > > #endif /* __FreeBSD__ */ > 273a298,300 > > #ifdef __FreeBSD__ > > prettydate(&ts), (int) tv.tv_usec); > > #else > 274a302 > > #endif /* __FreeBSD__ */ > 278a307,309 > > #ifdef __FreeBSD__ > > (int) tv.tv_sec, (int) tv.tv_usec, > > #else > 279a311 > > #endif /* __FreeBSD__ */ -- Andreas Klemm http://people.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD New APSFILTER 542 and songs from our band - http://people.freebsd.org/~andreas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jun 3 3:20: 8 2000 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 DAD8737B6CE for ; Sat, 3 Jun 2000 03:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA80866; Sat, 3 Jun 2000 03:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from guru.mired.org (zoom0-124.telepath.com [216.14.0.124]) by hub.freebsd.org (Postfix) with SMTP id E31A637B5B6 for ; Sat, 3 Jun 2000 03:17:21 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 75767 invoked by uid 100); 3 Jun 2000 10:17:20 -0000 Message-Id: <20000603101720.75766.qmail@guru.mired.org> Date: 3 Jun 2000 10:17:20 -0000 From: mwm@mired.org Reply-To: mwm@mired.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18983: t1utils port update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18983 >Category: ports >Synopsis: Updating the t1utils port - complete >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 Jun 03 03:20:02 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Mike Meyer >Release: FreeBSD 4.0-RELEASE i386 >Organization: Missionaria Phonibalonica >Environment: Should work on all systems running current ports software. >Description: Update the port to the latest version of t1utils. Since a program was added, the DESCR, PLIST and COMMENT files all changed. I'm therefore submitting a new port, instead of a patch file. >How-To-Repeat: Try doing "make" in the current /usr/ports/t1utils and notice that it can't find the source archive on the MASTER_SITES. >Fix: Replacing the t1utils port with the code in the following shar archive. # 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: # # t1utils # t1utils/Makefile # t1utils/files # t1utils/files/md5 # t1utils/pkg # t1utils/pkg/COMMENT # t1utils/pkg/DESCR # t1utils/pkg/PLIST # echo c - t1utils mkdir -p t1utils > /dev/null 2>&1 echo x - t1utils/Makefile sed 's/^X//' >t1utils/Makefile << 'END-of-t1utils/Makefile' X# New ports collection makefile for: t1utils X# Date created: 3 June 2000 X# Whom: Mike Meyer X# X# $FreeBSD$ X# X XPORTNAME= t1utils XPORTVERSION= 1.19 XCATEGORIES= print XMASTER_SITES= http://www.lcdf.org/~eddietwo/type/ X XMAINTAINER= mwm@mired.org X XMAN1= t1ascii.1 t1binary.1 t1asm.1 t1disasm.1 t1unmac.1 t1mac.1 X XGNU_CONFIGURE= yes X X.include END-of-t1utils/Makefile echo c - t1utils/files mkdir -p t1utils/files > /dev/null 2>&1 echo x - t1utils/files/md5 sed 's/^X//' >t1utils/files/md5 << 'END-of-t1utils/files/md5' XMD5 (t1utils-1.19.tar.gz) = 08da3ce9adbbd9f8df23e684607b6d95 END-of-t1utils/files/md5 echo c - t1utils/pkg mkdir -p t1utils/pkg > /dev/null 2>&1 echo x - t1utils/pkg/COMMENT sed 's/^X//' >t1utils/pkg/COMMENT << 'END-of-t1utils/pkg/COMMENT' XSix utilities for manipulating t1 fonts END-of-t1utils/pkg/COMMENT echo x - t1utils/pkg/DESCR sed 's/^X//' >t1utils/pkg/DESCR << 'END-of-t1utils/pkg/DESCR' XSix free UNIX/Windows command-line tools for dealing with Type 1 Xfonts. This is a revision of I. Lee Hetherington's beloved t1utils Xpackage. X t1ascii changes PFB (binary) fonts into PFA (ASCII) format. X X t1binary changes PFA fonts into PFB format. X X t1disasm translates PFBs or PFAs into a human-readable and X -editable format. X X t1asm changes the (potentially edited) output of t1diasm back to either X PFAF or PFB. X X t1unmac (formerly unpost) translates a Type 1 font in Mac X format (either MacBinary or a raw resource fork) into X either PFB or PFA format. X X t1mac translates PFA or PFB format font files into Mac format. X XMike Meyer Xmwm@mired.org END-of-t1utils/pkg/DESCR echo x - t1utils/pkg/PLIST sed 's/^X//' >t1utils/pkg/PLIST << 'END-of-t1utils/pkg/PLIST' Xbin/t1ascii Xbin/t1binary Xbin/t1asm Xbin/t1disasm Xbin/t1unmac Xbin/t1mac END-of-t1utils/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 Jun 3 4:21:23 2000 Delivered-To: freebsd-ports@freebsd.org Received: from lacrosse.corp.redhat.com (lacrosse.corp.redhat.com [207.175.42.154]) by hub.freebsd.org (Postfix) with ESMTP id C4A1E37B7C0 for ; Sat, 3 Jun 2000 04:21:19 -0700 (PDT) (envelope-from nakai@FreeBSD.org) Received: from ns.jp.redhat.com (IDENT:root@ns.tokyo.redhat.com [172.16.21.254]) by lacrosse.corp.redhat.com (8.9.3/8.9.3) with ESMTP id HAA03777; Sat, 3 Jun 2000 07:21:15 -0400 Received: from station18.tokyo.redhat.com (IDENT:nakai@colts.tokyo.redhat.com [172.16.21.101]) by ns.jp.redhat.com (8.9.3/8.8.7) with SMTP id UAA13775; Sat, 3 Jun 2000 20:18:11 +0900 Message-Id: <200006031118.UAA13775@ns.jp.redhat.com> Date: Sat, 3 Jun 2000 20:17:22 +0900 From: Yukihiro Nakai To: Stephen Cimarelli Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: sawfish-0.27.2 In-Reply-To: <3938A6DA.8A2EB3D0@bigpond.net.au> References: <3938A6DA.8A2EB3D0@bigpond.net.au> X-Mailer: Sylpheed version 0.3.10 (GTK+ 1.2.6; Linux 2.2.14-5.0; i686) Organization: FreeBSD.org Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, Here I'm using 5.0-current but there is no such error, and you'are only person to get that. Are you using the latest version of librep and rep-gtk?? Sawfish may depend on the librep for the lisp compile. librep-0.11.3 An Emacs Lisp like runtime library rep-gtk-0.10 GTK+ binding for rep Lisp interpreter -------------- Yukihiro Nakai On Sat, 03 Jun 2000 16:34:02 +1000 Stephen Cimarelli wrote: > hi > > the sawfish-0.27.2 seems broken > this is the error I get when trying to make > > make[1]: Leaving directory > `/usr/ports/x11-wm/sawfish/work/sawfish-0.27.2/src' > gmake[1]: Entering directory > `/usr/ports/x11-wm/sawfish/work/sawfish-0.27.2/lisp' > SAWFISHLISPDIR=. SAWFISHEXECDIR=../src/.libs SAWFISHDOCFILE=../DOC > /usr/local/libexec/rep/i386--freebsd4.0/libtool --mode=execute -dlopen > ../src/gradient.la ../src/sawfish --batch --no-rc compiler -f > compile-lib-batch . > Compiling x-cycle.jl... > Compiling workspace.jl... > Compiling wm-spec.jl... > error--> (bad-arg loop 2) > gmake[1]: *** [lisp] Error 10 > gmake[1]: Leaving directory > `/usr/ports/x11-wm/sawfish/work/sawfish-0.27.2/lisp' > gmake: *** [all] Error 2 > > can any one help > > freeBSD 4.0 > > --- Nakai To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jun 3 5: 0: 7 2000 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 66FF037BA51 for ; Sat, 3 Jun 2000 05:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA90320; Sat, 3 Jun 2000 05:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from blues.jpj.net (blues.jpj.net [204.97.17.146]) by hub.freebsd.org (Postfix) with ESMTP id 7371B37B8FC for ; Sat, 3 Jun 2000 04:56:09 -0700 (PDT) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost) by blues.jpj.net (right/backatcha) with ESMTP id e53Bu7q23065 for ; Sat, 3 Jun 2000 07:56:08 -0400 (EDT) Message-Id: Date: Sat, 3 Jun 2000 07:56:07 -0400 (EDT) From: Trevor Johnson To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/18984: update port: www/analog Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18984 >Category: ports >Synopsis: update port: www/analog >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 Jun 03 05:00:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Trevor Johnson >Release: 4.0-CURRENT i386 >Organization: myself >Environment: only tested on FreeBSD tethys.csudh.edu 4.0-20000214-CURRENT FreeBSD 4.0-20000214-CURRENT #0: Tue Feb 15 01:45:52 GMT 2000 root@monster.cdrom.com:/usr/src/sys/compile/GENERIC i386 >Description: update to version 4.11 >How-To-Repeat: N/A >Fix: diff -ruN analog.orig/Makefile analog/Makefile --- analog.orig/Makefile Sat Apr 15 00:27:48 2000 +++ analog/Makefile Sat Jun 3 03:45:56 2000 @@ -7,7 +7,7 @@ # PORTNAME= analog -PORTVERSION= 4.1 +PORTVERSION= 4.11 CATEGORIES= www MASTER_SITES= http://www.analog.cx/ \ http://brendanr.simplenet.com/analog/ \ diff -ruN analog.orig/files/md5 analog/files/md5 --- analog.orig/files/md5 Sat Apr 15 00:27:56 2000 +++ analog/files/md5 Sat Jun 3 03:46:09 2000 @@ -1 +1 @@ -MD5 (analog-4.1.tar.gz) = d417106fa657f23c40bfff3679d1eab5 +MD5 (analog-4.11.tar.gz) = 1eb98a1c2f44f3a846b27e257a458e4a diff -ruN analog.orig/pkg/PLIST analog/pkg/PLIST --- analog.orig/pkg/PLIST Wed May 31 00:14:05 2000 +++ analog/pkg/PLIST Sat Jun 3 04:49:45 2000 @@ -2,6 +2,7 @@ @unexec [ -f %D/etc/analog.cfg ] && cmp -s %D/etc/analog.cfg %D/etc/analog.cfg-dist && rm -f %D/etc/analog.cfg etc/analog.cfg-dist @exec if [ ! -f %D/etc/analog.cfg ] ; then cp -p %D/%F %B/analog.cfg; fi +lib/analog/lang/README.txt lib/analog/lang/am.lng lib/analog/lang/amdom.tab lib/analog/lang/ba.lng @@ -30,6 +31,7 @@ lib/analog/lang/esa.lng lib/analog/lang/esadom.tab lib/analog/lang/esdom.tab +lib/analog/lang/esform.html lib/analog/lang/esh.lng lib/analog/lang/eshdom.tab lib/analog/lang/fi.lng @@ -44,8 +46,12 @@ lib/analog/lang/frhdom.tab lib/analog/lang/gr.lng lib/analog/lang/gra.lng +lib/analog/lang/hu.cfg +lib/analog/lang/hu.lng lib/analog/lang/hua.lng -lib/analog/lang/huh.lng +lib/analog/lang/huadom.tab +lib/analog/lang/hudom.tab +lib/analog/lang/itform.html lib/analog/lang/is.lng lib/analog/lang/isa.lng lib/analog/lang/ish.lng @@ -77,6 +83,7 @@ lib/analog/lang/pta.lng lib/analog/lang/pth.lng lib/analog/lang/ro.lng +lib/analog/lang/rodom.tab lib/analog/lang/ru.lng lib/analog/lang/rua.lng lib/analog/lang/rudom.tab >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 Jun 3 5:39:22 2000 Delivered-To: freebsd-ports@freebsd.org Received: from peedub.muc.de (p3E9B8F69.dip.t-dialin.net [62.155.143.105]) by hub.freebsd.org (Postfix) with ESMTP id 059CC37B733; Sat, 3 Jun 2000 05:39:19 -0700 (PDT) (envelope-from garyj@peedub.muc.de) Received: from peedub.muc.de (localhost [127.0.0.1]) by peedub.muc.de (8.9.3/8.6.9) with ESMTP id OAA13213; Sat, 3 Jun 2000 14:34:40 +0200 (CEST) Message-Id: <200006031234.OAA13213@peedub.muc.de> X-Mailer: exmh version 2.1.1 10/15/1999 To: asami@FreeBSD.ORG (Satoshi Asami) Cc: ports@FreeBSD.ORG Subject: Re: NOPORTDOCS handling Reply-To: Gary Jennejohn In-reply-to: Your message of "Fri, 02 Jun 2000 12:31:25 PDT." <200006021931.MAA67682@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 03 Jun 2000 14:34:40 +0200 From: Gary Jennejohn Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Satoshi Asami writes: >Hi folks, > >How about the following patch? By adding "%%PORTDOCS:%%" in front of >the PLIST lines for things that are not installed when NOPORTDOCS is >set, you get a correct /var/db/pkg/${PKGNAME}/+CONTENTS regardless of >the NOPORTDOCS setting. > [snip] I really like this idea. I maintain some ports which would benefit. --- Gary Jennejohn / garyj@muc.de gj@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 Jun 3 6:42:58 2000 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 B07A037B5F9; Sat, 3 Jun 2000 06:42:56 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA35535; Sat, 3 Jun 2000 06:42:56 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Sat, 3 Jun 2000 06:42:56 -0700 (PDT) From: Message-Id: <200006031342.GAA35535@freefall.freebsd.org> To: will@FreeBSD.org, freebsd-ports@FreeBSD.org, will@FreeBSD.org Subject: Re: ports/18595: new port: www/bsdi-netscape47-communicator Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: www/bsdi-netscape47-communicator Responsible-Changed-From-To: freebsd-ports->will Responsible-Changed-By: will Responsible-Changed-When: Sat Jun 3 06:42:39 PDT 2000 Responsible-Changed-Why: I will coordinate getting this in the tree. http://www.freebsd.org/cgi/query-pr.cgi?pr=18595 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jun 3 6:43:18 2000 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 D3B0037B511; Sat, 3 Jun 2000 06:43:16 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA36987; Sat, 3 Jun 2000 06:43:16 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Sat, 3 Jun 2000 06:43:16 -0700 (PDT) From: Message-Id: <200006031343.GAA36987@freefall.freebsd.org> To: will@FreeBSD.org, freebsd-ports@FreeBSD.org, will@FreeBSD.org Subject: Re: ports/18596: new port: www/bsdi-netscape47-navigator Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: www/bsdi-netscape47-navigator Responsible-Changed-From-To: freebsd-ports->will Responsible-Changed-By: will Responsible-Changed-When: Sat Jun 3 06:43:01 PDT 2000 Responsible-Changed-Why: I will coordinate getting this in the tree. http://www.freebsd.org/cgi/query-pr.cgi?pr=18596 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jun 3 7:29:55 2000 Delivered-To: freebsd-ports@freebsd.org Received: from server07.icaen.uiowa.edu (server07.icaen.uiowa.edu [128.255.17.47]) by hub.freebsd.org (Postfix) with ESMTP id 64F6737B51E for ; Sat, 3 Jun 2000 07:29:52 -0700 (PDT) (envelope-from pwgreen@engineering.uiowa.edu) Received: from server01.icaen.uiowa.edu (server01.icaen.uiowa.edu [128.255.17.41]) by server07.icaen.uiowa.edu (8.9.3/8.9.3) with ESMTP id JAA09799 for sent by ; Sat, 3 Jun 2000 09:29:51 -0500 (CDT) Received: from l-ecn010.icaen.uiowa.edu (l-ecn010.icaen.uiowa.edu [128.255.17.110]) by server01.icaen.uiowa.edu (8.8.7/8.7.1) with ESMTP id JAA27619 for ; Sat, 3 Jun 2000 09:29:50 -0500 (CDT) Received: (from pwgreen@localhost) by l-ecn010.icaen.uiowa.edu (8.9.3/client-6.6) id JAA15009; Sat, 3 Jun 2000 09:29:50 -0500 (CDT) Organization: Iowa Computer Aided Engineering Network, University of Iowa Date: Sat, 3 Jun 2000 09:29:50 -0500 (CDT) From: Peter William Green To: ports@FreeBSD.ORG Subject: Re: FreeBSD Port: sawfish-0.27.2 In-Reply-To: <200006031118.UAA13775@ns.jp.redhat.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org hello i get the same error on 4.0-stable. i got it working by uninstalling librep-0.11.1 and samill-XX.X and reinstalling librep-0.11.3 and then the latest sawmill/sawfish. the configuration file is satisfied with the older librep but this is apparently not the case at compile time. hope this is the problem, -pete On Sat, 3 Jun 2000, Yukihiro Nakai wrote: > Hi, > > Here I'm using 5.0-current but there is no such error, > and you'are only person to get that. > > Are you using the latest version of librep and rep-gtk?? > Sawfish may depend on the librep for the lisp compile. > > librep-0.11.3 An Emacs Lisp like runtime library > rep-gtk-0.10 GTK+ binding for rep Lisp interpreter > > -------------- > Yukihiro Nakai > > On Sat, 03 Jun 2000 16:34:02 +1000 > Stephen Cimarelli wrote: > > > hi > > > > the sawfish-0.27.2 seems broken > > this is the error I get when trying to make > > > > make[1]: Leaving directory > > `/usr/ports/x11-wm/sawfish/work/sawfish-0.27.2/src' > > gmake[1]: Entering directory > > `/usr/ports/x11-wm/sawfish/work/sawfish-0.27.2/lisp' > > SAWFISHLISPDIR=. SAWFISHEXECDIR=../src/.libs SAWFISHDOCFILE=../DOC > > /usr/local/libexec/rep/i386--freebsd4.0/libtool --mode=execute -dlopen > > ../src/gradient.la ../src/sawfish --batch --no-rc compiler -f > > compile-lib-batch . > > Compiling x-cycle.jl... > > Compiling workspace.jl... > > Compiling wm-spec.jl... > > error--> (bad-arg loop 2) > > gmake[1]: *** [lisp] Error 10 > > gmake[1]: Leaving directory > > `/usr/ports/x11-wm/sawfish/work/sawfish-0.27.2/lisp' > > gmake: *** [all] Error 2 > > > > can any one help > > > > freeBSD 4.0 > > > > > > > --- > Nakai > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > -- Peter Green 111 IATL peter-w-green@uiowa.edu The Department of Mechanical Engineering office: 319.335.3694 The University of Iowa lab: 319.335.3585 Iowa City, Iowa 52242 fax: 319.335.5669 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jun 3 8:30:10 2000 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 12D9437B68B for ; Sat, 3 Jun 2000 08:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA67187; Sat, 3 Jun 2000 08:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from thehousleys.net (frenchknot.ne.mediaone.net [24.147.224.201]) by hub.freebsd.org (Postfix) with ESMTP id 8E41737B68B for ; Sat, 3 Jun 2000 08:28:15 -0700 (PDT) (envelope-from housley@thehousleys.net) Received: from baby.int.thehousleys.net (baby.int.thehousleys.net. [192.168.0.24]) by thehousleys.net (8.9.3/8.9.3) with ESMTP id LAA47158 for ; Sat, 3 Jun 2000 11:28:14 -0400 (EDT) (envelope-from housley@thehousleys.net) Received: (from housley@localhost) by baby.int.thehousleys.net (8.9.3/8.9.3) id LAA00511; Sat, 3 Jun 2000 11:28:14 -0400 (EDT) (envelope-from housley) Message-Id: <200006031528.LAA00511@baby.int.thehousleys.net> Date: Sat, 3 Jun 2000 11:28:14 -0400 (EDT) From: jim@thehousleys.net Reply-To: jim@thehousleys.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18985: Update port: sysutils/healthd Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18985 >Category: ports >Synopsis: Update sysutils/healthd to remove warning & extra files >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 Jun 03 08:30:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: James Housley >Release: FreeBSD 4.0-STABLE i386 >Organization: The Housleys dot Net >Environment: >Description: Remove compile time warning about main() not being an int. Remove config file if it is the same as the sample >How-To-Repeat: >Fix: diff -urN healthd/patches/patch-aa healthd.new/patches/patch-aa --- healthd/patches/patch-aa Wed Dec 31 19:00:00 1969 +++ healthd.new/patches/patch-aa Fri Jun 2 20:42:55 2000 @@ -0,0 +1,19 @@ +--- healthd.c.orig Wed Apr 26 08:37:21 2000 ++++ healthd.c Fri Jun 2 20:42:15 2000 +@@ -549,7 +549,7 @@ + + }; + +-void ++int + main(int argc, char *argv[]) { + int n, sec; + extern char *optarg; +@@ -747,6 +747,7 @@ + if (debug == 0) { + close(sock); + } ++ exit(0); + } + + void diff -urN healthd/pkg/PLIST healthd.new/pkg/PLIST --- healthd/pkg/PLIST Wed Nov 24 08:08:47 1999 +++ healthd.new/pkg/PLIST Fri Jun 2 20:38:58 2000 @@ -1,3 +1,5 @@ bin/healthd +@unexec if cmp -s %D/etc/healthd.conf %D/etc/healthd.conf.sample; then rm -f %D/etc/healthd.conf; fi etc/healthd.conf.sample +@exec if [ ! -f %D/etc/healthd.conf ] ; then cp -p %D/%F %B/healthd.conf; fi etc/rc.d/healthd.sh >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 Jun 3 8:30:50 2000 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 BAD8637B750; Sat, 3 Jun 2000 08:30:48 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA67275; Sat, 3 Jun 2000 08:30:48 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Date: Sat, 3 Jun 2000 08:30:48 -0700 (PDT) From: Message-Id: <200006031530.IAA67275@freefall.freebsd.org> To: jack@germanium.xtalwind.net, vanilla@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18169: Update port x11-wm/afterstep-devel Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port x11-wm/afterstep-devel State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Sat Jun 3 08:29:16 PDT 2000 State-Changed-Why: afterstep-devel has removed from our ports tree. http://www.freebsd.org/cgi/query-pr.cgi?pr=18169 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jun 3 8:50: 6 2000 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 E7D5E37B608 for ; Sat, 3 Jun 2000 08:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA68224; Sat, 3 Jun 2000 08:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 3 Jun 2000 08:50:03 -0700 (PDT) Message-Id: <200006031550.IAA68224@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Scot W. Hetzel" Subject: Re: ports/18960 - Add USE_APACHE to bsd.port.mk for Apache module ports Reply-To: "Scot W. Hetzel" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/18960; it has been noted by GNATS. From: "Scot W. Hetzel" To: "Tim Vanderhoek" Cc: Subject: Re: ports/18960 - Add USE_APACHE to bsd.port.mk for Apache module ports Date: Sat, 3 Jun 2000 10:40:57 -0500 From: "Tim Vanderhoek" > > +AP_PORT!= if ${APXS} -q AP_PORT > /dev/null 2>&1 ; then \ > > + ${APXS} -q AP_PORT ; \ > > This can't be a precious variable? > I'm not sure if it can be used as a precious variable, as AP_PORT can also be used on the make command line to specify which apache13* port to build the module for. AP_PORT needs to be overriden when ${APXS} exist on the system, as a patched ${APXS} will know which apache13* port is installed. Wrapping AP_PORT in a .if defined(AP_PORT) .. .endif will prevent this from occuring. > > .if !defined(NOPRECIOUSMAKEVARS) > > -.for softvar in CKSUMFILES _MLINKS PKGBASE > > +.for softvar in CKSUMFILES _MLINKS PKGBASE _AP_PATHS > > .if defined(${softvar}) > > __softMAKEFLAGS+= '${softvar}+=${${softvar}:S/'/'\''/g}' > > .endif > > How is PKGBASE different from ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}? > > I have a feeling it isn't different. :-) > According to bsd.port.mk: # The "latest version" link -- ${PKGNAME} minus everything after the last '-' PKGLATESTREPOSITORY?= ${PACKAGES}/Latest .if !defined(PKGBASE) PKGBASE!= ${ECHO} ${PKGNAME} | ${SED} -e 's/-[^-]*$$//' >[If there are any more changes you want to make to the patch, you may > choose to wait for this to be approved in concept before sending them.] I believe that the patch is now complete and won't be making any further changes. Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jun 3 10:40: 5 2000 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 6AF6937BC48 for ; Sat, 3 Jun 2000 10:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA78620; Sat, 3 Jun 2000 10:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 9D0F437BBD9; Sat, 3 Jun 2000 10:35:12 -0700 (PDT) Message-Id: <20000603173512.9D0F437BBD9@hub.freebsd.org> Date: Sat, 3 Jun 2000 10:35:12 -0700 (PDT) From: ats@first.gmd.de To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/18986: checksum problem in ports/biology/platon Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18986 >Category: ports >Synopsis: checksum problem in ports/biology/platon >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 Jun 03 10:40:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Andreas Schulz >Release: 3.4-RELEASE >Organization: GMD-FIRST >Environment: FreeBSD freebsd.first.gmd.de 3.4-RELEASE FreeBSD 3.4-RELEASE #0: Thu Jan 20 20:3 7:15 GMT 2000 root@:/usr/src/sys/compile/EISA i386 >Description: ports/biology/platon gives a checksum error if fetched from the master site. Looks like there is a new file on the master site. platon.tar.gz from Jun 2, md5 Checksum from Mai 30. >How-To-Repeat: simply do a make checksum in port/biology/platon without the file to fetch in /usr/ports/distfiles. >Fix: Don't know if the source on the master site is changed or a new make makesum will correct the problem. >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 Jun 3 10:47: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from 200-191-152-25-as.acessonet.com.br (200-191-152-25-as.acessonet.com.br [200.191.152.25]) by hub.freebsd.org (Postfix) with ESMTP id 11F8237B698 for ; Sat, 3 Jun 2000 10:46:59 -0700 (PDT) (envelope-from lioux@uol.com.br) Received: (qmail 7103 invoked by uid 1001); 3 Jun 2000 17:46:58 -0000 From: lioux@uol.com.br Date: Sat, 3 Jun 2000 14:46:58 -0300 To: Gary Jennejohn Cc: Satoshi Asami , ports@FreeBSD.ORG Subject: Re: NOPORTDOCS handling Message-ID: <20000603144658.A7092@Fedaykin.here> References: <200006021931.MAA67682@silvia.hip.berkeley.edu> <200006031234.OAA13213@peedub.muc.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200006031234.OAA13213@peedub.muc.de>; from garyj@peedub.muc.de on Sat, Jun 03, 2000 at 02:34:40PM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org What about adding direct support to PLIST preprocessing. Sort of @document. Sort of adding Satoshi's script to PLIST handling. Ideas? Regards, Mario Ferreira To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jun 3 11:39:21 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.westbend.net (ns1.westbend.net [209.224.254.131]) by hub.freebsd.org (Postfix) with ESMTP id B9EAC37BBD3; Sat, 3 Jun 2000 11:39:18 -0700 (PDT) (envelope-from hetzels@westbend.net) Received: from admin (admin.westbend.net [209.224.254.141]) by mail.westbend.net (8.9.3/8.9.3) with SMTP id NAA83923; Sat, 3 Jun 2000 13:38:24 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <00a901bfcd8a$e6b0f180$8dfee0d1@westbend.net> From: "Scot W. Hetzel" To: Cc: "Satoshi Asami" , References: <200006021931.MAA67682@silvia.hip.berkeley.edu> <200006031234.OAA13213@peedub.muc.de> <20000603144658.A7092@Fedaykin.here> Subject: Re: NOPORTDOCS handling Date: Sat, 3 Jun 2000 13:38:23 -0500 Organization: West Bend Internet MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4029.2901 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4029.2901 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From: > What about adding direct support to PLIST preprocessing. > Sort of @document. > Sort of adding Satoshi's script to PLIST handling. > Ideas? > That sounds like a good ideal, we should probably also add @config, @configext directives that would replace: @unexec if cmp -s %D/etc/apache/access.conf %D/etc/apache/access.conf.default; then rm -f %D/etc/apache/access.conf; fi etc/apache/access.conf.default @exec [ ! -f %B/access.conf ] && cp %B/%f %B/access.conf with: @configext -default @config etc/apache/access.conf Now if someone could come up with the necessary patches to the pkg_install tools. Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jun 3 11:40: 6 2000 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 01AEA37BBD3 for ; Sat, 3 Jun 2000 11:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA84465; Sat, 3 Jun 2000 11:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id C55BC37B7C3; Sat, 3 Jun 2000 11:38:03 -0700 (PDT) Message-Id: <20000603183803.C55BC37B7C3@hub.freebsd.org> Date: Sat, 3 Jun 2000 11:38:03 -0700 (PDT) From: ats@first.gmd.de To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/18988: ports/games/pysol missing tar.gz on master site Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18988 >Category: ports >Synopsis: ports/games/pysol missing tar.gz on master site >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 Jun 03 11:40:03 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Andreas Schulz >Release: 3.4-RELEASE >Organization: GMD-FIRST >Environment: FreeBSD freebsd.first.gmd.de 3.4-RELEASE FreeBSD 3.4-RELEASE #0: Thu Jan 20 20:3 7:15 GMT 2000 root@:/usr/src/sys/compile/EISA i386 >Description: The tar.gz archive for ports/games/pysol is no longer available on the master ftp site. Looks like where is a new version available. >How-To-Repeat: Try a make checksum or make fetch without the tarball. >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 Sat Jun 3 11:42:16 2000 Delivered-To: freebsd-ports@freebsd.org Received: from www4.gmx.net (www.gmx.net [194.221.183.44]) by hub.freebsd.org (Postfix) with SMTP id 28DED37BEC1 for ; Sat, 3 Jun 2000 11:42:14 -0700 (PDT) (envelope-from sperber@gmx.at) Received: (qmail 11966 invoked by uid 0); 3 Jun 2000 18:42:12 -0000 Date: Sat, 3 Jun 2000 20:42:12 +0200 (MEST) From: sperber@gmx.at To: ports@freebsd.org MIME-Version: 1.0 Subject: kvirc 2.0.0 Phoenix X-Authenticated-Sender: #0001112320@gmx.net X-Authenticated-IP: [212.183.122.19] Message-ID: <11905.960057732@www4.gmx.net> X-Mailer: WWW-Mail 1.5 (Global Message Exchange) X-Flags: 0001 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org hi when will exist a port for kvirc 2.0.0? I've tried to compile myself, but haven't been able because of some weird errors... Sperber -- Sent through GMX FreeMail - http://www.gmx.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jun 3 11:45:52 2000 Delivered-To: freebsd-ports@freebsd.org Received: from shale.csir.co.za (shale.csir.co.za [146.64.46.5]) by hub.freebsd.org (Postfix) with ESMTP id B5C2F37BBBD; Sat, 3 Jun 2000 11:45:46 -0700 (PDT) (envelope-from reg@shale.csir.co.za) Received: from C992631-A.pinol1.sfba.home.com (C992631-A.pinol1.sfba.home.com [24.12.58.155]) by shale.csir.co.za (8.9.3/8.9.3) with ESMTP id UAA76735; Sat, 3 Jun 2000 20:45:25 +0200 (SAT) (envelope-from reg@shale.csir.co.za) Received: (from reg@localhost) by C992631-A.pinol1.sfba.home.com (8.9.3/8.9.3) id LAA40584; Sat, 3 Jun 2000 11:45:03 -0700 (PDT) (envelope-from reg) Date: Sat, 3 Jun 2000 11:45:02 -0700 From: Jeremy Lea To: lioux@uol.com.br Cc: Gary Jennejohn , Satoshi Asami , ports@FreeBSD.ORG Subject: Re: NOPORTDOCS handling Message-ID: <20000603114502.M302@shale.csir.co.za> References: <200006021931.MAA67682@silvia.hip.berkeley.edu> <200006031234.OAA13213@peedub.muc.de> <20000603144658.A7092@Fedaykin.here> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000603144658.A7092@Fedaykin.here>; from lioux@uol.com.br on Sat, Jun 03, 2000 at 02:46:58PM -0300 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi all, On Sat, Jun 03, 2000 at 02:46:58PM -0300, lioux@uol.com.br wrote: > What about adding direct support to PLIST preprocessing. > Sort of @document. > Sort of adding Satoshi's script to PLIST handling. > Ideas? I've been thinking... (Yes, I know, that's always a bad sign ;-) Why don't we run the PLIST through cpp? Most people can handle a few #if's and we get the benefit of #include, and #define... The current PLIST_SUB stuff could be replaced by -DVERSION=${VERSION} and then it would just happen automatically... Regards, -Jeremy -- FreeBSD - Because the best things in life are free... http://www.freebsd.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jun 3 11:49:40 2000 Delivered-To: freebsd-ports@freebsd.org Received: from server1.mich.com (server1.mich.com [198.108.16.2]) by hub.freebsd.org (Postfix) with ESMTP id 46C8337BBBD for ; Sat, 3 Jun 2000 11:49:38 -0700 (PDT) (envelope-from will@almanac.yi.org) Received: from almanac.yi.org (pm003-030.dialup.bignet.net [64.79.80.126]) by server1.mich.com (8.9.3/8.9.3) with ESMTP id OAA16750; Sat, 3 Jun 2000 14:49:27 -0400 Received: by almanac.yi.org (Postfix, from userid 1000) id 0E11E19A6; Sat, 3 Jun 2000 14:48:47 -0400 (EDT) Date: Sat, 3 Jun 2000 14:48:47 -0400 From: Will Andrews To: sperber@gmx.at Cc: ports@FreeBSD.ORG Subject: Re: kvirc 2.0.0 Phoenix Message-ID: <20000603144846.B46626@argon.gryphonsoft.com> References: <11905.960057732@www4.gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <11905.960057732@www4.gmx.net>; from sperber@gmx.at on Sat, Jun 03, 2000 at 08:42:12PM +0200 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, Jun 03, 2000 at 08:42:12PM +0200, sperber@gmx.at wrote: > when will exist a port for kvirc 2.0.0? > I've tried to compile myself, but haven't been able because of some weird > errors... Hi, I'm the maintainer for irc/kvirc port. I'm sorry, but I've had some rather weird problems trying to build kvirc myself. I succeeded at getting a build to finish. Unfortunately, the binary coredumped so I didn't try any further. I plan on pushing it further once I hear from the author, or Monday morning, whichever comes first. -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jun 3 12:23:49 2000 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 1AA7F37B693 for ; Sat, 3 Jun 2000 12:23:47 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (root@[209.152.133.57]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id MAA56604; Sat, 3 Jun 2000 12:23:46 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id MAA61548; Sat, 3 Jun 2000 12:24:00 -0700 (PDT) (envelope-from obrien) Date: Sat, 3 Jun 2000 12:23:59 -0700 From: "David O'Brien" To: ahgu Cc: ports@freebsd.org Subject: Re: FreeBSD Port: cxterm-5.0.3 Message-ID: <20000603122359.C57660@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: <00cb01bfcca6$88c4cea0$45d00209@watson.ibm.com> <20000602111059.A85394@dragon.nuxi.com> <00e701bfccc0$8573a900$45d00209@watson.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <00e701bfccc0$8573a900$45d00209@watson.ibm.com>; from ahgu@yahoo.com on Fri, Jun 02, 2000 at 02:29:32PM -0400 X-Operating-System: FreeBSD 5.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 On Fri, Jun 02, 2000 at 02:29:32PM -0400, ahgu wrote: > ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/x-win/cxterm/ > > hz patch and color patch. These patches are quite old. When is someone going to care enough about CXterm to maintain it and put out a new version? > and the F3 dialog is bad, very long. Patch? -- -- David (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 Jun 3 12:30: 5 2000 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 F2E4437B7AB for ; Sat, 3 Jun 2000 12:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA89940; Sat, 3 Jun 2000 12:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 0BDA837B5F0; Sat, 3 Jun 2000 12:29:37 -0700 (PDT) Message-Id: <20000603192937.0BDA837B5F0@hub.freebsd.org> Date: Sat, 3 Jun 2000 12:29:37 -0700 (PDT) From: jonathan@fosburgh.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/18989: ksh93 port marked BROKEN due to missing distfile, which is still avail. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18989 >Category: ports >Synopsis: ksh93 port marked BROKEN due to missing distfile, which is still avail. >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 Jun 03 12:30:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Jonathan Fosburgh >Release: 4.0-STABLE >Organization: >Environment: FreeBSD gw.fosburgh.org 4.0-STABLE FreeBSD 4.0-STABLE #4: Mon May 8 19:21:05 CDT 2000 toor@gw.fosburgh.org:/usr/src/sys/compile/40KERN i386 >Description: ports/ksh93 is marked as BROKEN "Binary distribution no longer available" even though the distfile is still available from www.research.att.com/sw/tools/reuse under the original conditions. >How-To-Repeat: cd /usr/ports/ksh93 && make >Fix: Remove the BROKEN tag from the Makefile. >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 Jun 3 12:31:35 2000 Delivered-To: freebsd-ports@freebsd.org Received: from dt051n0b.san.rr.com (dt051n0b.san.rr.com [204.210.32.11]) by hub.freebsd.org (Postfix) with ESMTP id D299F37B5F0 for ; Sat, 3 Jun 2000 12:31:32 -0700 (PDT) (envelope-from DougB@gorean.org) Received: from gorean.org (doug@master [10.0.0.2]) by dt051n0b.san.rr.com (8.9.3/8.9.3) with ESMTP id MAA62299; Sat, 3 Jun 2000 12:31:14 -0700 (PDT) (envelope-from DougB@gorean.org) Message-ID: <39395D01.9A4DC9A7@gorean.org> Date: Sat, 03 Jun 2000 12:31:13 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 5.0-CURRENT-0528 i386) X-Accept-Language: en MIME-Version: 1.0 To: Satoshi Asami Cc: pine@freebsd.ady.ro, ports@freebsd.org Subject: Re: pine.conf References: <200006030834.BAA75878@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 Asami wrote: > > Hi, > > mail/pine4/pkg/PLIST is creating pine.conf using the following two lines: > > @exec %D/bin/pine -P %D/etc/pine.conf -conf >%D/etc/pine.conf.tmp > @exec /bin/mv %D/etc/pine.conf.tmp %D/etc/pine.conf > > I'm not sure what the -P option of pine does It specifies a specific conf file to use, instead of the default. > but this raises the following questions: > > (1) Does it preserve the user's existing pine.conf? (I assume it > does, but just checking.) Yes. > (2) What would be an acceptable way of removing it on deinstallation? > Is there a way to determine whether the user modified it to be > something other than the "default" pine.conf? (If it is modified, > it shouldn't be removed -- if it is not, then it can safely be > removed, since a new installation will regenerate it properly.) 'pine -conf' will generate a default file for that version of pine on stdout. You could diff the installed version against that to detect changes. HTH, Doug -- "Live free or die" - State motto of my ancestral homeland, New Hampshire Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jun 3 12:40: 8 2000 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 DAC1B37C284 for ; Sat, 3 Jun 2000 12:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA90536; Sat, 3 Jun 2000 12:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id D3C1837B7AB; Sat, 3 Jun 2000 12:32:50 -0700 (PDT) Message-Id: <20000603193250.D3C1837B7AB@hub.freebsd.org> Date: Sat, 3 Jun 2000 12:32:50 -0700 (PDT) From: ats@first.gmd.de To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/18990: ports/graphics/splitmpg missing EXTRACT_SUFX Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18990 >Category: ports >Synopsis: ports/graphics/splitmpg missing EXTRACT_SUFX >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 Jun 03 12:40:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Andreas Schulz >Release: 3.4-RELEASE >Organization: GMD-FIRST >Environment: FreeBSD freebsd.first.gmd.de 3.4-RELEASE FreeBSD 3.4-RELEASE #0: Thu Jan 20 20:3 7:15 GMT 2000 root@:/usr/src/sys/compile/EISA i386 >Description: The Makefile in port/graphics/splitmpg is missing an EXTRACT_SUFX line set to .tgz . The default distfile is splitmpg.tgz but without EXTRACT_SUFX set, make will assume splitmpg.tar.gz for it and misses this in files/md5. >How-To-Repeat: Fetch it without the distfile present :-). >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 Sat Jun 3 12:47:12 2000 Delivered-To: freebsd-ports@freebsd.org Received: from tisch.mail.mindspring.net (tisch.mail.mindspring.net [207.69.200.157]) by hub.freebsd.org (Postfix) with ESMTP id D0A5337C20F; Sat, 3 Jun 2000 12:47:02 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca41-211.ix.netcom.com [209.111.208.211]) by tisch.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id PAA16293; Sat, 3 Jun 2000 15:46:42 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id MAA82159; Sat, 3 Jun 2000 12:46:15 -0700 (PDT) Date: Sat, 3 Jun 2000 12:46:15 -0700 (PDT) Message-Id: <200006031946.MAA82159@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: ports@freebsd.org, i18n@freebsd.org Cc: ache@freebsd.org Subject: -lxpg4 From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org A happy day. We won't need -lxpg4 for 5-current with __FreeBSD_version 500005 or later. Andrey said he will merge it to 4-stable, so the same will be true for 400020 and later in that branch. The __FreeBSD_version variables aren't bumped yet but of course we can start modifying the ports. :) Satoshi ------- From: "Andrey A. Chernov" Subject: cvs commit: src/lib/libxpg4 fakelib.c Makefile To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Date: Sat, 3 Jun 2000 05:28:13 -0700 (PDT) Message-Id: <200006031228.FAA92350@freefall.freebsd.org> ache 2000/06/03 05:28:13 PDT Modified files: lib/libxpg4 Makefile Added files: lib/libxpg4 fakelib.c Log: Make this lib fake - now merged to libc Revision Changes Path 1.7 +3 -4 src/lib/libxpg4/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jun 3 13:44: 2 2000 Delivered-To: freebsd-ports@freebsd.org Received: from server1.mich.com (server1.mich.com [198.108.16.2]) by hub.freebsd.org (Postfix) with ESMTP id 8922237BCCE; Sat, 3 Jun 2000 13:43:56 -0700 (PDT) (envelope-from will@almanac.yi.org) Received: from almanac.yi.org (pm003-030.dialup.bignet.net [64.79.80.126]) by server1.mich.com (8.9.3/8.9.3) with ESMTP id QAA30204; Sat, 3 Jun 2000 16:43:35 -0400 Received: by almanac.yi.org (Postfix, from userid 1000) id 5F40019A6; Sat, 3 Jun 2000 16:42:53 -0400 (EDT) Date: Sat, 3 Jun 2000 16:42:53 -0400 From: Will Andrews To: Satoshi Asami Cc: ports@FreeBSD.ORG, i18n@FreeBSD.ORG, ache@FreeBSD.ORG Subject: Re: -lxpg4 Message-ID: <20000603164253.E46626@argon.gryphonsoft.com> References: <200006031946.MAA82159@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200006031946.MAA82159@silvia.hip.berkeley.edu>; from asami@cs.berkeley.edu on Sat, Jun 03, 2000 at 12:46:15PM -0700 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, Jun 03, 2000 at 12:46:15PM -0700, Satoshi Asami wrote: > We won't need -lxpg4 for 5-current with __FreeBSD_version 500005 or > later. Andrey said he will merge it to 4-stable, so the same will be > true for 400020 and later in that branch. Woop dee doop! > The __FreeBSD_version variables aren't bumped yet but of course we can > start modifying the ports. :) Yes, it has been bumped. :-> -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jun 3 13:50:17 2000 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 DD2D037BCC4 for ; Sat, 3 Jun 2000 13:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA96602; Sat, 3 Jun 2000 13:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from sign.chg.ru (sign.chg.ru [193.233.46.10]) by hub.freebsd.org (Postfix) with ESMTP id DF71F37BC4E for ; Sat, 3 Jun 2000 13:46:05 -0700 (PDT) (envelope-from andrew@sign.chg.ru) Received: (from andrew@localhost) by sign.chg.ru (8.9.3/8.9.3) id AAA93652; Sun, 4 Jun 2000 00:46:03 +0400 (MSD) (envelope-from andrew) Message-Id: <200006032046.AAA93652@sign.chg.ru> Date: Sun, 4 Jun 2000 00:46:03 +0400 (MSD) From: andrew@chg.ru Reply-To: andrew@chg.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18991: Update port : math/gsl Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18991 >Category: ports >Synopsis: Update port : math/gsl >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 Jun 03 13:50:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Andrew L. Neporada >Release: FreeBSD 3.4-20000217-STABLE i386 >Organization: >Environment: current ports tree >Description: Update gsl from version 0.5 to 0.6 >How-To-Repeat: >Fix: diff -ruN gsl.orig/Makefile gsl/Makefile --- gsl.orig/Makefile Fri Apr 14 23:23:48 2000 +++ gsl/Makefile Sat Jun 3 23:05:43 2000 @@ -6,28 +6,29 @@ # PORTNAME= gsl -PORTVERSION= 0.5 +PORTVERSION= 0.6 CATEGORIES= math MASTER_SITES= ftp://sourceware.cygnus.com/pub/gsl/ \ + ftp://ftp.freesoftware.com/pub/sourceware/gsl/ \ + ftp://sunsite.org.uk/Mirrors/sourceware.cygnus.com/pub/gsl/ \ ftp://ftp.funet.fi/pub/mirrors/sourceware.cygnus.com/pub/gsl/ \ ftp://ftp.chg.ru/pub/math/gsl/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${GSLREF} +.if !defined(NOPORTDOCS) +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} +.endif MAINTAINER= andrew@chg.ru GNU_CONFIGURE= yes -.if !defined(NOPORTDOCS) -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -.endif GSLREF= gsl-ref.ps.gz post-install: - strip ${PREFIX}/bin/gsl-histogram ${PREFIX}/bin/gsl-randist .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/gsl - ${INSTALL_MAN} ${DISTDIR}/gsl-ref.ps.gz ${PREFIX}/share/doc/gsl - ${GUNZIP_CMD} ${PREFIX}/share/doc/gsl/gsl-ref.ps.gz + ${INSTALL_MAN} ${DISTDIR}/${GSLREF} ${PREFIX}/share/doc/gsl + ${GUNZIP_CMD} ${PREFIX}/share/doc/gsl/${GSLREF} .endif .include diff -ruN gsl.orig/files/md5 gsl/files/md5 --- gsl.orig/files/md5 Fri Apr 7 16:11:05 2000 +++ gsl/files/md5 Sat Jun 3 21:40:39 2000 @@ -1,2 +1,2 @@ -MD5 (gsl-0.5.tar.gz) = b0041976c30f1d4a78fbb2e89b51ef7a -MD5 (gsl-ref.ps.gz) = 9bee4490487f46b3c6c13ff38a91711c +MD5 (gsl-0.6.tar.gz) = 1081bca46d26dbed01ba8476daa9aaa4 +MD5 (gsl-ref.ps.gz) = 9471ea60b0eb01fb2ba2973edf4a546d diff -ruN gsl.orig/pkg/PLIST gsl/pkg/PLIST --- gsl.orig/pkg/PLIST Fri Apr 7 16:11:06 2000 +++ gsl/pkg/PLIST Sat Jun 3 23:47:25 2000 @@ -1,33 +1,6 @@ -lib/gsl/libgslblas.a -lib/gsl/libgslblascblas.a -lib/gsl/libgslblasnative.a -lib/gsl/libgslblock.a -lib/gsl/libgsldht.a -lib/gsl/libgsleigen.a -lib/gsl/libgslerr.a -lib/gsl/libgslfft.a -lib/gsl/libgslhistogram.a -lib/gsl/libgslieeeutils.a -lib/gsl/libgslintegration.a -lib/gsl/libgslinterpolation.a -lib/gsl/libgsllinalg.a -lib/gsl/libgslmatrix.a -lib/gsl/libgslmin.a -lib/gsl/libgslmonte.a -lib/gsl/libgslmultiroots.a -lib/gsl/libgslodeiv.a -lib/gsl/libgslpoly.a -lib/gsl/libgslrandist.a -lib/gsl/libgslrng.a -lib/gsl/libgslroots.a -lib/gsl/libgslsiman.a -lib/gsl/libgslspecfunc.a -lib/gsl/libgslstatistics.a -lib/gsl/libgslsum.a -lib/gsl/libgslsys.a -lib/gsl/libgsltest.a -lib/gsl/libgslvector.a -lib/gsl/libutils.a +bin/gsl-config +bin/gsl-histogram +bin/gsl-randist include/gsl/gsl_blas.h include/gsl/gsl_blas_raw.h include/gsl/gsl_blas_raw_L1.h @@ -51,15 +24,22 @@ include/gsl/gsl_block_uint.h include/gsl/gsl_block_ulong.h include/gsl/gsl_block_ushort.h +include/gsl/gsl_cblas.h include/gsl/gsl_complex.h +include/gsl/gsl_complex_math.h include/gsl/gsl_dft_complex.h +include/gsl/gsl_dft_complex_float.h include/gsl/gsl_dht.h include/gsl/gsl_eigen.h include/gsl/gsl_errno.h include/gsl/gsl_fft.h include/gsl/gsl_fft_complex.h +include/gsl/gsl_fft_complex_float.h include/gsl/gsl_fft_halfcomplex.h +include/gsl/gsl_fft_halfcomplex_float.h include/gsl/gsl_fft_real.h +include/gsl/gsl_fft_real_float.h +include/gsl/gsl_heapsort.h include/gsl/gsl_histogram.h include/gsl/gsl_histogram2d.h include/gsl/gsl_ieee_utils.h @@ -90,10 +70,37 @@ include/gsl/gsl_monte_miser.h include/gsl/gsl_monte_plain.h include/gsl/gsl_monte_vegas.h +include/gsl/gsl_multimin.h include/gsl/gsl_multiroots.h include/gsl/gsl_odeiv.h +include/gsl/gsl_permutation.h +include/gsl/gsl_permute.h +include/gsl/gsl_permute_char.h +include/gsl/gsl_permute_double.h +include/gsl/gsl_permute_float.h +include/gsl/gsl_permute_int.h +include/gsl/gsl_permute_long.h +include/gsl/gsl_permute_long_double.h +include/gsl/gsl_permute_short.h +include/gsl/gsl_permute_uchar.h +include/gsl/gsl_permute_uint.h +include/gsl/gsl_permute_ulong.h +include/gsl/gsl_permute_ushort.h +include/gsl/gsl_permute_vector.h +include/gsl/gsl_permute_vector_char.h +include/gsl/gsl_permute_vector_double.h +include/gsl/gsl_permute_vector_float.h +include/gsl/gsl_permute_vector_int.h +include/gsl/gsl_permute_vector_long.h +include/gsl/gsl_permute_vector_long_double.h +include/gsl/gsl_permute_vector_short.h +include/gsl/gsl_permute_vector_uchar.h +include/gsl/gsl_permute_vector_uint.h +include/gsl/gsl_permute_vector_ulong.h +include/gsl/gsl_permute_vector_ushort.h include/gsl/gsl_poly.h include/gsl/gsl_precision.h +include/gsl/gsl_qrng.h include/gsl/gsl_randist.h include/gsl/gsl_rng.h include/gsl/gsl_roots.h @@ -129,6 +136,30 @@ include/gsl/gsl_sf_trig.h include/gsl/gsl_sf_zeta.h include/gsl/gsl_siman.h +include/gsl/gsl_sort.h +include/gsl/gsl_sort_char.h +include/gsl/gsl_sort_double.h +include/gsl/gsl_sort_float.h +include/gsl/gsl_sort_int.h +include/gsl/gsl_sort_long.h +include/gsl/gsl_sort_long_double.h +include/gsl/gsl_sort_short.h +include/gsl/gsl_sort_uchar.h +include/gsl/gsl_sort_uint.h +include/gsl/gsl_sort_ulong.h +include/gsl/gsl_sort_ushort.h +include/gsl/gsl_sort_vector.h +include/gsl/gsl_sort_vector_char.h +include/gsl/gsl_sort_vector_double.h +include/gsl/gsl_sort_vector_float.h +include/gsl/gsl_sort_vector_int.h +include/gsl/gsl_sort_vector_long.h +include/gsl/gsl_sort_vector_long_double.h +include/gsl/gsl_sort_vector_short.h +include/gsl/gsl_sort_vector_uchar.h +include/gsl/gsl_sort_vector_uint.h +include/gsl/gsl_sort_vector_ulong.h +include/gsl/gsl_sort_vector_ushort.h include/gsl/gsl_specfunc.h include/gsl/gsl_statistics.h include/gsl/gsl_statistics_char.h @@ -163,10 +194,6 @@ @unexec install-info --delete %D/info/gsl-ref.info %D/info/dir info/gsl-ref.info info/gsl-ref.info-1 -info/gsl-ref.info-10 -info/gsl-ref.info-11 -info/gsl-ref.info-12 -info/gsl-ref.info-13 info/gsl-ref.info-2 info/gsl-ref.info-3 info/gsl-ref.info-4 @@ -175,11 +202,30 @@ info/gsl-ref.info-7 info/gsl-ref.info-8 info/gsl-ref.info-9 +info/gsl-ref.info-10 +info/gsl-ref.info-11 +info/gsl-ref.info-12 +info/gsl-ref.info-13 +info/gsl-ref.info-14 +info/gsl-ref.info-15 +info/gsl-ref.info-16 +info/gsl-ref.info-17 @exec install-info %D/info/gsl-ref.info %D/info/dir -bin/gsl-randist -bin/gsl-histogram -bin/gsl-config +lib/libgsl.a +lib/libgsl.la +lib/libgsl.so +lib/libgsl.so.0 +lib/libgslblascblas.a +lib/libgslblascblas.la +lib/libgslblascblas.so +lib/libgslblascblas.so.0 +lib/libgslblasnative.a +lib/libgslblasnative.la +lib/libgslblasnative.so +lib/libgslblasnative.so.0 +@exec /sbin/ldconfig -m %D/lib +@unexec /sbin/ldconfig -R +share/aclocal/gsl.m4 share/doc/gsl/gsl-ref.ps -@dirrm lib/gsl @dirrm include/gsl @dirrm share/doc/gsl >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 Jun 3 14:20: 6 2000 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 B0C2837B7F9 for ; Sat, 3 Jun 2000 14:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA99819; Sat, 3 Jun 2000 14:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from vortex.greycat.com (vortex.greycat.com [207.173.133.4]) by hub.freebsd.org (Postfix) with SMTP id C2B3837B532 for ; Sat, 3 Jun 2000 14:10:56 -0700 (PDT) (envelope-from dann@greycat.com) Received: (qmail 9418 invoked from network); 3 Jun 2000 21:10:53 -0000 Received: from bigphred.greycat.com (HELO greycat.com) (207.173.133.2) by vortex.greycat.com with SMTP; 3 Jun 2000 21:10:53 -0000 Received: (from dann@localhost) by greycat.com (8.9.3/8.9.3) id OAA77521; Sat, 3 Jun 2000 14:10:41 -0700 (PDT) (envelope-from dann) Message-Id: <200006032110.OAA77521@greycat.com> Date: Sat, 3 Jun 2000 14:10:41 -0700 (PDT) From: dann@greycat.com Reply-To: dann@greycat.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18993: Makefile error in ports/x11-toolkits Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18993 >Category: ports >Synopsis: typo in x11-toolkits Makefile >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 Jun 03 14:20:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Dann Lunsford >Release: FreeBSD 4.0-STABLE i386 >Organization: no noticeable >Environment: FreeBSD bigphred.greycat.com 4.0-STABLE FreeBSD 4.0-STABLE #0: Sun May 28 10:06:35 PDT 2000 root@bigphred.greycat.com:/usr/src/sys/compile/PHRED i386 >Description: There are two typos in ports/x11-toolkits/Makefile (cvsup'ed 03-Jun-2000 12:17 PDT). They cause non-fatal errors when things such as "make readmes" are done. >How-To-Repeat: "make readmes" in ports/x11-toolkits >Fix: Apply following patch to ports/x11-toolkits/Makefile --- Makefile.orig Sat Jun 3 13:48:10 2000 +++ Makefile Sat Jun 3 13:48:47 2000 @@ -22,8 +22,8 @@ SUBDIR += lesstif SUBDIR += linux-gtk SUBDIR += neXtaw - SUBDIR += openmotif - SUBDIR += openmotif-devel + SUBDIR += open-motif + SUBDIR += open-motif-devel SUBDIR += p5-Gtk SUBDIR += p5-Tcl-Tk SUBDIR += p5-Tk >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 Jun 3 18: 0: 9 2000 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 00F5B37C793 for ; Sat, 3 Jun 2000 18:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA18450; Sat, 3 Jun 2000 18:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 3 Jun 2000 18:00:02 -0700 (PDT) Message-Id: <200006040100.SAA18450@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Tim Vanderhoek Subject: Re: ports/18960 - Add USE_APACHE to bsd.port.mk for Apache module ports Reply-To: Tim Vanderhoek Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/18960; it has been noted by GNATS. From: Tim Vanderhoek To: "Scot W. Hetzel" Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/18960 - Add USE_APACHE to bsd.port.mk for Apache module ports Date: Sat, 3 Jun 2000 20:53:11 -0400 On Sat, Jun 03, 2000 at 08:50:03AM -0700, Scot W. Hetzel wrote: > > I'm not sure if it can be used as a precious variable, as AP_PORT can also > be used on the make command line to specify which apache13* port to build > the module for. AP_PORT needs to be overriden when ${APXS} exist on the > system, as a patched ${APXS} will know which apache13* port is installed. Hmm... Ugh. Conditional over-riding of a commandline variable. I hope you know what you're doing... Commandline variables are entered into the environment. That is how they are passed to successive invocations of make(1). A commandline variable (generally?) can't be overridden from within make. However, an environment variable can be overridden from within make. When bsd.port.mk calls itself recursively, the AP_PORT variable will be over-rideable. When it is on the non-recursive call, AP_PORT will not be over-rideable. I can't entirely remember why the softMAKEFLAGS use '+=' instead of '=', but I think this was one of the reasons I did it that way. And then there was some reason they needed to be normal rather than environment variables. I blame Satoshi Asami for not forcing me to write comments surrounding that stuff. ;-) Anyways, other than the potential problems with overriding a commandline variable, I don't think there's any reason that such a variable can't also be a precious make variable. Just change the line AP_PORT!= ... to _AP_PORT!= ... and make _AP_PORT the precious variable. Then conditionally set AP_PORT to _AP_PORT. I can look more closely at how to do that later if the patch is approved in concept (and if overriding a commandline variable is really what you want to do). > > How is PKGBASE different from ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}? > > > > I have a feeling it isn't different. :-) > > According to bsd.port.mk: The correct answer was "No, there is no difference." :-) Just to make sure, I'm running a quick check-pkg_base-equals-portname: target on all the ports right now, but I expect no surprises. -- Signature withheld by request of author. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jun 3 18:33:52 2000 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 1072C37C54B for ; Sat, 3 Jun 2000 18:33:50 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (root@[209.152.133.57]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id SAA57895; Sat, 3 Jun 2000 18:33:49 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id SAA65336; Sat, 3 Jun 2000 18:34:04 -0700 (PDT) (envelope-from obrien) Date: Sat, 3 Jun 2000 18:34:03 -0700 From: "David O'Brien" To: ahgu Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: cxterm-5.0.3 Message-ID: <20000603183403.A65314@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <00cb01bfcca6$88c4cea0$45d00209@watson.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <00cb01bfcca6$88c4cea0$45d00209@watson.ibm.com>; from ahgu@yahoo.com on Fri, Jun 02, 2000 at 11:23:26AM -0400 X-Operating-System: FreeBSD 5.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 On Fri, Jun 02, 2000 at 11:23:26AM -0400, ahgu wrote: > for the cxterm port. > would you add the hz patch and color patch? Which of the two do you want? They interfer with each other and both will not apply correctly. If you want both patches, then you'll have to send me a diff to ports/chinese/cxterm/Makefile to handle the issue. -- -- David (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 Jun 3 19: 0:10 2000 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 85EDB37C62F for ; Sat, 3 Jun 2000 19:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA22623; Sat, 3 Jun 2000 19:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 3 Jun 2000 19:00:01 -0700 (PDT) Message-Id: <200006040200.TAA22623@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Scot W. Hetzel" Subject: Re: ports/18960 - Add USE_APACHE to bsd.port.mk for Apache module ports Reply-To: "Scot W. Hetzel" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/18960; it has been noted by GNATS. From: "Scot W. Hetzel" To: "Tim Vanderhoek" Cc: Subject: Re: ports/18960 - Add USE_APACHE to bsd.port.mk for Apache module ports Date: Sat, 3 Jun 2000 20:51:21 -0500 From: "Tim Vanderhoek" > On Sat, Jun 03, 2000 at 08:50:03AM -0700, Scot W. Hetzel wrote: > > > > I'm not sure if it can be used as a precious variable, as AP_PORT can also > > be used on the make command line to specify which apache13* port to build > > the module for. AP_PORT needs to be overriden when ${APXS} exist on the > > system, as a patched ${APXS} will know which apache13* port is installed. > > Hmm... > > Ugh. Conditional over-riding of a commandline variable. > > > Anyways, other than the potential problems with overriding a > commandline variable, I don't think there's any reason that such a > variable can't also be a precious make variable. Just change the line > > AP_PORT!= ... > > to > > _AP_PORT!= ... > > and make _AP_PORT the precious variable. Then conditionally set > AP_PORT to _AP_PORT. > > I can look more closely at how to do that later if the patch is > approved in concept (and if overriding a commandline variable is > really what you want to do). > I just thought of another ideal, that would make this more appealing. We turn AP_PORT in to a precious variable as you suggested. Then we return an error if AP_PORT is defined and doesn't match _AP_PORT. .if defined(AP_PORT) && ${AP_PORT} != ${_AP_PORT} .BEGIN echo "${_AP_PORT} previously installed" false .END .elif !defined(AP_PORT) AP_PORT= ${_AP_PORT} .endif Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jun 3 19:41:31 2000 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 12F9C37B656; Sat, 3 Jun 2000 19:41:28 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.hiwaay.net (8.11.0.Beta1/8.11.0.Beta1) with ESMTP id e542fRa07398; Sat, 3 Jun 2000 21:41:27 -0500 (CDT) Date: Sat, 3 Jun 2000 21:41:26 -0500 (CDT) From: Steve Price To: Satoshi - Ports Wraith - Asami Cc: ports@FreeBSD.ORG Subject: Re: ports projects In-Reply-To: <200005301106.EAA47917@silvia.hip.berkeley.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 30 May 2000, Satoshi - Ports Wraith - Asami wrote: # Sorry for not updating you guys on this lately. I've added the # following to my local BSD.*.dist files. [patches elided] # (I'm not sure what to do with alphas -- do you want me to add # "alpha-freebsd"?) Yes please. -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jun 3 21:24:46 2000 Delivered-To: freebsd-ports@freebsd.org Received: from bsa-1-as01-7-a18.gd.uol.com.br (bsa-1-as01-7-a18.gd.uol.com.br [200.197.118.18]) by hub.freebsd.org (Postfix) with ESMTP id 6A33237C65D for ; Sat, 3 Jun 2000 21:24:43 -0700 (PDT) (envelope-from lioux@uol.com.br) Received: (qmail 451 invoked by uid 1001); 4 Jun 2000 04:24:53 -0000 From: lioux@uol.com.br Date: Sun, 4 Jun 2000 01:24:53 -0300 To: "Scot W. Hetzel" Cc: lioux@uol.com.br, Satoshi Asami , ports@FreeBSD.ORG Subject: Re: NOPORTDOCS handling Message-ID: <20000604012453.A446@Fedaykin.here> References: <200006021931.MAA67682@silvia.hip.berkeley.edu> <200006031234.OAA13213@peedub.muc.de> <20000603144658.A7092@Fedaykin.here> <00a901bfcd8a$e6b0f180$8dfee0d1@westbend.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <00a901bfcd8a$e6b0f180$8dfee0d1@westbend.net>; from hetzels@westbend.net on Sat, Jun 03, 2000 at 01:38:23PM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, Jun 03, 2000 at 01:38:23PM -0500, Scot W. Hetzel wrote: > From: > > What about adding direct support to PLIST preprocessing. > > Sort of @document. > > Sort of adding Satoshi's script to PLIST handling. > > Ideas? > > > That sounds like a good ideal, we should probably also add @config, > @configext directives that would replace: > > @unexec if cmp -s %D/etc/apache/access.conf > %D/etc/apache/access.conf.default; then rm -f %D/etc/apache/access.conf; fi > etc/apache/access.conf.default > @exec [ ! -f %B/access.conf ] && cp %B/%f %B/access.conf > > with: > > @configext -default > @config etc/apache/access.conf > > Now if someone could come up with the necessary patches to the pkg_install > tools. Following that line. Why don't we add: @ldconfig @ldunconfig These would simplify all libraries. Who mentioned cpp? That really sounds marvelous, however, do we desire the extra level of complexity? I do, but do the others? Regards, Mario Ferreira To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jun 3 21:40:10 2000 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 4BC9E37C770 for ; Sat, 3 Jun 2000 21:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA37645; Sat, 3 Jun 2000 21:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from smtp.millennium20.com (smtp.millennium20.com [209.79.190.13]) by hub.freebsd.org (Postfix) with ESMTP id 4D60937C65D for ; Sat, 3 Jun 2000 21:36:57 -0700 (PDT) (envelope-from glennpj@bayouhome.net) Received: from gforce.johnson.home (1Cust3.tnt2.covington.la.da.uu.net [63.31.31.3]) by smtp.millennium20.com (8.10.0/8.10.0) with SMTP id e543afK14484 for ; Sat, 3 Jun 2000 20:36:41 -0700 Received: (from glenn@localhost) by gforce.johnson.home (8.9.3/8.9.3) id XAA11203; Sat, 3 Jun 2000 23:36:38 -0500 (CDT) (envelope-from glenn) Message-Id: <200006040436.XAA11203@gforce.johnson.home> Date: Sat, 3 Jun 2000 23:36:38 -0500 (CDT) From: Glenn Johnson Reply-To: Glenn Johnson To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18996: gimp port does not build when WITH_PERL is defined Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18996 >Category: ports >Synopsis: gimp port does not build when WITH_PERL is defined >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jun 03 21:40:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Glenn Johnson >Release: FreeBSD 4.0-STABLE i386 >Organization: >Environment: FreeBSD 4.0-STABLE; freshly cvsupped ports tree. >Description: When WITH_PERL is defined the gimp build fails and produces the following output: gmake[4]: Entering directory `/ccd/ports/graphics/gimp1/work/gimp-1.1.23/plug-ins/perl/Net' mkdir ../blib/arch/auto/Gimp/Net mkdir ../blib/lib/auto/Gimp/Net cp Net.pm ../blib/lib/Gimp/Net.pm /usr/bin/perl5 -I/usr/libdata/perl/5.00503/mach -I/usr/libdata/perl/5.00503 /usr/libdata/perl/5.00503/ExtUtils/xsubpp -typemap /usr/libdata/perl/5.00503/ExtUtils/typemap -typemap /ccd/ports/graphics/gimp1/work/gimp-1.1.23/plug-ins/perl/typemap -typemap /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/PDL/Core/typemap.pdl Net.xs >How-To-Repeat: Build gimp with the WITH_PERL variable defined. >Fix: I do not know what the fix is but the port can be built without the WITH_PERL variable set. >Release-Note: >Audit-Trail: >Unformatted: >xstmp.c && mv xstmp.c Net.c cc -c -I/ccd/ports/graphics/gimp1/work/gimp-1.1.23/plug-ins/perl -I/usr/local/include -I/usr/local/lib/perl5/site_perl/5.005/i386-freebsd/PDL/Core -O -pipe -DVERSION=\"1.2\" -DXS_VERSION=\"1.2\" -DPIC -fpic -I/usr/libdata/perl/5.00503/mach/CORE -Ddatadir="\"/usr/X11R6/share\"" -DHAVE_PDL=1 Net.c In file included from Net.xs:10: /ccd/ports/graphics/gimp1/work/gimp-1.1.23/plug-ins/perl/gppport.h:246: warning: static declaration for `Perl_newCONSTSUB' follows non-static /ccd/ports/graphics/gimp1/work/gimp-1.1.23/plug-ins/perl/gppport.h: In function `Perl_newCONSTSUB': /ccd/ports/graphics/gimp1/work/gimp-1.1.23/plug-ins/perl/gppport.h:250: `hints' undeclared (first use in this function) /ccd/ports/graphics/gimp1/work/gimp-1.1.23/plug-ins/perl/gppport.h:250: (Each undeclared identifier is reported only once /ccd/ports/graphics/gimp1/work/gimp-1.1.23/plug-ins/perl/gppport.h:250: for each function it appears in.) /ccd/ports/graphics/gimp1/work/gimp-1.1.23/plug-ins/perl/gppport.h:254: `copline' undeclared (first use in this function) /ccd/ports/graphics/gimp1/work/gimp-1.1.23/plug-ins/perl/gppport.h:264: too few arguments to function `Perl_start_subparse' gmake[4]: *** [Net.o] Error 1 gmake[4]: Leaving directory `/ccd/ports/graphics/gimp1/work/gimp-1.1.23/plug-ins/perl/Net' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jun 3 21:50: 7 2000 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 EA4B637C770 for ; Sat, 3 Jun 2000 21:50:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA38474; Sat, 3 Jun 2000 21:50:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 3 Jun 2000 21:50:05 -0700 (PDT) Message-Id: <200006040450.VAA38474@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Tim Vanderhoek Subject: Re: ports/18960 - Add USE_APACHE to bsd.port.mk for Apache module ports Reply-To: Tim Vanderhoek Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/18960; it has been noted by GNATS. From: Tim Vanderhoek To: "Scot W. Hetzel" Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/18960 - Add USE_APACHE to bsd.port.mk for Apache module ports Date: Sun, 4 Jun 2000 00:41:17 -0400 On Sat, Jun 03, 2000 at 07:00:01PM -0700, Scot W. Hetzel wrote: > > I just thought of another ideal, that would make this more appealing. We > turn AP_PORT in to a precious variable as you suggested. Then we return an > error if AP_PORT is defined and doesn't match _AP_PORT. I like this much much more than trying to override a command=line variable... :-) -- Signature withheld by request of author. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jun 3 21:50:50 2000 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 E8A5F37C770 for ; Sat, 3 Jun 2000 21:50:45 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (root@[209.152.133.57]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id VAA58373; Sat, 3 Jun 2000 21:50:39 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id VAA66781; Sat, 3 Jun 2000 21:50:54 -0700 (PDT) (envelope-from obrien) Date: Sat, 3 Jun 2000 21:50:53 -0700 From: "David O'Brien" To: Will Andrews Cc: FreeBSD Ports Subject: Re: Porter's Handbook category violations Message-ID: <20000603215053.B65314@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <20000601232048.K32212@argon.gryphonsoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000601232048.K32212@argon.gryphonsoft.com>; from andrews@technologist.com on Thu, Jun 01, 2000 at 11:20:48PM -0400 X-Operating-System: FreeBSD 5.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 On Thu, Jun 01, 2000 at 11:20:48PM -0400, Will Andrews wrote: > Please, please: go read this document: > http://www.freebsd.org/porters-handbook/x2203.html > By this, the following net ports are in violation. However, I am unsure > which ones should be repo-copied to security/ and then have their "net" > portion removed, and which aren't. > > clog/Makefile:CATEGORIES= net security > ngrep/Makefile:CATEGORIES= net security > queso/Makefile:CATEGORIES= net security > relay/Makefile:CATEGORIES= net security > smbtcpdump/Makefile:CATEGORIES= net security > sniffit/Makefile:CATEGORIES= net security > tcpshow/Makefile:CATEGORIES= net security > telserv/Makefile:CATEGORIES= net security These are not in violation. They belongs in net plain and simple. There is no rule about listing security as a second category. In addition, IMHO the rule you are quoting here should be a guideline and not hard. I'm not sure everyone agrees fully with the statement you are quoting. > socks5/Makefile:CATEGORIES= net security I initially imported a socks4 into security and met with strong resistance on the category. I was told I was thinking shallowly by thinking Socks is only for security. -- -- David (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 Jun 3 23: 9:36 2000 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 11CAB37BD4C; Sat, 3 Jun 2000 23:09:35 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA52573; Sat, 3 Jun 2000 23:09:35 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sat, 3 Jun 2000 23:09:35 -0700 (PDT) From: Message-Id: <200006040609.XAA52573@freefall.freebsd.org> To: trevor@jpj.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17823: new port: audio/streamripper Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: audio/streamripper State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Jun 3 23:09:14 PDT 2000 State-Changed-Why: Superceded by ports/18978. http://www.freebsd.org/cgi/query-pr.cgi?pr=17823 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jun 3 23:37:45 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.XtremeDev.com (odsl228.dnvr.uswest.net [209.181.79.228]) by hub.freebsd.org (Postfix) with ESMTP id DDD4D37B605 for ; Sat, 3 Jun 2000 23:37:43 -0700 (PDT) (envelope-from freebsd@XtremeDev.com) Received: by mail.XtremeDev.com (Postfix, from userid 1008) id AB4415BA6; Sun, 4 Jun 2000 00:37:41 -0700 (MST) Received: from localhost (localhost [127.0.0.1]) by mail.XtremeDev.com (Postfix) with ESMTP id 5CC481C99E; Sun, 4 Jun 2000 00:37:41 -0700 (MST) Date: Sun, 4 Jun 2000 00:37:40 -0700 (MST) From: freebsd list To: eculp@EnContacto.Net, ports@freebsd.org Subject: Re: Thanks for mod_php4 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 Ed, how did you get mod_php4 to compile with [mod]ssl support? I would very much like to be able to do the same here, now that the apache13-php4 port is replaced. Does anyone know when mod_ssl will be committed? Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message