From owner-freebsd-ports@FreeBSD.ORG Sun Apr 25 07:22:26 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF2C316A4CE; Sun, 25 Apr 2004 07:22:26 -0700 (PDT) Received: from smtpin.eastlink.ca (smtpin.eastlink.ca [24.222.0.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98F0C43D53; Sun, 25 Apr 2004 07:22:26 -0700 (PDT) (envelope-from bburse@eastlink.ca) Received: from eastlink.ca ([24.222.181.199]) by mx4.eastlink.ca (iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003)) with ESMTPA id <0HWQ006GZCT97Y@mx4.eastlink.ca>; Sun, 25 Apr 2004 11:13:03 -0300 (ADT) Date: Sun, 25 Apr 2004 11:12:35 -0300 From: Bryan Bursey To: freebsd-ports@freebsd.org Message-id: <408BC753.30007@eastlink.ca> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040418 cc: mr@FreeBSD.org Subject: QCad - Setting Preferences X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Apr 2004 14:22:26 -0000 Folks - I'm using 4.10-BETA built on April 18, which ports cvsup'd at about the same time. While I'm able to run QCad after building and installing from ports/cad, I do receive a couple of warnings back on the command line, and I'm unable to save preferences I've set globally for the program. The first two appear only once when the program is started, and seem to be related to the language options not being loaded into the initial settings dropdown boxes. QComboBox::changeItem: (cbLanguage) Index 0 out of range QComboBox::changeItem: (cbLanguageCmd) Index 0 out of range And this message repeats itself over and over and over... (and might be related to not having a .qcad.conf file?) QSettings::sync: filename is null/empty I do *not* have a .qcad.conf file in ~/, and I don't know where I would find a sample to get started. Does anyone have any suggestions on how to address these issues? Regards, Bryan From owner-freebsd-ports@FreeBSD.ORG Sun Apr 25 08:47:12 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D54B16A4CE for ; Sun, 25 Apr 2004 08:47:12 -0700 (PDT) Received: from turkey.mail.pas.earthlink.net (turkey.mail.pas.earthlink.net [207.217.120.126]) by mx1.FreeBSD.org (Postfix) with ESMTP id 601F243D1D for ; Sun, 25 Apr 2004 08:47:12 -0700 (PDT) (envelope-from mike@inbox.lv) Received: from pool0091.cvx38-bradley.dialup.earthlink.net ([216.244.30.91] helo=ringworm.mojavegreen.com) by turkey.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1BHlqZ-0002Pw-00 for freebsd-ports@freebsd.org; Sun, 25 Apr 2004 08:47:11 -0700 Received: by ringworm.mojavegreen.com (Postfix, from userid 1000) id 867D78455; Sun, 25 Apr 2004 08:43:26 -0700 (PDT) From: "Michael C. Shultz" Organization: Mojave Green Software co. To: freebsd-ports@freebsd.org Date: Sun, 25 Apr 2004 08:43:20 -0700 User-Agent: KMail/1.6.1 References: <408BC753.30007@eastlink.ca> In-Reply-To: <408BC753.30007@eastlink.ca> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200404250843.23453.ringworm@inbox.lv> Subject: Re: QCad - Setting Preferences X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Apr 2004 15:47:12 -0000 On Sunday 25 April 2004 07:12 am, Bryan Bursey wrote: > Folks - > > I'm using 4.10-BETA built on April 18, which ports cvsup'd at about the > same time. > > While I'm able to run QCad after building and installing from ports/cad, > I do receive a couple of warnings back on the command line, and I'm > unable to save preferences I've set globally for the program. > > The first two appear only once when the program is started, and seem to > be related to the language options not being loaded into the initial > settings dropdown boxes. > QComboBox::changeItem: (cbLanguage) Index 0 out of range > QComboBox::changeItem: (cbLanguageCmd) Index 0 out of range > > And this message repeats itself over and over and over... (and might be > related to not having a .qcad.conf file?) > QSettings::sync: filename is null/empty > > I do *not* have a .qcad.conf file in ~/, and I don't know where I would > find a sample to get started. Does anyone have any suggestions on how > to address these issues? > > Regards, > Bryan > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" Its good programming practice to put an example conf file in an example directory some where. Try "find \/ | grep QCad | conf" or "find \/ | grep QCad | example" and see if you find anything. If you do, copy it to your home directory, that is what the "~/" stands for. -Mike From owner-freebsd-ports@FreeBSD.ORG Sun Apr 25 08:51:05 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9862F16A4CE for ; Sun, 25 Apr 2004 08:51:05 -0700 (PDT) Received: from sdf.lonestar.org (ol.freeshell.org [192.94.73.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4858F43D41 for ; Sun, 25 Apr 2004 08:51:05 -0700 (PDT) (envelope-from jneitzel@sdf.lonestar.org) Received: from sdf.lonestar.org (sverige.freeshell.org [192.94.73.4]) by sdf.lonestar.org (8.12.10/8.12.10) with ESMTP id i3PFp36h007555; Sun, 25 Apr 2004 15:51:03 GMT Received: (from jneitzel@localhost) by sdf.lonestar.org (8.12.10/8.12.8/Submit) id i3PFp2Wq003257; Sun, 25 Apr 2004 15:51:02 GMT Date: Sun, 25 Apr 2004 15:51:02 GMT From: "J.A. Neitzel" Message-Id: <200404251551.i3PFp2Wq003257@sdf.lonestar.org> To: greid@ukug.uk.freebsd.org cc: ports@FreeBSD.org Subject: ports/shells/osh - upstream release is at 040421 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Apr 2004 15:51:05 -0000 This is just a quick note to let you know there is a new version of osh available. Perhaps, somebody would like to update it..? Note that the older source is still available, but it has been moved. The new URL for the osh-040216 source is: http://jneitzel.sdf1.org/osh/src/old/ ... The new source, CHANGES, etc. live at: http://jneitzel.sdf1.org/osh/src/ ... -- Sincerely, Jeffrey Allen Neitzel From owner-freebsd-ports@FreeBSD.ORG Sun Apr 25 09:20:32 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CC8616A4CE for ; Sun, 25 Apr 2004 09:20:32 -0700 (PDT) Received: from albatross.mail.pas.earthlink.net (albatross.mail.pas.earthlink.net [207.217.120.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 423BF43D5D for ; Sun, 25 Apr 2004 09:20:32 -0700 (PDT) (envelope-from mike@inbox.lv) Received: from pool0091.cvx38-bradley.dialup.earthlink.net ([216.244.30.91] helo=ringworm.mojavegreen.com) by albatross.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1BHmMp-0003tg-00 for freebsd-ports@freebsd.org; Sun, 25 Apr 2004 09:20:31 -0700 Received: by ringworm.mojavegreen.com (Postfix, from userid 1000) id E0E298455; Sun, 25 Apr 2004 09:16:46 -0700 (PDT) From: "Michael C. Shultz" Organization: Mojave Green Software co. To: freebsd-ports@freebsd.org Date: Sun, 25 Apr 2004 09:16:41 -0700 User-Agent: KMail/1.6.1 References: <408BC753.30007@eastlink.ca> <200404250843.23453.ringworm@inbox.lv> In-Reply-To: <200404250843.23453.ringworm@inbox.lv> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200404250916.42191.ringworm@inbox.lv> Subject: Re: QCad - Setting Preferences X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Apr 2004 16:20:32 -0000 On Sunday 25 April 2004 08:43 am, Michael C. Shultz wrote: > Its good programming practice to put an example conf file in an example > directory some where. Try "find \/ | grep QCad | conf" or "find \/ | grep > QCad | example" and see if you find anything. If you do, copy it to your > home directory, that is what the "~/" stands for. > > -Mike My second hint is incorrect it should read: "find \/ | grep QCad | grep example" -Mike From owner-freebsd-ports@FreeBSD.ORG Sun Apr 25 10:14:45 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C43E16A4CE; Sun, 25 Apr 2004 10:14:45 -0700 (PDT) Received: from rcpt-expgw.biglobe.ne.jp (rcpt-expgw.biglobe.ne.jp [202.225.89.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCA3A43D54; Sun, 25 Apr 2004 10:14:42 -0700 (PDT) (envelope-from firstfantasy@mua.biglobe.ne.jp) Received: from smtp-gw.biglobe.ne.jpi3PHEfI11910; Mon, 26 Apr 2004 02:14:41 +0900 (JST) X-Biglobe-Sender: Received: from firstfantasy (219.100.240.245 [219.100.240.245]) by smtp-gw.biglobe.ne.jp id CBGIC0A826F1; Mon, 26 Apr 2004 02:14:41 +0900 (JST) MIME-Version: 1.0 Date: Mon, 26 Apr 2004 02:15:26 +0900 From: firstfantasy@mua.biglobe.ne.jp To: DougB@FreeBSD.org Message-ID: Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit X-Mailer: JsvMail 5.0 (Shuriken Pro3) X-Priority: 3 cc: ports@FreeBSD.org Subject: FreeBSD Port: p5-Mail-SpamAssassin-2.55 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Apr 2004 17:14:45 -0000 Sorry for last mail....(__) I fould those which may be bugs,,,, connection from localhost [127.0.0.1] at port 49159 Creating default_prefs [/usr/local/vpopmail/domains/f.com/test/.spamassassin/user_prefs] Use of uninitialized value in string ne at /usr/local/lib/perl5/site_perl/5.8.2/Mail/SpamAssassin.pm line 1302, line 2. Use of uninitialized value in concatenation (.) or string at /usr/local/lib/perl5/site_perl/5.8.2/Mail/SpamAssassin.pm line 1303, line 2. Oops! user_dirs don't match! '/usr/local/vpopmail/domains/f.com/test' vs '' Cannot write to /usr/local/vpopmail/domains/f.com/test/.spamassassin/user_prefs: No such file or directory Couldn't create readable default_prefs for [/usr/local/vpopmail/domains/f.com/test/.spamassassin/user_prefs] processing message for test@f.com:89. clean message (0.1/7.0) for test@f.com:89 in 14.9 seconds, 500 bytes. I installed with ports VPOPmail and option is --enable-spamassassin. I changed .sh file to one include -v -u vpopmail. well, If I add -x in it, I don't find these error. After all, spamd seems to be unable to create directory or file, doesn't it? From owner-freebsd-ports@FreeBSD.ORG Sun Apr 25 13:15:02 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC15716A4CE for ; Sun, 25 Apr 2004 13:15:02 -0700 (PDT) Received: from smtp.rdsnet.ro (smtp.rdsnet.ro [62.231.74.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id B06FD43D1D for ; Sun, 25 Apr 2004 13:14:59 -0700 (PDT) (envelope-from itetcu@apropo.ro) Received: (qmail 14999 invoked by uid 89); 25 Apr 2004 20:10:40 -0000 Received: from unknown (HELO rdsnet.ro) (62.231.74.131) by 0 with SMTP; 25 Apr 2004 20:10:40 -0000 Received: (qmail 19670 invoked from network); 25 Apr 2004 20:14:55 -0000 Received: from unknown (HELO buh.cameradicommercio.ro) (81.196.25.19) by mail.rdsnet.ro with SMTP; 25 Apr 2004 20:14:55 -0000 Received: from it.buh.cameradicommercio.ro (it.buh.cameradicommercio.ro [192.168.0.10]) by buh.cameradicommercio.ro (Postfix) with ESMTP id 7C9CD6128; Sun, 25 Apr 2004 23:14:30 +0300 (EEST) Received: from localhost (localhost.buh.cameradicommercio.ro [127.0.0.1]) by it.buh.cameradicommercio.ro (Postfix) with ESMTP id 17B52241; Sun, 25 Apr 2004 23:18:09 +0300 (EEST) Received: from it.buh.cameradicommercio.ro ([127.0.0.1])port 10024) with ESMTP id 01018-08; Sun, 25 Apr 2004 23:18:08 +0300 (EEST) Received: from it.buh.cameradicommercio.ro (localhost.buh.cameradicommercio.ro [127.0.0.1]) by it.buh.cameradicommercio.ro (Postfix) with SMTP id 050891EE; Sun, 25 Apr 2004 23:18:07 +0300 (EEST) Date: Sun, 25 Apr 2004 23:18:07 +0300 From: Ion-Mihai Tetcu To: Kris Kennaway Message-Id: <20040425231807.3fdfc7d0@it.buh.cameradicommercio.ro> In-Reply-To: <20040424011249.GA20496@xor.obsecurity.org> References: <20040424011249.GA20496@xor.obsecurity.org> X-Mailer: Sylpheed version 0.9.10claws (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at it.buh.cameradicommercio.ro cc: ports@FreeBSD.org Subject: Re: If you're bored during the freeze X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Apr 2004 20:15:03 -0000 On Fri, 23 Apr 2004 18:12:49 -0700 Kris Kennaway wrote: > There are hundreds of ports with pkg-plist files that are incomplete > (i.e. that leave files behind upon deinstallation) or overcomplete > (i.e. that remove files that were installed by another port) http://www.freebsd.org/cgi/query-pr.cgi?pr=65384 - mail/dspam - it doesn't get cough because it isn't build standard with mysql. -- IOnut Unregistered ;) FreeBSD "user" From owner-freebsd-ports@FreeBSD.ORG Mon Apr 26 00:13:53 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75A6116A4CE for ; Mon, 26 Apr 2004 00:13:53 -0700 (PDT) Received: from mycroft.greatcircle.com (dsl092-048-198.sfo4.dsl.speakeasy.net [66.92.48.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2519E43D49 for ; Mon, 26 Apr 2004 00:13:53 -0700 (PDT) (envelope-from Firewalls-Owner@greatcircle.com) Received: by mycroft.greatcircle.com (Postfix, from userid 31) id AF52832CD32; Sun, 25 Apr 2004 23:59:09 -0700 (PDT) From: Firewalls-Owner@greatcircle.com To: freebsd-ports@freebsd.org In-Reply-To: <20040426065903.BDC4232DD32@mycroft.greatcircle.com>, from freebsd-ports@freebsd.org Sender: Firewalls-Owner@greatcircle.com Message-Id: <20040426065909.AF52832CD32@mycroft.greatcircle.com> Date: Sun, 25 Apr 2004 23:59:09 -0700 (PDT) Subject: Your mail to Firewalls X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Firewalls-Owner@greatcircle.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Apr 2004 07:13:53 -0000 This pre-recorded message is being sent in response to your recent email to Firewalls. The Firewalls mailing list has moved to "Firewalls@ISC.ORG". Your message has NOT been forwarded. You must send your messages directly to Firewalls@ISC.ORG rather than to Firewalls@GreatCircle.COM. For more information, see: http://www.isc.org/services/public/lists/firewalls.html From owner-freebsd-ports@FreeBSD.ORG Mon Apr 26 00:44:12 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C7AD16A4CE for ; Mon, 26 Apr 2004 00:44:12 -0700 (PDT) Received: from smtp.rdsnet.ro (smtp.rdsnet.ro [62.231.74.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0BC043D48 for ; Mon, 26 Apr 2004 00:44:08 -0700 (PDT) (envelope-from itetcu@apropo.ro) Received: (qmail 5887 invoked by uid 89); 26 Apr 2004 07:39:48 -0000 Received: from unknown (HELO rdsnet.ro) (62.231.74.131) by 0 with SMTP; 26 Apr 2004 07:39:48 -0000 Received: (qmail 1221 invoked from network); 26 Apr 2004 07:44:03 -0000 Received: from unknown (HELO buh.cameradicommercio.ro) (81.196.25.19) by mail.rdsnet.ro with SMTP; 26 Apr 2004 07:44:03 -0000 Received: from it.buh.cameradicommercio.ro (it.buh.cameradicommercio.ro [192.168.0.10]) by buh.cameradicommercio.ro (Postfix) with ESMTP id E10796130; Mon, 26 Apr 2004 10:43:37 +0300 (EEST) Received: from localhost (localhost.buh.cameradicommercio.ro [127.0.0.1]) by it.buh.cameradicommercio.ro (Postfix) with ESMTP id 62E0A260; Mon, 26 Apr 2004 10:47:20 +0300 (EEST) Received: from it.buh.cameradicommercio.ro ([127.0.0.1])port 10024) with ESMTP id 26345-02; Mon, 26 Apr 2004 10:47:20 +0300 (EEST) Received: from it.buh.cameradicommercio.ro (localhost.buh.cameradicommercio.ro [127.0.0.1]) by it.buh.cameradicommercio.ro (Postfix) with SMTP id 6BEE51EE; Mon, 26 Apr 2004 10:47:19 +0300 (EEST) Date: Mon, 26 Apr 2004 10:47:19 +0300 From: Ion-Mihai Tetcu To: Andreas Klemm Message-Id: <20040426104719.3182a631@it.buh.cameradicommercio.ro> In-Reply-To: <20040426062108.GA2118@titan.klemm.apsfilter.org> References: <20040425115758.GA40483@titan.klemm.apsfilter.org> <20040426004411.756cc842@it.buh.cameradicommercio.ro> <20040426062108.GA2118@titan.klemm.apsfilter.org> X-Mailer: Sylpheed version 0.9.10claws (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at it.buh.cameradicommercio.ro cc: ports@freebsd.org cc: rob@debank.tv cc: dspam-users@nuclearelephant.com Subject: Re: [dspam-users] thanks for dspam, my experiences on FreeBSD, suggestions X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Apr 2004 07:44:12 -0000 [ as we're discussing more FreeBSD specific details, I've cc'ed ports@FreeBSD.org if you feel this goes off-topic for dspam-users let's follow up there ] On Mon, 26 Apr 2004 08:21:08 +0200 Andreas Klemm wrote: > On Mon, Apr 26, 2004 at 12:44:11AM +0300, Ion-Mihai Tetcu wrote: > > On Sun, 25 Apr 2004 13:57:58 +0200 > > Andreas Klemm wrote: > > > > > Hi Jonathan, > > > > > > I'm very glad, that I selected your anti-spam package, it finally > > > does everything I really need. Previously I used junkfilter, which > > > on the long run had too many false positives for my taste. > > > > > > After doing some training with it (~2000 spam mails and ~2000 > > > good mails) its really excellent in detecting spam. > > > > > > It automatically sorts out about 50 mails per day which is > > > definitively spam and has still 1-2 mails per day, where spam > > > is still detected as innocent, well training goes on ;-) > > > > Could you please take a look at: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=65384 > > and comment on it ? > > Tnx. > > At the first look I'd say, that its o.k. to offer more make control > variables to have better control over what is compiled in. > > I think some stuff from me has to be merged in. > For example the location of the userdir ... *I* would move debug logs and user dirs, but keep the config files in ${PREFIX}/etc/dspam. I can make the patches, but I would be happy to receive some feedback from rob, since he is the maintainer and he might have some plans on this. > I really dislike /usr/local/... for stuff that is really worth > to keep ... and /usr/local sometimes relatively easy gets removed ... > I like to keep sensitive/interesting data in /var ... > > I'm not sure, if TUM mode should be enabled by default, since dspam > is designed to start with 0 signatures ... But I don't know exactly > what TUM is and what pros and cons it brings ... > > Correct me if Im wrong, but ALT_BAYESIAN is enabled by default ? > So am not sure if you really need it as option. Uh, now it is, yes. > > > In the attachement I prepared a patch for the FreeBSD port > > > maintainer for review. It additionally contains some more > > > variables to easily help you to compile in debugging and verbose > > > debugging, what you will need for troubleshooting. > > > > Perhaps you should be consistent with the naming scheme for the > > knobs ? e.g. DSPAM_WITH_DEBUG --> WITH_DEBUG and make use of OPTIONS > > ? > > Well, its long ago that I looked into the porters guide ... > I need a refresh here ... > > Concerning variables like WITH_DEBUG... > Im sure, that pretty many ports use WITH_DEBUG. > What if I only wanna use WITH_DEBUG with one port ? > > There can always show up similar/equal names ... Well, one would only have problems if setting this in /etc/make.conf. And you risk going this way, as various knobs don't generally contain the port name. But you can: - after the first make config, if the port use ${DIALOG} (which is the case) the options are saved in /var/db/ports/port_name/options and are used on consequent builds (unless you do a make rmconfig; you can see them with make show config; they are not removed by make clean) - use portupade's pkgtools.conf - use a Makefile.local in the port dir or a global one in ${PORTSDIR} > I think a very good idea would be, to prepend the port name > to every variable ... If you really want that make an request on ports@; but I doubt you would have great success because this would involve changes in a lot of ports and would make the knobs longer. > > > Suggestions > > > =========== > > > > > > 1) USERDIR location: for dspam and FreeBSD port > > > =============================================== > > > > > > I'd like to see the USERDIR per default somewhere under /var. > > > I think a really good place would be /var/mail/dspam, so to say > > > directly under the systems mailboxes. > > > Reason, if you entirely want to get rid of all installed add on > > > software by removing /usr/local recursively, then you also loose > > > your spam databases. > > > > > > --with-userdir=/var/mail/dspam > > > > I'm strongly against this. The locations of configuration files for > > ports is /us/local/etc/ More, having a /var/mail/dspam wouldn't be > > very consistent with default mailbox delivery (if you happen to have > > a dpsam user). However I also don't like having debug info, stats, > > ... in etc/; > > > > I could provide a patch for putting them into /var/log/dspam, > > /var/db/dspam, etc. > > > > What do you think ? > > Yes ... the precious files that make up a users dspam corpus > should go to /var ... Right. I've missed that in my PR, because I use mysql so I already have my db in /var/db/mysql. > And the config files should go to /usr/local/etc/dspam. > > Debuging and logging should perhaps being done by syslog or > by writing it into another suitable location. /var/log/dspam/dspam.debug /var/log/dspam/dspam.messages /var/log/dspam/sql.errors Is it OK ? > Good would be an option, to get debug files by loginname ... In newer versions of dspam you can do this. > > > 2) README is missing some guidance for good working minimal > > > installation ===================================================== > > > > > > Whats good: very detailed migration hints, when having to do an > > > update. I definitively will need this sooner or later. > > > > Perhaps updating info should go into a separate file. > > Maybe, because its a very large section ... > > > > Whats odd: too much explanation, what might be done ... > > > After reading all the possibilities of configure, I was confused, > > > what I need for a good working installation for me. > > > > Agree. > > > > > One think was clear for me very soon, I definitively dont need > > > a MySQL server with a spam database ;-) > > > > Why ? > > I dont want to have an additional service like an SQL database. > I simply dont need that overhead. > For my one user Unix Server/Workstation the db4 database is > performant enough ... Hm, I may be bias on this, as I really don't like db4. Jonathan is currently working on a SQLite backend which will probably perform better. > Really dont want to have a "bloated" system with too many of > applications .. > KISS ... keep it simple and smart ... (thats the idea behind Unix ..) Ja, ich weiss ;) I use mysql because it performs better on with many users. -- IOnut Unregistered ;) FreeBSD "user" From owner-freebsd-ports@FreeBSD.ORG Mon Apr 26 09:06:20 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC3E116A4E1 for ; Mon, 26 Apr 2004 09:06:20 -0700 (PDT) Received: from yertle.kcilink.com (yertle.kcilink.com [65.205.34.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 885BD43D60 for ; Mon, 26 Apr 2004 09:06:20 -0700 (PDT) (envelope-from vivek@khera.org) Received: from [192.168.7.103] (host-103.int.kcilink.com [192.168.7.103]) by yertle.kcilink.com (Postfix) with ESMTP id BF5D72178B for ; Mon, 26 Apr 2004 12:06:19 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v613) In-Reply-To: References: Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Vivek Khera Date: Mon, 26 Apr 2004 12:06:19 -0400 To: freebsd-ports@freebsd.org X-Mailer: Apple Mail (2.613) Subject: Re: Good example for etc/rc.d/foo.sh? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Apr 2004 16:06:21 -0000 On Apr 24, 2004, at 10:05 PM, Christian Weisgerber wrote: > Any suggestions for a generic template or good examples how to > handle an etc/rc.d/foo.sh startup script? > the rsync port does a nice little one. also see the man page for rc.subr From owner-freebsd-ports@FreeBSD.ORG Mon Apr 26 11:00:34 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9172016A4D2 for ; Mon, 26 Apr 2004 11:00:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87C4343D58 for ; Mon, 26 Apr 2004 11:00:34 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i3QI0YAP044454 for ; Mon, 26 Apr 2004 11:00:34 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i3QI0XJT044449 for freebsd-ports@freebsd.org; Mon, 26 Apr 2004 11:00:33 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 26 Apr 2004 11:00:33 -0700 (PDT) Message-Id: <200404261800.i3QI0XJT044449@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 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Apr 2004 18:00:34 -0000 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 problem is understood and a solution is being sought. f - feedback Further work requires additional information from the originator or the community - possibly confirmation of the effectiveness of a proposed solution. p - patched A patch has been committed, but some issues (MFC and / or confirmation from originator) are still open. s - suspended The problem is not being worked on, due to lack of information or resources. 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 -- or when fixing the problem is abandoned. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2004/02/29] ports/63545 ports-bugs Today's portupgrade of linux-flashplugin o [2004/04/24] ports/65929 ports-bugs BROKEN PORT UPDATE: games/fuhquake: to re 2 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2001/02/21] ports/25272 ports-bugs Using lang/eperl as cgi/nph binary execut s [2002/04/07] ports/36846 ports-bugs fxtv 1.03 freezes the system when $LANG=d s [2002/05/27] ports/38602 ports-bugs x11-wm/tvtwm is confused about PREFIX s [2002/12/17] ports/46338 ports-bugs security/cyrus-sasl 1.5.27_7 mysql_verify f [2003/01/31] ports/47768 ports-bugs print/ghostscript-afpl gv (3.5.8_1) can't s [2003/04/10] ports/50795 ports-bugs audio/solfege does not function s [2003/05/11] ports/52079 ports-bugs vmware3 hangs when nmdm(4) is used as COM s [2003/06/17] ports/53414 ports-bugs port security/amavis-perl open filedescri o [2003/08/15] kern/55617 ports-bugs Accessing an nsmb-mounted drive via a smb o [2003/09/21] ports/57056 ports-bugs libsm and libsmutil not installed -> fail o [2003/10/12] ports/57897 ports-bugs multimedia/mplayer: gmplayer doesn't work o [2003/12/21] ports/60479 ports-bugs x11-toolkits/p5-Tk800 f [2003/12/24] ports/60540 ports-bugs teamspeak is not litening on port 14534 f s [2003/12/29] ports/60700 ports-bugs squid cannot be built with transparent-ip o [2004/02/02] ports/62283 ports-bugs New Port: editors/jedit-devel f [2004/02/05] ports/62377 ports-bugs strace hangs when running programs from c f [2004/02/08] ports/62540 ports-bugs portupgrade -rf gettext -m BATCH=yes prod s [2004/02/17] ports/62950 ports-bugs port misc/firestring is broken o [2004/02/23] ports/63280 ports-bugs new port: x11-wm/fluxdocs-html, fluxbox d o [2004/02/23] ports/63282 ports-bugs [NEW PORT] x11-toolkits/gtk-qt-engine f [2004/02/24] ports/63314 ports-bugs fix shells/bash-completion hard coded pat f [2004/03/02] ports/63670 ports-bugs 'Unable to read from thread kernel pipe' f [2004/03/04] ports/63747 ports-bugs vmmon is not performing f [2004/03/11] ports/64116 ports-bugs Re: [patch] Update port www/micro_httpd t o [2004/03/12] ports/64181 ports-bugs MAINTAINER-UPDATE: pflogstats to 1.0.1 f [2004/03/14] ports/64269 ports-bugs The port py-wsdllib does not install f [2004/03/14] ports/64284 ports-bugs [PATCH] Fix audio/id3lib compilation with a [2004/03/26] ports/64753 ports-bugs ports/misc/pdmenu doesn't install anythin o [2004/03/28] ports/64838 ports-bugs new port: chinese/msttf o [2004/04/08] ports/65312 ports-bugs [maintainer] audio/mpio-driver: unbreak, o [2004/04/09] ports/65376 ports-bugs p5-XML-Xerces fails to compile o [2004/04/19] ports/65793 ports-bugs SEGV in isakmpd, esp when associating wit o [2004/04/19] ports/65799 ports-bugs Port update: audio/slimserver o [2004/04/20] ports/65815 ports-bugs Fixing broken pkg-plist and make it build o [2004/04/20] ports/65824 ports-bugs sysutils/LPRng and sysutils/LPRngTool - a o [2004/04/20] ports/65835 ports-bugs ports sciense/hdf and math/netcdf conflic o [2004/04/21] ports/65849 ports-bugs Can't create package from security/amavis o [2004/04/21] ports/65861 ports-bugs Update port: sysutils/dvd+rw-tools... o [2004/04/23] ports/65907 ports-bugs Maintainer Update o [2004/04/23] ports/65913 ports-bugs [PATCH] databases/qdbm: disable mmap on a o [2004/04/23] ports/65917 ports-bugs New port: sysutils/portmanager easy FreeB o [2004/04/25] ports/65976 ports-bugs [MAINTAINER] Update for samba-devel to 3. o [2004/04/26] ports/66000 ports-bugs mail/postfix - Update from 2.0.19 to 2.1. 43 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2000/07/08] kern/19782 ports-bugs mkisofs 1.12.1 (i386-unknown-freebsd4.0) s [2001/01/12] ports/24299 ports-bugs New port sysutils/tpconfig: configure the s [2001/10/02] ports/30993 ports-bugs xxgdb cannot open source file s [2002/03/01] ports/35459 ports-bugs portupgrade doesn't clean up dependencies o [2002/03/30] ports/36560 ports-bugs bug fix for the eperl package s [2002/04/17] ports/37186 ports-bugs Dbview contains an error, because of whic o [2002/05/14] ports/38086 ports-bugs eperl does not build CFLAGS recursive err s [2002/06/18] ports/39476 ports-bugs profxp will run but when you fxp a file i s [2002/07/16] ports/40659 ports-bugs php3 and GD problem s [2002/09/29] ports/43484 ports-bugs Update port net/arla to 0.35.9 s [2002/10/07] ports/43771 ports-bugs LaTeX ports mixed between print and textp s [2002/11/29] ports/45843 ports-bugs sysutils/3dm - needs to detect and create s [2002/12/02] ports/45911 ports-bugs GEOM-related problem sysutils/diskcheckd s [2002/12/25] ports/46522 ports-bugs xtraceroute-0.9.0 fails with "OpenGL not s [2003/02/12] ports/48217 ports-bugs New Port: www/mod_frontpage13 and www/mod o [2003/02/18] ports/48426 ports-bugs [PATCH] digger-vgl does not support conso s [2003/03/02] ports/48832 ports-bugs New port: print/foomatic-db-hpijs o [2003/04/08] bin/50724 ports-bugs [PATCH] make /usr/sbin/pkg_fetch save ful f [2003/05/29] ports/52793 ports-bugs Samba 2.2.8a printing woes o [2003/06/02] ports/52859 ports-bugs Samba 2.2.8a (2.2.8)- broken support for o [2003/06/23] ports/53636 ports-bugs Suggestion for rc.d style startup scripts s [2003/07/02] ports/54048 ports-bugs wml fails o [2003/07/10] ports/54352 ports-bugs Conversion rc.d scripts to RC_NG s [2003/08/08] ports/55371 ports-bugs xfig dumps core (unaligned access), if US o [2003/08/23] ports/55896 ports-bugs [NEW PORT] www/mozplugger s [2003/08/28] ports/56091 ports-bugs hp220 driver for print/ghostscript-gnu do o [2003/09/09] ports/56658 ports-bugs Convert security/amavisd startup scripts s [2003/09/10] ports/56677 ports-bugs qmailanalog port does not install to corr s [2003/09/23] ports/57143 ports-bugs modules in flash shell broken s [2003/09/27] ports/57289 ports-bugs teamspeak-server port is broken in 3 ways o [2003/10/14] ports/58015 ports-bugs [NEW PORT] www/apache-forrest: A tool for s [2003/11/07] ports/59047 ports-bugs [NEW PORT] multimedia/freevo: Freevo is a o [2003/11/12] ports/59221 ports-bugs New port: news/fidogate-ds. A fresh branc s [2003/11/12] ports/59239 ports-bugs new port audio/tse3, a midi library s [2003/11/12] ports/59243 ports-bugs new port audio/anthem, a KDE midi sequenc o [2003/11/17] ports/59371 ports-bugs new port: net/smb4k, KDE SMB network brow o [2003/12/12] ports/60185 ports-bugs [New Port] www/w3-emacs21 WWW browser bas o [2003/12/18] ports/60361 ports-bugs [PATCH] Samba 2.2.8a (2.2.8)- broken supp o [2003/12/21] ports/60472 ports-bugs [New Port] devel/doxymacs Doxymacs is Dox o [2004/01/15] ports/61383 ports-bugs New port: net/t38modem, H.323 compliant f o [2004/01/15] ports/61384 ports-bugs NEW PORT: textproc/htmlize.el (turn emacs s [2004/01/17] ports/61471 ports-bugs Suggested mini-patch to ports/graphics/sa o [2004/01/18] ports/61525 ports-bugs Update port: net/linphone o [2004/01/22] ports/61745 ports-bugs New port: devel/syntax_tools-devel, unsta f [2004/01/26] ports/61943 ports-bugs New port: chinese/cce o [2004/01/27] ports/61987 ports-bugs new port: hungarian/hunspell version 0.9. o [2004/01/27] ports/62016 ports-bugs New port: graphics/demeter A C++ library o [2004/01/28] ports/62045 ports-bugs [NEW PORT] www/formication: Formular proc o [2004/01/29] ports/62078 ports-bugs print/ghostscript-gnu: apply patches to f f [2004/01/30] ports/62124 ports-bugs sysutils/xosview broken in -CURRENT f [2004/01/31] ports/62170 ports-bugs [NEW PORT] databases/oracle-enterprise da o [2004/01/31] ports/62175 ports-bugs New perl5 port for POE to manage child pr f [2004/01/31] ports/62180 ports-bugs new port submission: mail/mailfilter o [2004/02/02] ports/62256 ports-bugs New port: chinese/mozilla-sclp f [2004/02/02] ports/62286 ports-bugs New port: chinese/mozilla-tclp o [2004/02/02] ports/62297 ports-bugs New port: graphics/oglext A library for e o [2004/02/03] ports/62313 ports-bugs New port: audio/modplugplay and audio/lib o [2004/02/04] ports/62335 ports-bugs Updated port: add russian lang to nagios o [2004/02/05] ports/62393 ports-bugs New Port:mail/qmailmrtg7 o [2004/02/05] ports/62411 ports-bugs New port: graphics/smoke Vector graphics f [2004/02/06] ports/62447 ports-bugs NEW PORT x11-wm/kwin_bluecurve Redhat Blu o [2004/02/06] ports/62455 ports-bugs New port: lang/ecl An embeddable (ANSI) C o [2004/02/06] ports/62465 ports-bugs New port: ftp/urlget - download manager ( o [2004/02/07] ports/62486 ports-bugs [NEW PORT] x11-wm/ion-2: Ion is a tiling a [2004/02/07] ports/62516 ports-bugs hostsenty port is unusable as packaged o [2004/02/08] ports/62546 ports-bugs [NEW PORT] devel/ja-bugzilla: Bug-trackin o [2004/02/08] ports/62557 ports-bugs [patch] WITH_POSTGRES -> WITH_POSTGRESQL o [2004/02/09] ports/62583 ports-bugs [NEW PORT] sysutils/usermatic: Scripts to o [2004/02/09] ports/62585 ports-bugs New port: net/mu-conference (Multi-User C o [2004/02/09] ports/62617 ports-bugs qpage port runs as wrong user by default o [2004/02/10] ports/62654 ports-bugs [new port] x11/expocity: A metacity spin- f [2004/02/10] ports/62660 ports-bugs [NEW PORT] databases/adodb-ext o [2004/02/11] ports/62680 ports-bugs [NEW PORT] print/cups-samba o [2004/02/12] ports/62763 ports-bugs [NEW PORT] www/plugger-plugins-hubbe o [2004/02/12] ports/62767 ports-bugs Update ports/Tools/scripts/mkptools/mkpsk o [2004/02/14] ports/62840 ports-bugs New Port: dns/bind9-sdb-ldap, bind9 patch o [2004/02/14] ports/62851 ports-bugs UPDATE PORT kwin_bluecurve: path to fix M o [2004/02/15] ports/62881 ports-bugs [NEW PORT] irc/kvirc-devel: "IRC client f o [2004/02/15] ports/62883 ports-bugs New port: net/bb-client (Big Brother moni f [2004/02/16] ports/62936 ports-bugs new port: devel/p5-ParseLex o [2004/02/17] ports/62960 ports-bugs new port: sysutils/mapchan, utility "mapc o [2004/02/17] ports/62979 ports-bugs New Port: devel/p5-Config-Objective Perl s [2004/02/18] ports/63000 ports-bugs cqcam won't compile on FreeBSD 4.9-STABLE o [2004/02/18] ports/63024 ports-bugs New port: comms/pstngw, Simple H.323-PSTN o [2004/02/18] ports/63050 ports-bugs portsdb -uU after 02182004.2054 CVSUP get o [2004/02/20] ports/63120 ports-bugs New port: devel/slb_rf60 s [2004/02/20] ports/63145 ports-bugs move some themes from x11-tookits to x11- s [2004/02/20] ports/63146 ports-bugs move themes from x11-wm to x11-themes o [2004/02/20] ports/63153 ports-bugs New port: misc/phpgedview Online genealog o [2004/02/20] ports/63154 ports-bugs New Port: net/p5-Net-Rendezvous -- a set o [2004/02/21] ports/63176 ports-bugs [patch] WITH_PGSQL -> WITH_POSTGRESQL acr f [2004/02/22] ports/63241 ports-bugs Version bump for www/pglogd f [2004/02/23] ports/63279 ports-bugs New port:math/webwork used to create prob f [2004/02/24] ports/63324 ports-bugs port mail/smtpclient: smtpclient -c comma o [2004/02/25] ports/63349 ports-bugs New port: mail/openwebmail-current Open o [2004/02/25] ports/63354 ports-bugs bcwipe does not act successfully on raw d o [2004/02/25] ports/63357 ports-bugs [patch] www/linux-mozillafirefox port cre o [2004/02/26] ports/63390 ports-bugs [NEW PORT] mail/mailscanner-mrtg: mailsca o [2004/02/26] ports/63401 ports-bugs [new port] irc/erc: an Emacs IRC client o [2004/02/27] ports/63465 ports-bugs [new port] devel/cedet: Collection of Ema o [2004/02/29] ports/63543 ports-bugs New port: chinese/phpbb-zh_TW o [2004/03/01] ports/63580 ports-bugs New port: net/ng_daphne - A netgraph modu o [2004/03/01] ports/63592 ports-bugs New port: sysutils/mmkeys - multimedia ke o [2004/03/01] ports/63611 ports-bugs new port java/eclipse-cdt o [2004/03/01] ports/63615 ports-bugs New port: sysutils/testdisk - Tool to che o [2004/03/01] ports/63624 ports-bugs New port security/dazuko "interface for 3 f [2004/03/03] ports/63698 ports-bugs [PATCH] databases/postgresql73: update to o [2004/03/03] ports/63701 ports-bugs [NEW PORT] devel/monotone: A distributed o [2004/03/03] ports/63715 ports-bugs Maintainer update: astro/seti-applet (2.1 f [2004/03/04] ports/63767 ports-bugs [MAINTAINER] irc/eggdrop: Add SSL support f [2004/03/04] ports/63773 ports-bugs freevrrpd not working on 5.2.1-RELEASE-p1 o [2004/03/05] ports/63823 ports-bugs New port net/xbone-gui o [2004/03/06] ports/63856 ports-bugs update ports/www/p5-Apache-AuthCookie to f [2004/03/07] ports/63872 ports-bugs patch for games/fuhquake and games/quake2 o [2004/03/08] ports/63932 ports-bugs [MAINTAINER] mail/lmtpd: Use OPTIONS in p o [2004/03/08] ports/63936 ports-bugs New port: security/aimsniff A perl script o [2004/03/09] ports/63979 ports-bugs new port: devel/linux-libunicode -- A uni o [2004/03/09] ports/63980 ports-bugs new port: graphics/linux-png12 - rpm of t f [2004/03/09] ports/63983 ports-bugs Maintainer update: database/mysql-gui (st f [2004/03/09] ports/63999 ports-bugs mod_perl2 port fails to build on 4.X syst f [2004/03/09] ports/64010 ports-bugs print/cups: cupsd paths wrong o [2004/03/10] ports/64041 ports-bugs new port net/rp-pppoe, user-space client f [2004/03/10] ports/64077 ports-bugs New port: audio/mt-daapd o [2004/03/11] ports/64102 ports-bugs New port: security/fakeroot simulate root o [2004/03/12] ports/64148 ports-bugs [NEW PORT] palm/synce-kde: SynCE KDE Util o [2004/03/13] ports/64202 ports-bugs New Port: x11/kde_api_reference_32, the k o [2004/03/14] ports/64264 ports-bugs New port: mail/libsrs - A SRS library and o [2004/03/14] ports/64265 ports-bugs New port: mail/libspf - A SPF library and o [2004/03/14] ports/64266 ports-bugs New port: mail/libspf_alt - An alternativ o [2004/03/14] ports/64274 ports-bugs [maintainer-update] mail/qmail-scanner : o [2004/03/14] ports/64277 ports-bugs [NEW PORT] russian/fidogateds: Russian Fi f [2004/03/14] ports/64279 ports-bugs New port: sysutils/autostart f [2004/03/15] ports/64307 ports-bugs [NEW PORT] databases/linux-unixODBC: RPM o [2004/03/15] ports/64308 ports-bugs [NEW PORT] graphics/linux-libmng: RPM of s [2004/03/18] ports/64425 ports-bugs [NEW PORT]: net/netatalk-devel o [2004/03/22] ports/64585 ports-bugs new port: devel/libpreps gui part stable o [2004/03/22] ports/64586 ports-bugs new port: devel/preps-devel-gui stable re f [2004/03/23] ports/64612 ports-bugs maintainer update of emulators/vba f [2004/03/23] ports/64613 ports-bugs Maintainer update of emulators/linux-geep o [2004/03/24] ports/64686 ports-bugs [NEW PORTS] x11-toolkits/qtc-qtsharp qtsh o [2004/03/24] ports/64687 ports-bugs [New Port] games/dotgnu-mahjongg/ -- QT# f [2004/03/26] ports/64744 ports-bugs [PATCH] devel/svk: fix dependencies and S o [2004/03/27] ports/64796 ports-bugs [NEW PORT] news/leafnode-devel: leafnode, f [2004/03/27] ports/64815 ports-bugs New port: Simple perl script that lists r o [2004/03/28] ports/64836 ports-bugs Ports: japanese/mutt-devel knob for --dis f [2004/03/29] ports/64888 ports-bugs update port: www/sarg - using extra patch f [2004/03/29] ports/64898 ports-bugs new port: misc/heyu2 for X10 control o [2004/03/29] ports/64915 ports-bugs [NEW PORT] vietnamese/x-unikey o [2004/03/31] ports/65009 ports-bugs Maintainer update: lang/gforth (build fix o [2004/03/31] ports/65022 ports-bugs new port: www/parser (www templating lang o [2004/03/31] ports/65023 ports-bugs new port: www/parser-mysql (mysql driver o [2004/03/31] ports/65024 ports-bugs new port: www/parser-pgsql (postgresql dr o [2004/04/01] ports/65033 ports-bugs New port: net-mgmt/netmond network monito f [2004/04/02] ports/65067 ports-bugs [PATCH] textproc/xp: USE_JAVA, (NO)PORTDO o [2004/04/02] ports/65076 ports-bugs New Port: net/xpvm (A Graphical Console a o [2004/04/02] ports/65102 ports-bugs [NEW PORT] comms/bforce-kst-devel: Develo f [2004/04/02] ports/65108 ports-bugs Update port: devel/p5-POE-Component-EasyD o [2004/04/03] ports/65126 ports-bugs [New Port] sysutils/kdar: backup-utility o [2004/04/03] ports/65139 ports-bugs New port: devel/p5-POE-Component-Server-H o [2004/04/04] ports/65164 ports-bugs [NEW PORT] devel/cocktail o [2004/04/04] ports/65174 ports-bugs [UPDATED PORT] multimedia/mmpython to 0.4 f [2004/04/04] ports/65177 ports-bugs update irc/psybnc port Makefile (updated o [2004/04/04] ports/65178 ports-bugs [NEW PORT] mail/masqmail: Mail server/fet o [2004/04/04] ports/65184 ports-bugs [New Port] audio/xmms-weasel: XMMS-Weasel o [2004/04/05] ports/65197 ports-bugs bpft package changes modes of /usr/local/ o [2004/04/05] ports/65207 ports-bugs [NEW PORT FIX]vietnamese/xvnkb build fix o [2004/04/05] ports/65231 ports-bugs [Patch] port: converters/libutf-8 o [2004/04/05] ports/65233 ports-bugs editors/mlview: maintainer update to 0.6. o [2004/04/05] ports/65238 ports-bugs [NEW-PORT] A port of samba-vscan for samb o [2004/04/06] ports/65250 ports-bugs New port: sysutils/dvdrtools Dvdrecord an o [2004/04/06] ports/65279 ports-bugs [NEW PORT] www/kazehakase: Kazehakase is o [2004/04/07] ports/65288 ports-bugs Update Port: lang/squeak3 - advance squea o [2004/04/07] ports/65309 ports-bugs pop-before-smtp 1.33 to 1.35 update -- in o [2004/04/07] ports/65310 ports-bugs security/SAVI-Perl: Submission of new por o [2004/04/08] ports/65316 ports-bugs [maintainer] net/jffnms 0.7.6 -> 0.7.7 o [2004/04/08] ports/65318 ports-bugs New port: games/noegnud* an ASCII/2D/3D U o [2004/04/08] ports/65324 ports-bugs [Maintainer Update] x11-toolkits/gauche- o [2004/04/08] ports/65325 ports-bugs [NEW PORT] net-mgmt/mrtg-mysql-load: A My o [2004/04/08] ports/65345 ports-bugs new port: www/amphetadesk o [2004/04/09] ports/65372 ports-bugs Update port: x11-wm/fvwm-themes to 0.6.2 f [2004/04/09] ports/65383 ports-bugs New port: ZendStudio o [2004/04/09] ports/65384 ports-bugs [PATCH] mail/dspam: fix pkg-plist; fix bu o [2004/04/09] ports/65390 ports-bugs restore helpful pkg-message to cups-base o [2004/04/09] ports/65391 ports-bugs correct "usually located in" directories f [2004/04/10] ports/65395 ports-bugs Hydra 3.1 port upgrade o [2004/04/10] ports/65396 ports-bugs New port: java/rxtx: Native interface to o [2004/04/10] ports/65423 ports-bugs [NEW PORT] net/p5-Gopher-Server: Backend o [2004/04/12] ports/65452 ports-bugs new port: sysutils/i8xxwd (Intel i8xx TCO o [2004/04/12] ports/65469 ports-bugs [NEW PORT] databases/p5-SQL-Translator: M o [2004/04/12] ports/65470 ports-bugs [PATCH] devel/p5-Module-CoreList: update f [2004/04/13] ports/65486 ports-bugs Unbreak deskutils/moregroupware o [2004/04/14] ports/65545 ports-bugs [NEW PORT] devel/p5-Proc-PID-File: A modu f [2004/04/15] ports/65583 ports-bugs gdb in this release is extremely old o [2004/04/15] ports/65594 ports-bugs [New Port] net/verlihub (Verlihub Direct o [2004/04/15] ports/65595 ports-bugs update games/freeciv to 1.14.1, adding gt f [2004/04/16] ports/65640 ports-bugs [NEW PORT] math/geonext: Interactive (dyn o [2004/04/17] ports/65681 ports-bugs [NEW PORT] www/formication: Formular proc o [2004/04/18] ports/65697 ports-bugs ports/net-mgmt/p5-SNMP upgrade to module o [2004/04/18] ports/65703 ports-bugs [patch]update devel/maven to 1.0-rc2 o [2004/04/18] ports/65705 ports-bugs [PATCH] textproc/p5-Lingua-Preferred: upd o [2004/04/18] ports/65709 ports-bugs [NEW PORT] www/p5-HTML-TokeParser-Simple: o [2004/04/18] ports/65710 ports-bugs [NEW PORT] www/p5-HTML-LinkExtractor: HTM o [2004/04/18] ports/65734 ports-bugs [MAINTAINER] www/p5-Maypole: update to 1. o [2004/04/18] ports/65740 ports-bugs net/gq: GQ-1.0b1_1 + FBSD-5.2.1_RELEASE + o [2004/04/18] ports/65746 ports-bugs [patch] Add a startup script to www/tinyp o [2004/04/19] ports/65770 ports-bugs New port: / 2.4.5 o [2004/04/20] ports/65837 ports-bugs [patch] fix plist for misc/gtktalog and u o [2004/04/21] ports/65839 ports-bugs [PATCH] comms/aldo: [Honor CC & CFLAGS] o [2004/04/21] ports/65844 ports-bugs [maintainer-update] x11/gstarter-0.4.4 o [2004/04/21] ports/65845 ports-bugs [PATCH] x11-toolkits/gtk-bluecurve-theme: o [2004/04/21] ports/65847 ports-bugs PORT UPDATE: games/mvdsv 0.1723b -> 0.172 o [2004/04/21] ports/65848 ports-bugs [patch] Unbreak textproc/iiimf-csconv o [2004/04/21] ports/65850 ports-bugs [patch] Unbreak textproc/iiimf-protocol-l o [2004/04/21] ports/65852 ports-bugs New port: mail/pine+ipv6 or might be patc o [2004/04/21] ports/65854 ports-bugs upgrade ports/libxdiff to version 0.7 o [2004/04/21] ports/65858 ports-bugs [MAINTAINER] lang/pike75: update to 7.5.2 o [2004/04/21] ports/65859 ports-bugs [patch] port www/mod_php3 build fails w/p o [2004/04/21] ports/65860 ports-bugs [New Port] shells/rssh o [2004/04/21] ports/65863 ports-bugs New port kscope, KDE front-end to cscope. o [2004/04/21] ports/65866 ports-bugs [PATCH] net/p5-SOAP-Lite: [use /usr/bin/e o [2004/04/21] ports/65867 ports-bugs [MAINTAINER] sysutils/cfengine2: update t o [2004/04/21] ports/65868 ports-bugs [MAINTAINER] sysutils/radmind: update to o [2004/04/22] ports/65871 ports-bugs Update ports: japanese/yc.el o [2004/04/22] ports/65876 ports-bugs Update port: databases/qdbm to 1.8.9 o [2004/04/22] ports/65878 ports-bugs [patch] devel/ElectricFence broken on amd o [2004/04/22] ports/65886 ports-bugs [NEW PORT]: x11-fonts/artwiz-aleczapka o [2004/04/22] ports/65887 ports-bugs mutt and mutt-devel can silently depend o o [2004/04/22] ports/65888 ports-bugs [MAINTAINER] sysutils/sec: update to 2.2. o [2004/04/22] ports/65891 ports-bugs [MAINTAINER-UPDATE] Update comms/gfax to o [2004/04/22] ports/65893 ports-bugs Update www/opera-devel to 7.50 Beta 1 (20 o [2004/04/22] ports/65894 ports-bugs [maintainer-update] gdesklets: psi-displa o [2004/04/22] ports/65897 ports-bugs gadfly patch for python 2.3 o [2004/04/22] ports/65898 ports-bugs New Port: games/aop o [2004/04/22] ports/65903 ports-bugs [PATCH] devel/doc++: un-BROKEN and tweak o [2004/04/23] ports/65911 ports-bugs lang/bf2c: bugfix release, see http;//bf2 o [2004/04/23] ports/65916 ports-bugs New port: misc/gkx86info2 gkrellm2 plugi o [2004/04/23] ports/65921 ports-bugs [NEW PORT] devel/monotone: The monotone d o [2004/04/24] ports/65927 ports-bugs [MAINTAINER] www/zope-zwiki: update to 0. o [2004/04/24] ports/65930 ports-bugs [maintainer update] dns/dnsmasq to versio o [2004/04/24] ports/65932 ports-bugs [PATCH] www/zope-formulator: update to 1. o [2004/04/24] ports/65933 ports-bugs [MAINTAINER] sysutils/grub: fix non-criti o [2004/04/24] ports/65934 ports-bugs [NEW PORT] japanese/ja-xmms: X Multimedia o [2004/04/24] ports/65935 ports-bugs security/nessus: error in generated .ness o [2004/04/24] ports/65936 ports-bugs www/p5-HTML-Mason does not configure itse o [2004/04/24] ports/65937 ports-bugs [Maintainer Update] textproc/xmlindent o [2004/04/24] ports/65938 ports-bugs [Maintainer Update] o [2004/04/24] ports/65941 ports-bugs New Port: devel/py-tconfpy o [2004/04/24] ports/65942 ports-bugs New port: x11-wm/mcitymicrogui The microG o [2004/04/24] ports/65945 ports-bugs update of security/vpnc o [2004/04/24] ports/65946 ports-bugs Incorrect s/// for network-enabling xmess o [2004/04/24] ports/65949 ports-bugs Upgraded Port: dns/firedns o [2004/04/24] ports/65950 ports-bugs [PATCH] irc/py23-supybot: update to 0.77. o [2004/04/25] ports/65951 ports-bugs Upgraded Port: misc/firestring o [2004/04/25] ports/65958 ports-bugs Update port: net/py-jabber - update to ve o [2004/04/25] ports/65959 ports-bugs Upgraded Port: mail/dcc-dccd o [2004/04/25] ports/65960 ports-bugs New Port: x11/xacpim o [2004/04/25] ports/65962 ports-bugs ports/shells/osh - upstream release is at o [2004/04/25] ports/65966 ports-bugs [patch] /devel/ecb - update 2.11 -> 2.24 o [2004/04/25] ports/65972 ports-bugs Update port by maintainer: biology/nab Up o [2004/04/25] ports/65974 ports-bugs [maintainer-update] mail/qmail-scanner : o [2004/04/25] ports/65975 ports-bugs [PATCH] www/junkbuster: fix gnuregex warn o [2004/04/25] ports/65977 ports-bugs New port: comms/xdx TCP/IP DX-cluster cli o [2004/04/26] ports/65981 ports-bugs [NEW PORT] databases/p5-Class-DBI-Untaint o [2004/04/26] ports/65983 ports-bugs update: ports/security/drweb o [2004/04/26] ports/65984 ports-bugs [NEW PORT]: deskutils/xfce4-taskbar-plugi o [2004/04/26] ports/65985 ports-bugs [NEW PORT]: deskutils/xfce4-windowlist-pl o [2004/04/26] ports/65989 ports-bugs Update port: audio/mhwaveedit 1.2.9 o [2004/04/26] ports/65990 ports-bugs Update port: audio/muse 0.9 o [2004/04/26] ports/65991 ports-bugs Update port: audio/sfront 0.86 o [2004/04/26] ports/65992 ports-bugs Update port: games/mahjong 1.6.2 o [2004/04/26] ports/65993 ports-bugs Update port: graphics/epstool 3.05 o [2004/04/26] ports/65994 ports-bugs Update port: graphics/gnofract4d o [2004/04/26] ports/65995 ports-bugs Update port: security/gss 0.0.11 o [2004/04/26] ports/65996 ports-bugs Update port: security/shishi o [2004/04/26] ports/65997 ports-bugs Update port: textproc/highlight 2.0.22 o [2004/04/26] ports/65998 ports-bugs Update port: x11-wm/qnxstyle 0.2 o [2004/04/26] ports/65999 ports-bugs [Maintainer Update] math/koctave: fix pkg o [2004/04/26] ports/66002 ports-bugs Update port: games/xpilot-ng to 4.6.3 284 problems total. From owner-freebsd-ports@FreeBSD.ORG Mon Apr 26 14:43:08 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1613516A4CE; Mon, 26 Apr 2004 14:43:08 -0700 (PDT) Received: from protactinium.btinternet.com (protactinium.btinternet.com [194.73.73.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7385B43D67; Mon, 26 Apr 2004 14:43:06 -0700 (PDT) (envelope-from matt_mills@btopenworld.com) Received: from host213-122-47-54.in-addr.btopenworld.com ([213.122.47.54] helo=btopenworld.com) by protactinium.btinternet.com with esmtp (Exim 3.22 #25) id 1BIDsW-0006K3-00; Mon, 26 Apr 2004 22:43:05 +0100 Message-ID: <408D82A4.1040609@btopenworld.com> Date: Mon, 26 Apr 2004 22:44:04 +0100 From: Matt Mills User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: petef@FreeBSD.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org Subject: FreeBSD Port: joe-devel-2.9.8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Apr 2004 21:43:08 -0000 Just an FYI - JOE v3.0 was released on April 22nd. -- Matt From owner-freebsd-ports@FreeBSD.ORG Mon Apr 26 15:12:22 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19FC916A4CE for ; Mon, 26 Apr 2004 15:12:22 -0700 (PDT) Received: from basement.kutulu.org (pcp03610121pcs.longhl01.md.comcast.net [68.49.239.235]) by mx1.FreeBSD.org (Postfix) with ESMTP id 627CD43D2D for ; Mon, 26 Apr 2004 15:12:19 -0700 (PDT) (envelope-from kutulu@kutulu.org) Received: from wombat.localnet (wombat.localnet [192.168.69.3]) by basement.kutulu.org (Postfix) with ESMTP id 86D82A961 for ; Mon, 26 Apr 2004 18:12:18 -0400 (EDT) Received: by wombat.localnet (Postfix, from userid 1001) id ED590B836; Mon, 26 Apr 2004 18:12:17 -0400 (EDT) Date: Mon, 26 Apr 2004 18:12:17 -0400 From: Michael Edenfield To: ports@freebsd.org Message-ID: <20040426221217.GA40770@wombat.localnet> Mail-Followup-To: ports@freebsd.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="pWyiEgJYm5f9v55/" Content-Disposition: inline X-Mailer: Mutt http://www.mutt.org/ X-Accept-Language: en X-PGP-Key: http://www.kutulu.org/pgp/kutulu.asc X-PGP-Fingerprint: 1CE0 3C31 7013 D529 406D 37DC 09CC CD84 A46C 878F User-Agent: Mutt/1.5.6i Subject: The ongoing saga of lsof-4.71.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Apr 2004 22:12:22 -0000 --pWyiEgJYm5f9v55/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I am one of the people having problems building lsof's latest release on -CURRENT and have spent a few hours trying to figure out why. I managed to get the program to build but I can't figure out what went wrong in the first place, or more specifically, why *everyone* isn't having this problem. My ports tree was cvsup's immediately before I began. I also deleted /usr/includes and did a `make buildincludes; make installincludes` in /usr/src before beginning. The error, as usual, was in machine.h in the lsof work directory. This is a symlink to dialiects/freebsd/machine.h and contains the following code: #include #if FREEBSDV>=3D520 /* * In FreeBSD >=3D 5.2 the cpumask_t typedef is only made in = if * _KERNEL is predefined. However, predefining _KERNEL before #include'ing * causes redefinition errors for boolean_t and vm_page_t when * is #include'd with _KERNEL predefined. Since lsof must have * _KERNEL predefined when is #include'd, the expedient choice has * been made to do the cpumask_t typedef here. */ typedef __cpumask_t cpumask_t; #endif /* FREEBSDV>=3D520 */ The build error is complaining that __cpumask_t has no storage class or size, so it obviously can't use it in a typedef. So I went looking for __cpumask_t on my system and came up empty. It's never defined anywhere, neither in the system headers nor or the lsof source itself. The only place it appears is in machine.h where it's used as the source of a typedef. root@basement:/usr/ports/sysutils/lsof/work/lsof_4.72A.freebsd$ find / -nam= e "*.h" | xargs grep "__cpumask_t" /usr/ports/sysutils/lsof/work/lsof_4.72A.freebsd/dialects/freebsd/machine.h= :typedef __cpumask_t cpumask_t; /usr/ports/sysutils/lsof/work/lsof_4.72A.freebsd/machine.h:typedef __cpumas= k_t cpumask_t; root@basement:/usr/ports/sysutils/lsof/work/lsof_4.72A.freebsd$=20 My next step was to look for the system's definition of cpumask_t, with the intent to ''fix'' machine.h. But I also can't find that type defined anywhere. The funny thing is, cpumask_t isn't actually *used* in the lsof source tree. I commented out the typedef and now everything builds fine. So my question is now, where *should* __cpumask_t and/or cpumask_t g= et defined, why don't I have those definitions, and why does everyone else seem to have them? --Mike --pWyiEgJYm5f9v55/ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAjYlBCczNhKRsh48RAn3uAKDW6hgLwxuHMAqST0Nuj0/WjRW/ywCfZ8sg b4qsEPJiFITmcOdeX7aj2V8= =6e5b -----END PGP SIGNATURE----- --pWyiEgJYm5f9v55/-- From owner-freebsd-ports@FreeBSD.ORG Mon Apr 26 15:45:04 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CDB816A4CF for ; Mon, 26 Apr 2004 15:45:04 -0700 (PDT) Received: from flappie.debank.tv (flappie.debank.tv [212.206.127.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1883943D4C for ; Mon, 26 Apr 2004 15:45:01 -0700 (PDT) (envelope-from rob@debank.tv) Received: from localhost (localhost.debank.tv [127.0.0.1]) by flappie.debank.tv (Postfix) with ESMTP id 9DABA528C; Tue, 27 Apr 2004 00:44:59 +0200 (CEST) Received: from flappie.debank.tv ([127.0.0.1]) by localhost (flappie.debank.tv [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 09480-04-3; Tue, 27 Apr 2004 00:44:57 +0200 (CEST) Received: from debank.tv (node-d-09e5.a2000.nl [62.195.9.229]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by flappie.debank.tv (Postfix) with ESMTP id 552465204; Tue, 27 Apr 2004 00:44:56 +0200 (CEST) Message-ID: <408D90FD.6090704@debank.tv> Date: Tue, 27 Apr 2004 00:45:17 +0200 From: Rob Evers User-Agent: Mozilla Thunderbird 0.5 (X11/20040424) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dspam-users@nuclearelephant.com, ports@FreeBSD.org References: <20040425115758.GA40483@titan.klemm.apsfilter.org> <20040426004411.756cc842@it.buh.cameradicommercio.ro> <20040426062108.GA2118@titan.klemm.apsfilter.org> <20040426104719.3182a631@it.buh.cameradicommercio.ro> In-Reply-To: <20040426104719.3182a631@it.buh.cameradicommercio.ro> Content-Type: multipart/mixed; boundary="------------010503020501040302020708" X-Virus-Scanned: by amavisd-new at debank.tv cc: Ion-Mihai Tetcu cc: Andreas Klemm Subject: Re: [dspam-users] thanks for dspam, my experiences on FreeBSD, suggestions X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Apr 2004 22:45:04 -0000 This is a multi-part message in MIME format. --------------010503020501040302020708 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Hi all, Ion-Mihai Tetcu wrote: >[ as we're discussing more FreeBSD specific details, I've cc'ed >ports@FreeBSD.org if you feel this goes off-topic for dspam-users let's >follow up there ] > > > Good idea. I've prepared a merged patch that I'll submit shortly, if you have any comments or ideas please let me know. Thanks for your input and patches. Rob Evers. --------------010503020501040302020708 Content-Type: text/plain; name="dspam.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="dspam.patch" diff -ruN dspam.orig/Makefile dspam/Makefile --- dspam.orig/Makefile Mon Apr 26 23:39:17 2004 +++ dspam/Makefile Tue Apr 27 00:39:20 2004 @@ -6,7 +6,7 @@ # PORTNAME= dspam -PORTVERSION= 2.10.3 +PORTVERSION= 2.10.6 CATEGORIES= mail MASTER_SITES= http://www.nuclearelephant.com/projects/dspam/sources/ @@ -14,25 +14,36 @@ COMMENT= A server-side bayesian spam filter OPTIONS= MYSQL "Use MySQL and not db4 as database" off \ + MYSQL_COMPRESS "Compress dspam <--> MySQL" off \ MAILDROP "Use Maildrop as local delivery agent" off \ PROCMAIL "Use Procmail as local delivery agent" off \ + SENDMAIL "Play nice with sendmail server" off \ QMAIL "Play nice with Qmail mail server" off \ ENABLE_SPAM_DELIVERY "Deliver messages marked as spam" off \ SIGNATURE_HEADERS "Put signatures in the header" off \ - WHITELIST "Automatic whitelisting of ham" off + WHITELIST "Automatic whitelisting of ham" off \ + OPT_IN "Enable opt in" off \ + TRUSTED_USERS "Disable trusted user security" off \ + TUM "Enables TuM (Train until Mature)" on \ + ALT_BAYESIAN "Enable alternative-bayesian" on \ + NO_BIAS "Disable bias" off \ + VIRT_USERS "Enable virtual users (need MYSQL)" off \ + SAT "Enable spam source address logging" off \ + VERBOSE_DEBUG "Enable verbose debug" off USE_LIBTOOL_VER=13 USE_REINPLACE= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-userdir=${PREFIX}/etc/dspam CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} SED_SCRIPT= -e 's,%%DOCSDIR%%,${DOCSDIR},g' \ -e 's,%%EXAMPLESDIR%%,${EXAMPLESDIR},g' \ -e 's,%%LOCALBASE%%,${LOCALBASE},g' +WITH_SIGNATURE_LIFE?= 28 + .include .if defined(WITH_MYSQL) @@ -51,6 +62,16 @@ SED_SCRIPT+= -e '/%%MYSQL%%/D' .endif +.if defined(WITH_MYSQL_COMPRESS) +CONFIGURE_ARGS+= --enable-client-compression +.endif + +.if defined(DSPAM_USERDIR) +CONFIGURE_ARGS+=--with-userdir=${DSPAM_USERDIR} +.else +CONFIGURE_ARGS+=--with-userdir=${PREFIX}/etc/dspam +.endif + .if defined(WITH_MAILDROP) RUN_DEPENDS= maildrop:${PORTSDIR}/mail/maildrop CONFIGURE_ARGS+= --with-local-delivery-agent='${LOCALBASE}/bin/maildrop $u' @@ -61,6 +82,10 @@ CONFIGURE_ARGS+= --with-local-delivery-agent='${LOCALBASE}/bin/procmail $u' .endif +.if defined(WITH_SENDMAIL) +CONFIGURE_ARGS+= --with-dspam-mode=4511 +.endif + .if defined(WITH_QMAIL) CONFIGURE_ARGS+= --with-dspam-mode=4511 .endif @@ -81,6 +106,38 @@ CONFIGURE_ARGS+= --enable-whitelist .endif +.if defined(WITH_OPT_IN) +CONFIGURE_ARGS+= --enable-opt-in +.endif + +.if defined(WITH_TRUSTED_USERS) +CONFIGURE_ARGS+= --disable-trusted-user-security +.endif + +.if defined(WITH_TUM) +CONFIGURE_ARGS+= --enable-tum +.endif + +.if defined(WITH_ALT_BAYESIAN) +CONFIGURE_ARGS+= --enable-alternative-bayesian +.endif + +.if defined(WITH_NO_BIAS) +CONFIGURE_ARGS+= --disable-bias +.endif + +.if defined(WITH_VIRT_USERS) +CONFIGURE_ARGS+= --enable-virtual-users +.endif + +.if defined(WITH_SAT) +CONFIGURE_ARGS+= --enable-source-address-tracking +.endif + +.if defined(WITH_VERBOSE_DEBUG) +CONFIGURE_ARGS+= --enable-verbose-debug +.endif + DOCS= CHANGE README post-patch: @@ -91,7 +148,7 @@ .if defined(WITH_MYSQL) @${MKDIR} ${EXAMPLESDIR} cd ${WRKSRC}/tools.mysql_drv && \ - ${INSTALL_DATA} README *.sql ${EXAMPLESDIR} + ${INSTALL_DATA} README *.sql.* ${EXAMPLESDIR} ${INSTALL_DATA} ${FILESDIR}/mysql.data ${EXAMPLESDIR} .endif .if !defined(NOPORTDOCS) diff -ruN dspam.orig/distinfo dspam/distinfo --- dspam.orig/distinfo Mon Apr 26 23:39:17 2004 +++ dspam/distinfo Tue Apr 27 00:14:00 2004 @@ -1,2 +1,2 @@ -MD5 (dspam-2.10.3.tar.gz) = 9ae2d1b21bc54807454c76f0e444717d -SIZE (dspam-2.10.3.tar.gz) = 485053 +MD5 (dspam-2.10.6.tar.gz) = ddb40d26cc923d7569d48b3072e61715 +SIZE (dspam-2.10.6.tar.gz) = 485466 diff -ruN dspam.orig/files/patch-dspam.c dspam/files/patch-dspam.c --- dspam.orig/files/patch-dspam.c Thu Jan 1 01:00:00 1970 +++ dspam/files/patch-dspam.c Mon Apr 26 23:59:49 2004 @@ -0,0 +1,17 @@ +--- dspam.c.orig Fri Apr 2 18:34:35 2004 ++++ dspam.c Mon Apr 26 23:59:03 2004 +@@ -2422,12 +2422,12 @@ + i++; + } + } +- arg = strsep (&margs, " "); +- ++ + if (arg != NULL) { + strlcat (args, a, sizeof(args)); + strlcat (args, " ", sizeof (args)); + } ++ arg = strsep (&margs, " "); + } + free (mmargs); + --------------010503020501040302020708-- From owner-freebsd-ports@FreeBSD.ORG Mon Apr 26 15:48:55 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56EA616A4CE for ; Mon, 26 Apr 2004 15:48:55 -0700 (PDT) Received: from web41605.mail.yahoo.com (web41605.mail.yahoo.com [66.218.93.105]) by mx1.FreeBSD.org (Postfix) with SMTP id 22A2643D39 for ; Mon, 26 Apr 2004 15:48:55 -0700 (PDT) (envelope-from strbenjr@yahoo.com) Message-ID: <20040426224854.14765.qmail@web41605.mail.yahoo.com> Received: from [208.19.133.132] by web41605.mail.yahoo.com via HTTP; Mon, 26 Apr 2004 15:48:54 PDT Date: Mon, 26 Apr 2004 15:48:54 -0700 (PDT) From: "Ben H." To: ports FBSD MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: questions FBSD Subject: New port request... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Apr 2004 22:48:55 -0000 [ Netscape Directory Certificate CMS ] Is this the right list to write to to request a port to be created??? I would like to request that some great "port-er" consider porting the following software: http://sbsdownload.netscape.com/download/index.cgi I am going to take a stab at installing this depending simply upon the Linux Emulation and the included instructons. Any suggestions would be greatly appreciated. If I made this request the wrong way please forgive me. Thanks!!! (Please reply directly since I am not a list member) Ben Hacker, Jr. Sr. Security Analyst 2461 S. Clark Street Arlington, VA 22202 strbenjr@yahoo.com 703.418.8004 (w) -- -- -- http://www.hackerweb.net/bthacker ...remembering... From owner-freebsd-ports@FreeBSD.ORG Mon Apr 26 15:57:16 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82A6A16A4CE for ; Mon, 26 Apr 2004 15:57:16 -0700 (PDT) Received: from flappie.debank.tv (flappie.debank.tv [212.206.127.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02F0A43D1D for ; Mon, 26 Apr 2004 15:57:16 -0700 (PDT) (envelope-from rob@debank.tv) Received: from localhost (localhost.debank.tv [127.0.0.1]) by flappie.debank.tv (Postfix) with ESMTP id 9FB66543D; Tue, 27 Apr 2004 00:57:14 +0200 (CEST) Received: from flappie.debank.tv ([127.0.0.1]) by localhost (flappie.debank.tv [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 09672-01; Tue, 27 Apr 2004 00:57:12 +0200 (CEST) Received: from debank.tv (node-d-09e5.a2000.nl [62.195.9.229]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by flappie.debank.tv (Postfix) with ESMTP id D15FE52DE; Tue, 27 Apr 2004 00:57:10 +0200 (CEST) Message-ID: <408D93DB.5060404@debank.tv> Date: Tue, 27 Apr 2004 00:57:31 +0200 From: Rob Evers User-Agent: Mozilla Thunderbird 0.5 (X11/20040424) X-Accept-Language: en-us, en MIME-Version: 1.0 To: ports@FreeBSD.org References: <20040425115758.GA40483@titan.klemm.apsfilter.org> <20040426004411.756cc842@it.buh.cameradicommercio.ro> <20040426062108.GA2118@titan.klemm.apsfilter.org> <20040426104719.3182a631@it.buh.cameradicommercio.ro> In-Reply-To: <20040426104719.3182a631@it.buh.cameradicommercio.ro> Content-Type: multipart/mixed; boundary="------------050506000004060602030301" X-Virus-Scanned: by amavisd-new at debank.tv cc: Ion-Mihai Tetcu cc: Andreas Klemm Subject: Re: [dspam-users] thanks for dspam, my experiences on FreeBSD, suggestions X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Apr 2004 22:57:16 -0000 This is a multi-part message in MIME format. --------------050506000004060602030301 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Hi all, Ion-Mihai Tetcu wrote: >[ as we're discussing more FreeBSD specific details, I've cc'ed >ports@FreeBSD.org if you feel this goes off-topic for dspam-users let's >follow up there ] > > > Good idea. I've prepared a merged patch that I'll submit shortly, if you have any comments or ideas please let me know. Thanks for your input and patches. Rob Evers. I'm sorry, forgot the pkg-plist, this is an updated version. Rob --------------050506000004060602030301 Content-Type: text/plain; name="dspam.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="dspam.patch" diff -ruN dspam.orig/Makefile dspam/Makefile --- dspam.orig/Makefile Mon Apr 26 23:39:17 2004 +++ dspam/Makefile Tue Apr 27 00:39:20 2004 @@ -6,7 +6,7 @@ # PORTNAME= dspam -PORTVERSION= 2.10.3 +PORTVERSION= 2.10.6 CATEGORIES= mail MASTER_SITES= http://www.nuclearelephant.com/projects/dspam/sources/ @@ -14,25 +14,36 @@ COMMENT= A server-side bayesian spam filter OPTIONS= MYSQL "Use MySQL and not db4 as database" off \ + MYSQL_COMPRESS "Compress dspam <--> MySQL" off \ MAILDROP "Use Maildrop as local delivery agent" off \ PROCMAIL "Use Procmail as local delivery agent" off \ + SENDMAIL "Play nice with sendmail server" off \ QMAIL "Play nice with Qmail mail server" off \ ENABLE_SPAM_DELIVERY "Deliver messages marked as spam" off \ SIGNATURE_HEADERS "Put signatures in the header" off \ - WHITELIST "Automatic whitelisting of ham" off + WHITELIST "Automatic whitelisting of ham" off \ + OPT_IN "Enable opt in" off \ + TRUSTED_USERS "Disable trusted user security" off \ + TUM "Enables TuM (Train until Mature)" on \ + ALT_BAYESIAN "Enable alternative-bayesian" on \ + NO_BIAS "Disable bias" off \ + VIRT_USERS "Enable virtual users (need MYSQL)" off \ + SAT "Enable spam source address logging" off \ + VERBOSE_DEBUG "Enable verbose debug" off USE_LIBTOOL_VER=13 USE_REINPLACE= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-userdir=${PREFIX}/etc/dspam CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} SED_SCRIPT= -e 's,%%DOCSDIR%%,${DOCSDIR},g' \ -e 's,%%EXAMPLESDIR%%,${EXAMPLESDIR},g' \ -e 's,%%LOCALBASE%%,${LOCALBASE},g' +WITH_SIGNATURE_LIFE?= 28 + .include .if defined(WITH_MYSQL) @@ -51,6 +62,16 @@ SED_SCRIPT+= -e '/%%MYSQL%%/D' .endif +.if defined(WITH_MYSQL_COMPRESS) +CONFIGURE_ARGS+= --enable-client-compression +.endif + +.if defined(DSPAM_USERDIR) +CONFIGURE_ARGS+=--with-userdir=${DSPAM_USERDIR} +.else +CONFIGURE_ARGS+=--with-userdir=${PREFIX}/etc/dspam +.endif + .if defined(WITH_MAILDROP) RUN_DEPENDS= maildrop:${PORTSDIR}/mail/maildrop CONFIGURE_ARGS+= --with-local-delivery-agent='${LOCALBASE}/bin/maildrop $u' @@ -61,6 +82,10 @@ CONFIGURE_ARGS+= --with-local-delivery-agent='${LOCALBASE}/bin/procmail $u' .endif +.if defined(WITH_SENDMAIL) +CONFIGURE_ARGS+= --with-dspam-mode=4511 +.endif + .if defined(WITH_QMAIL) CONFIGURE_ARGS+= --with-dspam-mode=4511 .endif @@ -81,6 +106,38 @@ CONFIGURE_ARGS+= --enable-whitelist .endif +.if defined(WITH_OPT_IN) +CONFIGURE_ARGS+= --enable-opt-in +.endif + +.if defined(WITH_TRUSTED_USERS) +CONFIGURE_ARGS+= --disable-trusted-user-security +.endif + +.if defined(WITH_TUM) +CONFIGURE_ARGS+= --enable-tum +.endif + +.if defined(WITH_ALT_BAYESIAN) +CONFIGURE_ARGS+= --enable-alternative-bayesian +.endif + +.if defined(WITH_NO_BIAS) +CONFIGURE_ARGS+= --disable-bias +.endif + +.if defined(WITH_VIRT_USERS) +CONFIGURE_ARGS+= --enable-virtual-users +.endif + +.if defined(WITH_SAT) +CONFIGURE_ARGS+= --enable-source-address-tracking +.endif + +.if defined(WITH_VERBOSE_DEBUG) +CONFIGURE_ARGS+= --enable-verbose-debug +.endif + DOCS= CHANGE README post-patch: @@ -91,7 +148,7 @@ .if defined(WITH_MYSQL) @${MKDIR} ${EXAMPLESDIR} cd ${WRKSRC}/tools.mysql_drv && \ - ${INSTALL_DATA} README *.sql ${EXAMPLESDIR} + ${INSTALL_DATA} README *.sql.* ${EXAMPLESDIR} ${INSTALL_DATA} ${FILESDIR}/mysql.data ${EXAMPLESDIR} .endif .if !defined(NOPORTDOCS) diff -ruN dspam.orig/distinfo dspam/distinfo --- dspam.orig/distinfo Mon Apr 26 23:39:17 2004 +++ dspam/distinfo Tue Apr 27 00:14:00 2004 @@ -1,2 +1,2 @@ -MD5 (dspam-2.10.3.tar.gz) = 9ae2d1b21bc54807454c76f0e444717d -SIZE (dspam-2.10.3.tar.gz) = 485053 +MD5 (dspam-2.10.6.tar.gz) = ddb40d26cc923d7569d48b3072e61715 +SIZE (dspam-2.10.6.tar.gz) = 485466 diff -ruN dspam.orig/files/patch-dspam.c dspam/files/patch-dspam.c --- dspam.orig/files/patch-dspam.c Thu Jan 1 01:00:00 1970 +++ dspam/files/patch-dspam.c Mon Apr 26 23:59:49 2004 @@ -0,0 +1,17 @@ +--- dspam.c.orig Fri Apr 2 18:34:35 2004 ++++ dspam.c Mon Apr 26 23:59:03 2004 +@@ -2422,12 +2422,12 @@ + i++; + } + } +- arg = strsep (&margs, " "); +- ++ + if (arg != NULL) { + strlcat (args, a, sizeof(args)); + strlcat (args, " ", sizeof (args)); + } ++ arg = strsep (&margs, " "); + } + free (mmargs); + diff -ruN dspam.orig/pkg-plist dspam/pkg-plist --- dspam.orig/pkg-plist Mon Apr 26 23:39:17 2004 +++ dspam/pkg-plist Tue Apr 27 00:54:57 2004 @@ -20,7 +20,8 @@ %%PORTDOCS%%@dirrm %%DOCSDIR%% %%MYSQL%%%%EXAMPLESDIR%%/README %%MYSQL%%%%EXAMPLESDIR%%/mysql.data -%%MYSQL%%%%EXAMPLESDIR%%/mysql_objects.sql +%%MYSQL%%%%EXAMPLESDIR%%/mysql_objects.sql.space.optimized +%%MYSQL%%%%EXAMPLESDIR%%/mysql_objects.sql.speed.optimized %%MYSQL%%%%EXAMPLESDIR%%/purge.sql %%MYSQL%%%%EXAMPLESDIR%%/virtual_users.sql %%MYSQL%%@dirrm %%EXAMPLESDIR%% --------------050506000004060602030301-- From owner-freebsd-ports@FreeBSD.ORG Mon Apr 26 15:57:44 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC75B16A4CE for ; Mon, 26 Apr 2004 15:57:44 -0700 (PDT) Received: from magnesium.net (toxic.magnesium.net [207.154.84.15]) by mx1.FreeBSD.org (Postfix) with SMTP id 8249843D1F for ; Mon, 26 Apr 2004 15:57:44 -0700 (PDT) (envelope-from adamw@magnesium.net) Received: (qmail 92170 invoked by uid 1252); 26 Apr 2004 22:57:43 -0000 Date: 26 Apr 2004 18:57:43 -0400 Date: Mon, 26 Apr 2004 18:57:43 -0400 From: Adam Weinberger To: "Ben H." Message-ID: <20040426225743.GC9284@toxic.magnesium.net> References: <20040426224854.14765.qmail@web41605.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040426224854.14765.qmail@web41605.mail.yahoo.com> X-Editor: Vim 6.2 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-URL: http://www.vectors.cx X-ASL: 6/m/behind you User-Agent: Mutt/1.5.4i cc: ports FBSD Subject: Re: New port request... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Apr 2004 22:57:45 -0000 [ removing questions@ from the Cc: list ] >> (04.26.2004 @ 1848 PST): Ben H. said, in 1.0K: << > [ Netscape Directory Certificate CMS ] > > Is this the right list to write to to request a port to be created??? > > I would like to request that some great "port-er" consider porting the following software: > > http://sbsdownload.netscape.com/download/index.cgi > > I am going to take a stab at installing this depending simply upon the Linux Emulation and the included instructons. Any suggestions would be greatly appreciated. > > If I made this request the wrong way please forgive me. > > Thanks!!! > (Please reply directly since I am not a list member) > >> end of "New port request..." from Ben H. << You haven't said what program you want ported, nor have you given any information about the software. Furthermore, you have provided a link to a page with links to 6 different applications and nothing else. I haven't a clue what it is that you're asking to be ported... a little help, please. # Adam -- Adam Weinberger adamw@magnesium.net || adamw@FreeBSD.org adamw@vectors.cx || adamw@gnome.org http://www.vectors.cx From owner-freebsd-ports@FreeBSD.ORG Mon Apr 26 16:38:03 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D248416A4D0 for ; Mon, 26 Apr 2004 16:38:03 -0700 (PDT) Received: from smtp.rdsnet.ro (smtp.rdsnet.ro [62.231.74.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0447F43D1F for ; Mon, 26 Apr 2004 16:38:03 -0700 (PDT) (envelope-from itetcu@apropo.ro) Received: (qmail 5554 invoked by uid 89); 26 Apr 2004 23:33:38 -0000 Received: from unknown (HELO rdsnet.ro) (62.231.74.131) by 0 with SMTP; 26 Apr 2004 23:33:38 -0000 Received: (qmail 2247 invoked from network); 26 Apr 2004 23:38:01 -0000 Received: from unknown (HELO buh.cameradicommercio.ro) (81.196.25.19) by mail.rdsnet.ro with SMTP; 26 Apr 2004 23:38:01 -0000 Received: from it.buh.cameradicommercio.ro (it.buh.cameradicommercio.ro [192.168.0.10]) by buh.cameradicommercio.ro (Postfix) with ESMTP id 16EFC6128; Tue, 27 Apr 2004 02:37:34 +0300 (EEST) Received: from localhost (localhost.buh.cameradicommercio.ro [127.0.0.1]) by it.buh.cameradicommercio.ro (Postfix) with ESMTP id B87822C5; Tue, 27 Apr 2004 02:41:16 +0300 (EEST) Received: from it.buh.cameradicommercio.ro ([127.0.0.1])port 10024) with ESMTP id 04684-08; Tue, 27 Apr 2004 02:41:16 +0300 (EEST) Received: from it.buh.cameradicommercio.ro (localhost.buh.cameradicommercio.ro [127.0.0.1]) by it.buh.cameradicommercio.ro (Postfix) with SMTP id 4963B231; Tue, 27 Apr 2004 02:41:16 +0300 (EEST) Date: Tue, 27 Apr 2004 02:41:15 +0300 From: Ion-Mihai Tetcu To: Daniel Stefan Haischt Message-Id: <20040427024115.2f056404@it.buh.cameradicommercio.ro> In-Reply-To: References: <44vfjph27a.fsf@be-well.ilk.org> X-Mailer: Sylpheed version 0.9.10claws (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at it.buh.cameradicommercio.ro cc: ports@FreeBSD.org cc: rob@debank.tv cc: Lowell Gilbert Subject: Re: FreeBSD Port: dspam-2.10.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Apr 2004 23:38:03 -0000 On Sat, 24 Apr 2004 16:45:07 +0200 Daniel Stefan Haischt wrote: > I already figured out that the CGI won't be installed. > > Do you think it would be possible to add an option > WITH_DSPAM_CGI to the port's Makefile to trigger > whether the CGI script should be installed as well? If we want this we will have to RUN_DEPEND on apache. We could also use the alternative php script, but then we will depend on (mod)php too. -- IOnut Unregistered ;) FreeBSD "user" From owner-freebsd-ports@FreeBSD.ORG Mon Apr 26 16:39:34 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5527116A4E7 for ; Mon, 26 Apr 2004 16:39:33 -0700 (PDT) Received: from smtp.rdsnet.ro (smtp.rdsnet.ro [62.231.74.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8227C43D46 for ; Mon, 26 Apr 2004 16:39:32 -0700 (PDT) (envelope-from itetcu@apropo.ro) Received: (qmail 5677 invoked by uid 89); 26 Apr 2004 23:35:08 -0000 Received: from unknown (HELO rdsnet.ro) (62.231.74.131) by 0 with SMTP; 26 Apr 2004 23:35:08 -0000 Received: (qmail 2740 invoked from network); 26 Apr 2004 23:39:31 -0000 Received: from unknown (HELO buh.cameradicommercio.ro) (81.196.25.19) by mail.rdsnet.ro with SMTP; 26 Apr 2004 23:39:31 -0000 Received: from it.buh.cameradicommercio.ro (it.buh.cameradicommercio.ro [192.168.0.10]) by buh.cameradicommercio.ro (Postfix) with ESMTP id D88C6614B; Tue, 27 Apr 2004 02:39:05 +0300 (EEST) Received: from localhost (localhost.buh.cameradicommercio.ro [127.0.0.1]) by it.buh.cameradicommercio.ro (Postfix) with ESMTP id 816312C5; Tue, 27 Apr 2004 02:42:48 +0300 (EEST) Received: from it.buh.cameradicommercio.ro ([127.0.0.1])port 10024) with ESMTP id 04716-09; Tue, 27 Apr 2004 02:42:48 +0300 (EEST) Received: from it.buh.cameradicommercio.ro (localhost.buh.cameradicommercio.ro [127.0.0.1]) by it.buh.cameradicommercio.ro (Postfix) with SMTP id 21FE7231; Tue, 27 Apr 2004 02:42:48 +0300 (EEST) Date: Tue, 27 Apr 2004 02:42:47 +0300 From: Ion-Mihai Tetcu To: Rob Evers Message-Id: <20040427024247.5f93b88c@it.buh.cameradicommercio.ro> In-Reply-To: <408D90FD.6090704@debank.tv> References: <20040425115758.GA40483@titan.klemm.apsfilter.org> <20040426004411.756cc842@it.buh.cameradicommercio.ro> <20040426062108.GA2118@titan.klemm.apsfilter.org> <20040426104719.3182a631@it.buh.cameradicommercio.ro> <408D90FD.6090704@debank.tv> X-Mailer: Sylpheed version 0.9.10claws (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at it.buh.cameradicommercio.ro cc: ports@FreeBSD.org cc: Andreas Klemm Subject: Re: [dspam-users] thanks for dspam, my experiences on FreeBSD, suggestions X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Apr 2004 23:39:34 -0000 [ dspam-users@nuclearelephant.com dropped ] On Tue, 27 Apr 2004 00:45:17 +0200 Rob Evers wrote: > Hi all, > > Ion-Mihai Tetcu wrote: > > >[ as we're discussing more FreeBSD specific details, I've cc'ed > >ports@FreeBSD.org if you feel this goes off-topic for dspam-users let's > >follow up there ] > > > Good idea. > > I've prepared a merged patch that I'll submit shortly, > if you have any comments or ideas please let me know. > Thanks for your input and patches. 1. I haven't been able to make dspam work with postfix mailbox_command any other way that world executable. I didn't put this in my PR since I wasn't sure it wasn't some kind of pilot error on my part and I really don't like to install by default an 4511 with owner root. Now I'm curious: for sendmail, qmail and postfix we need this; what about exim ? 2. DSPAM_USERDIR - I don't like mixing config files and data files. However, I don't know if there's much we can do without chasing each release and patch it. I'll take a look at the source this week and see. Anyway, since OPTIONS are used, in pre-everything I guess we could echo a message about DSPAM_USERDIR (else it would probably be missed because of options). 3. In pre-configure (as post `make config` ) maybe we should test if the user has selected MYSQL_COMPRESS or VIRT_USERS without MYSQL (and once the PG driver is in we would have to test for that to; btw did you tried the oracle driver ?). Of course it will be obvious it doesn't work, but maybe we want to be nice :) 4. It seems (2.10.3) ALT_BAYESIAN is enabled by default and I missed that, so I would suggest that we drop this. 5. What bout the CGI (Daniel's request) ? What about a dspam-devel port ? -- IOnut Unregistered ;) FreeBSD "user" From owner-freebsd-ports@FreeBSD.ORG Mon Apr 26 18:50:38 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A962716A4CF for ; Mon, 26 Apr 2004 18:50:38 -0700 (PDT) Received: from lakermmtao07.cox.net (lakermmtao07.cox.net [68.230.240.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2571643D54 for ; Mon, 26 Apr 2004 18:50:38 -0700 (PDT) (envelope-from elarsen2@cox.net) Received: from [192.168.2.100] (really [68.226.58.7]) by lakermmtao07.cox.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with ESMTP id <20040427015034.GKBU19459.lakermmtao07.cox.net@[192.168.2.100]> for ; Mon, 26 Apr 2004 21:50:34 -0400 From: Earl Larsen To: ports@FreeBSD.org Date: Mon, 26 Apr 2004 20:53:54 -0500 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200404262053.55139.elarsen2@cox.net> Subject: drm-kmod-0.9.6 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: elarsen2@cox.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Apr 2004 01:50:38 -0000 When I do a make install clean I get the fallowing: main# make install clean ===> Building for drm-kmod-0.9.6 ===> tdfx Warning: Object directory not changed from original /usr/ports/graphics/drm-kmod/work/drm-kmod/tdfx cc -O2 -pipe -ffast-math -march=pentiumpro -I. -I.. -D_KERNEL -DKLD_MODULE -nostdinc -I- -I. -I.. -I. -I@ -I@/../include -finline-limit=8000 -fno-common -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -c tdfx_drv.c cc1: Invalid option `no-align-long-strings' cc1: unknown C standard `c99' cc1: Invalid option `-finline-limit=8000' tdfx_drv.c:40: pci/pcivar.h: No such file or directory In file included from tdfx_drv.c:136: ../drm_ioctl.h:36: pci/pcivar.h: No such file or directory In file included from tdfx_drv.c:45: ../drmP.h:465: field `dev_lock' has incomplete type In file included from tdfx_drv.c:106: ../drm_auth.h: In function `tdfx_find_file': ../drm_auth.h:46: warning: implicit declaration of function `lockmgr' ../drm_auth.h:46: `LK_EXCLUSIVE' undeclared (first use in this function) ../drm_auth.h:46: (Each undeclared identifier is reported only once ../drm_auth.h:46: for each function it appears in.) ../drm_auth.h:53: `LK_RELEASE' undeclared (first use in this function) ../drm_auth.h: In function `tdfx_add_magic': ../drm_auth.h:71: `LK_EXCLUSIVE' undeclared (first use in this function) ../drm_auth.h:79: `LK_RELEASE' undeclared (first use in this function) ../drm_auth.h: In function `tdfx_remove_magic': ../drm_auth.h:93: `LK_EXCLUSIVE' undeclared (first use in this function) ../drm_auth.h:105: `LK_RELEASE' undeclared (first use in this function) In file included from tdfx_drv.c:111: ../drm_drv.h: In function `tdfx_probe': ../drm_drv.h:264: warning: implicit declaration of function `pci_get_devid' ../drm_drv.h: At top level: ../drm_drv.h:318: warning: initialization makes integer from pointer without a cast ../drm_drv.h:319: warning: initialization makes integer from pointer without a cast ../drm_drv.h:320: warning: initialization makes integer from pointer without a cast ../drm_drv.h:321: warning: initialization from incompatible pointer type ../drm_drv.h:322: warning: initialization from incompatible pointer type ../drm_drv.h:323: warning: initialization from incompatible pointer type ../drm_drv.h:324: warning: initialization from incompatible pointer type ../drm_drv.h:325: `nostrategy' undeclared here (not in a function) ../drm_drv.h:325: initializer element is not constant ../drm_drv.h:325: (near initialization for `tdfx_cdevsw.d_read') ../drm_drv.h:326: warning: initialization from incompatible pointer type ../drm_drv.h:327: warning: initialization makes pointer from integer without a cast ../drm_drv.h:328: `nodump' undeclared here (not in a function) ../drm_drv.h:328: initializer element is not constant ../drm_drv.h:328: (near initialization for `tdfx_cdevsw.d_poll') ../drm_drv.h:329: `nopsize' undeclared here (not in a function) ../drm_drv.h:329: initializer element is not constant ../drm_drv.h:329: (near initialization for `tdfx_cdevsw.d_mmap') ../drm_drv.h:330: warning: initialization makes pointer from integer without a cast ../drm_drv.h: In function `tdfx_close': ../drm_drv.h:1099: warning: passing arg 1 of `funsetown' from incompatible pointer type ../drm_drv.h: In function `tdfx_ioctl': ../drm_drv.h:1210: warning: passing arg 1 of `fgetown' from incompatible pointer type ../drm_drv.h: In function `tdfx_linux_ioctl': ../drm_drv.h:1441: dereferencing pointer to incomplete type ../drm_drv.h:1450: warning: passing arg 4 of `fo_ioctl' from incompatible pointer type ../drm_drv.h:1450: too few arguments to function `fo_ioctl' @/sys/file.h:254: warning: inlining failed in call to `fo_ioctl' ../drm_drv.h:1450: warning: called from here In file included from tdfx_drv.c:134: ../drm_fops.h: In function `tdfx_write_string': ../drm_fops.h:317: warning: passing arg 1 of `pgsigio' from incompatible pointer type In file included from tdfx_drv.c:136: ../drm_ioctl.h: In function `tdfx_irq_busid': ../drm_ioctl.h:73: warning: implicit declaration of function `pci_get_slot' ../drm_ioctl.h:74: warning: implicit declaration of function `pci_get_function' ../drm_ioctl.h:81: warning: implicit declaration of function `pci_get_irq' In file included from tdfx_drv.c:142: ../drm_vm.h: At top level: ../drm_vm.h:22: conflicting types for `tdfx_mmap' ../drm_os_freebsd.h:295: previous declaration of `tdfx_mmap' ../drm_vm.h: In function `tdfx_mmap': ../drm_vm.h:62: warning: passing arg 1 of `suser' from incompatible pointer type *** Error code 1 Stop in /usr/ports/graphics/drm-kmod/work/drm-kmod/tdfx. *** Error code 1 Stop in /usr/ports/graphics/drm-kmod/work/drm-kmod. *** Error code 1 Stop in /usr/ports/graphics/drm-kmod. main# From owner-freebsd-ports@FreeBSD.ORG Tue Apr 27 02:02:57 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D006316A4CE for ; Tue, 27 Apr 2004 02:02:57 -0700 (PDT) Received: from mail.terralink.de (mail.tlink.de [217.9.16.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBCAC43D2F for ; Tue, 27 Apr 2004 02:02:56 -0700 (PDT) (envelope-from me@daniel.stefan.haischt.name) Received: from smtp.abyssworld.de (daniel-s-haischt.biz [217.9.24.89]) by mail.terralink.de (Postfix) with ESMTP id A9320BD613; Tue, 27 Apr 2004 11:02:32 +0200 (CEST) Received: from localhost (localhost.abyssworld.de [127.0.0.1]) by smtp.abyssworld.de (Postfix) with ESMTP id 4AE18564442; Tue, 27 Apr 2004 11:02:31 +0200 (CEST) Received: from smtp.abyssworld.de ([127.0.0.1]) by localhost (abyssone.abyssworld.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 07249-06; Tue, 27 Apr 2004 11:02:22 +0200 (CEST) Received: from daniel.stefan.haischt.name (unknown [192.168.120.252]) by smtp.abyssworld.de (Postfix) with ESMTP id DEF3E56417B; Tue, 27 Apr 2004 11:02:21 +0200 (CEST) Message-ID: <408E2196.70000@daniel.stefan.haischt.name> Date: Tue, 27 Apr 2004 11:02:14 +0200 From: "Daniel S. Haischt" User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ion-Mihai Tetcu References: <44vfjph27a.fsf@be-well.ilk.org> <20040427024115.2f056404@it.buh.cameradicommercio.ro> In-Reply-To: <20040427024115.2f056404@it.buh.cameradicommercio.ro> X-Enigmail-Version: 0.83.3.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at abyssworld.de cc: ports@FreeBSD.org cc: rob@debank.tv cc: Lowell Gilbert Subject: Re: FreeBSD Port: dspam-2.10.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: me@daniel.stefan.haischt.name List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Apr 2004 09:02:57 -0000 maybe another option would be to output a message that will inform the one who installs the port that he needs to copy the CGI script manually before executing 'make clean'. regards daniel s. haischt Ion-Mihai Tetcu wrote: > On Sat, 24 Apr 2004 16:45:07 +0200 > Daniel Stefan Haischt wrote: > > >>I already figured out that the CGI won't be installed. >> >>Do you think it would be possible to add an option >>WITH_DSPAM_CGI to the port's Makefile to trigger >>whether the CGI script should be installed as well? > > > If we want this we will have to RUN_DEPEND on apache. We could also use > the alternative php script, but then we will depend on (mod)php too. > > From owner-freebsd-ports@FreeBSD.ORG Tue Apr 27 02:04:26 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAE5916A4CE for ; Tue, 27 Apr 2004 02:04:26 -0700 (PDT) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85BFD43D2F for ; Tue, 27 Apr 2004 02:04:26 -0700 (PDT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (IDENT:brdavis@localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.12.10/8.12.3) with ESMTP id i3R94QjU027043; Tue, 27 Apr 2004 02:04:26 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.12.10/8.12.3/Submit) id i3R94Q1F027042; Tue, 27 Apr 2004 02:04:26 -0700 Date: Tue, 27 Apr 2004 02:04:26 -0700 From: Brooks Davis To: Kris Kennaway Message-ID: <20040427090425.GA21675@Odin.AC.HMC.Edu> References: <20040424011249.GA20496@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="xHFwDpU9dbj6ez1V" Content-Disposition: inline In-Reply-To: <20040424011249.GA20496@xor.obsecurity.org> User-Agent: Mutt/1.5.4i cc: ports@freebsd.org Subject: Re: If you're bored during the freeze X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Apr 2004 09:04:26 -0000 --xHFwDpU9dbj6ez1V Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Apr 23, 2004 at 06:12:49PM -0700, Kris Kennaway wrote: > I'm probably going to add /usr/local/www to BSD.local.dist so it > becomes a "system" directory. This sounds like a good idea to me. One related issue is ports that intall under /usr/local/www/data/. I've seen quite a few PHP ports that do that and it's a bad idea since that directory may or may not be a link to data.dist. I've moved my PHP ports to use /usr/local/www/ and to have a pkg-message that shows an apache directive to add that to the web hierachy as //. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --xHFwDpU9dbj6ez1V Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFAjiIYXY6L6fI4GtQRAnj1AJsGswXtg6i054/iQ+eUT1W+gUnxUQCfXi6n UGdVP+N9zswSSoicw82XzKk= =tgFF -----END PGP SIGNATURE----- --xHFwDpU9dbj6ez1V-- From owner-freebsd-ports@FreeBSD.ORG Tue Apr 27 02:27:30 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1508A16A4D0; Tue, 27 Apr 2004 02:27:30 -0700 (PDT) Received: from mail.dt.e-technik.uni-dortmund.de (krusty.dt.e-technik.Uni-Dortmund.DE [129.217.163.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F73E43D5F; Tue, 27 Apr 2004 02:27:29 -0700 (PDT) (envelope-from ma@dt.e-technik.uni-dortmund.de) Received: from m2a2.dyndns.org (krusty.dt.e-technik.uni-dortmund.de [129.217.163.1])CF0A6294EC; Tue, 27 Apr 2004 11:27:27 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by merlin.emma.line.org (Postfix) with ESMTP id 7D181B9DBD; Tue, 27 Apr 2004 11:27:26 +0200 (CEST) Received: from merlin.emma.line.org ([127.0.0.1]) by localhost (m2a2.dyndns.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 10375-05; Tue, 27 Apr 2004 11:27:25 +0200 (CEST) Received: by merlin.emma.line.org (Postfix, from userid 500) id 8D4F1B9DBC; Tue, 27 Apr 2004 11:27:25 +0200 (CEST) To: Matt Mills In-Reply-To: <408D82A4.1040609@btopenworld.com> (Matt Mills's message of "Mon, 26 Apr 2004 22:44:04 +0100") References: <408D82A4.1040609@btopenworld.com> From: Matthias Andree Date: Tue, 27 Apr 2004 11:27:25 +0200 Message-ID: User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by amavisd-new at m2a2.dyndns.org cc: ports@freebsd.org Subject: Re: FreeBSD Port: joe-devel-2.9.8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Apr 2004 09:27:30 -0000 Matt Mills writes: > Just an FYI - JOE v3.0 was released on April 22nd. AFAICS, the ports tree is frozen (see ), so the update cannot be committed right now -- unless it fixes serious joe bugs and gets portmgr@ approval. If you know _COMPELLING_ reasons to update to 3.0, bring them forth. If it's just in the "nice to have" department, then the update will happen after the ports tree unfreeze. A couple of days only probably. -- Matthias Andree Encrypt your mail: my GnuPG key ID is 0x052E7D95 From owner-freebsd-ports@FreeBSD.ORG Tue Apr 27 03:04:59 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05A3416A4CF for ; Tue, 27 Apr 2004 03:04:59 -0700 (PDT) Received: from mtaw6.prodigy.net (mtaw6.prodigy.net [64.164.98.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3218443D5E for ; Tue, 27 Apr 2004 03:04:58 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (5eb869cfff1b577ad714a0a02b42f50d@adsl-67-115-73-128.dsl.lsan03.pacbell.net [67.115.73.128]) by mtaw6.prodigy.net (8.12.10/8.12.10) with ESMTP id i3RA3h33016230; Tue, 27 Apr 2004 03:03:44 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 8A93251EE1; Tue, 27 Apr 2004 03:04:55 -0700 (PDT) Date: Tue, 27 Apr 2004 03:04:54 -0700 From: Kris Kennaway To: Brooks Davis Message-ID: <20040427100454.GA62551@xor.obsecurity.org> References: <20040424011249.GA20496@xor.obsecurity.org> <20040427090425.GA21675@Odin.AC.HMC.Edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Nq2Wo0NMKNjxTN9z" Content-Disposition: inline In-Reply-To: <20040427090425.GA21675@Odin.AC.HMC.Edu> User-Agent: Mutt/1.4.2.1i cc: ports@freebsd.org cc: Kris Kennaway Subject: Re: If you're bored during the freeze X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Apr 2004 10:04:59 -0000 --Nq2Wo0NMKNjxTN9z Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Apr 27, 2004 at 02:04:26AM -0700, Brooks Davis wrote: > On Fri, Apr 23, 2004 at 06:12:49PM -0700, Kris Kennaway wrote: > > I'm probably going to add /usr/local/www to BSD.local.dist so it > > becomes a "system" directory. >=20 > This sounds like a good idea to me. One related issue is ports that > intall under /usr/local/www/data/. I've seen quite a few PHP > ports that do that and it's a bad idea since that directory may or may > not be a link to data.dist. I've moved my PHP ports to use > /usr/local/www/ and to have a pkg-message that shows an apache > directive to add that to the web hierachy as //. Yes, nothing should install under data/ since that's where a live website usually lives, and it's Very Bad for ports to install themselves so they immediately show up there [1] Kris [1] e.g. some ports have insecure default settings; they may change the website behaviour; overwrite existing files, etc. --Nq2Wo0NMKNjxTN9z Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAjjBFWry0BWjoQKURAklzAKC40S+MxApoyy0pCzAeJg+mamE9tQCfaJj/ CPsG2XoTT8XPBvc8VOR+tjY= =/2j5 -----END PGP SIGNATURE----- --Nq2Wo0NMKNjxTN9z-- From owner-freebsd-ports@FreeBSD.ORG Tue Apr 27 04:36:57 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBC7B16A4CE; Tue, 27 Apr 2004 04:36:57 -0700 (PDT) Received: from mail.tigeri.com (host81-7-12-84.adsl.v21.co.uk [81.7.12.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16EB743D2F; Tue, 27 Apr 2004 04:36:57 -0700 (PDT) (envelope-from dave@tigeri.com) Received: from localhost (localhost.localhost [127.0.0.1]) by mail.tigeri.com (TIGERI Mail Deamon v2.7.3) with ESMTP id 299072D361B; Tue, 27 Apr 2004 12:37:49 +0100 (BST) Received: from mail.tigeri.com ([127.0.0.1]) by localhost (davesbsd.localhost [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 22682-04; Tue, 27 Apr 2004 12:37:49 +0100 (BST) Received: from daveslaptop (unknown [192.168.1.3]) by mail.tigeri.com (TIGERI Mail Deamon v2.7.3) with ESMTP id D26862D2B00; Tue, 27 Apr 2004 12:37:48 +0100 (BST) From: "Dave Tiger" To: Date: Tue, 27 Apr 2004 12:36:05 +0100 Message-ID: <001501c42c4b$d4d16ac0$0301a8c0@daveslaptop> MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal X-Virus-Scanned: by amavisd-new at mail.tigeri.com X-Mailman-Approved-At: Tue, 27 Apr 2004 05:03:23 -0700 cc: ports@FreeBSD.org Subject: FreeBSD Port: mod_vdbh-1.0.3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Apr 2004 11:36:58 -0000 Dear Sir / Madam, May I first apologise for contacting you directly with my enquiry regarding "mod_vdbh-1.0.3" but the website seems to be inactive. Is this port still active ? Or can you suggest any other port that achieves the same thing that is virtual mass hosting via MySql for apache 1.3 or 2. Once again I do apologize for my direct email Yours truly Dave Carrera --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.668 / Virus Database: 430 - Release Date: 24/04/2004 From owner-freebsd-ports@FreeBSD.ORG Tue Apr 27 05:51:30 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4335016A4CE; Tue, 27 Apr 2004 05:51:30 -0700 (PDT) Received: from smtp3.ing.unibs.it (smtp3.ing.unibs.it [192.167.23.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7950A43D39; Tue, 27 Apr 2004 05:51:28 -0700 (PDT) (envelope-from francesco.gringoli@ing.unibs.it) Received: from smtp.ing.unibs.it (smtp.ing.unibs.it [192.167.20.162]) by smtp3.ing.unibs.it (8.12.8/8.12.8) with ESMTP id i3RCpPLU014430; Tue, 27 Apr 2004 14:51:25 +0200 Received: from [192.168.20.8] (noragw.ing.unibs.it [192.167.20.210]) (authenticated bits=0)i3RCpOao026774 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT); Tue, 27 Apr 2004 14:51:25 +0200 Mime-Version: 1.0 (Apple Message framework v613) Content-Transfer-Encoding: 7bit Message-Id: <9635BDFE-9849-11D8-B46A-000A95CD8008@ing.unibs.it> Content-Type: text/plain; charset=US-ASCII; format=flowed To: ports@FreeBSD.org, eik@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: Francesco Gringoli Date: Tue, 27 Apr 2004 14:51:22 +0200 X-Mailer: Apple Mail (2.613) X-Virus-Scanned: by AMaViS - amavis-milter (http://www.amavis.org/) Subject: conflicts between slapd and nsswitch (SSL not working) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Apr 2004 12:51:30 -0000 Packages: openldap2(0,1)-server, nss-ldap Hi all, If slapd is configured to run as a user different than root (default config) and nsswitch is configured to search first in files and then in ldap and the ldap server specified for nsswitch is different then this, when slapd starts its SSL engine seems down: although slapd binds on port 636, traffic on this port is not SSL (try with openssl s_client and see that no certificate is returned during the handshake, really there is no handshake at all). Note: slapd start normally as the user specified in slapd.conf, it is possible to do search inside the ldap db, nss-ldap is ok and userid and gid are those defined in the ldap db, BUT the SSL engine is off. Note: if the ldap server specified for nsswitch is the same a time-out occur, since the slapd calls getpwnam and the ldap module cannot obtain anything. In this case the SSL engine is OK. Regards, FG From owner-freebsd-ports@FreeBSD.ORG Tue Apr 27 06:12:14 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 929D616A4CE for ; Tue, 27 Apr 2004 06:12:14 -0700 (PDT) Received: from endif.cjb.net (65-101-229-205.dnvr.qwest.net [65.101.229.205]) by mx1.FreeBSD.org (Postfix) with SMTP id DBEAF43D2D for ; Tue, 27 Apr 2004 06:12:13 -0700 (PDT) (envelope-from end@endif.cjb.net) Received: (qmail 99544 invoked from network); 27 Apr 2004 13:12:13 -0000 Received: from localhost (127.0.0.1) by localhost with SMTP; 27 Apr 2004 13:12:13 -0000 Date: Tue, 27 Apr 2004 07:12:06 -0600 From: Robin Schoonover To: Kris Kennaway In-Reply-To: <20040427100454.GA62551@xor.obsecurity.org> References: <20040424011249.GA20496@xor.obsecurity.org> <20040427090425.GA21675@Odin.AC.HMC.Edu> <20040427100454.GA62551@xor.obsecurity.org> X-Mailer: Sylpheed version 0.9.10claws (GTK+ 1.2.10; i386-portbld-freebsd5.2.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20040427131213.DBEAF43D2D@mx1.FreeBSD.org> cc: Brooks Davis cc: ports@freebsd.org Subject: Re: If you're bored during the freeze X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Apr 2004 13:12:14 -0000 On Tue, 27 Apr 2004 03:04:54 -0700, Kris Kennaway wrote: > On Tue, Apr 27, 2004 at 02:04:26AM -0700, Brooks Davis wrote: > > On Fri, Apr 23, 2004 at 06:12:49PM -0700, Kris Kennaway wrote: > > > I'm probably going to add /usr/local/www to BSD.local.dist so it > > > becomes a "system" directory. > > > > This sounds like a good idea to me. One related issue is ports that > > intall under /usr/local/www/data/. I've seen quite a few PHP > > ports that do that and it's a bad idea since that directory may or may > > not be a link to data.dist. I've moved my PHP ports to use > > /usr/local/www/ and to have a pkg-message that shows an apache > > directive to add that to the web hierachy as //. > > Yes, nothing should install under data/ since that's where a live > website usually lives, and it's Very Bad for ports to install > themselves so they immediately show up there [1] > It gets worse. One port, that I unfortunately cannot remember now, deleted the entire /usr/local/www/data tree when I deinstalled it. -- Robin Schoonover (aka End) # How can you expect a computer to act sanely when you give it such # conflicting orders? You want it to work, and you want it to run # Win95.... -- Alan Shutko From owner-freebsd-ports@FreeBSD.ORG Tue Apr 27 06:13:02 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CAD116A4CF for ; Tue, 27 Apr 2004 06:13:02 -0700 (PDT) Received: from web41603.mail.yahoo.com (web41603.mail.yahoo.com [66.218.93.103]) by mx1.FreeBSD.org (Postfix) with SMTP id 0AC7243D5C for ; Tue, 27 Apr 2004 06:13:02 -0700 (PDT) (envelope-from strbenjr@yahoo.com) Message-ID: <20040427131301.88861.qmail@web41603.mail.yahoo.com> Received: from [208.19.133.132] by web41603.mail.yahoo.com via HTTP; Tue, 27 Apr 2004 06:13:01 PDT Date: Tue, 27 Apr 2004 06:13:01 -0700 (PDT) From: "Ben H." To: Adam Weinberger In-Reply-To: <20040426225743.GC9284@toxic.magnesium.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: ports FBSD Subject: Re: New port request... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Apr 2004 13:13:02 -0000 The core piece I am asking to be ported is the Netscape Certificate Management System (CMS) but it may require the Netscape Directory and the Netscape Enterprise Server (web server) So... basically I was asking for the LINUX version of all three. I will try to get the CMS package working with OpenLDAP and Apache first. [ CMS is what OpenCA hopes to become ] Thanks so much! Ben H. Adam Weinberger wrote: [ removing questions@ from the Cc: list ] >> (04.26.2004 @ 1848 PST): Ben H. said, in 1.0K: << > [ Netscape Directory Certificate CMS ] > ... > I would like to request that some great "port-er" consider porting the following software: > > http://sbsdownload.netscape.com/download/index.cgi > > I am going to take a stab at installing this depending simply upon the Linux Emulation and the included instructons. Any suggestions would be greatly appreciated. > ... > Thanks!!! > (Please reply directly since I am not a list member) > >> end of "New port request..." from Ben H. << You haven't said what program you want ported, nor have you given any information about the software. Furthermore, you have provided a link to a page with links to 6 different applications and nothing else. I haven't a clue what it is that you're asking to be ported... a little help, please. # Adam -- Adam Weinberger adamw@magnesium.net || adamw@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Tue Apr 27 06:20:08 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DFDC16A4CE; Tue, 27 Apr 2004 06:20:08 -0700 (PDT) Received: from fillmore.dyndns.org (port-212-202-49-130.reverse.qsc.de [212.202.49.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD12C43D45; Tue, 27 Apr 2004 06:20:07 -0700 (PDT) (envelope-from eikemeier@fillmore-labs.com) Received: from [172.16.0.2] (helo=fillmore-labs.com) by fillmore.dyndns.org with esmtp (Exim 4.32; FreeBSD) id 1BISVD-000DEg-Dg; Tue, 27 Apr 2004 15:20:02 +0200 Message-ID: <408E5DFE.8040909@fillmore-labs.com> Date: Tue, 27 Apr 2004 15:19:58 +0200 From: Oliver Eikemeier Organization: Fillmore Labs GmbH - http://www.fillmore-labs.com/ MIME-Version: 1.0 To: Francesco Gringoli References: <9635BDFE-9849-11D8-B46A-000A95CD8008@ing.unibs.it> In-Reply-To: <9635BDFE-9849-11D8-B46A-000A95CD8008@ing.unibs.it> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: ports@FreeBSD.org cc: freebsd-ports-bugs@FreeBSD.org cc: eik@FreeBSD.org Subject: Re: conflicts between slapd and nsswitch (SSL not working) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Apr 2004 13:20:08 -0000 Francesco Gringoli wrote: > Packages: openldap2(0,1)-server, nss-ldap > > Hi all, > > If slapd is configured to run as a user different than root (default > config) > and nsswitch is configured to search first in files and then in ldap and > the ldap server specified for nsswitch is different then this, > when slapd starts its SSL engine seems down: > although slapd binds on port 636, traffic on this > port is not SSL (try with openssl s_client and see > that no certificate is returned during the handshake, > really there is no handshake at all). > Note: slapd start normally as the user specified in slapd.conf, > it is possible to do search inside the ldap db, > nss-ldap is ok and userid and gid are those defined in the ldap db, > BUT > the SSL engine is off. > > Note: if the ldap server specified for nsswitch is the same a time-out > occur, since the slapd calls getpwnam and the ldap module > cannot obtain anything. In this case the SSL engine is OK. What do you mean with `different' and `same' specified server? Also, some more iforemation would be useful, like uname -a pkg_info ldd /usr/local/libexec/slapd ps auxwww | grep slapd cat /usr/local/etc/openldap/slapd.conf cat /usr/local/etc/nss_ldap.conf -Oliver From owner-freebsd-ports@FreeBSD.ORG Tue Apr 27 06:23:07 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAFAD16A4D2 for ; Tue, 27 Apr 2004 06:23:07 -0700 (PDT) Received: from fillmore.dyndns.org (port-212-202-49-130.reverse.qsc.de [212.202.49.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66A8F43D62 for ; Tue, 27 Apr 2004 06:23:07 -0700 (PDT) (envelope-from eikemeier@fillmore-labs.com) Received: from [172.16.0.2] (helo=fillmore-labs.com) by fillmore.dyndns.org with esmtp (Exim 4.32; FreeBSD) id 1BISYC-000DFN-MB; Tue, 27 Apr 2004 15:23:06 +0200 Message-ID: <408E5EB8.6020008@fillmore-labs.com> Date: Tue, 27 Apr 2004 15:23:04 +0200 From: Oliver Eikemeier Organization: Fillmore Labs GmbH - http://www.fillmore-labs.com/ MIME-Version: 1.0 To: Robin Schoonover References: <20040424011249.GA20496@xor.obsecurity.org> <20040427090425.GA21675@Odin.AC.HMC.Edu> <20040427100454.GA62551@xor.obsecurity.org> <20040427131213.DBEAF43D2D@mx1.FreeBSD.org> In-Reply-To: <20040427131213.DBEAF43D2D@mx1.FreeBSD.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: Brooks Davis cc: ports@freebsd.org cc: Kris Kennaway Subject: Re: If you're bored during the freeze X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Apr 2004 13:23:08 -0000 Robin Schoonover wrote: > On Tue, 27 Apr 2004 03:04:54 -0700, Kris Kennaway wrote: > >>On Tue, Apr 27, 2004 at 02:04:26AM -0700, Brooks Davis wrote: >> >>>On Fri, Apr 23, 2004 at 06:12:49PM -0700, Kris Kennaway wrote: >>> >>>>I'm probably going to add /usr/local/www to BSD.local.dist so it >>>>becomes a "system" directory. >>> >>>This sounds like a good idea to me. One related issue is ports that >>>intall under /usr/local/www/data/. I've seen quite a few PHP >>>ports that do that and it's a bad idea since that directory may or may >>>not be a link to data.dist. I've moved my PHP ports to use >>>/usr/local/www/ and to have a pkg-message that shows an apache >>> directive to add that to the web hierachy as //. >> >>Yes, nothing should install under data/ since that's where a live >>website usually lives, and it's Very Bad for ports to install >>themselves so they immediately show up there [1] > > It gets worse. One port, that I unfortunately cannot remember now, > deleted the entire /usr/local/www/data tree when I deinstalled it. You did not have any important data there, otherwise you would remember which port it was, I guess? -Oliver From owner-freebsd-ports@FreeBSD.ORG Tue Apr 27 06:35:23 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D659916A4CE for ; Tue, 27 Apr 2004 06:35:23 -0700 (PDT) Received: from endif.cjb.net (65-101-229-205.dnvr.qwest.net [65.101.229.205]) by mx1.FreeBSD.org (Postfix) with SMTP id 33E5943D53 for ; Tue, 27 Apr 2004 06:35:23 -0700 (PDT) (envelope-from end@endif.cjb.net) Received: (qmail 99679 invoked from network); 27 Apr 2004 13:35:22 -0000 Received: from localhost (127.0.0.1) by localhost with SMTP; 27 Apr 2004 13:35:22 -0000 Date: Tue, 27 Apr 2004 07:35:22 -0600 From: Robin Schoonover To: Oliver Eikemeier In-Reply-To: <408E5EB8.6020008@fillmore-labs.com> References: <20040424011249.GA20496@xor.obsecurity.org> <20040427090425.GA21675@Odin.AC.HMC.Edu> <20040427100454.GA62551@xor.obsecurity.org> <20040427131213.DBEAF43D2D@mx1.FreeBSD.org> <408E5EB8.6020008@fillmore-labs.com> X-Mailer: Sylpheed version 0.9.10claws (GTK+ 1.2.10; i386-portbld-freebsd5.2.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20040427133523.33E5943D53@mx1.FreeBSD.org> cc: Brooks Davis cc: ports@freebsd.org cc: Kris Kennaway Subject: Re: If you're bored during the freeze X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Apr 2004 13:35:23 -0000 On Tue, 27 Apr 2004 15:23:04 +0200, Oliver Eikemeier wrote: > Robin Schoonover wrote: > > > > It gets worse. One port, that I unfortunately cannot remember now, > > deleted the entire /usr/local/www/data tree when I deinstalled it. > > You did not have any important data there, otherwise you would remember > which port it was, I guess? > It did delete important data (a calendar in fact, that is only used by about 5-10 people), but I was too worried about finding the backup to remember what port it was. :( Fortunately I managed to get the data back in place before anyone complained. -- Robin Schoonover (aka End) # # "Use the force -- change the source." # -- guckes@medusa.math.fu-berlin.de, in comp.mail.elm From owner-freebsd-ports@FreeBSD.ORG Tue Apr 27 10:03:39 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19AD616A4CE for ; Tue, 27 Apr 2004 10:03:39 -0700 (PDT) Received: from basement.kutulu.org (pcp03610121pcs.longhl01.md.comcast.net [68.49.239.235]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD79E43D31 for ; Tue, 27 Apr 2004 10:03:38 -0700 (PDT) (envelope-from kutulu@kutulu.org) Received: from wombat.localnet (wombat.localnet [192.168.69.3]) by basement.kutulu.org (Postfix) with ESMTP id 89BC7A961; Tue, 27 Apr 2004 13:03:37 -0400 (EDT) Received: by wombat.localnet (Postfix, from userid 1001) id 5CFB5B836; Tue, 27 Apr 2004 13:03:37 -0400 (EDT) Date: Tue, 27 Apr 2004 13:03:37 -0400 From: Michael Edenfield To: Robin Schoonover Message-ID: <20040427170337.GA68412@wombat.localnet> Mail-Followup-To: Robin Schoonover , Oliver Eikemeier , Brooks Davis , ports@freebsd.org, Kris Kennaway References: <20040424011249.GA20496@xor.obsecurity.org> <20040427090425.GA21675@Odin.AC.HMC.Edu> <20040427100454.GA62551@xor.obsecurity.org> <20040427131213.DBEAF43D2D@mx1.FreeBSD.org> <408E5EB8.6020008@fillmore-labs.com> <20040427133523.33E5943D53@mx1.FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ReaqsoxgOBHFXBhH" Content-Disposition: inline In-Reply-To: <20040427133523.33E5943D53@mx1.FreeBSD.org> X-Mailer: Mutt http://www.mutt.org/ X-Accept-Language: en X-PGP-Key: http://www.kutulu.org/pgp/kutulu.asc X-PGP-Fingerprint: 1CE0 3C31 7013 D529 406D 37DC 09CC CD84 A46C 878F User-Agent: Mutt/1.5.6i cc: Brooks Davis cc: ports@freebsd.org cc: Kris Kennaway cc: Oliver Eikemeier Subject: Re: If you're bored during the freeze X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Apr 2004 17:03:39 -0000 --ReaqsoxgOBHFXBhH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * Robin Schoonover [040427 09:35]: > On Tue, 27 Apr 2004 15:23:04 +0200, Oliver Eikemeier wrote: > > Robin Schoonover wrote: > > >=20 > > > It gets worse. One port, that I unfortunately cannot remember now, > > > deleted the entire /usr/local/www/data tree when I deinstalled it. > >=20 > > You did not have any important data there, otherwise you would remember > > which port it was, I guess? > >=20 >=20 > It did delete important data (a calendar in fact, that is only used by > about 5-10 people), but I was too worried about finding the backup to > remember what port it was. :( >=20 > Fortunately I managed to get the data back in place before anyone > complained. At some point in the past, apache itself did this when upgrading (apache+mod_ssl, specifically). I got into the habit of never putting anything useful in that directory so it wouldn't happen again. --Mike --ReaqsoxgOBHFXBhH Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAjpJpCczNhKRsh48RAvPbAJ47YxP8Z8ejzhII/ASSTR64Ai16UgCfWUFm HTxhfgzS5xXImmrmPd9/h8s= =6RGE -----END PGP SIGNATURE----- --ReaqsoxgOBHFXBhH-- From owner-freebsd-ports@FreeBSD.ORG Tue Apr 27 10:11:38 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0890716A4CE for ; Tue, 27 Apr 2004 10:11:38 -0700 (PDT) Received: from smtp.rdsnet.ro (smtp.rdsnet.ro [62.231.74.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2401943D5C for ; Tue, 27 Apr 2004 10:11:37 -0700 (PDT) (envelope-from itetcu@apropo.ro) Received: (qmail 28989 invoked by uid 89); 27 Apr 2004 17:07:07 -0000 Received: from unknown (HELO rdsnet.ro) (62.231.74.131) by 0 with SMTP; 27 Apr 2004 17:07:07 -0000 Received: (qmail 5857 invoked from network); 27 Apr 2004 17:11:35 -0000 Received: from unknown (HELO buh.cameradicommercio.ro) (81.196.25.19) by mail.rdsnet.ro with SMTP; 27 Apr 2004 17:11:35 -0000 Received: from it.buh.cameradicommercio.ro (it.buh.cameradicommercio.ro [192.168.0.10]) by buh.cameradicommercio.ro (Postfix) with ESMTP id 0A39C614E; Tue, 27 Apr 2004 20:11:07 +0300 (EEST) Received: from localhost (localhost.buh.cameradicommercio.ro [127.0.0.1]) by it.buh.cameradicommercio.ro (Postfix) with ESMTP id 3A4652AB; Tue, 27 Apr 2004 20:14:56 +0300 (EEST) Received: from it.buh.cameradicommercio.ro ([127.0.0.1])port 10024) with ESMTP id 16796-02; Tue, 27 Apr 2004 20:14:55 +0300 (EEST) Received: from it.buh.cameradicommercio.ro (localhost.buh.cameradicommercio.ro [127.0.0.1]) by it.buh.cameradicommercio.ro (Postfix) with SMTP id EDD97258; Tue, 27 Apr 2004 20:14:54 +0300 (EEST) Date: Tue, 27 Apr 2004 20:14:54 +0300 From: Ion-Mihai Tetcu To: Robin Schoonover Message-Id: <20040427201454.48271bf5@it.buh.cameradicommercio.ro> In-Reply-To: <20040427131213.DBEAF43D2D@mx1.FreeBSD.org> References: <20040424011249.GA20496@xor.obsecurity.org> <20040427090425.GA21675@Odin.AC.HMC.Edu> <20040427100454.GA62551@xor.obsecurity.org> <20040427131213.DBEAF43D2D@mx1.FreeBSD.org> X-Mailer: Sylpheed version 0.9.10claws (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at it.buh.cameradicommercio.ro cc: Brooks Davis cc: ports@freebsd.org cc: Kris Kennaway Subject: Re: If you're bored during the freeze X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Apr 2004 17:11:38 -0000 On Tue, 27 Apr 2004 07:12:06 -0600 Robin Schoonover wrote: > On Tue, 27 Apr 2004 03:04:54 -0700, Kris Kennaway wrote: > > On Tue, Apr 27, 2004 at 02:04:26AM -0700, Brooks Davis wrote: > > > On Fri, Apr 23, 2004 at 06:12:49PM -0700, Kris Kennaway wrote: > > > > I'm probably going to add /usr/local/www to BSD.local.dist so it > > > > becomes a "system" directory. > > > > > > This sounds like a good idea to me. One related issue is ports that > > > intall under /usr/local/www/data/. I've seen quite a few PHP > > > ports that do that and it's a bad idea since that directory may or may > > > not be a link to data.dist. I've moved my PHP ports to use > > > /usr/local/www/ and to have a pkg-message that shows an apache > > > directive to add that to the web hierachy as //. > > > > Yes, nothing should install under data/ since that's where a live > > website usually lives, and it's Very Bad for ports to install > > themselves so they immediately show up there [1] > > > > It gets worse. One port, that I unfortunately cannot remember now, > deleted the entire /usr/local/www/data tree when I deinstalled it. I've also have a hard time upgrading apache because I had a .tbz file in that dir. Of course, I don't remember details ;) -- IOnut Unregistered ;) FreeBSD "user" From owner-freebsd-ports@FreeBSD.ORG Tue Apr 27 10:25:32 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1104C16A4CE; Tue, 27 Apr 2004 10:25:32 -0700 (PDT) Received: from hafnium.btinternet.com (hafnium.btinternet.com [194.73.73.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CD3C43D39; Tue, 27 Apr 2004 10:25:31 -0700 (PDT) (envelope-from matt_mills@btopenworld.com) Received: from host213-122-21-155.in-addr.btopenworld.com ([213.122.21.155] helo=btopenworld.com) by hafnium.btinternet.com with esmtp (Exim 3.22 #25) id 1BIWHA-0002HX-00; Tue, 27 Apr 2004 18:21:44 +0100 Message-ID: <408E96E5.3070909@btopenworld.com> Date: Tue, 27 Apr 2004 18:22:45 +0100 From: Matt Mills User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Matthias Andree References: <408D82A4.1040609@btopenworld.com> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: ports@freebsd.org Subject: Re: FreeBSD Port: joe-devel-2.9.8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Apr 2004 17:25:32 -0000 Matthias Andree wrote: > Matt Mills writes: > > >>Just an FYI - JOE v3.0 was released on April 22nd. > > > AFAICS, the ports tree is frozen (see > ), so the > update cannot be committed right now -- unless it fixes serious joe bugs > and gets portmgr@ approval. > > If you know _COMPELLING_ reasons to update to 3.0, bring them forth. > > If it's just in the "nice to have" department, then the update will > happen after the ports tree unfreeze. A couple of days only probably. > Sorry, I had no idea the ports tree was frozen for an upcoming release. It makes sense, I just never thought about it. The only reason I was in such a hurry to see the joe-devel port updated was because I read that it now has syntax highlighting, which exicted me :) Thanks for the response, and sorry once more for time wasting. -- Matt From owner-freebsd-ports@FreeBSD.ORG Tue Apr 27 11:28:31 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A729016A4CE; Tue, 27 Apr 2004 11:28:31 -0700 (PDT) Received: from imf23aec.mail.bellsouth.net (imf23aec.mail.bellsouth.net [205.152.59.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1388D43D5A; Tue, 27 Apr 2004 11:28:31 -0700 (PDT) (envelope-from ursamax@bellsouth.net) Received: from bellsouth.net ([216.78.63.196]) by imf23aec.mail.bellsouth.netESMTP <20040427182830.GPPU1781.imf23aec.mail.bellsouth.net@bellsouth.net>; Tue, 27 Apr 2004 14:28:30 -0400 Message-ID: <408EB362.7060704@bellsouth.net> Date: Tue, 27 Apr 2004 15:24:18 -0400 From: amg User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.1) Gecko/20030303 X-Accept-Language: en-us, en MIME-Version: 1.0 To: sada@FreeBSD.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org Subject: FreeBSD Port: linux-netscape-communicator-4.8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Apr 2004 18:28:31 -0000 OS: freebsd 4.9 I recently installed 4.9 and, when attempting to install the "linux-netscape-communicator-4.8", I receieve the following message when I invoked netscape: ELF interpreter /compat/svr4/lib/ld-linux.so.2 not found abort A bit of snooping about showed that ld-linux.so.2 is located in: /compat/linux/lib. When are the error(s) likely to be corrected so that netscape can be installed and used? august From owner-freebsd-ports@FreeBSD.ORG Tue Apr 27 11:36:33 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4322616A4CE for ; Tue, 27 Apr 2004 11:36:33 -0700 (PDT) Received: from mail-in-04.arcor-online.net (mail-in-04.arcor-online.net [151.189.21.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2583343D2F for ; Tue, 27 Apr 2004 11:36:31 -0700 (PDT) (envelope-from mailnull@mips.inka.de) Received: from kemoauc.mips.inka.de (dsl-213-023-058-229.arcor-ip.net [213.23.58.229]) by mail-in-04.arcor-online.net (Postfix) with ESMTP id E41DEC20FFE for ; Tue, 27 Apr 2004 20:36:28 +0200 (CEST) Received: from kemoauc.mips.inka.de (localhost [127.0.0.1]) i3RIaSjw097865 for ; Tue, 27 Apr 2004 20:36:28 +0200 (CEST) (envelope-from mailnull@kemoauc.mips.inka.de) Received: (from mailnull@localhost) by kemoauc.mips.inka.de (8.12.11/8.12.11/Submit) id i3RIaRJo097864 for freebsd-ports@freebsd.org; Tue, 27 Apr 2004 20:36:27 +0200 (CEST) (envelope-from mailnull) From: naddy@mips.inka.de (Christian Weisgerber) Date: Tue, 27 Apr 2004 18:36:27 +0000 (UTC) Message-ID: Originator: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-ports@freebsd.org Subject: net/sixxs-heartbeatd: call for testers X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Apr 2004 18:36:33 -0000 This is directed at users of the SixXS IPv6 tunnel broker and the associated "heartbeat" client. If you don't know what I'm talking about, skip this message. I've wrapped the heartbeat client in a port (based on the OpenBSD one). Please test and report problems. ---------------- # 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: # # sixxs-heartbeatd # sixxs-heartbeatd/Makefile # sixxs-heartbeatd/distinfo # sixxs-heartbeatd/pkg-descr # sixxs-heartbeatd/files # sixxs-heartbeatd/files/Makefile # sixxs-heartbeatd/files/patch-client_heartbeat-client.c # sixxs-heartbeatd/files/patch-client_heartbeat.conf # sixxs-heartbeatd/files/sixxs-heartbeatd.sh # sixxs-heartbeatd/pkg-plist # echo c - sixxs-heartbeatd mkdir -p sixxs-heartbeatd > /dev/null 2>&1 echo x - sixxs-heartbeatd/Makefile sed 's/^X//' >sixxs-heartbeatd/Makefile << 'END-of-sixxs-heartbeatd/Makefile' X# New ports collection makefile for: sixxs-heartbeatd X# Date created: 2004-04-23 X# Whom: Christian Weisgerber X# X# $FreeBSD$ X# X XPORTNAME= sixxs-heartbeatd XPORTVERSION= 20031026 XCATEGORIES= net ipv6 XMASTER_SITES= http://www.sixxs.net/archive/sixxs/heartbeat/unix/ XDISTNAME= heartbeat-unix-2003-10-26 XEXTRACT_SUFX= .tgz X XMAINTAINER= naddy@FreeBSD.org XCOMMENT= SixXS IPv6 tunnel broker heartbeat client X XUSE_RC_SUBR= yes XWRKSRC= ${WRKDIR}/heartbeat X Xpre-build: X @${CP} ${FILESDIR}/Makefile ${WRKSRC} X @${SED} -e 's:%%PREFIX%%:${PREFIX}:g' \ X -e 's:%%RC_SUBR%%:${RC_SUBR}:g' \ X ${FILESDIR}/sixxs-heartbeatd.sh >${WRKDIR}/sixxs-heartbeatd.sh X Xdo-install: X @${MKDIR} ${DOCSDIR} ${EXAMPLESDIR} X ${INSTALL_DATA} ${WRKSRC}/client/heartbeat.conf ${EXAMPLESDIR} X ${INSTALL_PROGRAM} ${WRKSRC}/sixxs-heartbeatd ${PREFIX}/sbin X ${INSTALL_DATA} ${WRKSRC}/doc/draft-massar-v6ops-heartbeat-00.txt \ X ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/doc/README ${DOCSDIR} X ${INSTALL_SCRIPT} ${WRKDIR}/sixxs-heartbeatd.sh ${PREFIX}/etc/rc.d X X.include END-of-sixxs-heartbeatd/Makefile echo x - sixxs-heartbeatd/distinfo sed 's/^X//' >sixxs-heartbeatd/distinfo << 'END-of-sixxs-heartbeatd/distinfo' XMD5 (heartbeat-unix-2003-10-26.tgz) = acd8354e0cfdf20a215d86abc44e2fdb XSIZE (heartbeat-unix-2003-10-26.tgz) = 23786 END-of-sixxs-heartbeatd/distinfo echo x - sixxs-heartbeatd/pkg-descr sed 's/^X//' >sixxs-heartbeatd/pkg-descr << 'END-of-sixxs-heartbeatd/pkg-descr' XThis is the heartbeart client for the public dynamic-IPv4 XIPv6 tunnel beta test from the SixXS tunnel service provider. X XWWW: http://www.sixxs.net/tools/heartbeat/ END-of-sixxs-heartbeatd/pkg-descr echo c - sixxs-heartbeatd/files mkdir -p sixxs-heartbeatd/files > /dev/null 2>&1 echo x - sixxs-heartbeatd/files/Makefile sed 's/^X//' >sixxs-heartbeatd/files/Makefile << 'END-of-sixxs-heartbeatd/files/Makefile' X# $FreeBSD$ X X.PATH: client common X XPROG= sixxs-heartbeatd XSRCS= heartbeat-client.c hb.c common.c X XDPADD= ${LIBMD} XLDADD= -lmd X XNOMAN= yes X X.include END-of-sixxs-heartbeatd/files/Makefile echo x - sixxs-heartbeatd/files/patch-client_heartbeat-client.c sed 's/^X//' >sixxs-heartbeatd/files/patch-client_heartbeat-client.c << 'END-of-sixxs-heartbeatd/files/patch-client_heartbeat-client.c' X X$FreeBSD$ X X--- client/heartbeat-client.c.orig Fri Apr 23 22:00:57 2004 X+++ client/heartbeat-client.c Fri Apr 23 22:01:14 2004 X@@ -277,7 +277,7 @@ X if (argc != 2) X { X fprintf(stderr, X- "heartbeat-client \n"); X+ "sixxs-heartbeatd \n"); X return -1; X } X END-of-sixxs-heartbeatd/files/patch-client_heartbeat-client.c echo x - sixxs-heartbeatd/files/patch-client_heartbeat.conf sed 's/^X//' >sixxs-heartbeatd/files/patch-client_heartbeat.conf << 'END-of-sixxs-heartbeatd/files/patch-client_heartbeat.conf' X X$FreeBSD$ X X--- client/heartbeat.conf.orig Fri Apr 23 22:02:02 2004 X+++ client/heartbeat.conf Fri Apr 23 22:02:31 2004 X@@ -12,11 +12,11 @@ X # os 'linux' X X # Operating System (linux/freebsd/openbsd/netbsd/winxp) X-os "linux" X+os "freebsd" X X # Interface the tunnel should go over X # used for detecting the local IPv4 endpoint X-ipv4_interface "eth0" X+ipv4_interface "tun0" X X # IPv4 address of the POP (nlams01/nlams02/nlams04/demun01/iedub01/dkcop01) X # This is also the address to where heartbeats are sent X@@ -39,7 +39,7 @@ X X # Interface to be used for the tunnel X # will be created on the OS's that need that X-ipv6_interface "sixxs" X+ipv6_interface "gif0" X X # The local and remote sides of the tunnel X ipv6_pop "2001:db8::1" END-of-sixxs-heartbeatd/files/patch-client_heartbeat.conf echo x - sixxs-heartbeatd/files/sixxs-heartbeatd.sh sed 's/^X//' >sixxs-heartbeatd/files/sixxs-heartbeatd.sh << 'END-of-sixxs-heartbeatd/files/sixxs-heartbeatd.sh' X#!/bin/sh X# X# $FreeBSD$ X# X X# PROVIDE: sixxs-heartbeatd X# REQUIRE: NETWORKING X# KEYWORD: FreeBSD X X# X# Add the following lines to /etc/rc.conf to enable sixxs-heartbeatd: X# X#sixxs_heartbeatd_enable="YES" X# X X. %%RC_SUBR%% X Xname=sixxs_heartbeatd Xrcvar=`set_rcvar` X Xcommand=%%PREFIX%%/sbin/sixxs-heartbeatd Xcommand_args=%%PREFIX%%/etc/heartbeat.conf Xrequired_files=%%PREFIX%%/etc/heartbeat.conf X X# set default Xsixxs_heartbeatd_enable=${sixxs_heartbeatd_enable:-"NO"} X Xload_rc_config ${name} Xrun_rc_command "$1" END-of-sixxs-heartbeatd/files/sixxs-heartbeatd.sh echo x - sixxs-heartbeatd/pkg-plist sed 's/^X//' >sixxs-heartbeatd/pkg-plist << 'END-of-sixxs-heartbeatd/pkg-plist' X@comment $FreeBSD$ Xetc/rc.d/sixxs-heartbeatd.sh Xsbin/sixxs-heartbeatd Xshare/doc/sixxs-heartbeatd/README Xshare/doc/sixxs-heartbeatd/draft-massar-v6ops-heartbeat-00.txt Xshare/examples/sixxs-heartbeatd/heartbeat.conf X@dirrm share/examples/sixxs-heartbeatd X@dirrm share/doc/sixxs-heartbeatd END-of-sixxs-heartbeatd/pkg-plist exit -- Christian "naddy" Weisgerber naddy@mips.inka.de From owner-freebsd-ports@FreeBSD.ORG Tue Apr 27 13:12:17 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7C4C16A4CE; Tue, 27 Apr 2004 13:12:17 -0700 (PDT) Received: from mta4.rcsntx.swbell.net (mta4.rcsntx.swbell.net [151.164.30.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7978C43D48; Tue, 27 Apr 2004 13:12:17 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (67757b2725d3c07bedd1e143ee07ac8f@adsl-67-115-73-128.dsl.lsan03.pacbell.net [67.115.73.128])i3RKCBBi027388; Tue, 27 Apr 2004 15:12:14 -0500 (CDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id BBEDD52BE3; Tue, 27 Apr 2004 13:12:06 -0700 (PDT) Date: Tue, 27 Apr 2004 13:12:06 -0700 From: Kris Kennaway To: amg Message-ID: <20040427201206.GB66938@xor.obsecurity.org> References: <408EB362.7060704@bellsouth.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="jq0ap7NbKX2Kqbes" Content-Disposition: inline In-Reply-To: <408EB362.7060704@bellsouth.net> User-Agent: Mutt/1.4.2.1i cc: ports@FreeBSD.org cc: sada@FreeBSD.org Subject: Re: FreeBSD Port: linux-netscape-communicator-4.8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Apr 2004 20:12:17 -0000 --jq0ap7NbKX2Kqbes Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Apr 27, 2004 at 03:24:18PM -0400, amg wrote: > OS: freebsd 4.9 >=20 > I recently installed 4.9 and, when attempting > to install the "linux-netscape-communicator-4.8", > I receieve the following message when I invoked > netscape: >=20 > ELF interpreter /compat/svr4/lib/ld-linux.so.2 not found > abort >=20 > A bit of snooping about showed that ld-linux.so.2 > is located in: >=20 > /compat/linux/lib. >=20 > When are the error(s) likely to be corrected > so that netscape can be installed and used? Sounds like you need to run brandelf on the linux binary, or set the kern.fallback_elf_brand sysctl. See the brandelf manpage. Kris --jq0ap7NbKX2Kqbes Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAjr6VWry0BWjoQKURAvO4AJ4sFYO6fhzZKeTWsOnkUz16WxEnxQCePlG5 QUZXQvefROJG+R2m446oGhA= =OgZx -----END PGP SIGNATURE----- --jq0ap7NbKX2Kqbes-- From owner-freebsd-ports@FreeBSD.ORG Tue Apr 27 13:19:15 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B6F316A4CE for ; Tue, 27 Apr 2004 13:19:15 -0700 (PDT) Received: from argent.heraldsnet.org (argent.heraldsnet.org [64.83.41.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id C03AF43D54 for ; Tue, 27 Apr 2004 13:19:14 -0700 (PDT) (envelope-from jtrigg@spamcop.net) Received: by argent.heraldsnet.org (Postfix, from userid 1001) id 5B6672FB; Tue, 27 Apr 2004 16:19:12 -0400 (EDT) Date: Tue, 27 Apr 2004 16:19:10 -0400 From: Jim Trigg To: ports@freebsd.org Message-ID: <20040427201910.GB24672@spamcop.net> Mail-Followup-To: ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Habeas-SWE-1: winter into spring X-Habeas-SWE-2: brightly anticipated X-Habeas-SWE-3: like Habeas SWE (tm) X-Habeas-SWE-4: Copyright 2002 Habeas (tm) X-Habeas-SWE-5: Sender Warranted Email (SWE) (tm). The sender of this X-Habeas-SWE-6: email in exchange for a license for this Habeas X-Habeas-SWE-7: warrant mark warrants that this is a Habeas Compliant X-Habeas-SWE-8: Message (HCM) and not spam. Please report use of this X-Habeas-SWE-9: mark in spam to . Subject: Tracing build dependencies X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Apr 2004 20:19:15 -0000 I remember seeing come across one of the FreeBSD lists (either ports, stable, or questions) a shell script to show build dependencies of installed ports (for use in determining whether installed ports are orphans or not), but cannot now find it (either in my saved mail, in the list archives, or through a web search). Does anyone have such a script? Thanks, Jim -- Jim Trigg, Lord High Everything Else O- /"\ \ / ASCII RIBBON CAMPAIGN Hostmaster, Huie Kin family website X HELP CURE HTML MAIL Verger, All Saints Church - Sharon Chapel / \ From owner-freebsd-ports@FreeBSD.ORG Tue Apr 27 13:43:04 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 865B516A4CE; Tue, 27 Apr 2004 13:43:04 -0700 (PDT) Received: from smtp.owt.com (smtp.owt.com [204.118.6.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15C4343D5E; Tue, 27 Apr 2004 13:43:04 -0700 (PDT) (envelope-from kstewart@owt.com) Received: from [207.41.94.233] (owt-207-41-94-233.owt.com [207.41.94.233]) by smtp.owt.com (8.12.8/8.12.8) with ESMTP id i3RKgijw030313; Tue, 27 Apr 2004 13:42:44 -0700 From: Kent Stewart To: freebsd-ports@freebsd.org Date: Tue, 27 Apr 2004 13:43:02 -0700 User-Agent: KMail/1.6.2 References: <20040427201910.GB24672@spamcop.net> In-Reply-To: <20040427201910.GB24672@spamcop.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200404271343.02140.kstewart@owt.com> cc: ports@freebsd.org cc: Jim Trigg Subject: Re: Tracing build dependencies X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Apr 2004 20:43:04 -0000 On Tuesday 27 April 2004 01:19 pm, Jim Trigg wrote: > I remember seeing come across one of the FreeBSD lists (either ports, > stable, or questions) a shell script to show build dependencies of > installed ports (for use in determining whether installed ports are > orphans or not), but cannot now find it (either in my saved mail, in > the list archives, or through a web search). Does anyone have such a > script? > Look at pkg_cutleaves. There are a number of others in ../sysutils. I followed the thread and installed it and pkg_tree. Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html From owner-freebsd-ports@FreeBSD.ORG Tue Apr 27 13:43:04 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 865B516A4CE; Tue, 27 Apr 2004 13:43:04 -0700 (PDT) Received: from smtp.owt.com (smtp.owt.com [204.118.6.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15C4343D5E; Tue, 27 Apr 2004 13:43:04 -0700 (PDT) (envelope-from kstewart@owt.com) Received: from [207.41.94.233] (owt-207-41-94-233.owt.com [207.41.94.233]) by smtp.owt.com (8.12.8/8.12.8) with ESMTP id i3RKgijw030313; Tue, 27 Apr 2004 13:42:44 -0700 From: Kent Stewart To: freebsd-ports@freebsd.org Date: Tue, 27 Apr 2004 13:43:02 -0700 User-Agent: KMail/1.6.2 References: <20040427201910.GB24672@spamcop.net> In-Reply-To: <20040427201910.GB24672@spamcop.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200404271343.02140.kstewart@owt.com> cc: ports@freebsd.org cc: Jim Trigg Subject: Re: Tracing build dependencies X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Apr 2004 20:43:04 -0000 On Tuesday 27 April 2004 01:19 pm, Jim Trigg wrote: > I remember seeing come across one of the FreeBSD lists (either ports, > stable, or questions) a shell script to show build dependencies of > installed ports (for use in determining whether installed ports are > orphans or not), but cannot now find it (either in my saved mail, in > the list archives, or through a web search). Does anyone have such a > script? > Look at pkg_cutleaves. There are a number of others in ../sysutils. I followed the thread and installed it and pkg_tree. Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html From owner-freebsd-ports@FreeBSD.ORG Tue Apr 27 13:53:54 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BDF516A4CE for ; Tue, 27 Apr 2004 13:53:54 -0700 (PDT) Received: from argent.heraldsnet.org (argent.heraldsnet.org [64.83.41.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F45543D2F for ; Tue, 27 Apr 2004 13:53:53 -0700 (PDT) (envelope-from jtrigg@spamcop.net) Received: by argent.heraldsnet.org (Postfix, from userid 1001) id 8D677330; Tue, 27 Apr 2004 16:53:52 -0400 (EDT) Date: Tue, 27 Apr 2004 16:53:51 -0400 From: Jim Trigg To: freebsd-ports@freebsd.org Message-ID: <20040427205351.GC24672@spamcop.net> Mail-Followup-To: freebsd-ports@freebsd.org References: <20040427201910.GB24672@spamcop.net> <200404271343.02140.kstewart@owt.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200404271343.02140.kstewart@owt.com> User-Agent: Mutt/1.4.2.1i X-Habeas-SWE-1: winter into spring X-Habeas-SWE-2: brightly anticipated X-Habeas-SWE-3: like Habeas SWE (tm) X-Habeas-SWE-4: Copyright 2002 Habeas (tm) X-Habeas-SWE-5: Sender Warranted Email (SWE) (tm). The sender of this X-Habeas-SWE-6: email in exchange for a license for this Habeas X-Habeas-SWE-7: warrant mark warrants that this is a Habeas Compliant X-Habeas-SWE-8: Message (HCM) and not spam. Please report use of this X-Habeas-SWE-9: mark in spam to . Subject: Re: Tracing build dependencies X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Apr 2004 20:53:54 -0000 On Tue, Apr 27, 2004 at 01:43:02PM -0700, Kent Stewart wrote: > On Tuesday 27 April 2004 01:19 pm, Jim Trigg wrote: > > I remember seeing come across one of the FreeBSD lists (either ports, > > stable, or questions) a shell script to show build dependencies of > > installed ports (for use in determining whether installed ports are > > orphans or not), but cannot now find it (either in my saved mail, in > > the list archives, or through a web search). Does anyone have such a > > script? > > Look at pkg_cutleaves. There are a number of others in ../sysutils. I > followed the thread and installed it and pkg_tree. Unfortunately, it only looks in the pkgdb, which does not track build dependencies (only RUN_DEPENDS and LIB_DEPENDS). Thanks, Jim -- Jim Trigg, Lord High Everything Else O- /"\ \ / ASCII RIBBON CAMPAIGN Hostmaster, Huie Kin family website X HELP CURE HTML MAIL Verger, All Saints Church - Sharon Chapel / \ From owner-freebsd-ports@FreeBSD.ORG Tue Apr 27 14:24:20 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA2EB16A4F0 for ; Tue, 27 Apr 2004 14:24:20 -0700 (PDT) Received: from lakermmtao06.cox.net (lakermmtao06.cox.net [68.230.240.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3032643D3F for ; Tue, 27 Apr 2004 14:24:20 -0700 (PDT) (envelope-from A.J.Caines@halplant.com) Received: from mail.halplant.com ([68.100.162.49]) by lakermmtao06.cox.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with ESMTP id <20040427212418.BEKE19374.lakermmtao06.cox.net@mail.halplant.com> for ; Tue, 27 Apr 2004 17:24:18 -0400 Received: by mail.halplant.com (Postfix, from userid 1001) id 3C02FB; Tue, 27 Apr 2004 17:24:19 -0400 (EDT) Date: Tue, 27 Apr 2004 17:24:19 -0400 From: Andrew J Caines To: freebsd-ports@freebsd.org Message-ID: <20040427212419.GA93262@hal9000.halplant.com> Mail-Followup-To: freebsd-ports@freebsd.org References: <20040427201910.GB24672@spamcop.net> <200404271343.02140.kstewart@owt.com> <20040427205351.GC24672@spamcop.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040427205351.GC24672@spamcop.net> Organization: H.A.L. Plant X-PGP-Fingerprint: C59A 2F74 1139 9432 B457 0B61 DDF2 AA61 67C3 18A1 X-Powered-by: FreeBSD 4.10-BETA X-URL: http://halplant.com:88/ X-Yahoo-Profile: AJ_Z0 X-ICQ: 283813972 Importance: Normal User-Agent: Mutt/1.5.6i Subject: Re: Tracing build dependencies X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Andrew J Caines List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Apr 2004 21:24:21 -0000 # cd /usr/ports/category/portname # make pretty-print-build-depends-list # make pretty-print-run-depends-list # portsdb --recursive portname-version # portsdb --upward-recursive portname-version If you still don't have what you need, then please be more specific and give an example or two. -Andrew- -- _______________________________________________________________________ | -Andrew J. Caines- Unix Systems Engineer A.J.Caines@halplant.com | | "They that can give up essential liberty to obtain a little temporary | | safety deserve neither liberty nor safety" - Benjamin Franklin, 1759 | From owner-freebsd-ports@FreeBSD.ORG Tue Apr 27 14:55:23 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4842E16A4CE for ; Tue, 27 Apr 2004 14:55:23 -0700 (PDT) Received: from endif.cjb.net (65-101-229-205.dnvr.qwest.net [65.101.229.205]) by mx1.FreeBSD.org (Postfix) with SMTP id 7194B43D31 for ; Tue, 27 Apr 2004 14:55:22 -0700 (PDT) (envelope-from end@endif.cjb.net) Received: (qmail 4570 invoked from network); 27 Apr 2004 21:55:16 -0000 Received: from localhost (127.0.0.1) by localhost with SMTP; 27 Apr 2004 21:55:16 -0000 Date: Tue, 27 Apr 2004 15:55:13 -0600 From: Robin Schoonover To: Michael Edenfield In-Reply-To: <20040427170337.GA68412@wombat.localnet> References: <20040424011249.GA20496@xor.obsecurity.org> <20040427090425.GA21675@Odin.AC.HMC.Edu> <20040427100454.GA62551@xor.obsecurity.org> <20040427131213.DBEAF43D2D@mx1.FreeBSD.org> <408E5EB8.6020008@fillmore-labs.com> <20040427133523.33E5943D53@mx1.FreeBSD.org> <20040427170337.GA68412@wombat.localnet> X-Mailer: Sylpheed version 0.9.10claws (GTK+ 1.2.10; i386-portbld-freebsd5.2.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20040427215522.7194B43D31@mx1.FreeBSD.org> cc: ports@freebsd.org cc: Oliver Eikemeier Subject: Re: If you're bored during the freeze X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Apr 2004 21:55:23 -0000 On Tue, 27 Apr 2004 13:03:37 -0400, Michael Edenfield wrote: > * Robin Schoonover [040427 09:35]: > > On Tue, 27 Apr 2004 15:23:04 +0200, Oliver Eikemeier wrote: > > > Robin Schoonover wrote: > > > > > > > > It gets worse. One port, that I unfortunately cannot remember > > > > now, deleted the entire /usr/local/www/data tree when I > > > > deinstalled it. > > > > > > You did not have any important data there, otherwise you would > > > remember which port it was, I guess? > > > > > > > It did delete important data (a calendar in fact, that is only used by > > about 5-10 people), but I was too worried about finding the backup to > > remember what port it was. :( > > > > Fortunately I managed to get the data back in place before anyone > > complained. > > At some point in the past, apache itself did this when upgrading > (apache+mod_ssl, specifically). I got into the habit of never putting > anything useful in that directory so it wouldn't happen again. > Hmm...now I think about it, I think it was apache that deleted it. I had apache 2.0 installed, installed something that said it depended on apache 1.3, so apache 1.3 was installed -over- apache 2.0. Noticed apache 1.3 was installed, so I deinstalled it, so that it deleted the www data directory and everything in it. Now we have all the versions of apache listed as each other's CONFLICTs, so this shouldn't be able to happen any more. -- Robin Schoonover (aka End) # # Don't kiss an elephant on the lips today. # From owner-freebsd-ports@FreeBSD.ORG Tue Apr 27 15:12:18 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55A5416A4CE for ; Tue, 27 Apr 2004 15:12:18 -0700 (PDT) Received: from mta4.rcsntx.swbell.net (mta4.rcsntx.swbell.net [151.164.30.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 183B943D58 for ; Tue, 27 Apr 2004 15:12:18 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (9e0f46933598b3e08c242649881949ad@adsl-67-115-73-128.dsl.lsan03.pacbell.net [67.115.73.128])i3RMCGBi010486 for ; Tue, 27 Apr 2004 17:12:17 -0500 (CDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id EFB5E52BE3; Tue, 27 Apr 2004 15:12:15 -0700 (PDT) Date: Tue, 27 Apr 2004 15:12:15 -0700 From: Kris Kennaway To: freebsd-ports@freebsd.org Message-ID: <20040427221215.GA73886@xor.obsecurity.org> References: <20040427201910.GB24672@spamcop.net> <200404271343.02140.kstewart@owt.com> <20040427205351.GC24672@spamcop.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="VS++wcV0S1rZb1Fb" Content-Disposition: inline In-Reply-To: <20040427205351.GC24672@spamcop.net> User-Agent: Mutt/1.4.2.1i Subject: Re: Tracing build dependencies X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Apr 2004 22:12:18 -0000 --VS++wcV0S1rZb1Fb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Apr 27, 2004 at 04:53:51PM -0400, Jim Trigg wrote: > On Tue, Apr 27, 2004 at 01:43:02PM -0700, Kent Stewart wrote: > > On Tuesday 27 April 2004 01:19 pm, Jim Trigg wrote: > > > I remember seeing come across one of the FreeBSD lists (either ports, > > > stable, or questions) a shell script to show build dependencies of > > > installed ports (for use in determining whether installed ports are > > > orphans or not), but cannot now find it (either in my saved mail, in > > > the list archives, or through a web search). Does anyone have such a > > > script? > >=20 > > Look at pkg_cutleaves. There are a number of others in ../sysutils. I= =20 > > followed the thread and installed it and pkg_tree. >=20 > Unfortunately, it only looks in the pkgdb, which does not track build > dependencies (only RUN_DEPENDS and LIB_DEPENDS). By definition build dependencies are not needed once the package is built and installed, and can be removed at any later time. Kris --VS++wcV0S1rZb1Fb Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAjtq/Wry0BWjoQKURAhAnAKDO8dGCDFtVoLqxpZtt5I8mshd4mACfRpfO +w2Nh483PKVdGm5jAn7/KFg= =k74b -----END PGP SIGNATURE----- --VS++wcV0S1rZb1Fb-- From owner-freebsd-ports@FreeBSD.ORG Tue Apr 27 15:52:25 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7568E16A4CE for ; Tue, 27 Apr 2004 15:52:25 -0700 (PDT) Received: from cardinal.mail.pas.earthlink.net (cardinal.mail.pas.earthlink.net [207.217.121.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5758F43D39 for ; Tue, 27 Apr 2004 15:52:25 -0700 (PDT) (envelope-from rpratt1950@earthlink.net) Received: from user83.net364.fl.sprint-hsd.net ([65.40.49.83] helo=kt.weeble.com) by cardinal.mail.pas.earthlink.net with smtp (Exim 3.33 #1) id 1BIbR8-00042T-00; Tue, 27 Apr 2004 15:52:22 -0700 Date: Tue, 27 Apr 2004 18:53:13 -0400 From: Randy Pratt To: Jim Trigg Message-Id: <20040427185313.497d0dcd.rpratt1950@earthlink.net> In-Reply-To: <20040427205351.GC24672@spamcop.net> References: <20040427201910.GB24672@spamcop.net> <200404271343.02140.kstewart@owt.com> <20040427205351.GC24672@spamcop.net> X-Mailer: Sylpheed version 0.9.10 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-ports@freebsd.org Subject: Re: Tracing build dependencies X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Apr 2004 22:52:25 -0000 On Tue, 27 Apr 2004 16:53:51 -0400 Jim Trigg wrote: > On Tue, Apr 27, 2004 at 01:43:02PM -0700, Kent Stewart wrote: > > On Tuesday 27 April 2004 01:19 pm, Jim Trigg wrote: > > > I remember seeing come across one of the FreeBSD lists (either ports, > > > stable, or questions) a shell script to show build dependencies of > > > installed ports (for use in determining whether installed ports are > > > orphans or not), but cannot now find it (either in my saved mail, in > > > the list archives, or through a web search). Does anyone have such a > > > script? > > > > Look at pkg_cutleaves. There are a number of others in ../sysutils. I > > followed the thread and installed it and pkg_tree. > > Unfortunately, it only looks in the pkgdb, which does not track build > dependencies (only RUN_DEPENDS and LIB_DEPENDS). I think you might be referring to a script I quickly wrote one day to use with pkg_cutleaves to find only build dependencies: http://docs.freebsd.org/cgi/mid.cgi?20040426103553.46157212.rpratt1950 It was a situation where I did not want to remove build dependencies because it was a slow box and did not want to have to rebuild them if not necessary during the next portupgrade. I rewrote that script after thinking about it a bit. It had the drawbacks of having to have another database file and requiring it to be manually updated if you wanted it to reflect the current status of installed ports. If all you need to know is that something depends on a port, then this might do what you want. It uses ports/INDEX as its source which includes both build and run dependencies. No extra databases are needed but it makes no distinction whether its a build or run dependency. You will need to supply the full package name, ie: bld_run_dep.sh rpm-3.0.6_9 ---begin script--- #!/bin/sh #Find Build/Run Dependencies for a Port (Uses ports/INDEX) database="/usr/ports/INDEX" pkg_exist=`pkg_info | awk '{print $1}'` list=`grep $1 $database | awk -F "|" '{print $1}'` for i in $list; do if [ $i != $1 ]; then for j in $pkg_exist; do if [ $j = $i ]; then echo "$i" fi done fi done ---end script--- Note that the script will filter out references to the port that you are checking for dependencies. HTH, Randy -- From owner-freebsd-ports@FreeBSD.ORG Tue Apr 27 16:17:23 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFCBC16A4CE for ; Tue, 27 Apr 2004 16:17:23 -0700 (PDT) Received: from argent.heraldsnet.org (argent.heraldsnet.org [64.83.41.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E27F43D41 for ; Tue, 27 Apr 2004 16:17:23 -0700 (PDT) (envelope-from jtrigg@spamcop.net) Received: by argent.heraldsnet.org (Postfix, from userid 1001) id 2DEDFF5; Tue, 27 Apr 2004 19:17:22 -0400 (EDT) Date: Tue, 27 Apr 2004 19:17:22 -0400 From: Jim Trigg To: freebsd-ports@freebsd.org Message-ID: <20040427231722.GD24672@spamcop.net> Mail-Followup-To: freebsd-ports@freebsd.org References: <20040427201910.GB24672@spamcop.net> <200404271343.02140.kstewart@owt.com> <20040427205351.GC24672@spamcop.net> <20040427185313.497d0dcd.rpratt1950@earthlink.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040427185313.497d0dcd.rpratt1950@earthlink.net> User-Agent: Mutt/1.4.2.1i X-Habeas-SWE-1: winter into spring X-Habeas-SWE-2: brightly anticipated X-Habeas-SWE-3: like Habeas SWE (tm) X-Habeas-SWE-4: Copyright 2002 Habeas (tm) X-Habeas-SWE-5: Sender Warranted Email (SWE) (tm). The sender of this X-Habeas-SWE-6: email in exchange for a license for this Habeas X-Habeas-SWE-7: warrant mark warrants that this is a Habeas Compliant X-Habeas-SWE-8: Message (HCM) and not spam. Please report use of this X-Habeas-SWE-9: mark in spam to . Subject: Re: Tracing build dependencies X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Apr 2004 23:17:23 -0000 On Tue, Apr 27, 2004 at 06:53:13PM -0400, Randy Pratt wrote: > On Tue, 27 Apr 2004 16:53:51 -0400 > Jim Trigg wrote: > > > > On Tuesday 27 April 2004 01:19 pm, Jim Trigg wrote: > > > > I remember seeing come across one of the FreeBSD lists (either ports, > > > > stable, or questions) a shell script to show build dependencies of > > > > installed ports (for use in determining whether installed ports are > > > > orphans or not), but cannot now find it (either in my saved mail, in > > > > the list archives, or through a web search). Does anyone have such a > > > > script? > > I think you might be referring to a script I quickly wrote one day > to use with pkg_cutleaves to find only build dependencies: > > http://docs.freebsd.org/cgi/mid.cgi?20040426103553.46157212.rpratt1950 That was indeed the message I was looking for; thanks! I don't know why my googling on lists.freebsd.org didn't find it... > I rewrote that script after thinking about it a bit. It had the > drawbacks of having to have another database file and requiring it > to be manually updated if you wanted it to reflect the current status > of installed ports. > > If all you need to know is that something depends on a port, then > this might do what you want. It uses ports/INDEX as its source which > includes both build and run dependencies. No extra databases are > needed but it makes no distinction whether its a build or run > dependency. Actually, what I really want is to supply the output of pkg_cutleaves -c and have it tell me which of those ports is a build dependency for another installed port. I'm going to work on that, now that I have the basic concept... Thanks, Jim -- Jim Trigg, Lord High Everything Else O- /"\ \ / ASCII RIBBON CAMPAIGN Hostmaster, Huie Kin family website X HELP CURE HTML MAIL Verger, All Saints Church - Sharon Chapel / \ From owner-freebsd-ports@FreeBSD.ORG Tue Apr 27 18:03:29 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27B5816A4CF; Tue, 27 Apr 2004 18:03:29 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9641C43D5F; Tue, 27 Apr 2004 18:03:28 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) i3S11fiY047594; Tue, 27 Apr 2004 21:01:41 -0400 (EDT) (envelope-from marcus@FreeBSD.org) From: Joe Marcus Clarke To: ports@FreeBSD.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-t39gA516jnsHRuTs5WR+" Organization: FreeBSD, Inc. Message-Id: <1083114194.15886.1.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Tue, 27 Apr 2004 21:03:15 -0400 Subject: HEADS UP: Locking down the ports tree for tagging X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2004 01:03:29 -0000 --=-t39gA516jnsHRuTs5WR+ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable I am going to be locking down the ports tree for 4.10 tagging in a few minutes. Joe --=20 Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome --=-t39gA516jnsHRuTs5WR+ Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBAjwLSb2iPiv4Uz4cRAhAVAJ9/bFQf+W+UQZH9QVZ0n7DT5WJSZQCgnw0n cvcu8B0J6wOpFf+zNXl+Orc= =tzDt -----END PGP SIGNATURE----- --=-t39gA516jnsHRuTs5WR+-- From owner-freebsd-ports@FreeBSD.ORG Tue Apr 27 20:18:54 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7316716A4CE for ; Tue, 27 Apr 2004 20:18:54 -0700 (PDT) Received: from lakermmtao10.cox.net (lakermmtao10.cox.net [68.230.240.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFEF543D66 for ; Tue, 27 Apr 2004 20:18:53 -0700 (PDT) (envelope-from elarsen2@cox.net) Received: from [192.168.2.100] (really [68.226.58.7]) by lakermmtao10.cox.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with ESMTP id <20040428031845.KWHV18696.lakermmtao10.cox.net@[192.168.2.100]> for ; Tue, 27 Apr 2004 23:18:45 -0400 From: Earl Larsen To: ports@FreeBSD.org Date: Tue, 27 Apr 2004 22:21:57 -0500 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200404272221.57292.elarsen2@cox.net> Subject: drm-kmod-0.9.6 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: elarsen2@cox.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2004 03:18:54 -0000 I am running FreeBSD v4.9. When I do a make install clean I get the fallowing: main# make install clean ===> Building for drm-kmod-0.9.6 ===> tdfx Warning: Object directory not changed from original /usr/ports/graphics/drm-kmod/work/drm-kmod/tdfx cc -O2 -pipe -ffast-math -march=pentiumpro -I. -I.. -D_KERNEL -DKLD_MODULE -nostdinc -I- -I. -I.. -I. -I@ -I@/../include -finline-limit=8000 -fno-common -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -c tdfx_drv.c cc1: Invalid option `no-align-long-strings' cc1: unknown C standard `c99' cc1: Invalid option `-finline-limit=8000' tdfx_drv.c:40: pci/pcivar.h: No such file or directory In file included from tdfx_drv.c:136: ../drm_ioctl.h:36: pci/pcivar.h: No such file or directory In file included from tdfx_drv.c:45: ../drmP.h:465: field `dev_lock' has incomplete type In file included from tdfx_drv.c:106: ../drm_auth.h: In function `tdfx_find_file': ../drm_auth.h:46: warning: implicit declaration of function `lockmgr' ../drm_auth.h:46: `LK_EXCLUSIVE' undeclared (first use in this function) ../drm_auth.h:46: (Each undeclared identifier is reported only once ../drm_auth.h:46: for each function it appears in.) ../drm_auth.h:53: `LK_RELEASE' undeclared (first use in this function) ../drm_auth.h: In function `tdfx_add_magic': ../drm_auth.h:71: `LK_EXCLUSIVE' undeclared (first use in this function) ../drm_auth.h:79: `LK_RELEASE' undeclared (first use in this function) ../drm_auth.h: In function `tdfx_remove_magic': ../drm_auth.h:93: `LK_EXCLUSIVE' undeclared (first use in this function) ../drm_auth.h:105: `LK_RELEASE' undeclared (first use in this function) In file included from tdfx_drv.c:111: ../drm_drv.h: In function `tdfx_probe': ../drm_drv.h:264: warning: implicit declaration of function `pci_get_devid' ../drm_drv.h: At top level: ../drm_drv.h:318: warning: initialization makes integer from pointer without a cast ../drm_drv.h:319: warning: initialization makes integer from pointer without a cast ../drm_drv.h:320: warning: initialization makes integer from pointer without a cast ../drm_drv.h:321: warning: initialization from incompatible pointer type ../drm_drv.h:322: warning: initialization from incompatible pointer type ../drm_drv.h:323: warning: initialization from incompatible pointer type ../drm_drv.h:324: warning: initialization from incompatible pointer type ../drm_drv.h:325: `nostrategy' undeclared here (not in a function) ../drm_drv.h:325: initializer element is not constant ../drm_drv.h:325: (near initialization for `tdfx_cdevsw.d_read') ../drm_drv.h:326: warning: initialization from incompatible pointer type ../drm_drv.h:327: warning: initialization makes pointer from integer without a cast ../drm_drv.h:328: `nodump' undeclared here (not in a function) ../drm_drv.h:328: initializer element is not constant ../drm_drv.h:328: (near initialization for `tdfx_cdevsw.d_poll') ../drm_drv.h:329: `nopsize' undeclared here (not in a function) ../drm_drv.h:329: initializer element is not constant ../drm_drv.h:329: (near initialization for `tdfx_cdevsw.d_mmap') ../drm_drv.h:330: warning: initialization makes pointer from integer without a cast ../drm_drv.h: In function `tdfx_close': ../drm_drv.h:1099: warning: passing arg 1 of `funsetown' from incompatible pointer type ../drm_drv.h: In function `tdfx_ioctl': ../drm_drv.h:1210: warning: passing arg 1 of `fgetown' from incompatible pointer type ../drm_drv.h: In function `tdfx_linux_ioctl': ../drm_drv.h:1441: dereferencing pointer to incomplete type ../drm_drv.h:1450: warning: passing arg 4 of `fo_ioctl' from incompatible pointer type ../drm_drv.h:1450: too few arguments to function `fo_ioctl' @/sys/file.h:254: warning: inlining failed in call to `fo_ioctl' ../drm_drv.h:1450: warning: called from here In file included from tdfx_drv.c:134: ../drm_fops.h: In function `tdfx_write_string': ../drm_fops.h:317: warning: passing arg 1 of `pgsigio' from incompatible pointer type In file included from tdfx_drv.c:136: ../drm_ioctl.h: In function `tdfx_irq_busid': ../drm_ioctl.h:73: warning: implicit declaration of function `pci_get_slot' ../drm_ioctl.h:74: warning: implicit declaration of function `pci_get_function' ../drm_ioctl.h:81: warning: implicit declaration of function `pci_get_irq' In file included from tdfx_drv.c:142: ../drm_vm.h: At top level: ../drm_vm.h:22: conflicting types for `tdfx_mmap' ../drm_os_freebsd.h:295: previous declaration of `tdfx_mmap' ../drm_vm.h: In function `tdfx_mmap': ../drm_vm.h:62: warning: passing arg 1 of `suser' from incompatible pointer type *** Error code 1 Stop in /usr/ports/graphics/drm-kmod/work/drm-kmod/tdfx. *** Error code 1 Stop in /usr/ports/graphics/drm-kmod/work/drm-kmod. *** Error code 1 Stop in /usr/ports/graphics/drm-kmod. main# From owner-freebsd-ports@FreeBSD.ORG Tue Apr 27 21:18:21 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC9CE16A4CE for ; Tue, 27 Apr 2004 21:18:21 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E36643D1F for ; Tue, 27 Apr 2004 21:18:21 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) i3S4GUSB048602 for ; Wed, 28 Apr 2004 00:16:30 -0400 (EDT) (envelope-from marcus@FreeBSD.org) From: Joe Marcus Clarke To: ports@FreeBSD.org In-Reply-To: <1083114194.15886.1.camel@shumai.marcuscom.com> References: <1083114194.15886.1.camel@shumai.marcuscom.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-C/OOkVU0U6b5ESumjDN3" Organization: FreeBSD, Inc. Message-Id: <1083125884.15886.21.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Wed, 28 Apr 2004 00:18:05 -0400 Subject: Re: HEADS UP: Locking down the ports tree for tagging [false alarm] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2004 04:18:21 -0000 --=-C/OOkVU0U6b5ESumjDN3 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2004-04-27 at 21:03, Joe Marcus Clarke wrote: > I am going to be locking down the ports tree for 4.10 tagging in a few > minutes. Due to some last second problem commits, the tree will remain frozen for another few hours until things are fixed. To reiterate: WE ARE STILL IN A PORTS FREEZE. Joe >=20 > Joe --=20 Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome --=-C/OOkVU0U6b5ESumjDN3 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBAjzB8b2iPiv4Uz4cRAnb7AJ9tEnN4xdjqzXEYDNoaz3mW/6s3lgCfTpJN 3KM96ulJRhd/6FB1ZNupuXY= =6R4M -----END PGP SIGNATURE----- --=-C/OOkVU0U6b5ESumjDN3-- From owner-freebsd-ports@FreeBSD.ORG Tue Apr 27 21:26:15 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DBFF16A4CE for ; Tue, 27 Apr 2004 21:26:15 -0700 (PDT) Received: from usgrant.trismegistus.net (wbar11.dal1-4-12-223-109.dsl-verizon.net [4.12.223.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4045143D5C for ; Tue, 27 Apr 2004 21:26:14 -0700 (PDT) (envelope-from hermes@trismegistus.net) Received: from sherman (sherman.trismegistus.net [192.168.0.12]) by usgrant.trismegistus.net (Postfix) with ESMTP id 7E09A7DF; Tue, 27 Apr 2004 22:22:20 -0500 (CDT) Date: Tue, 27 Apr 2004 22:22:20 -0500 (CDT) From: Hermes Trismegistus To: Michael Edenfield In-Reply-To: <20040426221217.GA40770@wombat.localnet> Message-ID: <20040427220951.E31761@sherman.trismegistus.net> References: <20040426221217.GA40770@wombat.localnet> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: ports@freebsd.org Subject: Re: The ongoing saga of lsof-4.71.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2004 04:26:15 -0000 Mike, one hell of a job at some really good sleuthing. I lacked your persistence, or maybe your curiosity. I had given up on the newer version of lsof after spending about half the time you spent. I just figured what the fuck, I'll stay with the older but working version. I guess you and I are the only ones without the "__cpumask_t" value set to some typedef. Where did you comment it out (what file)? Thanks, J. Craig Woods UNIX/Linux Network/System Administration http://www.trismegistus.net/resume.htm Entropy requires no maintenance. On Mon, 26 Apr 2004, Michael Edenfield wrote: > I am one of the people having problems building lsof's latest release on > -CURRENT and have spent a few hours trying to figure out why. I managed > to get the program to build but I can't figure out what went wrong in > the first place, or more specifically, why *everyone* isn't having this > problem. > > My ports tree was cvsup's immediately before I began. I also deleted > /usr/includes and did a `make buildincludes; make installincludes` in > /usr/src before beginning. > > The error, as usual, was in machine.h in the lsof work directory. This > is a symlink to dialiects/freebsd/machine.h and contains the following > code: > > #include > > #if FREEBSDV>=520 > /* > * In FreeBSD >= 5.2 the cpumask_t typedef is only made in if > * _KERNEL is predefined. However, predefining _KERNEL before #include'ing > * causes redefinition errors for boolean_t and vm_page_t when > * is #include'd with _KERNEL predefined. Since lsof must have > * _KERNEL predefined when is #include'd, the expedient choice has > * been made to do the cpumask_t typedef here. > */ > > typedef __cpumask_t cpumask_t; > #endif /* FREEBSDV>=520 */ > > The build error is complaining that __cpumask_t has no storage class or > size, so it obviously can't use it in a typedef. So I went looking for > __cpumask_t on my system and came up empty. It's never defined > anywhere, neither in the system headers nor or the lsof source itself. > The only place it appears is in machine.h where it's used as the source > of a typedef. > > root@basement:/usr/ports/sysutils/lsof/work/lsof_4.72A.freebsd$ find / -name "*.h" | xargs grep "__cpumask_t" > /usr/ports/sysutils/lsof/work/lsof_4.72A.freebsd/dialects/freebsd/machine.h:typedef __cpumask_t cpumask_t; > /usr/ports/sysutils/lsof/work/lsof_4.72A.freebsd/machine.h:typedef __cpumask_t cpumask_t; > root@basement:/usr/ports/sysutils/lsof/work/lsof_4.72A.freebsd$ > > My next step was to look for the system's definition of cpumask_t, with > the intent to ''fix'' machine.h. But I also can't find that type defined > anywhere. The funny thing is, cpumask_t isn't actually *used* in the lsof > source tree. I commented out the typedef and now everything builds > fine. So my question is now, where *should* __cpumask_t and/or cpumask_t get > defined, why don't I have those definitions, and why does everyone else > seem to have them? > > --Mike > > From owner-freebsd-ports@FreeBSD.ORG Tue Apr 27 21:39:14 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6315316A4CF for ; Tue, 27 Apr 2004 21:39:14 -0700 (PDT) Received: from seed.net.tw (sn12.seed.net.tw [139.175.54.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0CE843D58 for ; Tue, 27 Apr 2004 21:39:13 -0700 (PDT) (envelope-from leafy@leafy.idv.tw) Received: from [61.59.121.140] (port=51300 helo=chihiro.leafy.idv.tw) by seed.net.tw with esmtp (Seednet 4.23:1) id 1BIgql-000KLF-LR; Wed, 28 Apr 2004 12:39:11 +0800 Received: from localhost (localhost [127.0.0.1]) by chihiro.leafy.idv.tw (Postfix) with ESMTP id D997866D; Wed, 28 Apr 2004 12:39:10 +0800 (CST) Received: from chihiro.leafy.idv.tw ([127.0.0.1]) by localhost (chihiro.leafy.idv.tw [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00687-02; Wed, 28 Apr 2004 12:39:09 +0800 (CST) Received: by chihiro.leafy.idv.tw (Postfix, from userid 1000) id A10D1669; Wed, 28 Apr 2004 12:39:09 +0800 (CST) Date: Wed, 28 Apr 2004 12:39:09 +0800 From: leafy To: Hermes Trismegistus Message-ID: <20040428043909.GA18110@chihiro.leafy.idv.tw> References: <20040426221217.GA40770@wombat.localnet> <20040427220951.E31761@sherman.trismegistus.net> Mime-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Disposition: inline In-Reply-To: <20040427220951.E31761@sherman.trismegistus.net> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at leafy.idv.tw cc: ports@freebsd.org cc: Michael Edenfield Subject: Re: The ongoing saga of lsof-4.71.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2004 04:39:14 -0000 On Tue, Apr 27, 2004 at 10:22:20PM -0500, Hermes Trismegistus wrote: > Mike, one hell of a job at some really good sleuthing. I lacked your > persistence, or maybe your curiosity. I had given up on the newer version > of lsof after spending about half the time you spent. I just figured what > the fuck, I'll stay with the older but working version. I guess you and I > are the only ones without the "__cpumask_t" value set to some typedef. > Where did you comment it out (what file)? > > Thanks, > > J. Craig Woods I have these in my src tree, do you have them as well? sys/alpha/include/_types.h:typedef unsigned int __cpumask_t; sys/amd64/include/_types.h:typedef unsigned int __cpumask_t; sys/arm/include/_types.h:typedef unsigned int __cpumask_t; sys/i386/include/_types.h:typedef unsigned int __cpumask_t; sys/ia64/include/_types.h:typedef unsigned int __cpumask_t; sys/modules/smbfs/machine/_types.h:typedef unsigned int __cpumask_t; sys/powerpc/include/_types.h:typedef unsigned int __cpumask_t; sys/sparc64/include/_types.h:typedef unsigned int __cpumask_t; sys/sys/types.h:typedef __cpumask_t cpumask_t; Jiawei -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming From owner-freebsd-ports@FreeBSD.ORG Tue Apr 27 22:45:39 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2AEB16A4CE for ; Tue, 27 Apr 2004 22:45:39 -0700 (PDT) Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id C028143D67 for ; Tue, 27 Apr 2004 22:45:38 -0700 (PDT) (envelope-from andreas@klemm.apsfilter.org) Received: from srv1.cosmo-project.de (localhost [IPv6:::1]) i3S5jIDv006435 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Wed, 28 Apr 2004 07:45:23 +0200 (CEST) (envelope-from andreas@klemm.apsfilter.org) Received: (from uucp@localhost)i3S5jHRi006434; Wed, 28 Apr 2004 07:45:17 +0200 (CEST) (envelope-from andreas@klemm.apsfilter.org) Received: from titan.klemm.apsfilter.org (localhost.klemm.apsfilter.org [127.0.0.1])i3S5j0IF004132; Wed, 28 Apr 2004 07:45:06 +0200 (CEST) (envelope-from andreas@titan.klemm.apsfilter.org) Received: (from andreas@localhost)i3S5isOW004110; Wed, 28 Apr 2004 07:44:54 +0200 (CEST) (envelope-from andreas) Date: Wed, 28 Apr 2004 07:44:54 +0200 From: Andreas Klemm To: Ion-Mihai Tetcu Message-ID: <20040428054454.GA3571@titan.klemm.apsfilter.org> References: <20040425115758.GA40483@titan.klemm.apsfilter.org> <20040426004411.756cc842@it.buh.cameradicommercio.ro> <20040426062108.GA2118@titan.klemm.apsfilter.org> <20040426104719.3182a631@it.buh.cameradicommercio.ro> <408D90FD.6090704@debank.tv> <20040427024247.5f93b88c@it.buh.cameradicommercio.ro> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040427024247.5f93b88c@it.buh.cameradicommercio.ro> X-Operating-System: FreeBSD 5.2.1-RELEASE-p3 X-Disclaimer: A free society is one where it is safe to be unpopular User-Agent: Mutt/1.5.6i cc: ports@FreeBSD.org cc: Rob Evers Subject: Re: [dspam-users] thanks for dspam, my experiences on FreeBSD, suggestions X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2004 05:45:39 -0000 On Tue, Apr 27, 2004 at 02:42:47AM +0300, Ion-Mihai Tetcu wrote: > > [ dspam-users@nuclearelephant.com dropped ] > > What about a dspam-devel port ? Would be beneficial. q: could that port be arranged, so that it can be installed with the -stable version in parallel ? When testing new features with a test user Id like to keep a stable anti spam environment. Andreas /// -- Andreas Klemm - Powered by FreeBSD 5.1-CURRENT Need a magic printfilter today ? -> http://www.apsfilter.org/ From owner-freebsd-ports@FreeBSD.ORG Tue Apr 27 22:54:59 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBE8A16A4CE for ; Tue, 27 Apr 2004 22:54:59 -0700 (PDT) Received: from mail.cadet.org.au (cadeti.lnk.telstra.net [139.130.237.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 857A343D31 for ; Tue, 27 Apr 2004 22:54:56 -0700 (PDT) (envelope-from "") Message-ID: From: steve@cadet.org.au To: ports@freebsd.org Date: Wed, 28 Apr 2004 15:54:44 +1000 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="--=0e712002-92fe-43b4-aa78-062f5ac4f729" cc: richardj@cadet.org.au Subject: Your email message was blocked X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2004 05:54:59 -0000 ----=0e712002-92fe-43b4-aa78-062f5ac4f729 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit MailMarshal (an automated content monitoring gateway) has not delivered the following message: Message: B000049170.00003f95.mml From: ports@freebsd.org To: richardj@cadet.org.au Subject: Mail Delivery (failure gttoowoomba@cadet.org.au) This is due to automatic rules that have determined that the intended recipient is not authorized to receive messages with Executable file(s) attached. If you believe the message was business related please send a message to steve@cadet.org.au and request that the message be released to its intended recipient. If no contact is made within 5 days the message will automatically be deleted. MailMarshal Rule: Inbound : Block EXECUTABLE Files Email security by MailMarshal from Marshal Software. ----=0e712002-92fe-43b4-aa78-062f5ac4f729-- From owner-freebsd-ports@FreeBSD.ORG Tue Apr 27 23:13:24 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2384A16A4CE for ; Tue, 27 Apr 2004 23:13:24 -0700 (PDT) Received: from vimes.aminor.no (vimes.aminor.no [213.187.177.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99B4E43D2F for ; Tue, 27 Apr 2004 23:13:23 -0700 (PDT) (envelope-from eivind@aminor.no) Received: from [192.168.0.2] (rincewind.eivind [192.168.0.2]) by vimes.aminor.no (Postfix) with ESMTP id 845211700F; Wed, 28 Apr 2004 08:13:21 +0200 (CEST) Date: Wed, 28 Apr 2004 08:13:28 +0200 From: Eivind Olsen To: leafy , ports@freebsd.org Message-ID: <303CFF8A54BBC8E8D8B627FA@[192.168.0.2]> In-Reply-To: <20040428043909.GA18110@chihiro.leafy.idv.tw> References: <20040426221217.GA40770@wombat.localnet> <20040427220951.E31761@sherman.trismegistus.net> <20040428043909.GA18110@chihiro.leafy.idv.tw> X-Mailer: Mulberry/3.1.3 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Re: The ongoing saga of lsof-4.71.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2004 06:13:24 -0000 --On 28. april 2004 12:39 +0800 leafy wrote: > I have these in my src tree, do you have them as well? I just looked at the following file: > sys/i386/include/_types.h:typedef unsigned int __cpumask_t; ...and it had no mention of any cpumask: eivind@vimes:/usr/src/sys/i386/include > grep -i cpumask _types.h eivind@vimes:/usr/src/sys/i386/include > I'm using RELENG_5_2 (FreeBSD 5.2.1-RELEASE-p5), and it comes with revision 1.7 of that _types.h file. The __cpumask_t definition came in revision 1.9 of that file, and that revision is only available in CURRENT as far as I can tell. So, my unqualified guess is that lsof is incorrectly assuming that every FreeBSD-version of at least 5.2.0 has __cpumask_t (it checks for FREEBSDV>=520). -- Regards / Hilsen Eivind Olsen From owner-freebsd-ports@FreeBSD.ORG Tue Apr 27 23:29:04 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F31E416A4CF for ; Tue, 27 Apr 2004 23:29:03 -0700 (PDT) Received: from smtp.rdsnet.ro (smtp.rdsnet.ro [62.231.74.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 305AC43D5A for ; Tue, 27 Apr 2004 23:29:03 -0700 (PDT) (envelope-from itetcu@apropo.ro) Received: (qmail 20066 invoked by uid 89); 28 Apr 2004 06:24:30 -0000 Received: from unknown (HELO rdsnet.ro) (62.231.74.131) by 0 with SMTP; 28 Apr 2004 06:24:30 -0000 Received: (qmail 31230 invoked from network); 28 Apr 2004 06:29:02 -0000 Received: from unknown (HELO buh.cameradicommercio.ro) (81.196.25.19) by mail.rdsnet.ro with SMTP; 28 Apr 2004 06:29:02 -0000 Received: from it.buh.cameradicommercio.ro (it.buh.cameradicommercio.ro [192.168.0.10]) by buh.cameradicommercio.ro (Postfix) with ESMTP id DFA2C614B; Wed, 28 Apr 2004 09:28:28 +0300 (EEST) Received: from localhost (localhost.buh.cameradicommercio.ro [127.0.0.1]) by it.buh.cameradicommercio.ro (Postfix) with ESMTP id 480F22C5; Wed, 28 Apr 2004 09:32:21 +0300 (EEST) Received: from it.buh.cameradicommercio.ro ([127.0.0.1])port 10024) with ESMTP id 25433-04; Wed, 28 Apr 2004 09:32:20 +0300 (EEST) Received: from it.buh.cameradicommercio.ro (localhost.buh.cameradicommercio.ro [127.0.0.1]) by it.buh.cameradicommercio.ro (Postfix) with SMTP id BBB731CE; Wed, 28 Apr 2004 09:32:20 +0300 (EEST) Date: Wed, 28 Apr 2004 09:32:20 +0300 From: Ion-Mihai Tetcu To: Andreas Klemm Message-Id: <20040428093220.575afb78@it.buh.cameradicommercio.ro> In-Reply-To: <20040428054454.GA3571@titan.klemm.apsfilter.org> References: <20040425115758.GA40483@titan.klemm.apsfilter.org> <20040426004411.756cc842@it.buh.cameradicommercio.ro> <20040426062108.GA2118@titan.klemm.apsfilter.org> <20040426104719.3182a631@it.buh.cameradicommercio.ro> <408D90FD.6090704@debank.tv> <20040427024247.5f93b88c@it.buh.cameradicommercio.ro> <20040428054454.GA3571@titan.klemm.apsfilter.org> X-Mailer: Sylpheed version 0.9.10claws (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at it.buh.cameradicommercio.ro cc: ports@FreeBSD.org cc: Rob Evers Subject: Re: [dspam-users] thanks for dspam, my experiences on FreeBSD, suggestions X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2004 06:29:04 -0000 On Wed, 28 Apr 2004 07:44:54 +0200 Andreas Klemm wrote: > On Tue, Apr 27, 2004 at 02:42:47AM +0300, Ion-Mihai Tetcu wrote: > > > > [ dspam-users@nuclearelephant.com dropped ] > > > > What about a dspam-devel port ? > > Would be beneficial. > > q: could that port be arranged, so that it can be installed with the > -stable version in parallel ? Yes, that's how I'm using it. You would share the database, I think, or have to copy it manually. I managed to automate that, but I'm afraid it is not portable. Anyway it should not be a problem. > When testing new features with a test user Id like to keep a stable > anti spam environment. Well, I have a local port that should be portlint'ed a little. Currently is using unstable releases + some local patches, but I could made it pull out sources from the cvs instead. So what would people prefer the port to use: - unstable releases + patches on major bugs (pro: it should always work; con: patches would have to be made and *submited* in our cvs - which could take a while) - known to be working cvs snapshots (pro: more close to head) - cvs head (pro: the blending edge with all new features; con: well, you know, it could wipe out everything, as the maintainer will have little control) Rob, would you like to maintain this port to or should I ? -- IOnut Unregistered ;) FreeBSD "user" From owner-freebsd-ports@FreeBSD.ORG Tue Apr 27 23:36:50 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42FCD16A4CE for ; Tue, 27 Apr 2004 23:36:50 -0700 (PDT) Received: from usgrant.trismegistus.net (wbar11.dal1-4-12-223-109.dsl-verizon.net [4.12.223.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEFCF43D2F for ; Tue, 27 Apr 2004 23:36:49 -0700 (PDT) (envelope-from hermes@trismegistus.net) Received: from sherman (sherman.trismegistus.net [192.168.0.12]) by usgrant.trismegistus.net (Postfix) with ESMTP id 3164560D; Wed, 28 Apr 2004 01:36:49 -0500 (CDT) Date: Wed, 28 Apr 2004 01:36:49 -0500 (CDT) From: Hermes Trismegistus To: leafy In-Reply-To: <20040428043909.GA18110@chihiro.leafy.idv.tw> Message-ID: <20040428013306.K59649@sherman.trismegistus.net> References: <20040426221217.GA40770@wombat.localnet> <20040428043909.GA18110@chihiro.leafy.idv.tw> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: ports@freebsd.org cc: Michael Edenfield Subject: Re: The ongoing saga of lsof-4.71.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2004 06:36:50 -0000 Hmmm, very interesting, and the plot thickens. I do have the files, "_type.h" in most of the same directories as you, Leaf, but they contain *no* reference to "__cpumask_t". They have such values as: typedef __signed char __int8_t; typedef unsigned char __uint8_t; typedef short __int16_t; typedef unsigned short __uint16_t; typedef int __int32_t; typedef unsigned int __uint32_t Again, something strange is up with my version: FreeBSD sherman.trismegistus.net 5.2-CURRENT FreeBSD 5.2-CURRENT #2: Wed Mar 17 22:57:36 CST 2004 root@sherman.trismegistus.net:/usr/obj/usr/src/sys/SHERMAN i386 Maybe time to do a "make buildworld", you think? Anyway, thanks for the insight. Anyway you cut it, the newest version of lsof is "broke" for me (and Mike). Cheers, J. Craig Woods UNIX/Linux Network/System Administration http://www.trismegistus.net/resume.htm Entropy requires no maintenance. On Wed, 28 Apr 2004, leafy wrote: > On Tue, Apr 27, 2004 at 10:22:20PM -0500, Hermes Trismegistus wrote: > > Mike, one hell of a job at some really good sleuthing. I lacked your > > persistence, or maybe your curiosity. I had given up on the newer version > > of lsof after spending about half the time you spent. I just figured what > > the fuck, I'll stay with the older but working version. I guess you and I > > are the only ones without the "__cpumask_t" value set to some typedef. > > Where did you comment it out (what file)? > > > > Thanks, > > > > J. Craig Woods > I have these in my src tree, do you have them as well? > > sys/alpha/include/_types.h:typedef unsigned int __cpumask_t; > sys/amd64/include/_types.h:typedef unsigned int __cpumask_t; > sys/arm/include/_types.h:typedef unsigned int __cpumask_t; > sys/i386/include/_types.h:typedef unsigned int __cpumask_t; > sys/ia64/include/_types.h:typedef unsigned int __cpumask_t; > sys/modules/smbfs/machine/_types.h:typedef unsigned int > __cpumask_t; > sys/powerpc/include/_types.h:typedef unsigned int __cpumask_t; > sys/sparc64/include/_types.h:typedef unsigned int __cpumask_t; > sys/sys/types.h:typedef __cpumask_t cpumask_t; > > Jiawei > -- > "Without the userland, the kernel is useless." > --inspired by The Tao of Programming > From owner-freebsd-ports@FreeBSD.ORG Tue Apr 27 23:56:34 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7412716A4CE for ; Tue, 27 Apr 2004 23:56:34 -0700 (PDT) Received: from seed.net.tw (sn12.seed.net.tw [139.175.54.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C0A943D49 for ; Tue, 27 Apr 2004 23:56:34 -0700 (PDT) (envelope-from leafy@leafy.idv.tw) Received: from [61.59.121.140] (port=50247 helo=chihiro.leafy.idv.tw) by seed.net.tw with esmtp (Seednet 4.23:1) id 1BIizh-0003SY-1y; Wed, 28 Apr 2004 14:56:33 +0800 Received: from localhost (localhost [127.0.0.1]) by chihiro.leafy.idv.tw (Postfix) with ESMTP id 2CC7566D; Wed, 28 Apr 2004 14:56:32 +0800 (CST) Received: from chihiro.leafy.idv.tw ([127.0.0.1]) by localhost (chihiro.leafy.idv.tw [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00687-10; Wed, 28 Apr 2004 14:56:31 +0800 (CST) Received: by chihiro.leafy.idv.tw (Postfix, from userid 1000) id ABD45669; Wed, 28 Apr 2004 14:56:31 +0800 (CST) Date: Wed, 28 Apr 2004 14:56:31 +0800 From: leafy To: Hermes Trismegistus Message-ID: <20040428065631.GA19011@chihiro.leafy.idv.tw> References: <20040426221217.GA40770@wombat.localnet> <20040428043909.GA18110@chihiro.leafy.idv.tw> <20040428013306.K59649@sherman.trismegistus.net> Mime-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Disposition: inline In-Reply-To: <20040428013306.K59649@sherman.trismegistus.net> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at leafy.idv.tw cc: ports@freebsd.org cc: Michael Edenfield Subject: Re: The ongoing saga of lsof-4.71.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2004 06:56:34 -0000 On Wed, Apr 28, 2004 at 01:36:49AM -0500, Hermes Trismegistus wrote: > FreeBSD sherman.trismegistus.net 5.2-CURRENT FreeBSD 5.2-CURRENT #2: Wed > Mar 17 22:57:36 CST 2004 > root@sherman.trismegistus.net:/usr/obj/usr/src/sys/SHERMAN i386 > > Maybe time to do a "make buildworld", you think? Anyway, thanks for the > insight. Anyway you cut it, the newest version of lsof is "broke" for me > (and Mike). > > Cheers, > Mine goes like FreeBSD chihiro.leafy.idv.tw 5.2-CURRENT FreeBSD 5.2-CURRENT #31: Wed Apr 28 11:01:16 CST 2004 But as Mike put it, it may just be lsof assuming that all version>=5.2 has the definition when it actually does not. I'd suggest you file a pr agains lsof port though, just in case. Cheers, Jiawei -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming From owner-freebsd-ports@FreeBSD.ORG Wed Apr 28 02:00:06 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89E8F16A4CE for ; Wed, 28 Apr 2004 02:00:06 -0700 (PDT) Received: from atlas.informatik.rwth-aachen.de (atlas.informatik.RWTH-Aachen.DE [137.226.194.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75F0943D5C for ; Wed, 28 Apr 2004 02:00:05 -0700 (PDT) (envelope-from stolz@i2.informatik.rwth-aachen.de) Received: from menelaos.informatik.rwth-aachen.de (menelaos.informatik.RWTH-Aachen.DE [137.226.194.73]) 8.11.1-0.5-michaelw-20030918) with ESMTP id i3S903413345; Wed, 28 Apr 2004 11:00:03 +0200 Received: (from stolz@localhost)i3S904ni097468; Wed, 28 Apr 2004 11:00:04 +0200 (CEST) (envelope-from stolz) Date: Wed, 28 Apr 2004 11:00:04 +0200 From: Volker Stolz To: elarsen2@cox.net Message-ID: <20040428090004.GA97458@i2.informatik.rwth-aachen.de> References: <200404262053.55139.elarsen2@cox.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <200404262053.55139.elarsen2@cox.net> X-PGP-Key: finger vs@foldr.org X-PGP-Id: 0x3FD1B6B5 User-Agent: Mutt/1.5.4i cc: ports@freebsd.org Subject: Re: drm-kmod-0.9.6 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2004 09:00:06 -0000 In local.freebsd-ports, you wrote: > When I do a make install clean I get the fallowing: > > main# make install clean >===> Building for drm-kmod-0.9.6 >===> tdfx > Warning: Object directory not changed from > original /usr/ports/graphics/drm-kmod/work/drm-kmod/tdfx > cc -O2 -pipe -ffast-math -march=pentiumpro -I. -I.. -D_KERNEL -DKLD_MODULE > -nostdinc -I- -I. -I.. -I. -I@ -I@/../include -finline-limit=8000 > -fno-common -mno-align-long-strings -mpreferred-stack-boundary=2 > -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes > -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual > -fformat-extensions -std=c99 -c tdfx_drv.c > cc1: Invalid option `no-align-long-strings' > cc1: unknown C standard `c99' > cc1: Invalid option `-finline-limit=8000' > tdfx_drv.c:40: pci/pcivar.h: No such file or directory > In file included from tdfx_drv.c:136: > ./drm_ioctl.h:36: pci/pcivar.h: No such file or directory Are you by chance building on 5.X where this module isn't needed in the first place? You should have gotten a warning about this when starting the build. Can you please post the result of uname -a? Volker -- http://www-i2.informatik.rwth-aachen.de/stolz/ *** PGP *** S/MIME Neu! Ändern Sie den Anfangstag Ihrer Woche From owner-freebsd-ports@FreeBSD.ORG Wed Apr 28 03:00:32 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 990E416A563 for ; Wed, 28 Apr 2004 03:00:32 -0700 (PDT) Received: from cowbert.2y.net (d46h180.public.uconn.edu [137.99.46.180]) by mx1.FreeBSD.org (Postfix) with SMTP id 09A4843D5E for ; Wed, 28 Apr 2004 03:00:32 -0700 (PDT) (envelope-from sirmoo@cowbert.net) Received: (qmail 97913 invoked by uid 1001); 28 Apr 2004 10:00:31 -0000 Date: Wed, 28 Apr 2004 06:00:31 -0400 From: "Peter C. Lai" To: freebsd-ports@freebsd.org Message-ID: <20040428100031.GU18311@cowbert.net> Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="worL9B4ITIAQZ1FS" Content-Disposition: inline User-Agent: Mutt/1.5.6i Subject: bad build reqs for gimp2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2004 10:00:32 -0000 --worL9B4ITIAQZ1FS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Gimp-2.0.1,1 tries to look for glib-2.4.0 and gtk-2.4.0 even though it real= ly=20 only requires glib/gtk-2.2.3. I can't seem to figure out where in the Makef= ile it's doing that, because: USE_GNOME =3D gnomehack intltool gtk20 libartlgpl2 librsvg2 However, when it is building the dep list, it appears to specifically look = for libglib-2.0.so.400 and libgtk-x11-2.0.so.400. Last ports cvsup at 0900UTC Apr 28. --=20 Peter C. Lai University of Connecticut Dept. of Molecular and Cell Biology Yale University School of Medicine SenseLab | Research Assistant http://cowbert.2y.net/ --worL9B4ITIAQZ1FS Content-Type: application/x-pkcs7-signature Content-Disposition: attachment; filename="smime.p7s" Content-Transfer-Encoding: base64 MIIIlAYJKoZIhvcNAQcCoIIIhTCCCIECAQExCzAJBgUrDgMCGgUAMAsGCSqGSIb3DQEHAaCC BhgwggLRMIICOqADAgECAgMMH+owDQYJKoZIhvcNAQEEBQAwYjELMAkGA1UEBhMCWkExJTAj BgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQ ZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBMB4XDTA0MDQxNDA2NDI1N1oXDTA1MDQxNDA2 NDI1N1owRDEfMB0GA1UEAxMWVGhhd3RlIEZyZWVtYWlsIE1lbWJlcjEhMB8GCSqGSIb3DQEJ ARYSc2lybW9vQGNvd2JlcnQubmV0MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA xA5u/s2bmcc96AAzAw3xp1rBb3P0JHVzG5XtXTtIgMLZwVQJTQWYSo4bNS0Jl4x6sO7yHxOI B7eJ2eOx2pMPhdW3lLloukuQQI+1x9Ti3W4h0yxAhn867UPR1UWz0xp1PoO4j9wg9N6FZC+m ACdp/o74o/86FaTYlLXPM243VwfRaIQPfRjDGsFIMUga9yDQvWRizxKS0ucm3rtUohizhdtV 2DeXCYOOv1ojOaRpBcukJPXdhYcoOl4qxU/YBtou5n0RJzhggSvMKKJWIwwqF0RacYdGVMst crIlsMq4VTG/i+F+lPX5+ugHWPOZV3Fe17eTJ/BwTKe8Tr4QduA1rwIDAQABoy8wLTAdBgNV HREEFjAUgRJzaXJtb29AY293YmVydC5uZXQwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQF AAOBgQCXEIquVkTtK1C/eWYFUIQP1+JRA2QT5LxBMlrPDfOHGvtMSNbLs7y2YJXur8KFkwCo 4XybEqfcGyyAss2A1gE1BvagvCeAXUqTEbtEklUEGsM1Fh/XS1c2ug/UMonKW54LrgXUGxwy Xjn6LdBSvH/w5/Fw6Yp1juayjvY2l5k46DCCAz8wggKooAMCAQICAQ0wDQYJKoZIhvcNAQEF BQAwgdExCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNh cGUgVG93bjEaMBgGA1UEChMRVGhhd3RlIENvbnN1bHRpbmcxKDAmBgNVBAsTH0NlcnRpZmlj YXRpb24gU2VydmljZXMgRGl2aXNpb24xJDAiBgNVBAMTG1RoYXd0ZSBQZXJzb25hbCBGcmVl bWFpbCBDQTErMCkGCSqGSIb3DQEJARYccGVyc29uYWwtZnJlZW1haWxAdGhhd3RlLmNvbTAe Fw0wMzA3MTcwMDAwMDBaFw0xMzA3MTYyMzU5NTlaMGIxCzAJBgNVBAYTAlpBMSUwIwYDVQQK ExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNUaGF3dGUgUGVyc29u YWwgRnJlZW1haWwgSXNzdWluZyBDQTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAxKY8 VXNV+065yplaHmjAdQRwnd/p/6Me7L3N9VvyGna9fww6YfK/Uc4B1OVQCjDXAmNaLIkVcI7d yfArhVqqP3FWy688Cwfn8R+RNiQqE88r1fOCdz0Dviv+uxg+B79AgAJk16emu59l0cUqVIUP SAR/p7bRPGEEQB5kGXJgt/sCAwEAAaOBlDCBkTASBgNVHRMBAf8ECDAGAQH/AgEAMEMGA1Ud HwQ8MDowOKA2oDSGMmh0dHA6Ly9jcmwudGhhd3RlLmNvbS9UaGF3dGVQZXJzb25hbEZyZWVt YWlsQ0EuY3JsMAsGA1UdDwQEAwIBBjApBgNVHREEIjAgpB4wHDEaMBgGA1UEAxMRUHJpdmF0 ZUxhYmVsMi0xMzgwDQYJKoZIhvcNAQEFBQADgYEASIzRUIPqCy7MDaNmrGcPf6+svsIXoUOW lJ1/TCG4+DYfqi2fNi/A9BxQIJNwPP2t4WFiw9k6GX6EsZkbAMUaC4J0niVQlGLH2ydxVyWN 3amcOY6MIE9lX5Xa9/eH1sYITq726jTlEBpbNU1341YheILcIRk13iSx0x1G/11fZU8xggJE MIICQAIBATBpMGIxCzAJBgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAo UHR5KSBMdGQuMSwwKgYDVQQDEyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBD QQIDDB/qMAkGBSsOAwIaBQCggbEwGAYJKoZIhvcNAQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG 9w0BCQUxDxcNMDQwNDI4MTAwMDMwWjAjBgkqhkiG9w0BCQQxFgQUuzkGB8t6SoquO7mOuFiL Vp5pmKswUgYJKoZIhvcNAQkPMUUwQzAKBggqhkiG9w0DBzAOBggqhkiG9w0DAgICAIAwDQYI KoZIhvcNAwICAUAwBwYFKw4DAgcwDQYIKoZIhvcNAwICASgwDQYJKoZIhvcNAQEBBQAEggEA ltTalT0iQBltwOfrkuKasI6IudulGBFF9a3WalTm80du7zBw8zYut8hOE3WKr4ogDc1WoHMv i/3ud2KStKJg6jwgPJz4NTnCNpE9MguO+lr2Mv0UxUt8PIvw27tSbaDq/Q+aOXTIuY73ldW4 m/rDqGKPYQg3jOGJMHEXnSk1Trr5mpr268SZzhnSldnh0V7OhZnplCbwUGVL4AT0GYibnITj JZ53siAtK4lFD0wSBD5b39Hgmw6XKwrjlVpZsuQhQbHGOua/WhgfDtKOhJwnGqD5lUlZHjo4 g03urtD05PnrM+mFbOmZkUMAusl7JcrtBsgV2IuZMbZIbPnNAGYlew== --worL9B4ITIAQZ1FS-- From owner-freebsd-ports@FreeBSD.ORG Wed Apr 28 03:03:55 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3ABB816A4CE for ; Wed, 28 Apr 2004 03:03:55 -0700 (PDT) Received: from frink.w3.org (frink.w3.org [18.29.1.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6901743D5F for ; Wed, 28 Apr 2004 03:03:51 -0700 (PDT) (envelope-from aa-sender@w3.org) Received: by frink.w3.org (Postfix, from userid 59936) id 9F6D6A0EB8; Wed, 28 Apr 2004 06:03:50 -0400 (EDT) To: ports@FreeBSD.org From: W3C List Manager In-Reply-To: <20040428100350.2F40CA0893@frink.w3.org> Precedence: bulk Message-Id: <20040428100350.9F6D6A0EB8@frink.w3.org> Date: Wed, 28 Apr 2004 06:03:50 -0400 (EDT) Subject: IMPORTANT: your message to xsl-editors X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2004 10:03:55 -0000 This is a response to a message apparently sent from your address to xsl-editors@w3.org: Subject: From: ports@FreeBSD.org Date: Wed, 28 Apr 2004 06:03:50 -0400 (EDT) Your message has NOT been distributed to the list; before we distribute it, we need your permission to include your message in our Web archive of all messages distributed to this list. Please visit: http://www.w3.org/Mail/review?id=06dd2550bc78ca72b8e38c61a3c1822bb02f4cc9 and follow the simple procedure listed to give us permission to include your message in our Web archives. It should take less than one minute of your time, and only needs to be done once. If you do not give us this permission by Wed May 5 10:03:50 UTC 2004, your message will be deleted from our systems without being distributed to the list. Please do not reply to this message; for more information on this system, including information on how to provide feedback, please see: http://www.w3.org/2002/09/aa/ Note: W3C's mailing lists may not be used for unsolicited bulk email of any kind! -- W3C Postmaster, http://www.w3.org/Mail/ From owner-freebsd-ports@FreeBSD.ORG Wed Apr 28 03:03:57 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5829616A4CE for ; Wed, 28 Apr 2004 03:03:57 -0700 (PDT) Received: from frink.w3.org (frink.w3.org [18.29.1.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08BE443D67 for ; Wed, 28 Apr 2004 03:03:56 -0700 (PDT) (envelope-from aa-sender@w3.org) Received: by frink.w3.org (Postfix, from userid 59936) id 983D2A100E; Wed, 28 Apr 2004 06:03:56 -0400 (EDT) To: ports@FreeBSD.org From: W3C List Manager In-Reply-To: <20040428100354.48637A101E@frink.w3.org> Precedence: bulk Message-Id: <20040428100356.983D2A100E@frink.w3.org> Date: Wed, 28 Apr 2004 06:03:56 -0400 (EDT) Subject: IMPORTANT: your message to www-xpath-comments X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2004 10:03:57 -0000 This is a response to a message apparently sent from your address to www-xpath-comments@w3.org: Subject: From: ports@FreeBSD.org Date: Wed, 28 Apr 2004 06:03:54 -0400 (EDT) Your message has NOT been distributed to the list; before we distribute it, we need your permission to include your message in our Web archive of all messages distributed to this list. Please visit: http://www.w3.org/Mail/review?id=ccd8bef89ed6f7881a4d4425bd1b8936987e0efb and follow the simple procedure listed to give us permission to include your message in our Web archives. It should take less than one minute of your time, and only needs to be done once. If you do not give us this permission by Wed May 5 10:03:56 UTC 2004, your message will be deleted from our systems without being distributed to the list. Please do not reply to this message; for more information on this system, including information on how to provide feedback, please see: http://www.w3.org/2002/09/aa/ Note: W3C's mailing lists may not be used for unsolicited bulk email of any kind! -- W3C Postmaster, http://www.w3.org/Mail/ From owner-freebsd-ports@FreeBSD.ORG Wed Apr 28 03:04:02 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7375816A4CF for ; Wed, 28 Apr 2004 03:04:02 -0700 (PDT) Received: from frink.w3.org (frink.w3.org [18.29.1.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id D195E43D3F for ; Wed, 28 Apr 2004 03:04:01 -0700 (PDT) (envelope-from aa-sender@w3.org) Received: by frink.w3.org (Postfix, from userid 59936) id 7031DA0EB8; Wed, 28 Apr 2004 06:04:01 -0400 (EDT) To: ports@FreeBSD.org From: W3C List Manager In-Reply-To: <20040428100353.14E41A0893@frink.w3.org> Precedence: bulk Message-Id: <20040428100401.7031DA0EB8@frink.w3.org> Date: Wed, 28 Apr 2004 06:04:01 -0400 (EDT) Subject: IMPORTANT: your message to public-qt-comments X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2004 10:04:02 -0000 This is a response to a message apparently sent from your address to public-qt-comments@w3.org: Subject: From: ports@FreeBSD.org Date: Wed, 28 Apr 2004 06:03:53 -0400 (EDT) Your message has NOT been distributed to the list; before we distribute it, we need your permission to include your message in our Web archive of all messages distributed to this list. Please visit: http://www.w3.org/Mail/review?id=7ef75653a55e7d73d3eb3f8855fd1d6a3bce4880 and follow the simple procedure listed to give us permission to include your message in our Web archives. It should take less than one minute of your time, and only needs to be done once. If you do not give us this permission by Wed May 5 10:04:01 UTC 2004, your message will be deleted from our systems without being distributed to the list. Please do not reply to this message; for more information on this system, including information on how to provide feedback, please see: http://www.w3.org/2002/09/aa/ Note: W3C's mailing lists may not be used for unsolicited bulk email of any kind! -- W3C Postmaster, http://www.w3.org/Mail/ From owner-freebsd-ports@FreeBSD.ORG Tue Apr 27 07:10:49 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B6DA16A4CE; Tue, 27 Apr 2004 07:10:49 -0700 (PDT) Received: from smtp3.ing.unibs.it (smtp3.ing.unibs.it [192.167.23.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFCD643D54; Tue, 27 Apr 2004 07:10:47 -0700 (PDT) (envelope-from francesco.gringoli@ing.unibs.it) Received: from smtp.ing.unibs.it (smtp.ing.unibs.it [192.167.20.162]) by smtp3.ing.unibs.it (8.12.8/8.12.8) with ESMTP id i3REAZLU016476; Tue, 27 Apr 2004 16:10:36 +0200 Received: from [192.168.20.8] (noragw.ing.unibs.it [192.167.20.210]) (authenticated bits=0)i3REAUao027093 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT); Tue, 27 Apr 2004 16:10:34 +0200 In-Reply-To: <408E5DFE.8040909@fillmore-labs.com> References: <9635BDFE-9849-11D8-B46A-000A95CD8008@ing.unibs.it> <408E5DFE.8040909@fillmore-labs.com> Mime-Version: 1.0 (Apple Message framework v613) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Francesco Gringoli Date: Tue, 27 Apr 2004 16:10:30 +0200 To: Oliver Eikemeier X-Mailer: Apple Mail (2.613) X-Virus-Scanned: by AMaViS - amavis-milter (http://www.amavis.org/) X-Mailman-Approved-At: Wed, 28 Apr 2004 05:14:22 -0700 Subject: Re: conflicts between slapd and nsswitch (SSL not working) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Apr 2004 14:10:49 -0000 On Apr 27, 2004, at 3:19 PM, Oliver Eikemeier wrote: > Francesco Gringoli wrote: > >> Packages: openldap2(0,1)-server, nss-ldap >> Hi all, >> If slapd is configured to run as a user different than root (default >> config) >> and nsswitch is configured to search first in files and then in ldap >> and >> the ldap server specified for nsswitch is different then this, >> when slapd starts its SSL engine seems down: >> although slapd binds on port 636, traffic on this >> port is not SSL (try with openssl s_client and see >> that no certificate is returned during the handshake, >> really there is no handshake at all). >> Note: slapd start normally as the user specified in slapd.conf, >> it is possible to do search inside the ldap db, >> nss-ldap is ok and userid and gid are those defined in the ldap db, >> BUT >> the SSL engine is off. >> Note: if the ldap server specified for nsswitch is the same a time-out >> occur, since the slapd calls getpwnam and the ldap module >> cannot obtain anything. In this case the SSL engine is OK. > > What do you mean with `different' and `same' specified server? > > Also, some more iforemation would be useful, like > uname -a > pkg_info > ldd /usr/local/libexec/slapd > ps auxwww | grep slapd > cat /usr/local/etc/openldap/slapd.conf > cat /usr/local/etc/nss_ldap.conf > OK, let's see the configuration (first, note that the same configuration is ok on linux, so the problem could be in the nss architecture of FreeBSD) Case A: a system alone 1 nsswitch -configured for "files ldap" -ldap module fetching infos from 127.0.0.1 2 slapd -configured to bind both 389 and SSL on 636 -configured to run as user "slapd" If slapd is started it waits until the time out because it tries to get infos for the "slapd" user from the system and the system tries to fetch these infos from slapd but at this time slapd is not ready for queries (this could lead to a deadlock but I noticed this timeout-like behavior). After the timeout the slapd runs and the SSL engine is OK. Case B: the FreeBSD box and another box with slapd already running 1 nsswitch -configured for "files ldap" -ldap module fetching infos from ldap://another.host.on.internet:389 2 slapd: the same as Case A If slapd is started it tries to get infos for the slapd user from the system which queries another.host.on.internet for infos. No infos are returned as the user slapd is not on the ldap db of another.host.on.internet, these infos must reside on the passwd of the FreeBSD host. Then slapd on the FreeBSD box starts, it runs as user slapd but the SSL engine is down, although the slapd process has binded on port 636. For the information you asked me: uname -a: FreeBSD webmail4.ing.unibs.it 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Mon Feb 23 20:45:55 GMT 2004 root@wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC i386 pkg_info: nss_ldap-1.204_2 RFC 2307 NSS module openldap-client-2.1.23 Open source LDAP client implementation openldap-server-2.1.23 Open source LDAP server implementation pam_ldap-1.6.5 A pam module for authenticating with LDAP /usr/local/libexec/slapd: libldap_r.so.2 => /usr/local/lib/libldap_r.so.2 (0x28121000) liblber.so.2 => /usr/local/lib/liblber.so.2 (0x28153000) libssl.so.3 => /usr/lib/libssl.so.3 (0x28160000) libcrypto.so.3 => /lib/libcrypto.so.3 (0x28192000) libfetch.so.3 => /usr/lib/libfetch.so.3 (0x282a0000) libcom_err.so.2 => /usr/lib/libcom_err.so.2 (0x282ad000) libdb41.so.1 => /usr/local/lib/libdb41.so.1 (0x282af000) libwrap.so.3 => /usr/lib/libwrap.so.3 (0x2835f000) libc_r.so.5 => /usr/lib/libc_r.so.5 (0x28367000) libc.so.5 => /lib/libc.so.5 (0x2838b000) ldap 83931 0.0 0.2 7308 4408 ?? Ss Fri07PM 0:26.80 /usr/local/libexec/slapd -h ldapi://%2fvar%2frun%2fopenldap%2fldapi/ ldap://0.0.0.0/ ldaps://0.0.0.0/ -u ldap -g ldap slapd.conf: include /usr/local/etc/openldap/schema/core.schema include /usr/local/etc/openldap/schema/cosine.schema include /usr/local/etc/openldap/schema/dnsdomain2.schema include /usr/local/etc/openldap/schema/inetorgperson.schema include /usr/local/etc/openldap/schema/nis.schema include /usr/local/etc/openldap/schema/dhcp.schema include /usr/local/etc/openldap/schema/misc.schema TLSCertificateFile /usr/local/etc/openldap/ldap.pem TLSCertificateKeyFile /usr/local/etc/openldap/ldap.pem pidfile /var/run/openldap/slapd.pid argsfile /var/run/openldap/slapd.args access to dn=".*,o=bsing,c=IT" by * read database bdb suffix "o=bsing,c=IT" rootdn "uid=root,o=bsing,c=IT" rootpw xxxxxxxxxxxxxxxxxxxxxxxxxxx directory /var/db/openldap-data index objectClass eq index dhcpHWAddress eq index dhcpClassData eq index associatedDomain pres,eq,sub nsswitch.conf passwd: files ldap group: files ldap Best regards FG > -Oliver From owner-freebsd-ports@FreeBSD.ORG Wed Apr 28 06:02:55 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56D7C16A4CE for ; Wed, 28 Apr 2004 06:02:55 -0700 (PDT) Received: from basement.kutulu.org (pcp03610121pcs.longhl01.md.comcast.net [68.49.239.235]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7DDB43D45 for ; Wed, 28 Apr 2004 06:02:52 -0700 (PDT) (envelope-from kutulu@kutulu.org) Received: from wombat.localnet (wombat.localnet [192.168.69.3]) by basement.kutulu.org (Postfix) with ESMTP id AB857A972; Wed, 28 Apr 2004 09:02:51 -0400 (EDT) Received: by wombat.localnet (Postfix, from userid 1001) id 9621AB842; Wed, 28 Apr 2004 09:02:51 -0400 (EDT) Date: Wed, 28 Apr 2004 09:02:51 -0400 From: Michael Edenfield To: Hermes Trismegistus Message-ID: <20040428130251.GA39573@wombat.localnet> Mail-Followup-To: Hermes Trismegistus , ports@freebsd.org References: <20040426221217.GA40770@wombat.localnet> <20040427220951.E31761@sherman.trismegistus.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="zYM0uCDKw75PZbzx" Content-Disposition: inline In-Reply-To: <20040427220951.E31761@sherman.trismegistus.net> X-Mailer: Mutt http://www.mutt.org/ X-Accept-Language: en X-PGP-Key: http://www.kutulu.org/pgp/kutulu.asc X-PGP-Fingerprint: 1CE0 3C31 7013 D529 406D 37DC 09CC CD84 A46C 878F User-Agent: Mutt/1.5.6i cc: ports@freebsd.org cc: Michael Edenfield Subject: Re: The ongoing saga of lsof-4.71.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2004 13:02:55 -0000 --zYM0uCDKw75PZbzx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline * Hermes Trismegistus [040428 00:26]: > Mike, one hell of a job at some really good sleuthing. I lacked your > persistence, or maybe your curiosity. I had given up on the newer version > of lsof after spending about half the time you spent. I just figured what > the fuck, I'll stay with the older but working version. I guess you and I > are the only ones without the "__cpumask_t" value set to some typedef. > Where did you comment it out (what file)? Actually, I lied a little in my email. I didn't realize until after I'd sent that I wasn't actually running -CURRENT, I was running 5.2-RELEASE on that machine. Apparently, __cpumask_t in is /usr/include/machine/_types.h on -CURRENT but not in 5.2-RELEASE. At any rate, you just need to edit "machine.h" in the port's work directory (lsof-4.72a.freebsd/src I think). Do a "make configure" then edit the file then finish the make. HTH. --Mike --zYM0uCDKw75PZbzx Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAj6t7CczNhKRsh48RAkkVAKCXriXyD1Xw9sa+vVRZ126Mdk8UFACfdHc1 Zpo+n70T5YBRabFFjag6U1Y= =+L9V -----END PGP SIGNATURE----- --zYM0uCDKw75PZbzx-- From owner-freebsd-ports@FreeBSD.ORG Wed Apr 28 06:05:11 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDDE816A4CE for ; Wed, 28 Apr 2004 06:05:11 -0700 (PDT) Received: from basement.kutulu.org (pcp03610121pcs.longhl01.md.comcast.net [68.49.239.235]) by mx1.FreeBSD.org (Postfix) with ESMTP id A112A43D31 for ; Wed, 28 Apr 2004 06:05:11 -0700 (PDT) (envelope-from kutulu@kutulu.org) Received: from wombat.localnet (wombat.localnet [192.168.69.3]) by basement.kutulu.org (Postfix) with ESMTP id 01ACEA961; Wed, 28 Apr 2004 09:05:11 -0400 (EDT) Received: by wombat.localnet (Postfix, from userid 1001) id DC322B836; Wed, 28 Apr 2004 09:05:10 -0400 (EDT) Date: Wed, 28 Apr 2004 09:05:10 -0400 From: Michael Edenfield To: leafy Message-ID: <20040428130510.GB39573@wombat.localnet> Mail-Followup-To: leafy , Hermes Trismegistus , ports@freebsd.org References: <20040426221217.GA40770@wombat.localnet> <20040428043909.GA18110@chihiro.leafy.idv.tw> <20040428013306.K59649@sherman.trismegistus.net> <20040428065631.GA19011@chihiro.leafy.idv.tw> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="p4qYPpj5QlsIQJ0K" Content-Disposition: inline In-Reply-To: <20040428065631.GA19011@chihiro.leafy.idv.tw> X-Mailer: Mutt http://www.mutt.org/ X-Accept-Language: en X-PGP-Key: http://www.kutulu.org/pgp/kutulu.asc X-PGP-Fingerprint: 1CE0 3C31 7013 D529 406D 37DC 09CC CD84 A46C 878F User-Agent: Mutt/1.5.6i cc: ports@freebsd.org cc: Michael Edenfield cc: Hermes Trismegistus Subject: Re: The ongoing saga of lsof-4.71.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2004 13:05:11 -0000 --p4qYPpj5QlsIQJ0K Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * leafy [040428 02:56]: > On Wed, Apr 28, 2004 at 01:36:49AM -0500, Hermes Trismegistus wrote: > > FreeBSD sherman.trismegistus.net 5.2-CURRENT FreeBSD 5.2-CURRENT #2: Wed > > Mar 17 22:57:36 CST 2004 > > root@sherman.trismegistus.net:/usr/obj/usr/src/sys/SHERMAN i386 > >=20 > > Maybe time to do a "make buildworld", you think? Anyway, thanks for the > > insight. Anyway you cut it, the newest version of lsof is "broke" for me > > (and Mike). > >=20 > > Cheers, > >=20 > Mine goes like > FreeBSD chihiro.leafy.idv.tw 5.2-CURRENT FreeBSD 5.2-CURRENT #31: Wed=20 > Apr 28 11:01:16 CST 2004 =20 >=20 > But as Mike put it, it may just be lsof assuming that all version>=3D5.2 > has the definition when it actually does not. I'd suggest you file a pr > agains lsof port though, just in case. I'm going to assume that the ports are really required to support versions of 5.x prior to -CURRENT, since it's still in a state of flux. So I'll just settle for manually fixing the port for the time being, since it doesn't appear to break anything not having that value. --Mike --p4qYPpj5QlsIQJ0K Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAj6wGCczNhKRsh48RAql/AKChfPcYXczDTyyOhq13ygluIwksKQCfXmlb rC5r7vNG6Bt9cN0KfLb83TM= =TJR1 -----END PGP SIGNATURE----- --p4qYPpj5QlsIQJ0K-- From owner-freebsd-ports@FreeBSD.ORG Wed Apr 28 08:07:25 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 079AA16A4CE for ; Wed, 28 Apr 2004 08:07:25 -0700 (PDT) Received: from smtp.unsam.edu.ar (smtp.unsam.edu.ar [170.210.48.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2687E43D6A for ; Wed, 28 Apr 2004 08:07:13 -0700 (PDT) (envelope-from fernan@iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (pi.iib.unsam.edu.ar [192.168.10.11]) by smtp.unsam.edu.ar (8.12.6/8.12.6) with ESMTP id i3SFDUv0042984 for ; Wed, 28 Apr 2004 12:13:31 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (localhost.iib.unsam.edu.ar [127.0.0.1]) by pi.iib.unsam.edu.ar (8.12.9p2/8.12.9) with ESMTP id i3SF1f2h089280 for ; Wed, 28 Apr 2004 12:01:42 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: (from fernan@localhost) by pi.iib.unsam.edu.ar (8.12.9p2/8.12.9/Submit) id i3SF1bAN089279 for ports@FreeBSD.ORG; Wed, 28 Apr 2004 12:01:37 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) X-Authentication-Warning: pi.iib.unsam.edu.ar: fernan set sender to fernan@iib.unsam.edu.ar using -f Date: Wed, 28 Apr 2004 12:01:37 -0300 From: Fernan Aguero To: FreeBSD Ports Message-ID: <20040428150137.GA74586@iib.unsam.edu.ar> Mail-Followup-To: FreeBSD Ports Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="AqsLC8rIMeq19msA" Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: autoconf/automake guru wanted [gnuplot-4.0 with patches] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2004 15:07:25 -0000 --AqsLC8rIMeq19msA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi! I came across a specific need for my day job. For this I need a patched version of gnuplot. See: http://www.bmsc.washington.edu/people/merritt/gnuplot/ The problem is that the patches apply to v4.0 of gnuplot, which is not in the ports collection. So, after writing the maintainer and not receiving a reply, I decided to go ahead and try to update the gnuplot port to v4.0 and at the same time include (perhaps as an option) the patches I need. So I downloaded the gnuplot-4.0.0 sources, and started working: i) gnuplot 4.0.0 configures and builds fine on FreeBSD-4.9 without modifying it or porting it. ii) the mentioned patches (datastrings/histograms) apply cleanly to 4.0.0 However, both patches require that I run autoconf after applying them. And here I started having problems, because I really do not understand i) how autoconf/automake work and ii) how FreeBSD deals with different conf/make versions. After applying the patches I ran autoconf259 (I also have autoconf213 in my system), which gave no error or signs. Next, I ran configure using the new options '--enable-datastrings and --enable-histograms'. Configure does not produce any errors, however upon calling 'make' there are some errors about missing 'aclocal', 'autoheader', 'autoconf' and then a re-check happens which re-runs configure and make. At this time there are errors about a missing 'automake-1.7'. I have attached the output of what I've done, so you can see for youselves. My questions: Do these errors about missing auto[conf/header/make] come from the way FreeBSD deals with different versions of them? If so, would using bsd.port.mk (i.e. writing a port skeleton that uses autoconf/make whatever) or some other magic fix it? If so, how should I go about writing such a port skeleton? >From reading bsd.autotools.mk I now know that if I call USE_AUTOCONF, then autoconf would be called before calling configure. But I am still completely ignorant about what versions of auto[conf/header/make/etc] are required by gnuplot-4.0.0. How do I get to know this? Thanks in advance for any help, Fernan -- F e r n a n A g u e r o http://genoma.unsam.edu.ar/~fernan --AqsLC8rIMeq19msA Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="patch.out" Content-Transfer-Encoding: quoted-printable Script started on Wed Apr 28 11:37:53 2004 You have 61 mail messages.=0D [fernan@pi] ./configure --enable-datastrings --enable-histograms=1B[52Dauto= conf259=1B[K=1B[11Dpatch -p1 < ../histograms_4.0.patch=1B[20D=1B[4hd=1B[4la= tastring=1B[11C=0D=0D Hmm... Looks like a unified diff to me...=0D The text leading up to this was:=0D --------------------------=0D |diff -urNP gnuplot/configure.in gnuplot-cvs/configure.in=0D |--- gnuplot/configure.in 2004-03-31 16:40:41.000000000 -0800=0D |+++ gnuplot-cvs/configure.in 2004-04-16 17:37:12.000000000 -0700=0D --------------------------=0D Patching file configure.in using Plan A...=0D Hunk #1 succeeded at 735.=0D Hunk #2 succeeded at 965.=0D Hmm... The next patch looks like a unified diff to me...=0D The text leading up to this was:=0D --------------------------=0D |diff -urNP gnuplot/demo/ctg-y2.dat gnuplot-cvs/demo/ctg-y2.dat=0D |--- gnuplot/demo/ctg-y2.dat 1969-12-31 16:00:00.000000000 -0800=0D |+++ gnuplot-cvs/demo/ctg-y2.dat 2004-04-16 17:37:12.000000000 -0700=0D --------------------------=0D (Creating file demo/ctg-y2.dat...)=0D Patching file demo/ctg-y2.dat using Plan A...=0D Hunk #1 succeeded at 1.=0D Hmm... The next patch looks like a unified diff to me...=0D The text leading up to this was:=0D --------------------------=0D |diff -urNP gnuplot/demo/datastrings.dem gnuplot-cvs/demo/datastrings.dem=0D |--- gnuplot/demo/datastrings.dem 1969-12-31 16:00:00.000000000 -0800=0D |+++ gnuplot-cvs/demo/datastrings.dem 2004-04-16 17:37:12.000000000 -0700=0D --------------------------=0D (Creating file demo/datastrings.dem...)=0D Patching file demo/datastrings.dem using Plan A...=0D Hunk #1 succeeded at 1.=0D Hmm... The next patch looks like a unified diff to me...=0D The text leading up to this was:=0D --------------------------=0D |diff -urNP gnuplot/demo/labelplot.pdb gnuplot-cvs/demo/labelplot.pdb=0D |--- gnuplot/demo/labelplot.pdb 1969-12-31 16:00:00.000000000 -0800=0D |+++ gnuplot-cvs/demo/labelplot.pdb 2004-04-16 17:37:12.000000000 -0700=0D --------------------------=0D (Creating file demo/labelplot.pdb...)=0D Patching file demo/labelplot.pdb using Plan A...=0D Hunk #1 succeeded at 1.=0D Hmm... The next patch looks like a unified diff to me...=0D The text leading up to this was:=0D --------------------------=0D |diff -urNP gnuplot/demo/nearmap.csv gnuplot-cvs/demo/nearmap.csv=0D |--- gnuplot/demo/nearmap.csv 1969-12-31 16:00:00.000000000 -0800=0D |+++ gnuplot-cvs/demo/nearmap.csv 2004-04-16 17:37:12.000000000 -0700=0D --------------------------=0D (Creating file demo/nearmap.csv...)=0D Patching file demo/nearmap.csv using Plan A...=0D Hunk #1 succeeded at 1.=0D Hmm... The next patch looks like a unified diff to me...=0D The text leading up to this was:=0D --------------------------=0D |diff -urNP gnuplot/demo/starmap.dem gnuplot-cvs/demo/starmap.dem=0D |--- gnuplot/demo/starmap.dem 1969-12-31 16:00:00.000000000 -0800=0D |+++ gnuplot-cvs/demo/starmap.dem 2004-04-16 17:37:12.000000000 -0700=0D --------------------------=0D (Creating file demo/starmap.dem...)=0D Patching file demo/starmap.dem using Plan A...=0D Hunk #1 succeeded at 1.=0D Hmm... The next patch looks like a unified diff to me...=0D The text leading up to this was:=0D --------------------------=0D |diff -urNP gnuplot/demo/table.dat gnuplot-cvs/demo/table.dat=0D |--- gnuplot/demo/table.dat 1969-12-31 16:00:00.000000000 -0800=0D |+++ gnuplot-cvs/demo/table.dat 2004-04-16 17:37:12.000000000 -0700=0D --------------------------=0D (Creating file demo/table.dat...)=0D Patching file demo/table.dat using Plan A...=0D Hunk #1 succeeded at 1.=0D Hmm... The next patch looks like a unified diff to me...=0D The text leading up to this was:=0D --------------------------=0D |diff -urNP gnuplot/docs/gnuplot.doc gnuplot-cvs/docs/gnuplot.doc=0D |--- gnuplot/docs/gnuplot.doc 2004-04-16 09:48:04.000000000 -0700=0D |+++ gnuplot-cvs/docs/gnuplot.doc 2004-04-16 17:37:12.000000000 -0700=0D --------------------------=0D Patching file docs/gnuplot.doc using Plan A...=0D Hunk #1 succeeded at 564.=0D Hunk #2 succeeded at 2999.=0D Hunk #3 succeeded at 3298.=0D Hunk #4 succeeded at 5196.=0D Hunk #5 succeeded at 5245.=0D Hunk #6 succeeded at 7026.=0D Hunk #7 succeeded at 7303.=0D Hmm... The next patch looks like a unified diff to me...=0D The text leading up to this was:=0D --------------------------=0D |diff -urNP gnuplot/src/axis.c gnuplot-cvs/src/axis.c=0D |--- gnuplot/src/axis.c 2004-04-13 23:08:26.000000000 -0700=0D |+++ gnuplot-cvs/src/axis.c 2004-04-16 17:37:12.000000000 -0700=0D --------------------------=0D Patching file src/axis.c using Plan A...=0D Hunk #1 succeeded at 45.=0D Hunk #2 succeeded at 1617.=0D Hmm... The next patch looks like a unified diff to me...=0D The text leading up to this was:=0D --------------------------=0D |diff -urNP gnuplot/src/axis.h gnuplot-cvs/src/axis.h=0D |--- gnuplot/src/axis.h 2004-04-13 23:08:26.000000000 -0700=0D |+++ gnuplot-cvs/src/axis.h 2004-04-16 17:37:12.000000000 -0700=0D --------------------------=0D Patching file src/axis.h using Plan A...=0D Hunk #1 succeeded at 639.=0D Hmm... The next patch looks like a unified diff to me...=0D The text leading up to this was:=0D --------------------------=0D |diff -urNP gnuplot/src/datafile.c gnuplot-cvs/src/datafile.c=0D |--- gnuplot/src/datafile.c 2004-04-13 23:08:26.000000000 -0700=0D |+++ gnuplot-cvs/src/datafile.c 2004-04-16 17:37:12.000000000 -0700=0D --------------------------=0D Patching file src/datafile.c using Plan A...=0D Hunk #1 succeeded at 74.=0D Hunk #2 succeeded at 154.=0D Hunk #3 succeeded at 174.=0D Hunk #4 succeeded at 267.=0D Hunk #5 succeeded at 282.=0D Hunk #6 succeeded at 352.=0D Hunk #7 succeeded at 376.=0D Hunk #8 succeeded at 401.=0D Hunk #9 succeeded at 632.=0D Hunk #10 succeeded at 663.=0D Hunk #11 succeeded at 746.=0D Hunk #12 succeeded at 773.=0D Hunk #13 succeeded at 854.=0D Hunk #14 succeeded at 1001.=0D Hunk #15 succeeded at 1044.=0D Hunk #16 succeeded at 1079.=0D Hunk #17 succeeded at 1202.=0D Hunk #18 succeeded at 1233.=0D Hunk #19 succeeded at 1331.=0D Hunk #20 succeeded at 1363.=0D Hunk #21 succeeded at 1686.=0D Hunk #22 succeeded at 1750.=0D Hunk #23 succeeded at 1803.=0D Hmm... The next patch looks like a unified diff to me...=0D The text leading up to this was:=0D --------------------------=0D |diff -urNP gnuplot/src/datafile.h gnuplot-cvs/src/datafile.h=0D |--- gnuplot/src/datafile.h 2004-04-13 23:08:26.000000000 -0700=0D |+++ gnuplot-cvs/src/datafile.h 2004-04-16 17:37:12.000000000 -0700=0D --------------------------=0D Patching file src/datafile.h using Plan A...=0D Hunk #1 succeeded at 49.=0D Hunk #2 succeeded at 64.=0D Hunk #3 succeeded at 82.=0D Hunk #4 succeeded at 108.=0D Hmm... The next patch looks like a unified diff to me...=0D The text leading up to this was:=0D --------------------------=0D |diff -urNP gnuplot/src/gadgets.c gnuplot-cvs/src/gadgets.c=0D |--- gnuplot/src/gadgets.c 2004-04-13 23:08:27.000000000 -0700=0D |+++ gnuplot-cvs/src/gadgets.c 2004-04-16 17:37:12.000000000 -0700=0D --------------------------=0D Patching file src/gadgets.c using Plan A...=0D Hunk #1 succeeded at 423.=0D Hmm... The next patch looks like a unified diff to me...=0D The text leading up to this was:=0D --------------------------=0D |diff -urNP gnuplot/src/gadgets.h gnuplot-cvs/src/gadgets.h=0D |--- gnuplot/src/gadgets.h 2004-04-13 23:08:27.000000000 -0700=0D |+++ gnuplot-cvs/src/gadgets.h 2004-04-16 17:37:12.000000000 -0700=0D --------------------------=0D Patching file src/gadgets.h using Plan A...=0D Hunk #1 succeeded at 187.=0D Hunk #2 succeeded at 202.=0D Hunk #3 succeeded at 226.=0D Hunk #4 succeeded at 329.=0D Hmm... The next patch looks like a unified diff to me...=0D The text leading up to this was:=0D --------------------------=0D |diff -urNP gnuplot/src/gp_types.h gnuplot-cvs/src/gp_types.h=0D |--- gnuplot/src/gp_types.h 2004-04-13 23:08:27.000000000 -0700=0D |+++ gnuplot-cvs/src/gp_types.h 2004-04-16 17:37:12.000000000 -0700=0D --------------------------=0D Patching file src/gp_types.h using Plan A...=0D Hunk #1 succeeded at 99.=0D Hmm... The next patch looks like a unified diff to me...=0D The text leading up to this was:=0D --------------------------=0D |diff -urNP gnuplot/src/graph3d.c gnuplot-cvs/src/graph3d.c=0D |--- gnuplot/src/graph3d.c 2004-04-13 23:08:27.000000000 -0700=0D |+++ gnuplot-cvs/src/graph3d.c 2004-04-16 17:37:12.000000000 -0700=0D --------------------------=0D Patching file src/graph3d.c using Plan A...=0D Hunk #1 succeeded at 1059.=0D Hunk #2 succeeded at 1141.=0D Hunk #3 succeeded at 1207.=0D Hunk #4 succeeded at 1262.=0D Hmm... The next patch looks like a unified diff to me...=0D The text leading up to this was:=0D --------------------------=0D |diff -urNP gnuplot/src/graph3d.h gnuplot-cvs/src/graph3d.h=0D |--- gnuplot/src/graph3d.h 2004-04-13 23:08:27.000000000 -0700=0D |+++ gnuplot-cvs/src/graph3d.h 2004-04-16 17:37:12.000000000 -0700=0D --------------------------=0D Patching file src/graph3d.h using Plan A...=0D Hunk #1 succeeded at 96.=0D Hmm... The next patch looks like a unified diff to me...=0D The text leading up to this was:=0D --------------------------=0D |diff -urNP gnuplot/src/graphics.c gnuplot-cvs/src/graphics.c=0D |--- gnuplot/src/graphics.c 2004-04-13 23:08:27.000000000 -0700=0D |+++ gnuplot-cvs/src/graphics.c 2004-04-16 17:37:12.000000000 -0700=0D --------------------------=0D Patching file src/graphics.c using Plan A...=0D Hunk #1 succeeded at 1521.=0D Hmm... The next patch looks like a unified diff to me...=0D The text leading up to this was:=0D --------------------------=0D |diff -urNP gnuplot/src/graphics.h gnuplot-cvs/src/graphics.h=0D |--- gnuplot/src/graphics.h 2004-04-13 23:08:27.000000000 -0700=0D |+++ gnuplot-cvs/src/graphics.h 2004-04-16 17:37:12.000000000 -0700=0D --------------------------=0D Patching file src/graphics.h using Plan A...=0D Hunk #1 succeeded at 53.=0D Hunk #2 succeeded at 68.=0D Hmm... The next patch looks like a unified diff to me...=0D The text leading up to this was:=0D --------------------------=0D |diff -urNP gnuplot/src/misc.c gnuplot-cvs/src/misc.c=0D |--- gnuplot/src/misc.c 2004-04-13 23:08:28.000000000 -0700=0D |+++ gnuplot-cvs/src/misc.c 2004-04-16 17:37:12.000000000 -0700=0D --------------------------=0D Patching file src/misc.c using Plan A...=0D Hunk #1 succeeded at 1065.=0D Hmm... The next patch looks like a unified diff to me...=0D The text leading up to this was:=0D --------------------------=0D |diff -urNP gnuplot/src/plot2d.c gnuplot-cvs/src/plot2d.c=0D |--- gnuplot/src/plot2d.c 2004-04-13 23:08:28.000000000 -0700=0D |+++ gnuplot-cvs/src/plot2d.c 2004-04-16 17:37:12.000000000 -0700=0D --------------------------=0D Patching file src/plot2d.c using Plan A...=0D Hunk #1 succeeded at 34.=0D Hunk #2 succeeded at 48.=0D Hunk #3 succeeded at 109.=0D Hunk #4 succeeded at 172.=0D Hunk #5 succeeded at 240.=0D Hunk #6 succeeded at 256.=0D Hunk #7 succeeded at 310.=0D Hunk #8 succeeded at 374.=0D Hunk #9 succeeded at 459.=0D Hunk #10 succeeded at 686.=0D Hunk #11 succeeded at 1007.=0D Hunk #12 succeeded at 1031.=0D Hunk #13 succeeded at 1195.=0D Hunk #14 succeeded at 1209.=0D Hunk #15 succeeded at 1294.=0D Hmm... The next patch looks like a unified diff to me...=0D The text leading up to this was:=0D --------------------------=0D |diff -urNP gnuplot/src/plot2d.h gnuplot-cvs/src/plot2d.h=0D |--- gnuplot/src/plot2d.h 2004-04-13 23:08:28.000000000 -0700=0D |+++ gnuplot-cvs/src/plot2d.h 2004-04-16 17:37:12.000000000 -0700=0D --------------------------=0D Patching file src/plot2d.h using Plan A...=0D Hunk #1 succeeded at 54.=0D Hmm... The next patch looks like a unified diff to me...=0D The text leading up to this was:=0D --------------------------=0D |diff -urNP gnuplot/src/plot3d.c gnuplot-cvs/src/plot3d.c=0D |--- gnuplot/src/plot3d.c 2004-04-13 23:08:28.000000000 -0700=0D |+++ gnuplot-cvs/src/plot3d.c 2004-04-16 17:37:12.000000000 -0700=0D --------------------------=0D Patching file src/plot3d.c using Plan A...=0D Hunk #1 succeeded at 47.=0D Hunk #2 succeeded at 146.=0D Hunk #3 succeeded at 219.=0D Hunk #4 succeeded at 622.=0D Hunk #5 succeeded at 670.=0D Hunk #6 succeeded at 740.=0D Hunk #7 succeeded at 841.=0D Hunk #8 succeeded at 919.=0D Hunk #9 succeeded at 1139.=0D Hunk #10 succeeded at 1176.=0D Hunk #11 succeeded at 1257.=0D Hunk #12 succeeded at 1310.=0D Hunk #13 succeeded at 1330.=0D Hunk #14 succeeded at 1371.=0D Hunk #15 succeeded at 1383.=0D Hunk #16 succeeded at 1401.=0D Hmm... The next patch looks like a unified diff to me...=0D The text leading up to this was:=0D --------------------------=0D |diff -urNP gnuplot/src/save.c gnuplot-cvs/src/save.c=0D |--- gnuplot/src/save.c 2004-04-13 23:08:29.000000000 -0700=0D |+++ gnuplot-cvs/src/save.c 2004-04-16 17:37:12.000000000 -0700=0D --------------------------=0D Patching file src/save.c using Plan A...=0D Hunk #1 succeeded at 366.=0D Hunk #2 succeeded at 1086.=0D Hmm... The next patch looks like a unified diff to me...=0D The text leading up to this was:=0D --------------------------=0D |diff -urNP gnuplot/src/set.c gnuplot-cvs/src/set.c=0D |--- gnuplot/src/set.c 2004-04-13 23:08:29.000000000 -0700=0D |+++ gnuplot-cvs/src/set.c 2004-04-16 17:37:12.000000000 -0700=0D --------------------------=0D Patching file src/set.c using Plan A...=0D Hunk #1 succeeded at 147.=0D Hunk #2 succeeded at 158.=0D Hunk #3 succeeded at 1573.=0D Hunk #4 succeeded at 3043.=0D Hunk #5 succeeded at 3953.=0D Hunk #6 succeeded at 4242.=0D Hunk #7 succeeded at 4274.=0D Hunk #8 succeeded at 4419.=0D Hmm... The next patch looks like a unified diff to me...=0D The text leading up to this was:=0D --------------------------=0D |diff -urNP gnuplot/src/setshow.h gnuplot-cvs/src/setshow.h=0D |--- gnuplot/src/setshow.h 2004-04-13 23:08:29.000000000 -0700=0D |+++ gnuplot-cvs/src/setshow.h 2004-04-16 17:37:12.000000000 -0700=0D --------------------------=0D Patching file src/setshow.h using Plan A...=0D Hunk #1 succeeded at 82.=0D Hmm... The next patch looks like a unified diff to me...=0D The text leading up to this was:=0D --------------------------=0D |diff -urNP gnuplot/src/show.c gnuplot-cvs/src/show.c=0D |--- gnuplot/src/show.c 2004-04-15 10:04:50.000000000 -0700=0D |+++ gnuplot-cvs/src/show.c 2004-04-16 17:37:12.000000000 -0700=0D --------------------------=0D Patching file src/show.c using Plan A...=0D Hunk #1 succeeded at 1711.=0D Hmm... The next patch looks like a unified diff to me...=0D The text leading up to this was:=0D --------------------------=0D |diff -urNP gnuplot/src/tables.c gnuplot-cvs/src/tables.c=0D |--- gnuplot/src/tables.c 2004-04-13 23:08:29.000000000 -0700=0D |+++ gnuplot-cvs/src/tables.c 2004-04-16 17:37:12.000000000 -0700=0D --------------------------=0D Patching file src/tables.c using Plan A...=0D Hunk #1 succeeded at 594.=0D Hmm... The next patch looks like a unified diff to me...=0D The text leading up to this was:=0D --------------------------=0D |diff -urNP gnuplot/src/util.c gnuplot-cvs/src/util.c=0D |--- gnuplot/src/util.c 2004-04-13 23:08:30.000000000 -0700=0D |+++ gnuplot-cvs/src/util.c 2004-04-16 17:37:12.000000000 -0700=0D --------------------------=0D Patching file src/util.c using Plan A...=0D Hunk #1 succeeded at 59.=0D Hunk #2 succeeded at 978.=0D Hunk #3 succeeded at 1017.=0D Hmm... The next patch looks like a unified diff to me...=0D The text leading up to this was:=0D --------------------------=0D |diff -urNP gnuplot/src/util.h gnuplot-cvs/src/util.h=0D |--- gnuplot/src/util.h 2004-04-13 23:08:30.000000000 -0700=0D |+++ gnuplot-cvs/src/util.h 2004-04-16 17:37:12.000000000 -0700=0D --------------------------=0D Patching file src/util.h using Plan A...=0D Hunk #1 succeeded at 73.=0D done=0D [fernan@pi] patch -p1 < ../datastrings_4.0.patch=1B[36D./configure --enable= -datastrings --enable-histograms=1B[52Dautoconf259=1B[K=1B[11Dpatch -p1 < .= ./histograms_4.0.patch=0D=0D Hmm... Looks like a unified diff to me...=0D The text leading up to this was:=0D --------------------------=0D |diff -urNP gnuplot-datastrings/configure.in gnuplot-eam/configure.in=0D |--- gnuplot-datastrings/configure.in 2004-04-14 10:49:27.000000000 -0700=0D |+++ gnuplot-eam/configure.in 2004-04-14 10:50:54.000000000 -0700=0D --------------------------=0D Patching file configure.in using Plan A...=0D Hunk #1 succeeded at 743.=0D Hunk #2 succeeded at 977.=0D Hmm... The next patch looks like a unified diff to me...=0D The text leading up to this was:=0D --------------------------=0D |diff -urNP gnuplot-datastrings/demo/histograms.dem gnuplot-eam/demo/histog= rams.dem=0D |--- gnuplot-datastrings/demo/histograms.dem 1969-12-31 16:00:00.000000000 = -0800=0D |+++ gnuplot-eam/demo/histograms.dem 2004-04-14 10:50:54.000000000 -0700=0D --------------------------=0D (Creating file demo/histograms.dem...)=0D Patching file demo/histograms.dem using Plan A...=0D Hunk #1 succeeded at 1.=0D Hmm... The next patch looks like a unified diff to me...=0D The text leading up to this was:=0D --------------------------=0D |diff -urNP gnuplot-datastrings/demo/immigration.dat gnuplot-eam/demo/immig= ration.dat=0D |--- gnuplot-datastrings/demo/immigration.dat 1969-12-31 16:00:00.000000000= -0800=0D |+++ gnuplot-eam/demo/immigration.dat 2004-04-14 10:50:54.000000000 -0700=0D --------------------------=0D (Creating file demo/immigration.dat...)=0D Patching file demo/immigration.dat using Plan A...=0D Hunk #1 succeeded at 1.=0D Hmm... The next patch looks like a unified diff to me...=0D The text leading up to this was:=0D --------------------------=0D |diff -urNP gnuplot-datastrings/docs/gnuplot.doc gnuplot-eam/docs/gnuplot.d= oc=0D |--- gnuplot-datastrings/docs/gnuplot.doc 2004-04-14 10:49:27.000000000 -07= 00=0D |+++ gnuplot-eam/docs/gnuplot.doc 2004-04-14 10:50:54.000000000 -0700=0D --------------------------=0D Patching file docs/gnuplot.doc using Plan A...=0D Hunk #1 succeeded at 3299.=0D Hunk #2 succeeded at 4011.=0D Hunk #3 succeeded at 5192.=0D Hunk #4 succeeded at 5218.=0D Hunk #5 succeeded at 5268.=0D Hunk #6 succeeded at 6791.=0D Hunk #7 succeeded at 6894.=0D Hunk #8 succeeded at 7044.=0D Hunk #9 succeeded at 7148.=0D Hmm... The next patch looks like a unified diff to me...=0D The text leading up to this was:=0D --------------------------=0D |diff -urNP gnuplot-datastrings/src/datafile.c gnuplot-eam/src/datafile.c=0D |--- gnuplot-datastrings/src/datafile.c 2004-04-14 10:49:27.000000000 -0700= =0D |+++ gnuplot-eam/src/datafile.c 2004-04-14 10:50:55.000000000 -0700=0D --------------------------=0D Patching file src/datafile.c using Plan A...=0D Hunk #1 succeeded at 178.=0D Hunk #2 succeeded at 194.=0D Hunk #3 succeeded at 205.=0D Hunk #4 succeeded at 1029.=0D Hunk #5 succeeded at 1302.=0D Hunk #6 succeeded at 1847.=0D Hunk #7 succeeded at 1892.=0D Hmm... The next patch looks like a unified diff to me...=0D The text leading up to this was:=0D --------------------------=0D |diff -urNP gnuplot-datastrings/src/datafile.h gnuplot-eam/src/datafile.h=0D |--- gnuplot-datastrings/src/datafile.h 2004-04-14 10:49:27.000000000 -0700= =0D |+++ gnuplot-eam/src/datafile.h 2004-04-14 10:50:55.000000000 -0700=0D --------------------------=0D Patching file src/datafile.h using Plan A...=0D Hunk #1 succeeded at 53.=0D Hmm... The next patch looks like a unified diff to me...=0D The text leading up to this was:=0D --------------------------=0D |diff -urNP gnuplot-datastrings/src/gadgets.c gnuplot-eam/src/gadgets.c=0D |--- gnuplot-datastrings/src/gadgets.c 2004-04-14 10:49:27.000000000 -0700= =0D |+++ gnuplot-eam/src/gadgets.c 2004-04-14 10:50:55.000000000 -0700=0D --------------------------=0D Patching file src/gadgets.c using Plan A...=0D Hunk #1 succeeded at 143.=0D Hmm... The next patch looks like a unified diff to me...=0D The text leading up to this was:=0D --------------------------=0D |diff -urNP gnuplot-datastrings/src/gadgets.h gnuplot-eam/src/gadgets.h=0D |--- gnuplot-datastrings/src/gadgets.h 2004-04-14 10:49:27.000000000 -0700= =0D |+++ gnuplot-eam/src/gadgets.h 2004-04-14 10:50:55.000000000 -0700=0D --------------------------=0D Patching file src/gadgets.h using Plan A...=0D Hunk #1 succeeded at 177.=0D Hunk #2 succeeded at 224.=0D Hunk #3 succeeded at 247.=0D Hunk #4 succeeded at 349.=0D Hmm... The next patch looks like a unified diff to me...=0D The text leading up to this was:=0D --------------------------=0D |diff -urNP gnuplot-datastrings/src/gp_types.h gnuplot-eam/src/gp_types.h=0D |--- gnuplot-datastrings/src/gp_types.h 2004-04-14 10:49:27.000000000 -0700= =0D |+++ gnuplot-eam/src/gp_types.h 2004-04-14 10:50:55.000000000 -0700=0D --------------------------=0D Patching file src/gp_types.h using Plan A...=0D Hunk #1 succeeded at 102.=0D Hmm... The next patch looks like a unified diff to me...=0D The text leading up to this was:=0D --------------------------=0D |diff -urNP gnuplot-datastrings/src/graph3d.c gnuplot-eam/src/graph3d.c=0D |--- gnuplot-datastrings/src/graph3d.c 2004-04-14 10:49:27.000000000 -0700= =0D |+++ gnuplot-eam/src/graph3d.c 2004-04-14 10:50:55.000000000 -0700=0D --------------------------=0D Patching file src/graph3d.c using Plan A...=0D Hunk #1 succeeded at 1065.=0D Hunk #2 succeeded at 1145.=0D Hunk #3 succeeded at 1192.=0D Hunk #4 succeeded at 1215.=0D Hunk #5 succeeded at 1274.=0D Hmm... The next patch looks like a unified diff to me...=0D The text leading up to this was:=0D --------------------------=0D |diff -urNP gnuplot-datastrings/src/graphics.c gnuplot-eam/src/graphics.c=0D |--- gnuplot-datastrings/src/graphics.c 2004-04-16 17:37:12.000000000 -0700= =0D |+++ gnuplot-eam/src/graphics.c 2004-04-16 17:30:25.000000000 -0700=0D --------------------------=0D Patching file src/graphics.c using Plan A...=0D Hunk #1 succeeded at 102.=0D Hunk #2 succeeded at 224.=0D Hunk #3 succeeded at 232.=0D Hunk #4 succeeded at 542.=0D Hunk #5 succeeded at 582.=0D Hunk #6 succeeded at 1395.=0D Hunk #7 succeeded at 1434.=0D Hunk #8 succeeded at 1542.=0D Hunk #9 succeeded at 1598.=0D Hunk #10 succeeded at 1620.=0D Hunk #11 succeeded at 2585.=0D Hunk #12 succeeded at 2672.=0D Hunk #13 succeeded at 2730.=0D Hunk #14 succeeded at 2754.=0D Hunk #15 succeeded at 2773.=0D Hunk #16 succeeded at 2796.=0D Hunk #17 succeeded at 4130.=0D Hmm... The next patch looks like a unified diff to me...=0D The text leading up to this was:=0D --------------------------=0D |diff -urNP gnuplot-datastrings/src/graphics.h gnuplot-eam/src/graphics.h=0D |--- gnuplot-datastrings/src/graphics.h 2004-04-14 10:49:27.000000000 -0700= =0D |+++ gnuplot-eam/src/graphics.h 2004-04-14 10:50:55.000000000 -0700=0D --------------------------=0D Patching file src/graphics.h using Plan A...=0D Hunk #1 succeeded at 71.=0D Hunk #2 succeeded at 108.=0D Hmm... The next patch looks like a unified diff to me...=0D The text leading up to this was:=0D --------------------------=0D |diff -urNP gnuplot-datastrings/src/plot2d.c gnuplot-eam/src/plot2d.c=0D |--- gnuplot-datastrings/src/plot2d.c 2004-04-16 17:37:12.000000000 -0700=0D |+++ gnuplot-eam/src/plot2d.c 2004-04-16 17:23:31.000000000 -0700=0D --------------------------=0D Patching file src/plot2d.c using Plan A...=0D Hunk #1 succeeded at 68.=0D Hunk #2 succeeded at 85.=0D Hunk #3 succeeded at 120.=0D Hunk #4 succeeded at 311.=0D Hunk #5 succeeded at 357.=0D Hunk #6 succeeded at 385.=0D Hunk #7 succeeded at 447.=0D Hunk #8 succeeded at 640.=0D Hunk #9 succeeded at 751.=0D Hunk #10 succeeded at 1100.=0D Hunk #11 succeeded at 1137.=0D Hunk #12 succeeded at 1525.=0D Hmm... The next patch looks like a unified diff to me...=0D The text leading up to this was:=0D --------------------------=0D |diff -urNP gnuplot-datastrings/src/save.c gnuplot-eam/src/save.c=0D |--- gnuplot-datastrings/src/save.c 2004-04-14 10:49:27.000000000 -0700=0D |+++ gnuplot-eam/src/save.c 2004-04-14 10:50:55.000000000 -0700=0D --------------------------=0D Patching file src/save.c using Plan A...=0D Hunk #1 succeeded at 366.=0D Hunk #2 succeeded at 478.=0D Hunk #3 succeeded at 1065.=0D Hmm... The next patch looks like a unified diff to me...=0D The text leading up to this was:=0D --------------------------=0D |diff -urNP gnuplot-datastrings/src/set.c gnuplot-eam/src/set.c=0D |--- gnuplot-datastrings/src/set.c 2004-04-14 10:49:27.000000000 -0700=0D |+++ gnuplot-eam/src/set.c 2004-04-14 10:50:55.000000000 -0700=0D --------------------------=0D Patching file src/set.c using Plan A...=0D Hunk #1 succeeded at 165.=0D Hunk #2 succeeded at 217.=0D Hunk #3 succeeded at 1537.=0D Hunk #4 succeeded at 3062.=0D Hunk #5 succeeded at 3091.=0D Hunk #6 succeeded at 4485.=0D Hmm... The next patch looks like a unified diff to me...=0D The text leading up to this was:=0D --------------------------=0D |diff -urNP gnuplot-datastrings/src/show.c gnuplot-eam/src/show.c=0D |--- gnuplot-datastrings/src/show.c 2004-04-14 10:49:27.000000000 -0700=0D |+++ gnuplot-eam/src/show.c 2004-04-14 10:50:55.000000000 -0700=0D --------------------------=0D Patching file src/show.c using Plan A...=0D Hunk #1 succeeded at 128.=0D Hunk #2 succeeded at 1397.=0D Hunk #3 succeeded at 1417.=0D Hunk #4 succeeded at 1710.=0D Hunk #5 succeeded at 2395.=0D Hmm... The next patch looks like a unified diff to me...=0D The text leading up to this was:=0D --------------------------=0D |diff -urNP gnuplot-datastrings/src/tables.c gnuplot-eam/src/tables.c=0D |--- gnuplot-datastrings/src/tables.c 2004-04-14 10:49:27.000000000 -0700=0D |+++ gnuplot-eam/src/tables.c 2004-04-14 10:50:55.000000000 -0700=0D --------------------------=0D Patching file src/tables.c using Plan A...=0D Hunk #1 succeeded at 367.=0D Hunk #2 succeeded at 562.=0D Hunk #3 succeeded at 585.=0D Hmm... The next patch looks like a unified diff to me...=0D The text leading up to this was:=0D --------------------------=0D |diff -urNP gnuplot-datastrings/src/tables.h gnuplot-eam/src/tables.h=0D |--- gnuplot-datastrings/src/tables.h 2004-04-13 23:08:29.000000000 -0700=0D |+++ gnuplot-eam/src/tables.h 2004-04-14 10:50:55.000000000 -0700=0D --------------------------=0D Patching file src/tables.h using Plan A...=0D Hunk #1 succeeded at 126.=0D Hunk #2 succeeded at 176.=0D Hmm... The next patch looks like a unified diff to me...=0D The text leading up to this was:=0D --------------------------=0D |diff -urNP gnuplot-datastrings/src/unset.c gnuplot-eam/src/unset.c=0D |--- gnuplot-datastrings/src/unset.c 2004-04-13 23:08:30.000000000 -0700=0D |+++ gnuplot-eam/src/unset.c 2004-04-14 10:50:55.000000000 -0700=0D --------------------------=0D Patching file src/unset.c using Plan A...=0D Hunk #1 succeeded at 83.=0D Hunk #2 succeeded at 815.=0D Hunk #3 succeeded at 1214.=0D Hunk #4 succeeded at 1241.=0D Hunk #5 succeeded at 1548.=0D Hmm... The next patch looks like a unified diff to me...=0D The text leading up to this was:=0D --------------------------=0D |--- gnuplot/demo/histograms2.dem 1969-12-31 16:00:00.000000000 -0800=0D |+++ gnuplot-eam/demo/histograms2.dem 2004-04-16 21:51:54.000000000 -0700=0D --------------------------=0D (Creating file demo/histograms2.dem...)=0D Patching file demo/histograms2.dem using Plan A...=0D Hunk #1 succeeded at 1.=0D done=0D [fernan@pi] patch -p1 < ../histograms_4.0.patch=1B[20D=1B[4hd=1B[4latastrin= g=1B[11C=1B[36D./configure --enable-datastrings --enable-histograms=1B[52Da= utoconf259=1B[K=0D=0D [fernan@pi] autoconf259=1B[11Dpatch -p1 < ../histograms_4.0.patch=1B[20D=1B= [4hd=1B[4latastring=1B[11C=1B[36D./configure --enable-datastrings --enable-= histograms=0D=0D checking for a BSD-compatible install... /usr/bin/install -c=0D checking whether build environment is sane... yes=0D checking for gawk... gawk=0D checking whether make sets $(MAKE)... yes=0D checking for gcc... gcc=0D checking for C compiler default output file name... a.out=0D checking whether the C compiler works... yes=0D checking whether we are cross compiling... no=0D checking for suffix of executables... =0D checking for suffix of object files... o=0D checking whether we are using the GNU C compiler... yes=0D checking whether gcc accepts -g... yes=0D checking for gcc option to accept ANSI C... none needed=0D checking for style of include used by make... GNU=0D checking dependency style of gcc... gcc=0D checking for gcc option to accept ANSI C... none needed=0D checking how to run the C preprocessor... gcc -E=0D checking for egrep... grep -E=0D checking for sys/types.h... yes=0D checking for sys/stat.h... yes=0D checking for stdlib.h... yes=0D checking for string.h... yes=0D checking for memory.h... yes=0D checking for strings.h... yes=0D checking for inttypes.h... yes=0D checking for stdint.h... no=0D checking for unistd.h... yes=0D checking for function prototypes... yes=0D checking for ANSI C header files... yes=0D checking for string.h... (cached) yes=0D checking how to run the C preprocessor... gcc -E=0D checking for an ANSI C-conforming const... yes=0D checking for inline... inline=0D checking for preprocessor stringizing operator... yes=0D checking for emacs... no=0D checking for xemacs... no=0D checking for tex... tex=0D checking for latex... latex=0D checking for pdflatex... pdflatex=0D checking for dvips... dvips=0D checking for troff... troff=0D checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include=0D checking for gethostbyname... yes=0D checking for connect... yes=0D checking for remove... yes=0D checking for shmat... yes=0D checking for IceConnectionNumber in -lICE... yes=0D checking for MS-DOS/djgpp/libGRX... no=0D checking for NeXT... no=0D checking for Apple MacOS X... no=0D checking for BeOS... no=0D checking for sin... no=0D checking for sin in -lm... yes=0D checking for ANSI C header files... (cached) yes=0D checking dirent.h usability... yes=0D checking dirent.h presence... yes=0D checking for dirent.h... yes=0D checking errno.h usability... yes=0D checking errno.h presence... yes=0D checking for errno.h... yes=0D checking float.h usability... yes=0D checking float.h presence... yes=0D checking for float.h... yes=0D checking limits.h usability... yes=0D checking limits.h presence... yes=0D checking for limits.h... yes=0D checking locale.h usability... yes=0D checking locale.h presence... yes=0D checking for locale.h... yes=0D checking math.h usability... yes=0D checking math.h presence... yes=0D checking for math.h... yes=0D checking for stdlib.h... (cached) yes=0D checking for string.h... (cached) yes=0D checking time.h usability... yes=0D checking time.h presence... yes=0D checking for time.h... yes=0D checking sys/time.h usability... yes=0D checking sys/time.h presence... yes=0D checking for sys/time.h... yes=0D checking for sys/types.h... (cached) yes=0D checking sys/bsdtypes.h usability... no=0D checking sys/bsdtypes.h presence... no=0D checking for sys/bsdtypes.h... no=0D checking sys/ioctl.h usability... yes=0D checking sys/ioctl.h presence... yes=0D checking for sys/ioctl.h... yes=0D checking sys/param.h usability... yes=0D checking sys/param.h presence... yes=0D checking for sys/param.h... yes=0D checking sys/select.h usability... yes=0D checking sys/select.h presence... yes=0D checking for sys/select.h... yes=0D checking sys/socket.h usability... yes=0D checking sys/socket.h presence... yes=0D checking for sys/socket.h... yes=0D checking for sys/stat.h... (cached) yes=0D checking sys/systeminfo.h usability... no=0D checking sys/systeminfo.h presence... no=0D checking for sys/systeminfo.h... no=0D checking sys/timeb.h usability... yes=0D checking sys/timeb.h presence... yes=0D checking for sys/timeb.h... yes=0D checking sys/utsname.h usability... yes=0D checking sys/utsname.h presence... yes=0D checking for sys/utsname.h... yes=0D checking libc.h usability... no=0D checking libc.h presence... no=0D checking for libc.h... no=0D checking malloc.h usability... yes=0D checking malloc.h presence... yes=0D checking for malloc.h... yes=0D checking poll.h usability... yes=0D checking poll.h presence... yes=0D checking for poll.h... yes=0D checking sgtty.h usability... yes=0D checking sgtty.h presence... yes=0D checking for sgtty.h... yes=0D checking termios.h usability... yes=0D checking termios.h presence... yes=0D checking for termios.h... yes=0D checking values.h usability... yes=0D checking values.h presence... yes=0D checking for values.h... yes=0D checking for stdbool.h that conforms to C99... no=0D checking for _Bool... no=0D checking for struct exception in math.h... yes=0D checking whether stat file-mode macros are broken... no=0D checking for unistd.h... yes=0D checking if errno variable is declared... yes=0D checking for size_t... yes=0D checking for time_t in time.h... yes=0D checking return type of signal handlers... void=0D checking for atexit... yes=0D checking for memcpy... yes=0D checking for memmove... yes=0D checking for memset... yes=0D checking for on_exit... no=0D checking for bcopy... yes=0D checking for bzero... yes=0D checking for setvbuf... yes=0D checking for strerror... yes=0D checking for strchr... yes=0D checking for strrchr... yes=0D checking for strstr... yes=0D checking for index... yes=0D checking for rindex... yes=0D checking for erf... yes=0D checking for erfc... yes=0D checking for gamma... yes=0D checking for lgamma... yes=0D checking for getcwd... yes=0D checking for poll... yes=0D checking for pclose... yes=0D checking for popen... yes=0D checking for select... yes=0D checking for sleep... yes=0D checking for snprintf... yes=0D checking for stpcpy... no=0D checking for strcspn... yes=0D checking for strdup... yes=0D checking for strcasecmp... yes=0D checking for stricmp... no=0D checking for strncasecmp... yes=0D checking for strnicmp... no=0D checking for sysinfo... no=0D checking for tcgetattr... yes=0D checking for vfprintf... yes=0D checking for doprnt... no=0D checking for usleep... yes=0D checking whether signgam is declared... yes=0D checking for sigsetjmp... yes=0D checking for sys/select.h... (cached) yes=0D checking for sys/socket.h... (cached) yes=0D checking types of arguments for select... int,fd_set *,struct timeval *=0D checking for deflate in -lz... yes=0D checking zlib.h usability... yes=0D checking zlib.h presence... yes=0D checking for zlib.h... yes=0D checking for libpng-config... no=0D checking for png_create_write_struct in -lpng... no=0D checking png.h usability... no=0D checking png.h presence... no=0D checking for png.h... no=0D checking libpng/png.h usability... no=0D checking libpng/png.h presence... no=0D checking for libpng/png.h... no=0D checking for gdlib-config... no=0D checking for gdImageCreate in -lgd... no=0D checking for pdflib-config... /usr/local/bin/pdflib-config=0D checking for PDF_get_majorversion in -lpdf... yes=0D checking pdflib.h usability... yes=0D checking pdflib.h presence... yes=0D checking for pdflib.h... yes=0D checking for PDF_begin_pattern in -lpdf... yes=0D configure: creating ./config.status=0D config.status: creating Makefile=0D config.status: creating config/Makefile=0D config.status: creating demo/Makefile=0D config.status: creating docs/Makefile=0D config.status: creating m4/Makefile=0D config.status: creating man/Makefile=0D config.status: creating src/Makefile=0D config.status: creating term/Makefile=0D config.status: creating tutorial/Makefile=0D config.status: creating config.h=0D config.status: executing depfiles commands=0D config.status: executing default commands=0D configure: configuring in lisp=0D configure: running /bin/bash './configure' --prefix=3D/usr/local '--enable= -datastrings' '--enable-histograms' --cache-file=3D/dev/null --srcdir=3D.=0D checking for a BSD-compatible install... /usr/bin/install -c=0D checking whether build environment is sane... yes=0D checking for gawk... gawk=0D checking whether make sets $(MAKE)... yes=0D checking whether make sets $(MAKE)... (cached) yes=0D checking for a BSD-compatible install... /usr/bin/install -c=0D checking for emacs... no=0D checking for xemacs... no=0D checking for dvips... dvips=0D checking for latex... latex=0D checking for makeinfo... /usr/bin/makeinfo=0D checking for pdflatex... pdflatex=0D checking for emacs version... none found=0D checking whether info-look.el is needed... using none=0D configure: creating ./config.status=0D config.status: creating Makefile=0D =0D ** Configuration summary for gnuplot 4.0.0:=0D =0D Where is the help file? /usr/local/share/gnuplot/4.0/gnuplot.gi= h=0D =0D Use builtin minimal readline=0D using old driver=0D Enable generation of PDF files=0D Build gnuplot-mode for X/Emacs=0D Build LaTeX tutorial=0D Use the X Window System =0D Enable mouse for X11=0D Enable pm3d=0D Enable filledboxes=0D Enable relative boxwidths=0D Enable defined(variable) test=0D Enable string-handling in datafiles (EXPERIMENTAL)=0D Enable plot style histograms (EXPERIMENTAL)=0D Enable fitting error variables=0D [fernan@pi] make=0D=0D cd . && /bin/bash /home/fernan/downloads/gnuplot/gnuplot-4.0.0/missing --ru= n aclocal-1.7 -I m4=0D /home/fernan/downloads/gnuplot/gnuplot-4.0.0/missing: aclocal-1.7: command = not found=0D WARNING: `aclocal-1.7' is missing on your system. You should only need it = if=0D you modified `acinclude.m4' or `configure.in'. You might want=0D to install the `Automake' and `Perl' packages. Grab them from=0D any GNU archive site.=0D cd . && /bin/bash /home/fernan/downloads/gnuplot/gnuplot-4.0.0/missing --ru= n autoheader=0D /home/fernan/downloads/gnuplot/gnuplot-4.0.0/missing: autoheader: command n= ot found=0D WARNING: `autoheader' is missing on your system. You should only need it i= f=0D you modified `acconfig.h' or `configure.in'. You might want=0D to install the `Autoconf' and `GNU m4' packages. Grab them=0D from any GNU archive site.=0D touch ./config.hin=0D cd . && /bin/bash /home/fernan/downloads/gnuplot/gnuplot-4.0.0/missing --ru= n autoconf=0D /home/fernan/downloads/gnuplot/gnuplot-4.0.0/missing: autoconf: command not= found=0D WARNING: `autoconf' is missing on your system. You should only need it if= =0D you modified `configure.in'. You might want to install the=0D `Autoconf' and `GNU m4' packages. Grab them from any GNU=0D archive site.=0D /bin/bash ./config.status --recheck=0D running /bin/bash ./configure --enable-datastrings --enable-histograms --= no-create --no-recursion=0D checking for a BSD-compatible install... /usr/bin/install -c=0D checking whether build environment is sane... yes=0D checking for gawk... gawk=0D checking whether make sets $(MAKE)... yes=0D checking for gcc... gcc=0D checking for C compiler default output file name... a.out=0D checking whether the C compiler works... yes=0D checking whether we are cross compiling... no=0D checking for suffix of executables... =0D checking for suffix of object files... o=0D checking whether we are using the GNU C compiler... yes=0D checking whether gcc accepts -g... yes=0D checking for gcc option to accept ANSI C... none needed=0D checking for style of include used by make... GNU=0D checking dependency style of gcc... gcc=0D checking for gcc option to accept ANSI C... none needed=0D checking how to run the C preprocessor... gcc -E=0D checking for egrep... grep -E=0D checking for sys/types.h... yes=0D checking for sys/stat.h... yes=0D checking for stdlib.h... yes=0D checking for string.h... yes=0D checking for memory.h... yes=0D checking for strings.h... yes=0D checking for inttypes.h... yes=0D checking for stdint.h... no=0D checking for unistd.h... yes=0D checking for function prototypes... yes=0D checking for ANSI C header files... yes=0D checking for string.h... (cached) yes=0D checking how to run the C preprocessor... gcc -E=0D checking for an ANSI C-conforming const... yes=0D checking for inline... inline=0D checking for preprocessor stringizing operator... yes=0D checking for emacs... no=0D checking for xemacs... no=0D checking for tex... tex=0D checking for latex... latex=0D checking for pdflatex... pdflatex=0D checking for dvips... dvips=0D checking for troff... troff=0D checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include=0D checking for gethostbyname... yes=0D checking for connect... yes=0D checking for remove... yes=0D checking for shmat... yes=0D checking for IceConnectionNumber in -lICE... yes=0D checking for MS-DOS/djgpp/libGRX... no=0D checking for NeXT... no=0D checking for Apple MacOS X... no=0D checking for BeOS... no=0D checking for sin... no=0D checking for sin in -lm... yes=0D checking for ANSI C header files... (cached) yes=0D checking dirent.h usability... yes=0D checking dirent.h presence... yes=0D checking for dirent.h... yes=0D checking errno.h usability... yes=0D checking errno.h presence... yes=0D checking for errno.h... yes=0D checking float.h usability... yes=0D checking float.h presence... yes=0D checking for float.h... yes=0D checking limits.h usability... yes=0D checking limits.h presence... yes=0D checking for limits.h... yes=0D checking locale.h usability... yes=0D checking locale.h presence... yes=0D checking for locale.h... yes=0D checking math.h usability... yes=0D checking math.h presence... yes=0D checking for math.h... yes=0D checking for stdlib.h... (cached) yes=0D checking for string.h... (cached) yes=0D checking time.h usability... yes=0D checking time.h presence... yes=0D checking for time.h... yes=0D checking sys/time.h usability... yes=0D checking sys/time.h presence... yes=0D checking for sys/time.h... yes=0D checking for sys/types.h... (cached) yes=0D checking sys/bsdtypes.h usability... no=0D checking sys/bsdtypes.h presence... no=0D checking for sys/bsdtypes.h... no=0D checking sys/ioctl.h usability... yes=0D checking sys/ioctl.h presence... yes=0D checking for sys/ioctl.h... yes=0D checking sys/param.h usability... yes=0D checking sys/param.h presence... yes=0D checking for sys/param.h... yes=0D checking sys/select.h usability... yes=0D checking sys/select.h presence... yes=0D checking for sys/select.h... yes=0D checking sys/socket.h usability... yes=0D checking sys/socket.h presence... yes=0D checking for sys/socket.h... yes=0D checking for sys/stat.h... (cached) yes=0D checking sys/systeminfo.h usability... no=0D checking sys/systeminfo.h presence... no=0D checking for sys/systeminfo.h... no=0D checking sys/timeb.h usability... yes=0D checking sys/timeb.h presence... yes=0D checking for sys/timeb.h... yes=0D checking sys/utsname.h usability... yes=0D checking sys/utsname.h presence... yes=0D checking for sys/utsname.h... yes=0D checking libc.h usability... no=0D checking libc.h presence... no=0D checking for libc.h... no=0D checking malloc.h usability... yes=0D checking malloc.h presence... yes=0D checking for malloc.h... yes=0D checking poll.h usability... yes=0D checking poll.h presence... yes=0D checking for poll.h... yes=0D checking sgtty.h usability... yes=0D checking sgtty.h presence... yes=0D checking for sgtty.h... yes=0D checking termios.h usability... yes=0D checking termios.h presence... yes=0D checking for termios.h... yes=0D checking values.h usability... yes=0D checking values.h presence... yes=0D checking for values.h... yes=0D checking for stdbool.h that conforms to C99... no=0D checking for _Bool... no=0D checking for struct exception in math.h... yes=0D checking whether stat file-mode macros are broken... no=0D checking for unistd.h... yes=0D checking if errno variable is declared... yes=0D checking for size_t... yes=0D checking for time_t in time.h... yes=0D checking return type of signal handlers... void=0D checking for atexit... yes=0D checking for memcpy... yes=0D checking for memmove... yes=0D checking for memset... yes=0D checking for on_exit... no=0D checking for bcopy... yes=0D checking for bzero... yes=0D checking for setvbuf... yes=0D checking for strerror... yes=0D checking for strchr... yes=0D checking for strrchr... yes=0D checking for strstr... yes=0D checking for index... yes=0D checking for rindex... yes=0D checking for erf... yes=0D checking for erfc... yes=0D checking for gamma... yes=0D checking for lgamma... yes=0D checking for getcwd... yes=0D checking for poll... yes=0D checking for pclose... yes=0D checking for popen... yes=0D checking for select... yes=0D checking for sleep... yes=0D checking for snprintf... yes=0D checking for stpcpy... no=0D checking for strcspn... yes=0D checking for strdup... yes=0D checking for strcasecmp... yes=0D checking for stricmp... no=0D checking for strncasecmp... yes=0D checking for strnicmp... no=0D checking for sysinfo... no=0D checking for tcgetattr... yes=0D checking for vfprintf... yes=0D checking for doprnt... no=0D checking for usleep... yes=0D checking whether signgam is declared... yes=0D checking for sigsetjmp... yes=0D checking for sys/select.h... (cached) yes=0D checking for sys/socket.h... (cached) yes=0D checking types of arguments for select... int,fd_set *,struct timeval *=0D checking for deflate in -lz... yes=0D checking zlib.h usability... yes=0D checking zlib.h presence... yes=0D checking for zlib.h... yes=0D checking for libpng-config... no=0D checking for png_create_write_struct in -lpng... no=0D checking png.h usability... no=0D checking png.h presence... no=0D checking for png.h... no=0D checking libpng/png.h usability... no=0D checking libpng/png.h presence... no=0D checking for libpng/png.h... no=0D checking for gdlib-config... no=0D checking for gdImageCreate in -lgd... no=0D checking for pdflib-config... /usr/local/bin/pdflib-config=0D checking for PDF_get_majorversion in -lpdf... yes=0D checking pdflib.h usability... yes=0D checking pdflib.h presence... yes=0D checking for pdflib.h... yes=0D checking for PDF_begin_pattern in -lpdf... yes=0D configure: creating ./config.status=0D =0D ** Configuration summary for gnuplot 4.0.0:=0D =0D Where is the help file? /usr/local/share/gnuplot/4.0/gnuplot.gi= h=0D =0D Use builtin minimal readline=0D using old driver=0D Enable generation of PDF files=0D Build gnuplot-mode for X/Emacs=0D Build LaTeX tutorial=0D Use the X Window System =0D Enable mouse for X11=0D Enable pm3d=0D Enable filledboxes=0D Enable relative boxwidths=0D Enable defined(variable) test=0D Enable string-handling in datafiles (EXPERIMENTAL)=0D Enable plot style histograms (EXPERIMENTAL)=0D Enable fitting error variables=0D cd . && /bin/bash ./config.status config.h=0D config.status: creating config.h=0D config.status: config.h is unchanged=0D make all-recursive=0D Making all in config=0D cd .. && /bin/bash /home/fernan/downloads/gnuplot/gnuplot-4.0.0/missing --= run automake-1.7 --foreign config/Makefile=0D /home/fernan/downloads/gnuplot/gnuplot-4.0.0/missing: automake-1.7: command= not found=0D WARNING: `automake-1.7' is missing on your system. You should only need it= if=0D you modified `Makefile.am', `acinclude.m4' or `configure.in'.=0D You might want to install the `Automake' and `Perl' packages.=0D Grab them from any GNU archive site.=0D cd .. && /bin/bash ./config.status config/Makefile =0D config.status: creating config/Makefile=0D Making all in m4=0D cd .. && /bin/bash ./config.status m4/Makefile =0D config.status: creating m4/Makefile=0D Making all in term=0D cd .. && /bin/bash ./config.status term/Makefile =0D config.status: creating term/Makefile=0D Making all in src=0D cd .. && /bin/bash ./config.status src/Makefile depfiles=0D config.status: creating src/Makefile=0D config.status: executing depfiles commands=0D source=3D'alloc.c' object=3D'alloc.o' libtool=3Dno depfile=3D'.deps/alloc.= Po' tmpdepfile=3D'.deps/alloc.TPo' depmode=3Dgcc /bin/bash ../depcomp gcc= -DHAVE_CONFIG_H -I. -I. -I.. -I../term -I../term -DBINDIR=3D\"/usr/local/= bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=3D\"g= nuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share/gnuplot= /4.0/gnuplot.gih\" -I/usr/X11R6/include -I/usr/local/include -g -O2 -c `t= est -f 'alloc.c' || echo './'`alloc.c=0D source=3D'axis.c' object=3D'axis.o' libtool=3Dno depfile=3D'.deps/axis.Po'= tmpdepfile=3D'.deps/axis.TPo' depmode=3Dgcc /bin/bash ../depcomp gcc -DH= AVE_CONFIG_H -I. -I. -I.. -I../term -I../term -DBINDIR=3D\"/usr/local/bin\= " -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=3D\"gnupl= ot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share/gnuplot/4.0= /gnuplot.gih\" -I/usr/X11R6/include -I/usr/local/include -g -O2 -c `test = -f 'axis.c' || echo './'`axis.c=0D source=3D'binary.c' object=3D'binary.o' libtool=3Dno depfile=3D'.deps/bina= ry.Po' tmpdepfile=3D'.deps/binary.TPo' depmode=3Dgcc /bin/bash ../depcomp = gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../term -I../term -DBINDIR=3D\"/usr/lo= cal/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT= =3D\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share/g= nuplot/4.0/gnuplot.gih\" -I/usr/X11R6/include -I/usr/local/include -g -O2= -c `test -f 'binary.c' || echo './'`binary.c=0D source=3D'bitmap.c' object=3D'bitmap.o' libtool=3Dno depfile=3D'.deps/bitm= ap.Po' tmpdepfile=3D'.deps/bitmap.TPo' depmode=3Dgcc /bin/bash ../depcomp = gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../term -I../term -DBINDIR=3D\"/usr/lo= cal/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT= =3D\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share/g= nuplot/4.0/gnuplot.gih\" -I/usr/X11R6/include -I/usr/local/include -g -O2= -c `test -f 'bitmap.c' || echo './'`bitmap.c=0D source=3D'color.c' object=3D'color.o' libtool=3Dno depfile=3D'.deps/color.= Po' tmpdepfile=3D'.deps/color.TPo' depmode=3Dgcc /bin/bash ../depcomp gcc= -DHAVE_CONFIG_H -I. -I. -I.. -I../term -I../term -DBINDIR=3D\"/usr/local/= bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=3D\"g= nuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share/gnuplot= /4.0/gnuplot.gih\" -I/usr/X11R6/include -I/usr/local/include -g -O2 -c `t= est -f 'color.c' || echo './'`color.c=0D source=3D'command.c' object=3D'command.o' libtool=3Dno depfile=3D'.deps/co= mmand.Po' tmpdepfile=3D'.deps/command.TPo' depmode=3Dgcc /bin/bash ../depc= omp gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../term -I../term -DBINDIR=3D\"/us= r/local/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTA= CT=3D\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share= /gnuplot/4.0/gnuplot.gih\" -I/usr/X11R6/include -I/usr/local/include -g -= O2 -c `test -f 'command.c' || echo './'`command.c=0D source=3D'contour.c' object=3D'contour.o' libtool=3Dno depfile=3D'.deps/co= ntour.Po' tmpdepfile=3D'.deps/contour.TPo' depmode=3Dgcc /bin/bash ../depc= omp gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../term -I../term -DBINDIR=3D\"/us= r/local/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTA= CT=3D\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share= /gnuplot/4.0/gnuplot.gih\" -I/usr/X11R6/include -I/usr/local/include -g -= O2 -c `test -f 'contour.c' || echo './'`contour.c=0D source=3D'datafile.c' object=3D'datafile.o' libtool=3Dno depfile=3D'.deps/= datafile.Po' tmpdepfile=3D'.deps/datafile.TPo' depmode=3Dgcc /bin/bash ../= depcomp gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../term -I../term -DBINDIR=3D\= "/usr/local/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DC= ONTACT=3D\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/s= hare/gnuplot/4.0/gnuplot.gih\" -I/usr/X11R6/include -I/usr/local/include = -g -O2 -c `test -f 'datafile.c' || echo './'`datafile.c=0D source=3D'dynarray.c' object=3D'dynarray.o' libtool=3Dno depfile=3D'.deps/= dynarray.Po' tmpdepfile=3D'.deps/dynarray.TPo' depmode=3Dgcc /bin/bash ../= depcomp gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../term -I../term -DBINDIR=3D\= "/usr/local/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DC= ONTACT=3D\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/s= hare/gnuplot/4.0/gnuplot.gih\" -I/usr/X11R6/include -I/usr/local/include = -g -O2 -c `test -f 'dynarray.c' || echo './'`dynarray.c=0D source=3D'eval.c' object=3D'eval.o' libtool=3Dno depfile=3D'.deps/eval.Po'= tmpdepfile=3D'.deps/eval.TPo' depmode=3Dgcc /bin/bash ../depcomp gcc -DH= AVE_CONFIG_H -I. -I. -I.. -I../term -I../term -DBINDIR=3D\"/usr/local/bin\= " -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=3D\"gnupl= ot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share/gnuplot/4.0= /gnuplot.gih\" -I/usr/X11R6/include -I/usr/local/include -g -O2 -c `test = -f 'eval.c' || echo './'`eval.c=0D source=3D'fit.c' object=3D'fit.o' libtool=3Dno depfile=3D'.deps/fit.Po' tm= pdepfile=3D'.deps/fit.TPo' depmode=3Dgcc /bin/bash ../depcomp gcc -DHAVE_= CONFIG_H -I. -I. -I.. -I../term -I../term -DBINDIR=3D\"/usr/local/bin\" -D= X11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=3D\"gnuplot-b= ugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share/gnuplot/4.0/gnu= plot.gih\" -I/usr/X11R6/include -I/usr/local/include -g -O2 -c `test -f '= fit.c' || echo './'`fit.c=0D source=3D'gadgets.c' object=3D'gadgets.o' libtool=3Dno depfile=3D'.deps/ga= dgets.Po' tmpdepfile=3D'.deps/gadgets.TPo' depmode=3Dgcc /bin/bash ../depc= omp gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../term -I../term -DBINDIR=3D\"/us= r/local/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTA= CT=3D\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share= /gnuplot/4.0/gnuplot.gih\" -I/usr/X11R6/include -I/usr/local/include -g -= O2 -c `test -f 'gadgets.c' || echo './'`gadgets.c=0D source=3D'getcolor.c' object=3D'getcolor.o' libtool=3Dno depfile=3D'.deps/= getcolor.Po' tmpdepfile=3D'.deps/getcolor.TPo' depmode=3Dgcc /bin/bash ../= depcomp gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../term -I../term -DBINDIR=3D\= "/usr/local/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DC= ONTACT=3D\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/s= hare/gnuplot/4.0/gnuplot.gih\" -I/usr/X11R6/include -I/usr/local/include = -g -O2 -c `test -f 'getcolor.c' || echo './'`getcolor.c=0D source=3D'graph3d.c' object=3D'graph3d.o' libtool=3Dno depfile=3D'.deps/gr= aph3d.Po' tmpdepfile=3D'.deps/graph3d.TPo' depmode=3Dgcc /bin/bash ../depc= omp gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../term -I../term -DBINDIR=3D\"/us= r/local/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTA= CT=3D\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share= /gnuplot/4.0/gnuplot.gih\" -I/usr/X11R6/include -I/usr/local/include -g -= O2 -c `test -f 'graph3d.c' || echo './'`graph3d.c=0D source=3D'graphics.c' object=3D'graphics.o' libtool=3Dno depfile=3D'.deps/= graphics.Po' tmpdepfile=3D'.deps/graphics.TPo' depmode=3Dgcc /bin/bash ../= depcomp gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../term -I../term -DBINDIR=3D\= "/usr/local/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DC= ONTACT=3D\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/s= hare/gnuplot/4.0/gnuplot.gih\" -I/usr/X11R6/include -I/usr/local/include = -g -O2 -c `test -f 'graphics.c' || echo './'`graphics.c=0D source=3D'help.c' object=3D'help.o' libtool=3Dno depfile=3D'.deps/help.Po'= tmpdepfile=3D'.deps/help.TPo' depmode=3Dgcc /bin/bash ../depcomp gcc -DH= AVE_CONFIG_H -I. -I. -I.. -I../term -I../term -DBINDIR=3D\"/usr/local/bin\= " -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=3D\"gnupl= ot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share/gnuplot/4.0= /gnuplot.gih\" -I/usr/X11R6/include -I/usr/local/include -g -O2 -c `test = -f 'help.c' || echo './'`help.c=0D source=3D'hidden3d.c' object=3D'hidden3d.o' libtool=3Dno depfile=3D'.deps/= hidden3d.Po' tmpdepfile=3D'.deps/hidden3d.TPo' depmode=3Dgcc /bin/bash ../= depcomp gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../term -I../term -DBINDIR=3D\= "/usr/local/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DC= ONTACT=3D\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/s= hare/gnuplot/4.0/gnuplot.gih\" -I/usr/X11R6/include -I/usr/local/include = -g -O2 -c `test -f 'hidden3d.c' || echo './'`hidden3d.c=0D source=3D'history.c' object=3D'history.o' libtool=3Dno depfile=3D'.deps/hi= story.Po' tmpdepfile=3D'.deps/history.TPo' depmode=3Dgcc /bin/bash ../depc= omp gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../term -I../term -DBINDIR=3D\"/us= r/local/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTA= CT=3D\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share= /gnuplot/4.0/gnuplot.gih\" -I/usr/X11R6/include -I/usr/local/include -g -= O2 -c `test -f 'history.c' || echo './'`history.c=0D source=3D'internal.c' object=3D'internal.o' libtool=3Dno depfile=3D'.deps/= internal.Po' tmpdepfile=3D'.deps/internal.TPo' depmode=3Dgcc /bin/bash ../= depcomp gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../term -I../term -DBINDIR=3D\= "/usr/local/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DC= ONTACT=3D\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/s= hare/gnuplot/4.0/gnuplot.gih\" -I/usr/X11R6/include -I/usr/local/include = -g -O2 -c `test -f 'internal.c' || echo './'`internal.c=0D source=3D'interpol.c' object=3D'interpol.o' libtool=3Dno depfile=3D'.deps/= interpol.Po' tmpdepfile=3D'.deps/interpol.TPo' depmode=3Dgcc /bin/bash ../= depcomp gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../term -I../term -DBINDIR=3D\= "/usr/local/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DC= ONTACT=3D\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/s= hare/gnuplot/4.0/gnuplot.gih\" -I/usr/X11R6/include -I/usr/local/include = -g -O2 -c `test -f 'interpol.c' || echo './'`interpol.c=0D source=3D'matrix.c' object=3D'matrix.o' libtool=3Dno depfile=3D'.deps/matr= ix.Po' tmpdepfile=3D'.deps/matrix.TPo' depmode=3Dgcc /bin/bash ../depcomp = gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../term -I../term -DBINDIR=3D\"/usr/lo= cal/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT= =3D\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share/g= nuplot/4.0/gnuplot.gih\" -I/usr/X11R6/include -I/usr/local/include -g -O2= -c `test -f 'matrix.c' || echo './'`matrix.c=0D source=3D'misc.c' object=3D'misc.o' libtool=3Dno depfile=3D'.deps/misc.Po'= tmpdepfile=3D'.deps/misc.TPo' depmode=3Dgcc /bin/bash ../depcomp gcc -DH= AVE_CONFIG_H -I. -I. -I.. -I../term -I../term -DBINDIR=3D\"/usr/local/bin\= " -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=3D\"gnupl= ot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share/gnuplot/4.0= /gnuplot.gih\" -I/usr/X11R6/include -I/usr/local/include -g -O2 -c `test = -f 'misc.c' || echo './'`misc.c=0D source=3D'mouse.c' object=3D'mouse.o' libtool=3Dno depfile=3D'.deps/mouse.= Po' tmpdepfile=3D'.deps/mouse.TPo' depmode=3Dgcc /bin/bash ../depcomp gcc= -DHAVE_CONFIG_H -I. -I. -I.. -I../term -I../term -DBINDIR=3D\"/usr/local/= bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=3D\"g= nuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share/gnuplot= /4.0/gnuplot.gih\" -I/usr/X11R6/include -I/usr/local/include -g -O2 -c `t= est -f 'mouse.c' || echo './'`mouse.c=0D source=3D'parse.c' object=3D'parse.o' libtool=3Dno depfile=3D'.deps/parse.= Po' tmpdepfile=3D'.deps/parse.TPo' depmode=3Dgcc /bin/bash ../depcomp gcc= -DHAVE_CONFIG_H -I. -I. -I.. -I../term -I../term -DBINDIR=3D\"/usr/local/= bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=3D\"g= nuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share/gnuplot= /4.0/gnuplot.gih\" -I/usr/X11R6/include -I/usr/local/include -g -O2 -c `t= est -f 'parse.c' || echo './'`parse.c=0D source=3D'plot.c' object=3D'plot.o' libtool=3Dno depfile=3D'.deps/plot.Po'= tmpdepfile=3D'.deps/plot.TPo' depmode=3Dgcc /bin/bash ../depcomp gcc -DH= AVE_CONFIG_H -I. -I. -I.. -I../term -I../term -DBINDIR=3D\"/usr/local/bin\= " -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=3D\"gnupl= ot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share/gnuplot/4.0= /gnuplot.gih\" -I/usr/X11R6/include -I/usr/local/include -g -O2 -c `test = -f 'plot.c' || echo './'`plot.c=0D source=3D'plot2d.c' object=3D'plot2d.o' libtool=3Dno depfile=3D'.deps/plot= 2d.Po' tmpdepfile=3D'.deps/plot2d.TPo' depmode=3Dgcc /bin/bash ../depcomp = gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../term -I../term -DBINDIR=3D\"/usr/lo= cal/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT= =3D\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share/g= nuplot/4.0/gnuplot.gih\" -I/usr/X11R6/include -I/usr/local/include -g -O2= -c `test -f 'plot2d.c' || echo './'`plot2d.c=0D source=3D'plot3d.c' object=3D'plot3d.o' libtool=3Dno depfile=3D'.deps/plot= 3d.Po' tmpdepfile=3D'.deps/plot3d.TPo' depmode=3Dgcc /bin/bash ../depcomp = gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../term -I../term -DBINDIR=3D\"/usr/lo= cal/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT= =3D\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share/g= nuplot/4.0/gnuplot.gih\" -I/usr/X11R6/include -I/usr/local/include -g -O2= -c `test -f 'plot3d.c' || echo './'`plot3d.c=0D source=3D'pm3d.c' object=3D'pm3d.o' libtool=3Dno depfile=3D'.deps/pm3d.Po'= tmpdepfile=3D'.deps/pm3d.TPo' depmode=3Dgcc /bin/bash ../depcomp gcc -DH= AVE_CONFIG_H -I. -I. -I.. -I../term -I../term -DBINDIR=3D\"/usr/local/bin\= " -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=3D\"gnupl= ot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share/gnuplot/4.0= /gnuplot.gih\" -I/usr/X11R6/include -I/usr/local/include -g -O2 -c `test = -f 'pm3d.c' || echo './'`pm3d.c=0D source=3D'readline.c' object=3D'readline.o' libtool=3Dno depfile=3D'.deps/= readline.Po' tmpdepfile=3D'.deps/readline.TPo' depmode=3Dgcc /bin/bash ../= depcomp gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../term -I../term -DBINDIR=3D\= "/usr/local/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DC= ONTACT=3D\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/s= hare/gnuplot/4.0/gnuplot.gih\" -I/usr/X11R6/include -I/usr/local/include = -g -O2 -c `test -f 'readline.c' || echo './'`readline.c=0D source=3D'save.c' object=3D'save.o' libtool=3Dno depfile=3D'.deps/save.Po'= tmpdepfile=3D'.deps/save.TPo' depmode=3Dgcc /bin/bash ../depcomp gcc -DH= AVE_CONFIG_H -I. -I. -I.. -I../term -I../term -DBINDIR=3D\"/usr/local/bin\= " -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=3D\"gnupl= ot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share/gnuplot/4.0= /gnuplot.gih\" -I/usr/X11R6/include -I/usr/local/include -g -O2 -c `test = -f 'save.c' || echo './'`save.c=0D source=3D'scanner.c' object=3D'scanner.o' libtool=3Dno depfile=3D'.deps/sc= anner.Po' tmpdepfile=3D'.deps/scanner.TPo' depmode=3Dgcc /bin/bash ../depc= omp gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../term -I../term -DBINDIR=3D\"/us= r/local/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTA= CT=3D\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share= /gnuplot/4.0/gnuplot.gih\" -I/usr/X11R6/include -I/usr/local/include -g -= O2 -c `test -f 'scanner.c' || echo './'`scanner.c=0D source=3D'set.c' object=3D'set.o' libtool=3Dno depfile=3D'.deps/set.Po' tm= pdepfile=3D'.deps/set.TPo' depmode=3Dgcc /bin/bash ../depcomp gcc -DHAVE_= CONFIG_H -I. -I. -I.. -I../term -I../term -DBINDIR=3D\"/usr/local/bin\" -D= X11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=3D\"gnuplot-b= ugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share/gnuplot/4.0/gnu= plot.gih\" -I/usr/X11R6/include -I/usr/local/include -g -O2 -c `test -f '= set.c' || echo './'`set.c=0D source=3D'show.c' object=3D'show.o' libtool=3Dno depfile=3D'.deps/show.Po'= tmpdepfile=3D'.deps/show.TPo' depmode=3Dgcc /bin/bash ../depcomp gcc -DH= AVE_CONFIG_H -I. -I. -I.. -I../term -I../term -DBINDIR=3D\"/usr/local/bin\= " -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=3D\"gnupl= ot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share/gnuplot/4.0= /gnuplot.gih\" -I/usr/X11R6/include -I/usr/local/include -g -O2 -c `test = -f 'show.c' || echo './'`show.c=0D source=3D'specfun.c' object=3D'specfun.o' libtool=3Dno depfile=3D'.deps/sp= ecfun.Po' tmpdepfile=3D'.deps/specfun.TPo' depmode=3Dgcc /bin/bash ../depc= omp gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../term -I../term -DBINDIR=3D\"/us= r/local/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTA= CT=3D\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share= /gnuplot/4.0/gnuplot.gih\" -I/usr/X11R6/include -I/usr/local/include -g -= O2 -c `test -f 'specfun.c' || echo './'`specfun.c=0D source=3D'standard.c' object=3D'standard.o' libtool=3Dno depfile=3D'.deps/= standard.Po' tmpdepfile=3D'.deps/standard.TPo' depmode=3Dgcc /bin/bash ../= depcomp gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../term -I../term -DBINDIR=3D\= "/usr/local/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DC= ONTACT=3D\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/s= hare/gnuplot/4.0/gnuplot.gih\" -I/usr/X11R6/include -I/usr/local/include = -g -O2 -c `test -f 'standard.c' || echo './'`standard.c=0D source=3D'stdfn.c' object=3D'stdfn.o' libtool=3Dno depfile=3D'.deps/stdfn.= Po' tmpdepfile=3D'.deps/stdfn.TPo' depmode=3Dgcc /bin/bash ../depcomp gcc= -DHAVE_CONFIG_H -I. -I. -I.. -I../term -I../term -DBINDIR=3D\"/usr/local/= bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=3D\"g= nuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share/gnuplot= /4.0/gnuplot.gih\" -I/usr/X11R6/include -I/usr/local/include -g -O2 -c `t= est -f 'stdfn.c' || echo './'`stdfn.c=0D source=3D'tables.c' object=3D'tables.o' libtool=3Dno depfile=3D'.deps/tabl= es.Po' tmpdepfile=3D'.deps/tables.TPo' depmode=3Dgcc /bin/bash ../depcomp = gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../term -I../term -DBINDIR=3D\"/usr/lo= cal/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT= =3D\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share/g= nuplot/4.0/gnuplot.gih\" -I/usr/X11R6/include -I/usr/local/include -g -O2= -c `test -f 'tables.c' || echo './'`tables.c=0D source=3D'term.c' object=3D'term.o' libtool=3Dno depfile=3D'.deps/term.Po'= tmpdepfile=3D'.deps/term.TPo' depmode=3Dgcc /bin/bash ../depcomp gcc -DH= AVE_CONFIG_H -I. -I. -I.. -I../term -I../term -DBINDIR=3D\"/usr/local/bin\= " -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=3D\"gnupl= ot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share/gnuplot/4.0= /gnuplot.gih\" -I/usr/X11R6/include -I/usr/local/include -g -O2 -c `test = -f 'term.c' || echo './'`term.c=0D source=3D'time.c' object=3D'time.o' libtool=3Dno depfile=3D'.deps/time.Po'= tmpdepfile=3D'.deps/time.TPo' depmode=3Dgcc /bin/bash ../depcomp gcc -DH= AVE_CONFIG_H -I. -I. -I.. -I../term -I../term -DBINDIR=3D\"/usr/local/bin\= " -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=3D\"gnupl= ot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share/gnuplot/4.0= /gnuplot.gih\" -I/usr/X11R6/include -I/usr/local/include -g -O2 -c `test = -f 'time.c' || echo './'`time.c=0D source=3D'unset.c' object=3D'unset.o' libtool=3Dno depfile=3D'.deps/unset.= Po' tmpdepfile=3D'.deps/unset.TPo' depmode=3Dgcc /bin/bash ../depcomp gcc= -DHAVE_CONFIG_H -I. -I. -I.. -I../term -I../term -DBINDIR=3D\"/usr/local/= bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=3D\"g= nuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share/gnuplot= /4.0/gnuplot.gih\" -I/usr/X11R6/include -I/usr/local/include -g -O2 -c `t= est -f 'unset.c' || echo './'`unset.c=0D source=3D'util.c' object=3D'util.o' libtool=3Dno depfile=3D'.deps/util.Po'= tmpdepfile=3D'.deps/util.TPo' depmode=3Dgcc /bin/bash ../depcomp gcc -DH= AVE_CONFIG_H -I. -I. -I.. -I../term -I../term -DBINDIR=3D\"/usr/local/bin\= " -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=3D\"gnupl= ot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share/gnuplot/4.0= /gnuplot.gih\" -I/usr/X11R6/include -I/usr/local/include -g -O2 -c `test = -f 'util.c' || echo './'`util.c=0D source=3D'util3d.c' object=3D'util3d.o' libtool=3Dno depfile=3D'.deps/util= 3d.Po' tmpdepfile=3D'.deps/util3d.TPo' depmode=3Dgcc /bin/bash ../depcomp = gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../term -I../term -DBINDIR=3D\"/usr/lo= cal/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT= =3D\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share/g= nuplot/4.0/gnuplot.gih\" -I/usr/X11R6/include -I/usr/local/include -g -O2= -c `test -f 'util3d.c' || echo './'`util3d.c=0D source=3D'variable.c' object=3D'variable.o' libtool=3Dno depfile=3D'.deps/= variable.Po' tmpdepfile=3D'.deps/variable.TPo' depmode=3Dgcc /bin/bash ../= depcomp gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../term -I../term -DBINDIR=3D\= "/usr/local/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DC= ONTACT=3D\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/s= hare/gnuplot/4.0/gnuplot.gih\" -I/usr/X11R6/include -I/usr/local/include = -g -O2 -c `test -f 'variable.c' || echo './'`variable.c=0D source=3D'version.c' object=3D'version.o' libtool=3Dno depfile=3D'.deps/ve= rsion.Po' tmpdepfile=3D'.deps/version.TPo' depmode=3Dgcc /bin/bash ../depc= omp gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../term -I../term -DBINDIR=3D\"/us= r/local/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTA= CT=3D\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share= /gnuplot/4.0/gnuplot.gih\" -I/usr/X11R6/include -I/usr/local/include -g -= O2 -c `test -f 'version.c' || echo './'`version.c=0D gcc -g -O2 -L/usr/local/lib -o gnuplot alloc.o axis.o binary.o bitmap.o= color.o command.o contour.o datafile.o dynarray.o eval.o fit.o gadgets.= o getcolor.o graph3d.o graphics.o help.o hidden3d.o history.o internal.o = interpol.o matrix.o misc.o mouse.o parse.o plot.o plot2d.o plot3d.o pm3d= .o readline.o save.o scanner.o set.o show.o specfun.o standard.o stdfn.o= tables.o term.o time.o unset.o util.o util3d.o variable.o version.o -lz = -lpdf -lm=0D source=3D'bf_test.c' object=3D'bf_test.o' libtool=3Dno depfile=3D'.deps/bf= _test.Po' tmpdepfile=3D'.deps/bf_test.TPo' depmode=3Dgcc /bin/bash ../depc= omp gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../term -I../term -DBINDIR=3D\"/us= r/local/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTA= CT=3D\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share= /gnuplot/4.0/gnuplot.gih\" -I/usr/X11R6/include -I/usr/local/include -g -= O2 -c `test -f 'bf_test.c' || echo './'`bf_test.c=0D gcc -g -O2 -L/usr/local/lib -o bf_test bf_test.o binary.o alloc.o -lm= =0D source=3D'gplt_x11.c' object=3D'gplt_x11.o' libtool=3Dno depfile=3D'.deps/= gplt_x11.Po' tmpdepfile=3D'.deps/gplt_x11.TPo' depmode=3Dgcc /bin/bash ../= depcomp gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../term -I../term -DBINDIR=3D\= "/usr/local/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DC= ONTACT=3D\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/s= hare/gnuplot/4.0/gnuplot.gih\" -I/usr/X11R6/include -I/usr/local/include = -g -O2 -c `test -f 'gplt_x11.c' || echo './'`gplt_x11.c=0D source=3D'gpexecute.c' object=3D'gpexecute.o' libtool=3Dno depfile=3D'.dep= s/gpexecute.Po' tmpdepfile=3D'.deps/gpexecute.TPo' depmode=3Dgcc /bin/bash= ../depcomp gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../term -I../term -DBINDIR= =3D\"/usr/local/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\"= -DCONTACT=3D\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/loc= al/share/gnuplot/4.0/gnuplot.gih\" -I/usr/X11R6/include -I/usr/local/inclu= de -g -O2 -c `test -f 'gpexecute.c' || echo './'`gpexecute.c=0D gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../term -I../term -DBINDIR=3D\"/usr/loc= al/bin\" -DX11_DRIVER_DIR=3D\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=3D= \"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=3D\"/usr/local/share/gnup= lot/4.0/gnuplot.gih\" -I/usr/X11R6/include -I/usr/local/include -g -O2 -c= -DGPLT_X11_MODE -o getcolor_x11.o ./getcolor.c=0D gcc -g -O2 -L/usr/local/lib -o gnuplot_x11 gplt_x11.o gpexecute.o getcol= or_x11.o -L/usr/X11R6/lib -lX11 -lm=0D Making all in docs=0D Building term.h=0D gcc -E -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I../term -I/usr/X11R6/in= clude -I/usr/local/include -DTERM_DRIVER_H -DTERM_HELP term.c | sed '/^ *$= /d;/^#/d' >term.h=0D gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I../term -I/usr/X11R6/inclu= de -I/usr/local/include -g -O2 -c doc2gih.c=0D gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I../term -I/usr/X11R6/inclu= de -I/usr/local/include -g -O2 -c termdoc.c=0D gcc -g -O2 -L/usr/local/lib -o doc2gih doc2gih.o termdoc.o -lm=0D =2E/doc2gih ./gnuplot.doc gnuplot.gih=0D Creating texinfo=0D No emacs found - cannot create texinfo file=0D /bin/sh /home/fernan/downloads/gnuplot/gnuplot-4.0.0/missing --run makeinfo= -I. ./gnuplot.texi --no-split --output=3Dgnuplot.info=0D Making all in lisp=0D cd . && /bin/bash ./config.status Makefile =0D config.status: creating Makefile=0D Making all in man=0D cd .. && /bin/bash ./config.status man/Makefile =0D config.status: creating man/Makefile=0D Making all in demo=0D cd .. && /bin/bash ./config.status demo/Makefile =0D config.status: creating demo/Makefile=0D Creating binary data files=0D Making all in tutorial=0D cd .. && /bin/bash ./config.status tutorial/Makefile =0D config.status: creating tutorial/Makefile=0D Building LaTeX tutorial=0D TEXINPUTS=3D.:.:: latex tutorial=0D This is TeX, Version 3.14159 (Web2C 7.4.5)=0D (./tutorial.tex=0D LaTeX2e <2001/06/01>=0D Babel and hyphenation patterns for american, french, german, ngerma= n, n=0D ohyphenation, loaded.=0D (./header.tex (/usr/local/share/texmf/tex/latex/base/article.cls=0D Document Class: article 2001/04/21 v1.4e Standard LaTeX document class=0D (/usr/local/share/texmf/tex/latex/base/size10.clo))=0D (/usr/local/share/texmf/tex/latex/base/latexsym.sty)=0D (/usr/local/share/texmf/tex/latex/html/url.sty))=0D No file tutorial.aux.=0D (/usr/local/share/texmf/tex/latex/base/ulasy.fd)=0D No file tutorial.toc.=0D [1]=0D =0D LaTeX Warning: Reference `oldusers' on page 1 undefined on input line 70.=0D =0D =0D LaTeX Warning: Reference `s:eepic' on page 1 undefined on input line 83.=0D =0D =0D LaTeX Warning: Reference `eg1' on page 1 undefined on input line 125.=0D =0D (./eg1.tex) [1]=0D =0D LaTeX Warning: Reference `eg2' on page 2 undefined on input line 163.=0D =0D (./eg2.tex) [2] [3]=0D =0D LaTeX Warning: Reference `eg3' on page 4 undefined on input line 225.=0D =0D (./eg3.tex)=0D =0D LaTeX Warning: Reference `linepoint' on page 4 undefined on input line 265.= =0D =0D =0D LaTeX Warning: Reference `eg4' on page 4 undefined on input line 276.=0D =0D [4] (./eg4.tex)=0D =0D LaTeX Warning: Reference `eg5' on page 5 undefined on input line 311.=0D =0D (./eg5.tex)=0D =0D LaTeX Warning: Reference `eg6' on page 5 undefined on input line 338.=0D =0D [5] (./eg6.tex)=0D =0D LaTeX Warning: Reference `linepoint' on page 6 undefined on input line 368.= =0D =0D (./linepoin.tex) [6] [7] (/usr/local/share/texmf/tex/latex/base/omscmr.fd)= =0D [8] (./tutorial.aux)=0D =0D LaTeX Warning: There were undefined references.=0D =0D =0D LaTeX Warning: Label(s) may have changed. Rerun to get cross-references rig= ht.=0D =0D )=0D Output written on tutorial.dvi (9 pages, 238412 bytes).=0D Transcript written on tutorial.log.=0D TEXINPUTS=3D.:.:: latex tutorial=0D This is TeX, Version 3.14159 (Web2C 7.4.5)=0D (./tutorial.tex=0D LaTeX2e <2001/06/01>=0D Babel and hyphenation patterns for american, french, german, ngerma= n, n=0D ohyphenation, loaded.=0D (./header.tex (/usr/local/share/texmf/tex/latex/base/article.cls=0D Document Class: article 2001/04/21 v1.4e Standard LaTeX document class=0D (/usr/local/share/texmf/tex/latex/base/size10.clo))=0D (/usr/local/share/texmf/tex/latex/base/latexsym.sty)=0D (/usr/local/share/texmf/tex/latex/html/url.sty)) (./tutorial.aux)=0D (/usr/local/share/texmf/tex/latex/base/ulasy.fd) (./tutorial.toc) [1]=0D (./eg1.tex) [1] (./eg2.tex) [2] [3] (./eg3.tex) [4] (./eg4.tex) (./eg5.tex)= =0D [5] (./eg6.tex) (./linepoin.tex) [6] [7]=0D (/usr/local/share/texmf/tex/latex/base/omscmr.fd) [8] (./tutorial.aux) )=0D Output written on tutorial.dvi (9 pages, 239228 bytes).=0D Transcript written on tutorial.log.=0D cd . && /bin/bash ./config.status Makefile =0D config.status: creating Makefile=0D [fernan@pi] ^D=08=08exit=0D Script done on Wed Apr 28 11:47:16 2004 --AqsLC8rIMeq19msA-- From owner-freebsd-ports@FreeBSD.ORG Wed Apr 28 08:29:42 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33A6916A4CE; Wed, 28 Apr 2004 08:29:42 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD64243D41; Wed, 28 Apr 2004 08:29:41 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) i3SFRnCE053012; Wed, 28 Apr 2004 11:27:49 -0400 (EDT) (envelope-from marcus@FreeBSD.org) From: Joe Marcus Clarke To: ports@FreeBSD.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-HE+WbqKaNueqBnB5VCSH" Organization: FreeBSD, Inc. Message-Id: <1083166193.836.9.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Wed, 28 Apr 2004 11:29:53 -0400 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on creme-brulee.marcuscom.com Subject: HEADS UP: Ports tree getting tagged X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2004 15:29:42 -0000 --=-HE+WbqKaNueqBnB5VCSH Content-Type: text/plain Content-Transfer-Encoding: quoted-printable This time I mean it. The ports tree will be locked down for tagging. Joe --=20 Joe Marcus Clarke FreeBSD GNOME Team :: marcus@FreeBSD.org gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome --=-HE+WbqKaNueqBnB5VCSH Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBAj83xb2iPiv4Uz4cRAvpkAJ4iPvz8iE7G8Qxt7pqy4aTeewRJ+wCfeusO JCveHY7O2onbxsfET6D0CiI= =FDm5 -----END PGP SIGNATURE----- --=-HE+WbqKaNueqBnB5VCSH-- From owner-freebsd-ports@FreeBSD.ORG Wed Apr 28 08:55:04 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EB1916A4CF for ; Wed, 28 Apr 2004 08:55:04 -0700 (PDT) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id D787943D31 for ; Wed, 28 Apr 2004 08:55:03 -0700 (PDT) (envelope-from nork@FreeBSD.org) Received: from pelsia.ninth-nine.com (bmdi2079.bmobile.ne.jp [202.221.174.79]) (authenticated bits=0) by sakura.ninth-nine.com (8.12.11/8.12.11/NinthNine) with ESMTP id i3SFsdTK053121 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 29 Apr 2004 00:54:56 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Thu, 29 Apr 2004 00:54:56 +0900 (JST) Message-Id: <200404281554.i3SFsdTK053121@sakura.ninth-nine.com> From: Norikatsu Shigemura To: girgen@pingpong.net X-Mailer: Sylpheed version 0.9.9-gtk2-20040229 (GTK+ 2.4.0; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org Subject: rcNG-fy databases/postgresql7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2004 15:55:04 -0000 Hi. I made a patch which is rcNG-fy databases/postgresql. I think this is very ugly. Anyone, please cleanup the rcNG script. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/postgresql7/Makefile,v retrieving revision 1.125 diff -u -r1.125 Makefile --- Makefile 11 Mar 2004 14:45:42 -0000 1.125 +++ Makefile 24 Apr 2004 10:52:13 -0000 @@ -7,7 +7,7 @@ PORTNAME?= postgresql PORTVERSION?= 7.4.2 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= databases MASTER_SITES= ${MASTER_SITE_PGSQL} MASTER_SITE_SUBDIR= source/v${PORTVERSION} @@ -76,6 +76,8 @@ PKGMSG= /dev/null CONFLICTS= postgresql-7* postgresql-devel-* .else +USE_RC_SUBR= YES +RC_SCRIPTS_SUB= PREFIX=${PREFIX} RC_SUBR=${RC_SUBR} PG_PREFIX=${PG_PREFIX} PKGMESSAGE= ${FILESDIR}/pkg-message.server PKGMSG= ${PKGMESSAGE} CONFLICTS= postgresql-client-7* postgresql-devel-* @@ -210,7 +212,7 @@ ${CP} ${PREFIX}/share/postgresql/dot.$i.dist ~pgsql/.$i; \ fi .endfor - @ ${SED} -e "s|%%PREFIX%%|${PREFIX}|g; s|%%PG_PREFIX%%|${PG_PREFIX}|g" \ + @ ${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ < ${FILESDIR}/pgsql.sh.tmpl \ > ${PREFIX}/etc/rc.d/010.pgsql.sh ;\ ${CHMOD} 554 ${PREFIX}/etc/rc.d/010.pgsql.sh ;\ Index: files/dot.cshrc.in =================================================================== RCS file: files/dot.cshrc.in diff -N files/dot.cshrc.in --- files/dot.cshrc.in 11 Apr 2002 04:58:10 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,13 +0,0 @@ -set path = ( %%PREFIX%%/bin $path ) - -setenv PGLIB %%PREFIX%%/lib - -# note: PGDATA can be overridden by the -D startup option -setenv PGDATA $HOME/data - -#You might want to set some locale stuff here -#setenv PGDATESTYLE ISO -#setenv LC_ALL sv_SE.ISO_8859-1 - -# if you want to make regression tests use this TZ -#setenv TZ PST8PDT Index: files/dot.profile.in =================================================================== RCS file: files/dot.profile.in diff -N files/dot.profile.in --- files/dot.profile.in 4 Jan 2003 01:10:14 -0000 1.5 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,25 +0,0 @@ -# both new and old layout's paths, but new path first... -PATH=%%PREFIX%%/bin:${PATH} - -PGLIB=%%PREFIX%%/lib - -# note: PGDATA can be overridden by the -D startup option -PGDATA=${HOME}/data - -export PATH PGLIB PGDATA - -# if you use the periodic script from share/postgresql/502.pgsql, you -# can set these -#PGDUMP_ARGS="-b -F c" -#PGBACKUPDIR=${HOME}/backups -#PGBACKUP_SAVE_DAYS=7 -#export PGBACKUPDIR PGDUMP_ARGS PGBACKUP_SAVE_DAYS - -#You might want to set some locale stuff here -#PGDATESTYLE=ISO -#LC_ALL=sv_SE.ISO_8859-1 -#export PGDATESTYLE LC_ALL - -# if you want to make regression tests use this TZ -#TZ=PST8PDT -#export TZ Index: files/pgsql.sh.tmpl =================================================================== RCS file: /home/ncvs/ports/databases/postgresql7/files/pgsql.sh.tmpl,v retrieving revision 1.16 diff -u -r1.16 pgsql.sh.tmpl --- files/pgsql.sh.tmpl 4 Dec 2003 12:00:49 -0000 1.16 +++ files/pgsql.sh.tmpl 28 Apr 2004 15:17:50 -0000 @@ -4,48 +4,85 @@ # # For postmaster startup options, edit $PGDATA/postgresql.conf # -# Note that PGDATA is set in ~pgsql/.profile, don't try to manipulate it here! -# + +# PROVIDE: pgsql +# REQUIRE: DAEMON +# BEFORE: LOGIN +# KEYWORD: FreeBSD shutdown PREFIX=%%PREFIX%% PGBIN=${PREFIX}/bin -case $1 in -start) - [ -x ${PGBIN}/pg_ctl ] && { - echo -n ' pgsql' - su -l pgsql -c \ - "[ -d \${PGDATA} ] && exec ${PREFIX}/bin/pg_ctl start -s -w" - } - ;; - -stop) - [ -x ${PGBIN}/pg_ctl ] && { - echo -n ' pgsql' - su -l pgsql -c "exec ${PREFIX}/bin/pg_ctl stop -s -m fast" - } - ;; - -restart) - [ -x ${PGBIN}/pg_ctl ] && { - exec su -l pgsql -c "exec ${PREFIX}/bin/pg_ctl restart -s -m fast" - } - ;; - -reload) - [ -x ${PGBIN}/pg_ctl ] && { - exec su -l pgsql -c "exec ${PREFIX}/bin/pg_ctl reload" - } - ;; - -status) - [ -x ${PGBIN}/pg_ctl ] && { - exec su -l pgsql -c "exec ${PREFIX}/bin/pg_ctl status" - } - ;; - -*) - echo "usage: `basename $0` {start|stop|restart|reload|status}" >&2 - exit 64 - ;; -esac +# Define these pgsql_* variables in one of these files: +# /etc/rc.conf +# /etc/rc.conf.local +# /etc/rc.conf.d/smartd +# +# DO NOT CHANGE THESE DEFAULT VALUES HERE +# +pgsql_enable="NO" +pgsql_flags_start="start -s -w" +pgsql_flags_stop="stop -s -m fast" +pgsql_flags_restart="restart -s -m fast" +pgsql_flags_reload="reload" +pgsql_flags_status="status" +pgsql_user="pgsql" +pgsql_datadir="${PREFIX}/pgsql/data" +extra_commands="reload" + +. %%RC_SUBR%% + +name="pgsql" +rcvar=`set_rcvar` +command="${PGBIN}/pg_ctl" +pgsql_flags="${pgsql_flags_start} -D ${pgsql_datadir}"; +procname="${PGBIN}/postmaster" +pidfile="${pgsql_datadir}/postmaster.pid" +required_files="${pgsql_datadir}/postgresql.conf" +required_dirs="${pgsql_datadir}" +stop_cmd="pgsql_stop" +restart_cmd="pgsql_restart" +reload_cmd="pgsql_reload" +status_cmd="pgsql_status" + +pgsql_stop () { + if [ -z "$rc_pid" ]; then + echo "${name} not running? (check $pidfile)." + exit 1 + fi + echo "Stopping ${name}." + eval "su -m $pgsql_user -c 'sh -c \"${command} ${pgsql_flags_stop} -D ${pgsql_datadir}\"'" + _return=$? + [ $_return -ne 0 ] && [ -z "$rc_force" ] && return 1 + wait_for_pids $rc_pid +} + +pgsql_restart () { + if [ -z "$rc_pid" ]; then + echo "${name} not running? (check $pidfile)." + exit 1 + fi + eval "su -m $pgsql_user -c 'sh -c \"${command} ${pgsql_flags_restart} -D ${pgsql_datadir}\"'" + _return=$? +} + +pgsql_reload () { + if [ -z "$rc_pid" ]; then + echo "${name} not running? (check $pidfile)." + exit 1 + fi + eval "su -m $pgsql_user -c 'sh -c \"${command} ${pgsql_flags_reload} -D ${pgsql_datadir}\"'" + _return=$? +} + +pgsql_status () { + if [ -z "$rc_pid" ]; then + echo "${name} not running? (check $pidfile)." + exit 1 + fi + eval "su -m $pgsql_user -c 'sh -c \"${command} ${pgsql_flags_status} -D ${pgsql_datadir}\"'" + _return=$? +} + +load_rc_config $name +run_rc_command "$1" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - From owner-freebsd-ports@FreeBSD.ORG Wed Apr 28 09:27:19 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E267D16A4CF; Wed, 28 Apr 2004 09:27:19 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6054A43D58; Wed, 28 Apr 2004 09:27:19 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) i3SGPPn4053354; Wed, 28 Apr 2004 12:25:26 -0400 (EDT) (envelope-from marcus@FreeBSD.org) From: Joe Marcus Clarke To: ports@FreeBSD.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-VipzytEkx+Mc/dI6sCDK" Organization: FreeBSD, Inc. Message-Id: <1083169650.836.22.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Wed, 28 Apr 2004 12:27:30 -0400 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on creme-brulee.marcuscom.com Subject: HEADS UP: Ports freeze for 4.10 is over X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2004 16:27:20 -0000 --=-VipzytEkx+Mc/dI6sCDK Content-Type: text/plain Content-Transfer-Encoding: quoted-printable The ports freeze for 4.10-RELEASE has ended. PLEASE, NO SWEEPING CHANGES UNTIL AFTER 4.10 IS RELEASED! For all of those that committed without approval during the freeze (you know who you are), please report immediately to RTP, North Carolina, USA for catapulting. You must cover your airfare to North Carolina, but the return trip with be free ;-). Joe --=20 Joe Marcus Clarke FreeBSD GNOME Team :: marcus@FreeBSD.org gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome --=-VipzytEkx+Mc/dI6sCDK Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBAj9tyb2iPiv4Uz4cRAoqKAJ9RNwVbcs8RxEKov67nm/c4hsgGKQCdFy4Z l8KZLvOxKlamh3Ig1IZsLaY= =eCsO -----END PGP SIGNATURE----- --=-VipzytEkx+Mc/dI6sCDK-- From owner-freebsd-ports@FreeBSD.ORG Wed Apr 28 09:48:59 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28FC816A4CE for ; Wed, 28 Apr 2004 09:48:59 -0700 (PDT) Received: from tx2.oucs.ox.ac.uk (tx2.oucs.ox.ac.uk [163.1.2.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7445F43D4C for ; Wed, 28 Apr 2004 09:48:58 -0700 (PDT) (envelope-from colin.percival@wadham.ox.ac.uk) Received: from scan2.oucs.ox.ac.uk ([163.1.2.162] helo=localhost) by tx2.oucs.ox.ac.uk with esmtp (Exim 4.24) id 1BIsEz-0004Oa-L7 for ports@FreeBSD.org; Wed, 28 Apr 2004 17:48:57 +0100 Received: from rx2.oucs.ox.ac.uk ([163.1.2.161]) by localhost (scan2.oucs.ox.ac.uk [163.1.2.162]) (amavisd-new, port 25) with ESMTP id 16759-06 for ; Wed, 28 Apr 2004 17:48:57 +0100 (BST) Received: from gateway.wadham.ox.ac.uk ([163.1.161.253]) by rx2.oucs.ox.ac.uk with smtp (Exim 4.24) id 1BIsEz-0004O3-6k for ports@FreeBSD.org; Wed, 28 Apr 2004 17:48:57 +0100 Received: (qmail 1440 invoked by uid 1004); 28 Apr 2004 16:48:57 -0000 Received: from colin.percival@wadham.ox.ac.uk by gateway by uid 71 with qmail-scanner-1.20 (clamscan: 0.67. sweep: 2.18/3.79. Clear:RC:1(163.1.161.131):. Processed in 0.100462 secs); 28 Apr 2004 16:48:57 -0000 Received: from dhcp1131.wadham.ox.ac.uk (HELO piii600.wadham.ox.ac.uk) (163.1.161.131) by gateway.wadham.ox.ac.uk with SMTP; 28 Apr 2004 16:48:56 -0000 Message-Id: <6.1.0.6.1.20040428174747.03ca8fa0@popserver.sfu.ca> X-Sender: cperciva@popserver.sfu.ca (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 6.1.0.6 Date: Wed, 28 Apr 2004 17:48:52 +0100 To: Joe Marcus Clarke From: Colin Percival In-Reply-To: <1083169650.836.22.camel@gyros> References: <1083169650.836.22.camel@gyros> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" cc: ports@FreeBSD.org Subject: Re: HEADS UP: Ports freeze for 4.10 is over X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2004 16:48:59 -0000 At 17:27 28/04/2004, Joe Marcus Clarke wrote: >For all of those that committed without approval during the freeze (you >know who you are), please report immediately to RTP, North Carolina, USA >for catapulting. You must cover your airfare to North Carolina, but the >return trip with be free ;-). Intercontinental ballistic committers? Colin Percival From owner-freebsd-ports@FreeBSD.ORG Wed Apr 28 09:52:32 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64B6316A4CE; Wed, 28 Apr 2004 09:52:32 -0700 (PDT) Received: from avgw.bjut.edu.cn (avgw.bjut.edu.cn [202.112.78.85]) by mx1.FreeBSD.org (Postfix) with SMTP id 5432543D48; Wed, 28 Apr 2004 09:52:31 -0700 (PDT) (envelope-from delphij@frontfree.net) Received: from beastie.frontfree.net ([218.107.145.7]) by avgw.bjut.edu.cn (SAVSMTP 3.1.5.43) with SMTP id M2004042900522624673 ; Thu, 29 Apr 2004 00:52:26 +0800 Received: from localhost (localhost [127.0.0.1]) by beastie.frontfree.net (Postfix) with ESMTP id 68F1611BAF; Thu, 29 Apr 2004 00:52:26 +0800 (CST) Received: from beastie.frontfree.net ([127.0.0.1]) by localhost (beastie.frontfree.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00850-05; Thu, 29 Apr 2004 00:52:26 +0800 (CST) Received: by beastie.frontfree.net (Postfix, from userid 1001) id 0308B115DF; Thu, 29 Apr 2004 00:52:25 +0800 (CST) Date: Thu, 29 Apr 2004 00:52:25 +0800 From: Xin LI To: Joe Marcus Clarke Message-ID: <20040428165225.GA504@frontfree.net> References: <1083169650.836.22.camel@gyros> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="KsGdsel6WgEHnImy" Content-Disposition: inline In-Reply-To: <1083169650.836.22.camel@gyros> User-Agent: Mutt/1.4.2.1i X-GPG-key-ID/Fingerprint: 0xCAEEB8C0 / 43B8 B703 B8DD 0231 B333 DC28 39FB 93A0 CAEE B8C0 X-GPG-Public-Key: http://www.delphij.net/delphij.asc X-Operating-System: FreeBSD beastie.frontfree.net 5.2-CURRENT FreeBSD 5.2-CURRENT #33: Mon Apr 26 15:10:21 CST 2004 delphij@beastie.frontfree.net:/usr/obj/usr/src/sys/BEASTIE i386 X-URL: http://www.delphij.net X-By: delphij@beastie.frontfree.net X-Location: Beijing, China X-Virus-Scanned: by amavisd-new at frontfree.net cc: ports@FreeBSD.org Subject: Re: HEADS UP: Ports freeze for 4.10 is over X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2004 16:52:32 -0000 --KsGdsel6WgEHnImy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I think ports/INDEX should be updated as we did previously, right? And I really missed Kris's commit song :-) Cheers, --=20 Xin LI http://www.delphij.net/ See complete headers for GPG key and other information. --KsGdsel6WgEHnImy Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAj+FJOfuToMruuMARAmZMAJ9itt3Z/kLiTPoQ8f1Vxo5D2PZgkwCbBr4t 9yR2lYF+OJDRmMp4Mvh7Qxg= =oTzL -----END PGP SIGNATURE----- --KsGdsel6WgEHnImy-- From owner-freebsd-ports@FreeBSD.ORG Wed Apr 28 10:00:45 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2BAF16A4D9 for ; Wed, 28 Apr 2004 10:00:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3872643D4C for ; Wed, 28 Apr 2004 10:00:40 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Received: from freefall.freebsd.org (fenner@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i3SH0elC099346 for ; Wed, 28 Apr 2004 10:00:40 -0700 (PDT) (envelope-from fenner@freefall.freebsd.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i3SH0dix099327 for ports@freebsd.org; Wed, 28 Apr 2004 10:00:39 -0700 (PDT) (envelope-from fenner) Date: Wed, 28 Apr 2004 10:00:39 -0700 (PDT) From: Bill Fenner Message-Id: <200404281700.i3SH0dix099327@freefall.freebsd.org> To: ports@freebsd.org Subject: Possibly unbuildable ports reminder X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2004 17:00:45 -0000 Dear porters, This is just a reminder to please periodically check the list of unbuildable ports at http://bento.freebsd.org/errorlogs/ . A list by MAINTAINER is http://people.freebsd.org/~fenner/errorlogs/ so you can easily check the status of ports that you maintain. In addition, the list of ports with no MAINTAINER with build problems is http://people.freebsd.org/~fenner/errorlogs/ports@freebsd.org.html Since no one is responsible for these ports, the problem won't get fixed unless someone on this list takes the initiative. Thanks for your help! Bill "annoying port email" Fenner From owner-freebsd-ports@FreeBSD.ORG Wed Apr 28 10:13:13 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 958B316A4CE for ; Wed, 28 Apr 2004 10:13:13 -0700 (PDT) Received: from basement.kutulu.org (pcp03610121pcs.longhl01.md.comcast.net [68.49.239.235]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41A2243D2D for ; Wed, 28 Apr 2004 10:13:13 -0700 (PDT) (envelope-from kutulu@kutulu.org) Received: from wombat.localnet (wombat.localnet [192.168.69.3]) by basement.kutulu.org (Postfix) with ESMTP id 22B69A961 for ; Wed, 28 Apr 2004 13:13:12 -0400 (EDT) Received: by wombat.localnet (Postfix, from userid 1001) id B13CBB836; Wed, 28 Apr 2004 13:13:11 -0400 (EDT) Date: Wed, 28 Apr 2004 13:13:11 -0400 From: Michael Edenfield To: ports@freebsd.org Message-ID: <20040428171311.GE39573@wombat.localnet> Mail-Followup-To: ports@freebsd.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="PGNNI9BzQDUtgA2J" Content-Disposition: inline X-Mailer: Mutt http://www.mutt.org/ X-Accept-Language: en X-PGP-Key: http://www.kutulu.org/pgp/kutulu.asc X-PGP-Fingerprint: 1CE0 3C31 7013 D529 406D 37DC 09CC CD84 A46C 878F User-Agent: Mutt/1.5.6i Subject: RE: The ongoing saga of lsof-4.71.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2004 17:13:13 -0000 --PGNNI9BzQDUtgA2J Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Just an FYI for anyone else having the problem I was. Specifically, trying to build the latest lsof on FreeBSD 5.2 more than a couple weeks old (specifically, world not built since rev1.9 of machine/_types.h was made 5 weeks ago). This includes 5.2-RELEASE, for example.=20 There is a new version of lsof available, 5.72b, which the author tells me has worked around the missing __cpumask_t typedef that -CURRENT has. I'm guessing that once the ports tree is unfrozen the new version will go into ports, but in the meantime, I've downloaded and built it on 5.2-RELEASE and it works fine. So, if you're impatient, you can edit the Makefile in sysutils/lsof and=20 change: -PORTVERSION=3D 4.71.1 +PORTVERSION=3D 4.71.2 -DISTNAME=3D ${PORTNAME}_4.72A.freebsd +DISTNAME=3D ${PORTNAME}_4.72B.freebsd You'll have to 'make makesum' before you build, obviously, then the build will work fine. Note that I make no guarantees that 4.71.2 is actually going to be the next version of the port, since I'm clearly not the maintainer, but it seemed like a decent enough guess :) --Mike=20 --PGNNI9BzQDUtgA2J Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAj+YnCczNhKRsh48RAu48AJ91Dqb8vbW1aNlaJ4M99+qMJwECMgCeKnXy R8Erg2zAX4a/uAYFGhA8rZ4= =I3o6 -----END PGP SIGNATURE----- --PGNNI9BzQDUtgA2J-- From owner-freebsd-ports@FreeBSD.ORG Wed Apr 28 11:20:12 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00C8616A4CE for ; Wed, 28 Apr 2004 11:20:12 -0700 (PDT) Received: from yertle.kcilink.com (yertle.kcilink.com [65.205.34.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id A72C243D48 for ; Wed, 28 Apr 2004 11:20:11 -0700 (PDT) (envelope-from vivek@khera.org) Received: from [192.168.7.103] (host-103.int.kcilink.com [192.168.7.103]) by yertle.kcilink.com (Postfix) with ESMTP id 112DD2178B for ; Wed, 28 Apr 2004 14:20:11 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v613) Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Apple-Mail-9--357492710" Message-Id: Content-Transfer-Encoding: 7bit From: Vivek Khera Date: Wed, 28 Apr 2004 14:20:05 -0400 To: ports@FreeBSD.org X-Pgp-Agent: GPGMail 1.0.1 (v33, 10.3) X-Mailer: Apple Mail (2.613) Subject: postfix port version numbering -- suggestions wanted X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ports@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2004 18:20:12 -0000 --Apple-Mail-9--357492710 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed During the freeze, postfix 2.1 was released, and postfix 2.2 "development" branch was started. It is fairly self-evident that the postfix-current port should become the 2.2 version. What is not clear is how to handle the transition from the 2.0 to 2.1 as the "release" version. Currently there are three postfix ports: postfix1, postfix, and postfix-current. Obviously, enough people still run postfix 1.x to need a postfix1 port. So my thought is to make a postfix20 port for the now old 2.0 line, and have the postfix port be the 2.1 release. This way people can upgrade as they see fit, and if they have a burning desire to still run 2.0.x, they can. Or is there any point in having a 2.0 sitting about? They're totally backward compatible. What do other postfix users out there think? I'm holding off submitting the PR's until we decide on what to do. Please follow up to the list. I read it. --Apple-Mail-9--357492710 content-type: application/pgp-signature; x-mac-type=70674453; name=PGP.sig content-description: This is a digitally signed message part content-disposition: inline; filename=PGP.sig content-transfer-encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (Darwin) iD8DBQFAj/XaBmsZ3mzf/kkRAqoZAKDncULvyvh7KaMF64p5Ai8j8wKCpQCbBu24 AKwi1CXK+vcu+2Z1XX00C7w= =0eD2 -----END PGP SIGNATURE----- --Apple-Mail-9--357492710-- From owner-freebsd-ports@FreeBSD.ORG Wed Apr 28 12:01:49 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 034AD16A4CE for ; Wed, 28 Apr 2004 12:01:49 -0700 (PDT) Received: from harrier.mail.pas.earthlink.net (harrier.mail.pas.earthlink.net [207.217.120.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id B913443D48 for ; Wed, 28 Apr 2004 12:01:48 -0700 (PDT) (envelope-from mike@inbox.lv) Received: from pool0494.cvx39-bradley.dialup.earthlink.net ([216.244.37.239] helo=ringworm.mojavegreen.com) by harrier.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1BIuJX-00002b-00 for ports@FreeBSD.org; Wed, 28 Apr 2004 12:01:48 -0700 Received: by ringworm.mojavegreen.com (Postfix, from userid 1000) id 76A2F845D; Wed, 28 Apr 2004 11:58:09 -0700 (PDT) From: "Michael C. Shultz" Organization: Mojave Green Software co. To: ports@FreeBSD.org Date: Wed, 28 Apr 2004 11:58:05 -0700 User-Agent: KMail/1.6.1 References: In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200404281158.06331.ringworm@inbox.lv> Subject: Re: postfix port version numbering -- suggestions wanted X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2004 19:01:49 -0000 On Wednesday 28 April 2004 11:20 am, Vivek Khera wrote: > During the freeze, postfix 2.1 was released, and postfix 2.2 > "development" branch was started. It is fairly self-evident that the > postfix-current port should become the 2.2 version. What is not clear > is how to handle the transition from the 2.0 to 2.1 as the "release" > version. > > Currently there are three postfix ports: postfix1, postfix, and > postfix-current. Obviously, enough people still run postfix 1.x to > need a postfix1 port. So my thought is to make a postfix20 port for > the now old 2.0 line, and have the postfix port be the 2.1 release. > This way people can upgrade as they see fit, and if they have a burning > desire to still run 2.0.x, they can. Or is there any point in having a > 2.0 sitting about? They're totally backward compatible. > > What do other postfix users out there think? I'm holding off > submitting the PR's until we decide on what to do. > > Please follow up to the list. I read it. My opinion is just as long as there is a stable postfix in mail/postfix ( no version number ) I could care less if there are also mail/postfix1 mail/postfix3 etc... -Mike From owner-freebsd-ports@FreeBSD.ORG Wed Apr 28 12:06:07 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E6D816A4CE for ; Wed, 28 Apr 2004 12:06:07 -0700 (PDT) Received: from yertle.kcilink.com (yertle.kcilink.com [65.205.34.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E81D43D1F for ; Wed, 28 Apr 2004 12:06:07 -0700 (PDT) (envelope-from vivek@khera.org) Received: from [192.168.7.103] (host-103.int.kcilink.com [192.168.7.103]) by yertle.kcilink.com (Postfix) with ESMTP id 96FCE2178B for ; Wed, 28 Apr 2004 15:06:06 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v613) In-Reply-To: <200404281158.06331.ringworm@inbox.lv> References: <200404281158.06331.ringworm@inbox.lv> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <1A15A1DC-9947-11D8-B6E4-000A9578CFCC@khera.org> Content-Transfer-Encoding: 7bit From: Vivek Khera Date: Wed, 28 Apr 2004 15:06:06 -0400 To: ports@freebsd.org X-Mailer: Apple Mail (2.613) Subject: Re: postfix port version numbering -- suggestions wanted X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2004 19:06:07 -0000 On Apr 28, 2004, at 2:58 PM, Michael C. Shultz wrote: > My opinion is just as long as there is a stable postfix in > mail/postfix ( no > version number ) I could care less if there are also mail/postfix1 > mail/postfix3 etc... > I guess I'm more looking to see if people would need a postfix20 port for whatever reason they have to stick to that version. From owner-freebsd-ports@FreeBSD.ORG Wed Apr 28 12:12:14 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14BE116A4CE for ; Wed, 28 Apr 2004 12:12:14 -0700 (PDT) Received: from panther.mmj.dk (panther.mmj.dk [62.79.83.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98AD543D39 for ; Wed, 28 Apr 2004 12:12:13 -0700 (PDT) (envelope-from mmj@mmj.dk) Received: by panther.mmj.dk (Postfix, from userid 500) id F3D41F30D4; Wed, 28 Apr 2004 21:12:11 +0200 (CEST) Date: Wed, 28 Apr 2004 21:12:11 +0200 From: Mads Martin Joergensen To: ports@freebsd.org Message-ID: <20040428191211.GD6618@panther.mmj.dk> References: <200404281158.06331.ringworm@inbox.lv> <1A15A1DC-9947-11D8-B6E4-000A9578CFCC@khera.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1A15A1DC-9947-11D8-B6E4-000A9578CFCC@khera.org> User-Agent: Mutt/1.5.6i Subject: Re: postfix port version numbering -- suggestions wanted X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2004 19:12:14 -0000 * Vivek Khera [Apr 28. 2004 21:06]: > >My opinion is just as long as there is a stable postfix in > >mail/postfix ( no > >version number ) I could care less if there are also mail/postfix1 > >mail/postfix3 etc... > > I guess I'm more looking to see if people would need a postfix20 port > for whatever reason they have to stick to that version. It might make sense to keep it around for some time, since Wietse did release 2.0.20 when he released 2.1.0. But let postfix be the 2.1.0 version, and stick the 2.0 version in a postfix20 port. Speaking of postfix-2.1. I know of a free software company that used 2.1 on their main MX for +6 weeks now. It's been a very good experience, with several improvements over 2.0.x -- Mads Martin Joergensen, http://mmj.dk "Why make things difficult, when it is possible to make them cryptic and totally illogical, with just a little bit more effort?" -- A. P. J. From owner-freebsd-ports@FreeBSD.ORG Wed Apr 28 12:13:20 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A66B16A4CE for ; Wed, 28 Apr 2004 12:13:20 -0700 (PDT) Received: from argent.heraldsnet.org (argent.heraldsnet.org [64.83.41.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8F5443D1D for ; Wed, 28 Apr 2004 12:13:19 -0700 (PDT) (envelope-from jtrigg@spamcop.net) Received: by argent.heraldsnet.org (Postfix, from userid 1001) id 7EF6815B; Wed, 28 Apr 2004 15:13:18 -0400 (EDT) Date: Wed, 28 Apr 2004 15:13:18 -0400 From: Jim Trigg To: ports@FreeBSD.org Message-ID: <20040428191318.GA65852@spamcop.net> Mail-Followup-To: ports@FreeBSD.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-Habeas-SWE-1: winter into spring X-Habeas-SWE-2: brightly anticipated X-Habeas-SWE-3: like Habeas SWE (tm) X-Habeas-SWE-4: Copyright 2002 Habeas (tm) X-Habeas-SWE-5: Sender Warranted Email (SWE) (tm). The sender of this X-Habeas-SWE-6: email in exchange for a license for this Habeas X-Habeas-SWE-7: warrant mark warrants that this is a Habeas Compliant X-Habeas-SWE-8: Message (HCM) and not spam. Please report use of this X-Habeas-SWE-9: mark in spam to . Subject: Re: postfix port version numbering -- suggestions wanted X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2004 19:13:20 -0000 On Wed, Apr 28, 2004 at 02:20:05PM -0400, Vivek Khera wrote: > During the freeze, postfix 2.1 was released, and postfix 2.2 > "development" branch was started. It is fairly self-evident that the > postfix-current port should become the 2.2 version. What is not clear > is how to handle the transition from the 2.0 to 2.1 as the "release" > version. > > Currently there are three postfix ports: postfix1, postfix, and > postfix-current. Obviously, enough people still run postfix 1.x to > need a postfix1 port. So my thought is to make a postfix20 port for > the now old 2.0 line, and have the postfix port be the 2.1 release. > This way people can upgrade as they see fit, and if they have a burning > desire to still run 2.0.x, they can. Or is there any point in having a > 2.0 sitting about? They're totally backward compatible. > > What do other postfix users out there think? I'm holding off > submitting the PR's until we decide on what to do. > > Please follow up to the list. I read it. I don't think it's necessary. There isn't a large effort involved in moving from 2.0.x to 2.1 the way there is in moving from 1.x to 2.x. Jim -- Jim Trigg, Lord High Everything Else O- /"\ \ / ASCII RIBBON CAMPAIGN Hostmaster, Huie Kin family website X HELP CURE HTML MAIL Verger, All Saints Church - Sharon Chapel / \ From owner-freebsd-ports@FreeBSD.ORG Wed Apr 28 12:30:35 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25EC216A4CE; Wed, 28 Apr 2004 12:30:35 -0700 (PDT) Received: from sage.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B20043D58; Wed, 28 Apr 2004 12:30:34 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: from thought.org (tao [10.0.0.247]) by sage.thought.org (8.12.9/8.11.4) with ESMTP id i3SJUYQ8036460; Wed, 28 Apr 2004 12:30:36 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by thought.org (8.12.9p2/8.11.3) with ESMTP id i3SJUDN9077617; Wed, 28 Apr 2004 12:30:14 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.12.9p2/8.12.11/Submit) id i3SJUBxs077616; Wed, 28 Apr 2004 12:30:11 -0700 (PDT) (envelope-from kline) Date: Wed, 28 Apr 2004 12:30:10 -0700 From: Gary Kline To: Ion-Mihai Tetcu Message-ID: <20040428193010.GA71823@tao.thought.org> References: <20040425115758.GA40483@titan.klemm.apsfilter.org> <20040426004411.756cc842@it.buh.cameradicommercio.ro> <20040426062108.GA2118@titan.klemm.apsfilter.org> <20040426104719.3182a631@it.buh.cameradicommercio.ro> <408D90FD.6090704@debank.tv> <20040427024247.5f93b88c@it.buh.cameradicommercio.ro> <20040428054454.GA3571@titan.klemm.apsfilter.org> <20040428093220.575afb78@it.buh.cameradicommercio.ro> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040428093220.575afb78@it.buh.cameradicommercio.ro> X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing 17 years of service to the Unix community User-Agent: Mutt/1.5.6i cc: ports@freebsd.org cc: Rob Evers Subject: Re: [dspam-users] thanks for dspam, my experiences on FreeBSD, suggestions X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2004 19:30:35 -0000 On Wed, Apr 28, 2004 at 09:32:20AM +0300, Ion-Mihai Tetcu wrote: > On Wed, 28 Apr 2004 07:44:54 +0200 > Andreas Klemm wrote: > > > On Tue, Apr 27, 2004 at 02:42:47AM +0300, Ion-Mihai Tetcu wrote: > > > > > > [ dspam-users@nuclearelephant.com dropped ] > > > > > > What about a dspam-devel port ? > > > > Would be beneficial. > > > > q: could that port be arranged, so that it can be installed with the > > -stable version in parallel ? > > Yes, that's how I'm using it. You would share the database, I think, or > have to copy it manually. I managed to automate that, but I'm afraid it > is not portable. Anyway it should not be a problem. > > > When testing new features with a test user Id like to keep a stable > > anti spam environment. > > Well, I have a local port that should be portlint'ed a little. Currently > is using unstable releases + some local patches, but I could made it > pull out sources from the cvs instead. > > So what would people prefer the port to use: > - unstable releases + patches on major bugs (pro: it should always work; > con: patches would have to be made and *submited* in our cvs - which > could take a while) > - known to be working cvs snapshots (pro: more close to head) > - cvs head (pro: the blending edge with all new features; con: well, you > know, it could wipe out everything, as the maintainer will have little > control) > Hope I am not highjacking this thread (at least not totally), but is there any summary of things-to-do to get dspam running? to get it in 'learn' mode?? No far I have created a list of trusted users/groups. Now what? Re a -devel port, my experience with most of the devel suites is that they are risky (to put it politely:). I would advise anybody who installs a -devel port of anything to have the stable/tested port around.... gary -- Gary Kline kline@thought.org www.thought.org Public service Unix From owner-freebsd-ports@FreeBSD.ORG Wed Apr 28 12:45:09 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B40A16A4CE for ; Wed, 28 Apr 2004 12:45:09 -0700 (PDT) Received: from sentry.24cl.com (174.113.sn.ct.dsl.thebiz.net [216.238.113.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id A403243D54 for ; Wed, 28 Apr 2004 12:45:08 -0700 (PDT) (envelope-from zlists@mgm51.com) Received: from XPMM (unknown [63.119.50.193]) by sentry.24cl.com (Postfix) with ESMTP id 9B89937274 for ; Wed, 28 Apr 2004 15:45:07 -0400 (EDT) Message-ID: <200404281545070699.051D6468@sentry.24cl.com> In-Reply-To: References: X-Mailer: Courier 3.50.00.00.1081 (http://www.rosecitysoftware.com) (P) Date: Wed, 28 Apr 2004 15:45:07 -0400 From: "MikeM" To: ports@FreeBSD.org Content-Type: text/plain; charset="us-ascii" Subject: Re: postfix port version numbering -- suggestions wanted X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2004 19:45:09 -0000 On 4/28/2004 at 2:20 PM Vivek Khera wrote: |During the freeze, postfix 2.1 was released, and postfix 2.2 |"development" branch was started. It is fairly self-evident that the |postfix-current port should become the 2.2 version. What is not clear |is how to handle the transition from the 2.0 to 2.1 as the "release" |version. | |Currently there are three postfix ports: postfix1, postfix, and |postfix-current. Obviously, enough people still run postfix 1.x to |need a postfix1 port. So my thought is to make a postfix20 port for |the now old 2.0 line, and have the postfix port be the 2.1 release. |This way people can upgrade as they see fit, and if they have a burning |desire to still run 2.0.x, they can. Or is there any point in having a |2.0 sitting about? They're totally backward compatible. | |What do other postfix users out there think? I'm holding off |submitting the PR's until we decide on what to do. ============= postfix1 - leave as it is. postfix - should always point to what Wietse calls the "Official release" version. Currently, that is 2.1 Patchlevel 0. postfix20 - can point to the last official patchlevel release of postfix 2.0.x if enough people need it. postfix-current - should point to what Wietse calls an "Experimental release" version. Currently the 2.2 codebase. My $0.02. From owner-freebsd-ports@FreeBSD.ORG Wed Apr 28 14:13:10 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C745C16A4CE for ; Wed, 28 Apr 2004 14:13:10 -0700 (PDT) Received: from serv01.divms.uiowa.edu (serv01.divms.uiowa.edu [128.255.44.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D6FB43D39 for ; Wed, 28 Apr 2004 14:13:10 -0700 (PDT) (envelope-from jdusek@cs.uiowa.edu) Received: from cs.uiowa.edu ([128.255.33.169]) by serv01.divms.uiowa.edu with id i3SLD8cm021223 for ; Wed, 28 Apr 2004 16:13:08 -0500 (CDT) Message-ID: <40901E65.4070405@cs.uiowa.edu> Date: Wed, 28 Apr 2004 16:13:09 -0500 From: Jason Dusek Organization: University of Iowa User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040408 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Ports@BSD" Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -4.901 () BAYES_00 X-Scanned-By: MIMEDefang 2.37 Subject: Adding Src X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jdusek@cs.uiowa.edu List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2004 21:13:10 -0000 Hi Everyone, How do I add a file to a port? I would like to add a new component to a port and then use a patch to the Makefile to get everything to turn out all right. Is this easy or hard? Is there a hand book on how to do neat hacks on the ports? - - -- \\ // -- --- \\ // --- ---- jason x ---- --- // \\ --- -- // \\ -- - - From owner-freebsd-ports@FreeBSD.ORG Wed Apr 28 14:28:04 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0599416A4CE for ; Wed, 28 Apr 2004 14:28:04 -0700 (PDT) Received: from tuminfo2.informatik.tu-muenchen.de (tuminfo2.informatik.tu-muenchen.de [131.159.0.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1953943D3F for ; Wed, 28 Apr 2004 14:28:03 -0700 (PDT) (envelope-from barner@in.tum.de) Received: by zi025.glhnet.mhn.de (Postfix, from userid 1000) id 72DE1474C; Wed, 28 Apr 2004 23:26:48 +0200 (CEST) Date: Wed, 28 Apr 2004 23:26:48 +0200 From: Simon Barner To: Jason Dusek Message-ID: <20040428212648.GC49165@zi025.glhnet.mhn.de> References: <40901E65.4070405@cs.uiowa.edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0vzXIDBeUiKkjNJl" Content-Disposition: inline In-Reply-To: <40901E65.4070405@cs.uiowa.edu> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at informatik.tu-muenchen.de cc: "Ports@BSD" Subject: Re: Adding Src X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2004 21:28:04 -0000 --0vzXIDBeUiKkjNJl Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Jason Dusek wrote: > Hi Everyone, >=20 > How do I add a file to a port? I would like to add a new component to a= =20 > port and then use a patch to the Makefile to get everything to turn out= =20 > all right. Is this easy or hard? Is there a hand book on how to do=20 > neat hacks on the ports? Hi, I see two possibilities: 1. Create a patch for the new file(s): touch filename.c.orig vim filename.c (hack, hack, hack) diff -u filename.c.orig filename.c > ${FILESDIR}/patch-filename.c 2. Simply put the file into the files directory, and use the pre-patch target (in the port Makefile) =20 pre-patch: ${CP} ${FILESDIR}/filename.c ${WRKDIR}/right/directory I'd say that #2 is obfuscates your extension less, so I'd prefer it. But before you submit a PR, you should ask yourself whether the ports collection is the right place for you extension, (i.e. is it really FreeBSD specific), or whether it should be incorporated into the official release. Simon --0vzXIDBeUiKkjNJl Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAkCGYCkn+/eutqCoRAkQWAJ4rdBMQG+Nesx3JTHKOlGnBHEU9LQCgtKB4 rZf4GvNxcAf8JWlLNAkHL3M= =sgq9 -----END PGP SIGNATURE----- --0vzXIDBeUiKkjNJl-- From owner-freebsd-ports@FreeBSD.ORG Wed Apr 28 16:33:40 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C4A216A4CE for ; Wed, 28 Apr 2004 16:33:40 -0700 (PDT) Received: from smtp.bhfc.net (smtp.bhfc.net [209.159.192.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 414C743D46 for ; Wed, 28 Apr 2004 16:33:39 -0700 (PDT) (envelope-from lciazyns@altosusers.com) Received: from altosusers.com ([192.168.15.246])i3SNXRds009840; Wed, 28 Apr 2004 17:33:30 -0600 Message-ID: <40903F68.4020009@altosusers.com> Date: Wed, 28 Apr 2004 17:34:00 -0600 From: Lukasz Ciazynski User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030821 X-Accept-Language: en-us, en, pl MIME-Version: 1.0 To: ports@freebsd.org X-Enigmail-Version: 0.76.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: Lars.Koeller@Uni-Bielefeld.DE Subject: Port sysutils/bacula, core dump X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2004 23:33:40 -0000 I'm having trouble with bacula director. I am getting segmentation fault, while trying to start it. Quick info: bacula-1.32f5 compiled against mysql-client-4.0.18_1. Default configuration files. Both bacula file deamon and storage deamon start with no problems. (uname -v) FreeBSD 5.2.1-RELEASE-p4 #1: Mon Apr 12 09:03:05 MDT 2004 ... This is what I get when running gdb (gdb) Program received signal SIGSEGV, Segmentation fault. 0x280df4d1 in sigprocmask () from /usr/lib/libc_r.so.5 (ls -la /usr/lib/libc_r.so.5) -r--r--r-- 1 root wheel 107592 Apr 13 22:23 /usr/lib/libc_r.so.5 and my src/lib/libc_r/Makefile is v 1.36 2003/07/13 05:35:30 Am I using the wrong threading library? Below is the summary of make configure in sysutils/bacula Host: i386-portbld-freebsd5.2.1 -- freebsd 5.2.1-RELEASE-p4 Bacula version: 1.32f-5 (09 Mar 2004) Source code location: . Install binaries: /usr/local/sbin Install config files: /usr/local/etc Scripts directory: /usr/local/etc Working directory: /var/db/bacula PID directory: /var/run Subsys directory: /var/run/subsys C Compiler: cc 3.3.3 C++ Compiler: c++ 3.3.3 Compiler flags: -O -pipe -march=pentium4 Linker flags: -L/usr/local/lib -lc_r Libraries: -lc_r -lwrap -lxpg4 Statically Linked Tools: no Statically Linked FD: no Statically Linked SD: no Statically Linked DIR: no Statically Linked CONS: no Database type: MySQL Database lib: -L/usr/local/lib/mysql -lmysqlclient_r -lz Job Output Email: root@localhost Traceback Email: root@localhost SMTP Host Address: localhost Director Port: 9101 File daemon Port: 9102 Storage daemon Port: 9103 Director User: bacula Director Group: bacula Storage Daemon User: bacula Storage DaemonGroup: operator File Daemon User: root File Daemon Group: wheel SQL binaries Directory /usr/local/bin Large file support: yes readline support: yes TCP Wrappers support: yes ZLIB support: yes enable-smartalloc: yes enable-gnome: no client-only: no From owner-freebsd-ports@FreeBSD.ORG Wed Apr 28 17:39:07 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE58616A4CE for ; Wed, 28 Apr 2004 17:39:07 -0700 (PDT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3A9843D41 for ; Wed, 28 Apr 2004 17:39:07 -0700 (PDT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id AB5A85C7CD; Wed, 28 Apr 2004 17:39:07 -0700 (PDT) Date: Wed, 28 Apr 2004 17:39:07 -0700 From: Alfred Perlstein To: ports@freebsd.org Message-ID: <20040429003907.GF82555@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: build logs? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Apr 2004 00:39:07 -0000 Where are the build logs? Anyone think that http://ports.freebsd.org/ should go to some sort of page that explains ports and gives things like the build logs? :) -- - Alfred Perlstein - Research Engineering Development Inc. - email: bright@mu.org cell: 408-480-4684 From owner-freebsd-ports@FreeBSD.ORG Wed Apr 28 17:43:20 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF9AF16A4D2 for ; Wed, 28 Apr 2004 17:43:19 -0700 (PDT) Received: from endif.cjb.net (65-101-229-205.dnvr.qwest.net [65.101.229.205]) by mx1.FreeBSD.org (Postfix) with SMTP id 272AC43D3F for ; Wed, 28 Apr 2004 17:43:19 -0700 (PDT) (envelope-from end@endif.cjb.net) Received: (qmail 25073 invoked from network); 29 Apr 2004 00:43:17 -0000 Received: from localhost (127.0.0.1) by localhost with SMTP; 29 Apr 2004 00:43:17 -0000 Date: Wed, 28 Apr 2004 18:43:17 -0600 From: Robin Schoonover To: Alfred Perlstein In-Reply-To: <20040429003907.GF82555@elvis.mu.org> References: <20040429003907.GF82555@elvis.mu.org> X-Mailer: Sylpheed version 0.9.10claws (GTK+ 1.2.10; i386-portbld-freebsd5.2.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20040429004319.272AC43D3F@mx1.FreeBSD.org> cc: ports@freebsd.org Subject: Re: build logs? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Apr 2004 00:43:20 -0000 On Wed, 28 Apr 2004 17:39:07 -0700, Alfred Perlstein wrote: > > Where are the build logs? > http://bento.freebsd.org/errorlogs/ -- Robin Schoonover (aka End) # # Dynamic linking error: Your mistake is now everywhere. # From owner-freebsd-ports@FreeBSD.ORG Wed Apr 28 17:48:35 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFD7616A4CE; Wed, 28 Apr 2004 17:48:35 -0700 (PDT) Received: from mta7.pltn13.pbi.net (mta7.pltn13.pbi.net [64.164.98.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0BE843D3F; Wed, 28 Apr 2004 17:48:35 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (905a87e871d796dbe630ef15d3184e69@adsl-67-115-73-128.dsl.lsan03.pacbell.net [67.115.73.128])i3T0mZcw018763; Wed, 28 Apr 2004 17:48:35 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id DE15952ABF; Wed, 28 Apr 2004 17:48:34 -0700 (PDT) Date: Wed, 28 Apr 2004 17:48:34 -0700 From: Kris Kennaway To: Alfred Perlstein Message-ID: <20040429004834.GA63855@xor.obsecurity.org> References: <20040429003907.GF82555@elvis.mu.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="EVF5PPMfhYS0aIcm" Content-Disposition: inline In-Reply-To: <20040429003907.GF82555@elvis.mu.org> User-Agent: Mutt/1.4.2.1i cc: ports@freebsd.org Subject: Re: build logs? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Apr 2004 00:48:36 -0000 --EVF5PPMfhYS0aIcm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Apr 28, 2004 at 05:39:07PM -0700, Alfred Perlstein wrote: > Where are the build logs? http://bento.freebsd.org. > Anyone think that http://ports.freebsd.org/ should go to some > sort of page that explains ports=20 Like www.freebsd.org/ports? Kris --EVF5PPMfhYS0aIcm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAkFDiWry0BWjoQKURAoVhAJ9Z1wWBA1JUHna4H+uhEne/QWdGugCgz+pj ekQB1MWlksHFn7C4fPmGuw8= =NTyS -----END PGP SIGNATURE----- --EVF5PPMfhYS0aIcm-- From owner-freebsd-ports@FreeBSD.ORG Wed Apr 28 17:51:24 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DA2016A4CF for ; Wed, 28 Apr 2004 17:51:24 -0700 (PDT) Received: from mail.lambertfam.org (www.lambertfam.org [216.223.208.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 456B143D5E for ; Wed, 28 Apr 2004 17:51:24 -0700 (PDT) (envelope-from lambert@lambertfam.org) Received: from localhost (localhost [127.0.0.1]) by mail.lambertfam.org (Postfix) with ESMTP id 3558434D69 for ; Wed, 28 Apr 2004 20:51:21 -0400 (EDT) Received: from mail.lambertfam.org ([127.0.0.1]) by localhost (www.lambertfam.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 57707-05 for ; Wed, 28 Apr 2004 20:51:20 -0400 (EDT) Received: from laptop.lambertfam.org (cdm-66-233-132-205.rsvl.cox-internet.com [66.233.132.205]) by mail.lambertfam.org (Postfix) with ESMTP id 425F034D66 for ; Wed, 28 Apr 2004 20:51:20 -0400 (EDT) Received: by laptop.lambertfam.org (Postfix, from userid 1001) id 74CB9C1C5; Wed, 28 Apr 2004 19:51:19 -0500 (CDT) Date: Wed, 28 Apr 2004 19:51:19 -0500 From: Scott Lambert To: ports@FreeBSD.org Message-ID: <20040429005119.GA888@laptop.lambertfam.org> References: <20040428191318.GA65852@spamcop.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040428191318.GA65852@spamcop.net> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at lambertfam.org Subject: Re: postfix port version numbering -- suggestions wanted X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Apr 2004 00:51:24 -0000 On Wed, Apr 28, 2004 at 03:13:18PM -0400, Jim Trigg wrote: > On Wed, Apr 28, 2004 at 02:20:05PM -0400, Vivek Khera wrote: > > Currently there are three postfix ports: postfix1, postfix, and > > postfix-current. Obviously, enough people still run postfix 1.x to > > need a postfix1 port. So my thought is to make a postfix20 port for > > the now old 2.0 line, and have the postfix port be the 2.1 release. > > > > What do other postfix users out there think? I'm holding off > > submitting the PR's until we decide on what to do. > > I don't think it's necessary. There isn't a large effort involved in > moving from 2.0.x to 2.1 the way there is in moving from 1.x to 2.x. I agree. It just doesn't seem to be worth the effort. -- Scott Lambert KC5MLE Unix SysAdmin lambert@lambertfam.org From owner-freebsd-ports@FreeBSD.ORG Wed Apr 28 17:54:26 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E240216A4CF; Wed, 28 Apr 2004 17:54:26 -0700 (PDT) Received: from fillmore.dyndns.org (port-212-202-49-130.reverse.qsc.de [212.202.49.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7618843D5A; Wed, 28 Apr 2004 17:54:26 -0700 (PDT) (envelope-from eikemeier@fillmore-labs.com) Received: from [172.16.0.2] (helo=fillmore-labs.com) by fillmore.dyndns.org with esmtp (Exim 4.32; FreeBSD) id 1BIzoi-0007dT-9i; Thu, 29 Apr 2004 02:54:25 +0200 Message-ID: <40905239.40400@fillmore-labs.com> Date: Thu, 29 Apr 2004 02:54:17 +0200 From: Oliver Eikemeier Organization: Fillmore Labs GmbH - http://www.fillmore-labs.com/ MIME-Version: 1.0 To: blaz@si.FreeBSD.org, chris@shagged.org, dinoex@FreeBSD.org, mi@aldan.algebra.com, mjoyner@hq.dyns.cx, ports@FreeBSD.org, tremere@cainites.net Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 Subject: LAST CALL: removal of OpenLDAP 2.0 from the ports tree X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Apr 2004 00:54:27 -0000 Dear port maintainers, the following ports refer to the OpenLDAP 2.0 port explicitly when given certain configuration options: blaz@si.FreeBSD.org - net-mgmt/nagios-plugins chris@shagged.org - mail/tpop3d dinoex@FreeBSD.org - dns/bind9-dlz mi@aldan.algebra.com - devel/tcl-neo mjoyner@hq.dyns.cx - net/yptransitd ports@FreeBSD.org - net/samba - net-mgmt/netsaint-plugins - security/cyrus-sasl tremere@cainites.net - dns/powerdns OpenLDAP 2.0 is scheduled for removal May 1st, as threatened since November 2003. Please change all references to USE_OPENLDAP, I will delete the port after 4.10 is released. Thanks -Oliver From owner-freebsd-ports@FreeBSD.ORG Wed Apr 28 18:22:54 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4FEE16A4CE; Wed, 28 Apr 2004 18:22:54 -0700 (PDT) Received: from fillmore.dyndns.org (port-212-202-49-130.reverse.qsc.de [212.202.49.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67F7343D45; Wed, 28 Apr 2004 18:22:54 -0700 (PDT) (envelope-from eikemeier@fillmore-labs.com) Received: from [172.16.0.2] (helo=fillmore-labs.com) by fillmore.dyndns.org with esmtp (Exim 4.32; FreeBSD) id 1BJ0GI-0007wY-TZ; Thu, 29 Apr 2004 03:22:53 +0200 Message-ID: <409058EA.7000500@fillmore-labs.com> Date: Thu, 29 Apr 2004 03:22:50 +0200 From: Oliver Eikemeier Organization: Fillmore Labs GmbH - http://www.fillmore-labs.com/ MIME-Version: 1.0 To: dougb@FreeBSD.org, knu@FreeBSD.org, mikeh@FreeBSD.org, ports@FreeBSD.org, thomas@cuivre.fr.eu.org, ume@FreeBSD.org References: <40905239.40400@fillmore-labs.com> In-Reply-To: <40905239.40400@fillmore-labs.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 Subject: REMINDER: OpenLDAP 1.2 has been removed from the ports tree X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Apr 2004 01:22:54 -0000 Dear port maintainers, the following ports refer to the OpenLDAP 1.2 port explicitly when given certain configuration options: dougb@FreeBSD.org - mail/pine4 knu@FreeBSD.org - net/ruby-ldap mikeh@FreeBSD.org - mail/xfmail ports@FreeBSD.org - security/cyrus-sasl - www/mod_php3 thomas@cuivre.fr.eu.org - net/proxy-suite ume@FreeBSD.org - security/cyrus-sasl2-saslauthd OpenLDAP 1.2 has ben removed from the ports tree April 18th, 2004. Please change all references to USE_OPENLDAP if your port can work with OpenLDAP 2.x, otherwise delete the reference. Thanks -Oliver From owner-freebsd-ports@FreeBSD.ORG Wed Apr 28 20:48:49 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C66D16A4CE; Wed, 28 Apr 2004 20:48:49 -0700 (PDT) Received: from fed1rmmtao01.cox.net (fed1rmmtao01.cox.net [68.230.241.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABB7743D48; Wed, 28 Apr 2004 20:48:48 -0700 (PDT) (envelope-from steve@digitalnothing.com) Received: from dnd2 ([68.106.58.139]) by fed1rmmtao01.cox.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with ESMTP id <20040429034845.NWAL26531.fed1rmmtao01.cox.net@dnd2>; Wed, 28 Apr 2004 23:48:45 -0400 From: "Steve Valaitis" To: Date: Wed, 28 Apr 2004 20:48:46 -0700 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) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Importance: Normal cc: ports@FreeBSD.org Subject: FreeBSD Port: subversion-1.0.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Apr 2004 03:48:49 -0000 Lev, Has Subversion v1.0.2 been ported yet? If not, when is it planned to be ported? Thanks, Steve From owner-freebsd-ports@FreeBSD.ORG Thu Apr 29 00:03:56 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0242116A4CF for ; Thu, 29 Apr 2004 00:03:56 -0700 (PDT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id E515243D45 for ; Thu, 29 Apr 2004 00:03:55 -0700 (PDT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id E5D925C82D; Thu, 29 Apr 2004 00:03:55 -0700 (PDT) Date: Thu, 29 Apr 2004 00:03:55 -0700 From: Alfred Perlstein To: Kris Kennaway Message-ID: <20040429070355.GH82555@elvis.mu.org> References: <20040429003907.GF82555@elvis.mu.org> <20040429004834.GA63855@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040429004834.GA63855@xor.obsecurity.org> User-Agent: Mutt/1.4.2.1i cc: ports@freebsd.org Subject: Re: build logs? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Apr 2004 07:03:56 -0000 * Kris Kennaway [040428 17:48] wrote: > On Wed, Apr 28, 2004 at 05:39:07PM -0700, Alfred Perlstein wrote: > > Where are the build logs? > > http://bento.freebsd.org. > > > Anyone think that http://ports.freebsd.org/ should go to some > > sort of page that explains ports > > Like www.freebsd.org/ports? Sure. -- - Alfred Perlstein - Research Engineering Development Inc. - email: bright@mu.org cell: 408-480-4684 From owner-freebsd-ports@FreeBSD.ORG Thu Apr 29 00:39:49 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81FCC16A4CE for ; Thu, 29 Apr 2004 00:39:49 -0700 (PDT) Received: from melusine.cuivre.fr.eu.org (melusine.cuivre.fr.eu.org [82.225.155.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EEA243D1F for ; Thu, 29 Apr 2004 00:39:49 -0700 (PDT) (envelope-from thomas@FreeBSD.ORG) Received: by melusine.cuivre.fr.eu.org (Postfix, from userid 1000) id 68D832C3D3; Thu, 29 Apr 2004 09:39:54 +0200 (CEST) Date: Thu, 29 Apr 2004 09:39:54 +0200 From: Thomas Quinot To: Oliver Eikemeier Message-ID: <20040429073954.GA1207@melusine.cuivre.fr.eu.org> References: <40905239.40400@fillmore-labs.com> <409058EA.7000500@fillmore-labs.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qMm9M+Fa2AknHoGS" Content-Disposition: inline In-Reply-To: <409058EA.7000500@fillmore-labs.com> X-message-flag: WARNING! Using Outlook can damage your computer. User-Agent: Mutt/1.5.6i cc: ports@FreeBSD.org Subject: Re: REMINDER: OpenLDAP 1.2 has been removed from the ports tree X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Apr 2004 07:39:49 -0000 --qMm9M+Fa2AknHoGS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * Oliver Eikemeier, 2004-04-29 : > thomas@cuivre.fr.eu.org > - net/proxy-suite Yes, I have already prepared a patch, and it is pending review, but I have not heard back from the ports committer I sent it to (I only have an src commit bit :-) ). If others would like to have a look at it, see below. It also updates the port to the latest upstream release of proxy-suite. Thomas. Index: Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/pcvs/ports/net/proxy-suite/Makefile,v retrieving revision 1.14 diff -u -r1.14 Makefile --- Makefile 23 Mar 2004 08:56:56 -0000 1.14 +++ Makefile 26 Apr 2004 10:59:41 -0000 @@ -6,12 +6,13 @@ # =20 PORTNAME=3D proxy-suite -PORTVERSION=3D 1.9.2.1 +PORTVERSION=3D 1.9.2.2 PORTREVISION=3D 1 CATEGORIES=3D net MASTER_SITES=3D ftp://ftp.suse.com/pub/projects/proxy-suite/src/ \ ftp://ftp.gwdg.de/pub/linux/suse/ftp.suse.com/projects/proxy-suite/src/ \ ftp://ftp.funet.fi/pub/mirrors/ftp.gwdg.de/pub/linux/suse/ftp.suse.com/p= rojects/proxy-suite/src/ +USE_BZIP2=3D yes =20 MAINTAINER=3D thomas@cuivre.fr.eu.org COMMENT=3D The SuSE Proxy-Suite, a set of programs to enhance firewall sec= urity @@ -22,6 +23,7 @@ # # basic configure args # +CONFIGURE_ENV=3D CPPFLAGS=3D"-I${LOCALBASE}/include" CONFIGURE_ARGS=3D --prefix=3D${PREFIX} --with-libwrap=3D/usr/lib --with-re= gex \ --localstatedir=3D/var/run \ --enable-warnings --enable-so-linger \ @@ -35,11 +37,11 @@ .endif =20 # -# OPTIONAL: include ldap-support - currently ldap.2 needs minor fixes... +# OPTIONAL: include ldap-support # .if defined(WITH_LDAP) +USE_OPENLDAP=3D yes CONFIGURE_ARGS+=3D --with-libldap=3D${LOCALBASE}/lib -LIB_DEPENDS+=3D ldap.1:${PORTSDIR}/net/openldap12 .else CONFIGURE_ARGS+=3D --without-libldap .endif Index: distinfo =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/pcvs/ports/net/proxy-suite/distinfo,v retrieving revision 1.4 diff -u -r1.4 distinfo --- distinfo 31 Mar 2004 03:10:13 -0000 1.4 +++ distinfo 26 Apr 2004 11:02:27 -0000 @@ -1,2 +1,2 @@ -MD5 (proxy-suite-1.9.2.1.tar.gz) =3D a248c6bdefe6dfe12b303c9993ae2218 -SIZE (proxy-suite-1.9.2.1.tar.gz) =3D 195130 +MD5 (proxy-suite-1.9.2.2.tar.bz2) =3D 22381944a6947d6af11269884f834bd2 +SIZE (proxy-suite-1.9.2.2.tar.bz2) =3D 305924 --=20 Thomas.Quinot@Cuivre.FR.EU.ORG --qMm9M+Fa2AknHoGS Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAkLFJAE1UuDk9JGkRAjZXAJ9hTNcgmb4QHQBTyoxNNyuZm+781gCfel1E Rj8nlqvUQmfg7z2nTHByMQE= =jcXX -----END PGP SIGNATURE----- --qMm9M+Fa2AknHoGS-- From owner-freebsd-ports@FreeBSD.ORG Thu Apr 29 00:43:25 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF82616A4CE for ; Thu, 29 Apr 2004 00:43:24 -0700 (PDT) Received: from smtp.rdsnet.ro (smtp.rdsnet.ro [62.231.74.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 260F943D46 for ; Thu, 29 Apr 2004 00:43:24 -0700 (PDT) (envelope-from itetcu@apropo.ro) Received: (qmail 3325 invoked by uid 89); 29 Apr 2004 07:38:43 -0000 Received: from unknown (HELO rdsnet.ro) (62.231.74.131) by 0 with SMTP; 29 Apr 2004 07:38:43 -0000 Received: (qmail 26584 invoked from network); 29 Apr 2004 07:43:22 -0000 Received: from unknown (HELO buh.cameradicommercio.ro) (81.196.25.19) by mail.rdsnet.ro with SMTP; 29 Apr 2004 07:43:22 -0000 Received: from it.buh.cameradicommercio.ro (it.buh.cameradicommercio.ro [192.168.0.10]) by buh.cameradicommercio.ro (Postfix) with ESMTP id DDF3560EC; Thu, 29 Apr 2004 10:42:53 +0300 (EEST) Received: from localhost (localhost.buh.cameradicommercio.ro [127.0.0.1]) by it.buh.cameradicommercio.ro (Postfix) with ESMTP id 8208E2BC; Thu, 29 Apr 2004 10:46:55 +0300 (EEST) Received: from it.buh.cameradicommercio.ro ([127.0.0.1])port 10024) with ESMTP id 41772-01; Thu, 29 Apr 2004 10:46:51 +0300 (EEST) Received: from it.buh.cameradicommercio.ro (localhost.buh.cameradicommercio.ro [127.0.0.1]) by it.buh.cameradicommercio.ro (Postfix) with SMTP id A983C277; Thu, 29 Apr 2004 10:46:50 +0300 (EEST) Date: Thu, 29 Apr 2004 10:46:46 +0300 From: Ion-Mihai Tetcu To: Gary Kline Message-Id: <20040429104646.052e08cc@it.buh.cameradicommercio.ro> In-Reply-To: <20040428193010.GA71823@tao.thought.org> References: <20040425115758.GA40483@titan.klemm.apsfilter.org> <20040426004411.756cc842@it.buh.cameradicommercio.ro> <20040426062108.GA2118@titan.klemm.apsfilter.org> <20040426104719.3182a631@it.buh.cameradicommercio.ro> <408D90FD.6090704@debank.tv> <20040427024247.5f93b88c@it.buh.cameradicommercio.ro> <20040428054454.GA3571@titan.klemm.apsfilter.org> <20040428093220.575afb78@it.buh.cameradicommercio.ro> <20040428193010.GA71823@tao.thought.org> X-Mailer: Sylpheed version 0.9.10claws (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at it.buh.cameradicommercio.ro cc: ports@freebsd.org cc: Rob Evers Subject: Re: [dspam-users] thanks for dspam, my experiences on FreeBSD, suggestions X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Apr 2004 07:43:25 -0000 On Wed, 28 Apr 2004 12:30:10 -0700 Gary Kline wrote: > On Wed, Apr 28, 2004 at 09:32:20AM +0300, Ion-Mihai Tetcu wrote: > > On Wed, 28 Apr 2004 07:44:54 +0200 > > Andreas Klemm wrote: > > > > > On Tue, Apr 27, 2004 at 02:42:47AM +0300, Ion-Mihai Tetcu wrote: > > > > > > > > [ dspam-users@nuclearelephant.com dropped ] > > > > > > > > What about a dspam-devel port ? > > > > > > Would be beneficial. > > > > > > q: could that port be arranged, so that it can be installed with > > > the-stable version in parallel ? > > > > Yes, that's how I'm using it. You would share the database, I think, > > or have to copy it manually. I managed to automate that, but I'm > > afraid it is not portable. Anyway it should not be a problem. > > > > > When testing new features with a test user Id like to keep a > > > stable anti spam environment. > > > > Well, I have a local port that should be portlint'ed a little. > > Currently is using unstable releases + some local patches, but I > > could made it pull out sources from the cvs instead. > > > > So what would people prefer the port to use: > > - unstable releases + patches on major bugs (pro: it should always > > work; con: patches would have to be made and *submited* in our cvs - > > which could take a while) > > - known to be working cvs snapshots (pro: more close to head) > > - cvs head (pro: the blending edge with all new features; con: well, > > you know, it could wipe out everything, as the maintainer will have > > little control) > > > > Hope I am not highjacking this thread (at least not totally), > but is there any summary of things-to-do to get dspam running? > to get it in 'learn' mode?? No far I have created a list of > trusted users/groups. Now what? Without more details, we cannot help you. Dspam's documentation should be rewrote, and it is on my to do list, but it will happen for the 3.x. > Re a -devel port, my experience with most of the devel suites > is that they are risky (to put it politely:). I would advise > anybody who installs a -devel port of anything to have the > stable/tested port around.... Agree. For example the 3.x showed, where dspam has been rewrote, showed some regressions. But since all new features are added on the devel branch and some people could make good use of them, this -devel port will help them. And it would give a chance for changes to be easily tested on FreeBSD before they are in the stable release. The bug in my PR is happening only on FreeBSD (it seems that our strsep(3) slightly differs from those on some linux, despite the their claim that it is from bsd). -- IOnut Unregistered ;) FreeBSD "user" From owner-freebsd-ports@FreeBSD.ORG Thu Apr 29 00:45:26 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5C4216A4CE for ; Thu, 29 Apr 2004 00:45:26 -0700 (PDT) Received: from natsmtp00.rzone.de (natsmtp00.rzone.de [81.169.145.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5957143D45 for ; Thu, 29 Apr 2004 00:45:26 -0700 (PDT) (envelope-from soerenmm@web.de) Received: from queen.smindorf.de (pD952700F.dip.t-dialin.net [217.82.112.15]) by post.webmailer.de (8.12.10/8.12.10) with ESMTP id i3T7jPxW017489 for ; Thu, 29 Apr 2004 09:45:25 +0200 (MEST) Received: from localhost (localhost [127.0.0.1]) by queen.smindorf.de (Postfix) with ESMTP id 4D45B22E4 for ; Thu, 29 Apr 2004 09:45:26 +0200 (CEST) Received: from queen.smindorf.de ([127.0.0.1]) by localhost (queen.smindorf.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 69948-04 for ; Thu, 29 Apr 2004 09:45:25 +0200 (CEST) Received: by queen.smindorf.de (Postfix, from userid 1001) id 2F9B722E0; Thu, 29 Apr 2004 09:45:25 +0200 (CEST) Date: Thu, 29 Apr 2004 09:45:25 +0200 From: Soeren Mindorf To: freebsd-ports@freebsd.org Message-ID: <20040429074525.GA70145@mindorf.org> Mail-Followup-To: freebsd-ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Url: X-Registered-Linux-User: 222414 X-GPG-Key: mailto (auto responder) X-Fingerprint: 1828 162A D774 A3C4 A2F7 0949 9DFA 4252 E327 BDE1 X-Key-ID: E327BDE1 X-OS: FreeBSD 5.1-RELEASE-p16 X-Virus-Scanned: by amavisd-new-20030616-p9 at queen.smindorf.de Subject: nsca and nagios X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Apr 2004 07:45:27 -0000 Hi all, I asked myself, why the ncsa-port depends on nagios? I like to use the ncsa-agent on different machines, but I won't install nagios too. Any idears, how I can disable the installing of nagios? Regards Soeren From owner-freebsd-ports@FreeBSD.ORG Thu Apr 29 04:52:23 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B787816A4CE for ; Thu, 29 Apr 2004 04:52:23 -0700 (PDT) Received: from betty.computinginnovations.com (dsl081-142-072.chi1.dsl.speakeasy.net [64.81.142.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC8B343D31 for ; Thu, 29 Apr 2004 04:52:22 -0700 (PDT) (envelope-from derek@computinginnovations.com) Received: from p17.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100] (may be forged)) (authenticated bits=0)i3TBqFYG056712 for ; Thu, 29 Apr 2004 06:52:17 -0500 (CDT) Message-Id: <6.0.0.22.2.20040429065130.01e802c8@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Thu, 29 Apr 2004 06:52:15 -0500 To: ports@freebsd.org From: Derek Ragona Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean Subject: gcc 3.4 won't build on FreeBSD 5.2.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Apr 2004 11:52:23 -0000 /usr/ports/lang/gcc34/work/build/gcc/xgcc -shared-libgcc -B/usr/ports/lang/gcc34/work/build/gcc/ -nostdinc++ -L/usr/ports/lang/gcc34/work/build/i386-portbld-freebsd5.2.1/libstdc++-v3/src -L/usr/ports/lang/gcc34/work/build/i386-portbld-freebsd5.2.1/libstdc++-v3/src/.libs -B/usr/local/i386-portbld-freebsd5.2.1/bin/ -B/usr/local/i386-portbld-freebsd5.2.1/lib/ -isystem /usr/local/i386-portbld-freebsd5.2.1/include -isystem /usr/local/i386-portbld-freebsd5.2.1/sys-include -I/usr/ports/lang/gcc34/work/gcc-3.4-20040414/libstdc++-v3/../gcc -I/usr/ports/lang/gcc34/work/build/i386-portbld-freebsd5.2.1/libstdc++-v3/include/i386-portbld-freebsd5.2.1 -I/usr/ports/lang/gcc34/work/build/i386-portbld-freebsd5.2.1/libstdc++-v3/include -I/usr/ports/lang/gcc34/work/gcc-3.4-20040414/libstdc++-v3/libsupc++ -O2 -O -pipe -march=pentiumpro -O -pipe -march=pentiumpro -fmemoize-lookups -fsave-memoized -fno-implicit-templates -Wall -W -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -c ../../.././..//gcc-3.4-20040414/libstdc++-v3/libsupc++/del_op.cc -o del_op.o cc1plus: error: unrecognized command line option "-fmemoize-lookups" cc1plus: error: unrecognized command line option "-fsave-memoized" gmake[4]: *** [del_op.lo] Error 1 gmake[4]: Leaving directory `/usr/ports/lang/gcc34/work/build/i386-portbld-freebsd5.2.1/libstdc++-v3/libsupc++' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/usr/ports/lang/gcc34/work/build/i386-portbld-freebsd5.2.1/libstdc++-v3' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/usr/ports/lang/gcc34/work/build/i386-portbld-freebsd5.2.1/libstdc++-v3' gmake[1]: *** [all-target-libstdc++-v3] Error 2 gmake[1]: Leaving directory `/usr/ports/lang/gcc34/work/build' gmake: *** [bootstrap-lean] Error 2 *** Error code 2 Stop in /usr/ports/lang/gcc34. -Derek derek@computinginnovations.com From owner-freebsd-ports@FreeBSD.ORG Thu Apr 29 07:18:58 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C8EE16A4CE for ; Thu, 29 Apr 2004 07:18:58 -0700 (PDT) Received: from mail.informatik.uni-ulm.de (mail.informatik.uni-ulm.de [134.60.68.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA40743D3F for ; Thu, 29 Apr 2004 07:18:57 -0700 (PDT) (envelope-from hollas@informatik.uni-ulm.de) Received: from saturn.informatik.uni-ulm.de ([134.60.76.73]) by mail.informatik.uni-ulm.de with esmtp (Exim 4.32) id 1BJCNM-00027z-M5 for ports@freebsd.org; Thu, 29 Apr 2004 16:18:56 +0200 From: Boris Hollas Organization: =?iso-8859-1?q?Universit=E4t?= Ulm To: ports@freebsd.org Date: Thu, 29 Apr 2004 16:18:17 +0000 User-Agent: KMail/1.5.4 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200404291618.17317.hollas@informatik.uni-ulm.de> Subject: Jedit port crashed on 5.2.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Apr 2004 14:18:58 -0000 I got this message after I invoked "make install" for Jedit on 5.2.1: /usr/ports/editors/jedit# make install ===> Installing for jedit-4.1.0 ===> jedit-4.1.0 depends on file: /usr/local/diablo-jdk1.3.1/bin/ java - found ===> jedit-4.1.0 depends on shared library: X11.6 - found ===> Generating temporary packing list ===> Checking if editors/jedit already installed Segmentation fault (core dumped) *** Error code 139 Stop in /usr/ports/editors/jedit. I use the default portstree for 5.2.1. Boris Hollas From owner-freebsd-ports@FreeBSD.ORG Thu Apr 29 13:12:40 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3417C16A4CE for ; Thu, 29 Apr 2004 13:12:40 -0700 (PDT) Received: from mtaw6.prodigy.net (mtaw6.prodigy.net [64.164.98.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05AEA43D41 for ; Thu, 29 Apr 2004 13:12:40 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (127781afc989135984f277d7a2c59fbc@adsl-67-115-73-128.dsl.lsan03.pacbell.net [67.115.73.128]) by mtaw6.prodigy.net (8.12.10/8.12.10) with ESMTP id i3TKBMMT011934; Thu, 29 Apr 2004 13:11:23 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id BA77551CE5; Thu, 29 Apr 2004 13:12:36 -0700 (PDT) Date: Thu, 29 Apr 2004 13:12:36 -0700 From: Kris Kennaway To: Derek Ragona Message-ID: <20040429201236.GA38847@xor.obsecurity.org> References: <6.0.0.22.2.20040429065130.01e802c8@mail.computinginnovations.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="n8g4imXOkfNTN/H1" Content-Disposition: inline In-Reply-To: <6.0.0.22.2.20040429065130.01e802c8@mail.computinginnovations.com> User-Agent: Mutt/1.4.2.1i cc: ports@freebsd.org Subject: Re: gcc 3.4 won't build on FreeBSD 5.2.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Apr 2004 20:12:40 -0000 --n8g4imXOkfNTN/H1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Apr 29, 2004 at 06:52:15AM -0500, Derek Ragona wrote: > -I/usr/ports/lang/gcc34/work/build/i386-portbld-freebsd5.2.1/libstdc++-v3= /include=20 > -I/usr/ports/lang/gcc34/work/gcc-3.4-20040414/libstdc++-v3/libsupc++ -O2 = -O=20 > -pipe -march=3Dpentiumpro -O -pipe -march=3Dpentiumpro -fmemoize-lookups= =20 > -fsave-memoized -fno-implicit-templates -Wall -W -Wwrite-strings=20 > -Wcast-qual -fdiagnostics-show-location=3Donce -ffunction-sections=20 > -fdata-sections -c=20 > ../../.././..//gcc-3.4-20040414/libstdc++-v3/libsupc++/del_op.cc -o del_o= p.o > cc1plus: error: unrecognized command line option "-fmemoize-lookups" > cc1plus: error: unrecognized command line option "-fsave-memoized" Looks like you have Extraneous Stuff in your CFLAGS or CXXFLAGS. Kris --n8g4imXOkfNTN/H1 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAkWG0Wry0BWjoQKURAsXTAJ0XskhhPLl6oCpHAsL1PpX3uI0WQwCfRoeb bEtsZV8Zbyz71U0FXjBHblg= =60di -----END PGP SIGNATURE----- --n8g4imXOkfNTN/H1-- From owner-freebsd-ports@FreeBSD.ORG Thu Apr 29 13:16:00 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 011C516A4CE for ; Thu, 29 Apr 2004 13:16:00 -0700 (PDT) Received: from mtaw4.prodigy.net (mtaw4.prodigy.net [64.164.98.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6F7543D39 for ; Thu, 29 Apr 2004 13:15:59 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (0d62a150dce6d9fd334c80b277853706@adsl-67-115-73-128.dsl.lsan03.pacbell.net [67.115.73.128]) by mtaw4.prodigy.net (8.12.10/8.12.10) with ESMTP id i3TKFwWU006989; Thu, 29 Apr 2004 13:15:58 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 116BF51CE5; Thu, 29 Apr 2004 13:15:58 -0700 (PDT) Date: Thu, 29 Apr 2004 13:15:57 -0700 From: Kris Kennaway To: Kris Kennaway Message-ID: <20040429201557.GA38978@xor.obsecurity.org> References: <6.0.0.22.2.20040429065130.01e802c8@mail.computinginnovations.com> <20040429201236.GA38847@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="n8g4imXOkfNTN/H1" Content-Disposition: inline In-Reply-To: <20040429201236.GA38847@xor.obsecurity.org> User-Agent: Mutt/1.4.2.1i cc: ports@freebsd.org cc: Derek Ragona Subject: Re: gcc 3.4 won't build on FreeBSD 5.2.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Apr 2004 20:16:00 -0000 --n8g4imXOkfNTN/H1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Apr 29, 2004 at 01:12:36PM -0700, Kris Kennaway wrote: > On Thu, Apr 29, 2004 at 06:52:15AM -0500, Derek Ragona wrote: >=20 > > -I/usr/ports/lang/gcc34/work/build/i386-portbld-freebsd5.2.1/libstdc++-= v3/include=20 > > -I/usr/ports/lang/gcc34/work/gcc-3.4-20040414/libstdc++-v3/libsupc++ -O= 2 -O=20 > > -pipe -march=3Dpentiumpro -O -pipe -march=3Dpentiumpro -fmemoize-lookup= s=20 > > -fsave-memoized -fno-implicit-templates -Wall -W -Wwrite-strings=20 > > -Wcast-qual -fdiagnostics-show-location=3Donce -ffunction-sections=20 > > -fdata-sections -c=20 > > ../../.././..//gcc-3.4-20040414/libstdc++-v3/libsupc++/del_op.cc -o del= _op.o > > cc1plus: error: unrecognized command line option "-fmemoize-lookups" > > cc1plus: error: unrecognized command line option "-fsave-memoized" >=20 > Looks like you have Extraneous Stuff in your CFLAGS or CXXFLAGS. >=20 > Kris > ----- The following addresses had permanent fatal errors ----- > > (reason: 550 5.0.0 We don't accept mail from spammers. If you are no= t a spammer call our offic\ e.) Good lord, what a ridiculous bounce message. Kris --n8g4imXOkfNTN/H1 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAkWJ9Wry0BWjoQKURAu9QAJ9C9eURdrUm9PumNvWHSe8CjDmgpgCg462c SBna7ukBtAbmTpceBJU18CA= =rhkc -----END PGP SIGNATURE----- --n8g4imXOkfNTN/H1-- From owner-freebsd-ports@FreeBSD.ORG Thu Apr 29 13:21:57 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 766AC16A4CE for ; Thu, 29 Apr 2004 13:21:57 -0700 (PDT) Received: from sage.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6574543D45 for ; Thu, 29 Apr 2004 13:21:54 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: from thought.org (tao [10.0.0.247]) by sage.thought.org (8.12.9/8.11.4) with ESMTP id i3TKM9Q8039160; Thu, 29 Apr 2004 13:22:10 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by thought.org (8.12.9p2/8.11.3) with ESMTP id i3TKLiN9092157; Thu, 29 Apr 2004 13:21:44 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.12.9p2/8.12.11/Submit) id i3TKLhWc092156; Thu, 29 Apr 2004 13:21:43 -0700 (PDT) (envelope-from kline) Date: Thu, 29 Apr 2004 13:21:42 -0700 From: Gary Kline To: Ion-Mihai Tetcu Message-ID: <20040429202141.GB79110@tao.thought.org> References: <20040425115758.GA40483@titan.klemm.apsfilter.org> <20040426004411.756cc842@it.buh.cameradicommercio.ro> <20040426062108.GA2118@titan.klemm.apsfilter.org> <20040426104719.3182a631@it.buh.cameradicommercio.ro> <408D90FD.6090704@debank.tv> <20040427024247.5f93b88c@it.buh.cameradicommercio.ro> <20040428054454.GA3571@titan.klemm.apsfilter.org> <20040428093220.575afb78@it.buh.cameradicommercio.ro> <20040428193010.GA71823@tao.thought.org> <20040429104646.052e08cc@it.buh.cameradicommercio.ro> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040429104646.052e08cc@it.buh.cameradicommercio.ro> X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing 17 years of service to the Unix community User-Agent: Mutt/1.5.6i cc: ports@freebsd.org cc: Rob Evers cc: Gary Kline Subject: Re: [dspam-users] thanks for dspam, my experiences on FreeBSD, suggestions X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Apr 2004 20:21:57 -0000 On Thu, Apr 29, 2004 at 10:46:46AM +0300, Ion-Mihai Tetcu wrote: > On Wed, 28 Apr 2004 12:30:10 -0700 > Gary Kline wrote: > > > On Wed, Apr 28, 2004 at 09:32:20AM +0300, Ion-Mihai Tetcu wrote: > > > On Wed, 28 Apr 2004 07:44:54 +0200 > > > Andreas Klemm wrote: > > > > > > > On Tue, Apr 27, 2004 at 02:42:47AM +0300, Ion-Mihai Tetcu wrote: > > > > > > > > > > [ dspam-users@nuclearelephant.com dropped ] > > > > > > > > > > What about a dspam-devel port ? > > [[ ... ]] > > Hope I am not highjacking this thread (at least not totally), > > but is there any summary of things-to-do to get dspam running? > > to get it in 'learn' mode?? No far I have created a list of > > trusted users/groups. Now what? > > Without more details, we cannot help you. > > Dspam's documentation should be rewrote, and it is on my to do list, but > it will happen for the 3.x. > Hopefully your future documentation can give explicit mysql cmds as examples of linking dspam to mysql. I do have mysql setup for three message boards, but am not sure of how to configure mysql to work with dspam. I just sent test mails to my test acccount, ran dspam_stats against it, and had this result: root@tao:# dspam_stats test1 Could not init context: No such file or directory For people with little mysql || database bg, I hope your future doc will be more tutorial-like. e.g: mysql -u root -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 2 to server version: 4.XY.ZA Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> create database dspamdb; Query OK, 1 row affected (0.00 sec) mysql> grant all on dspamdb.* to dspamdb_user@localhost identified by 'foo234'; Query OK, 0 rows affected (0.00 sec) . . << whatever else >> . mysql> quit Bye When the db config gets involves with tables-- well, that's over my head a bit. Examples are worth their weight in gold, AFAIC. > > Re a -devel port, my experience with most of the devel suites > > is that they are risky (to put it politely:). I would advise > > anybody who installs a -devel port of anything to have the > > stable/tested port around.... > > Agree. For example the 3.x showed, where dspam has been rewrote, showed > some regressions. > > But since all new features are added on the devel branch and some people > could make good use of them, this -devel port will help them. And it > would give a chance for changes to be easily tested on FreeBSD before > they are in the stable release. The bug in my PR is happening only on > FreeBSD (it seems that our strsep(3) slightly differs from those on some > linux, despite the their claim that it is from bsd). > Have you ever checked our Lars Wirzenius' publib string functions? When I've stubbed my toe on Unix-compat problems as you'rehaving wth strsep(), I've resolved the issue by including the function (from wherever) in my code. Putting the FBSD strsep() code in there --- or something equally fuctional from publib --- might work. Just a thought. gary > -- Gary Kline kline@thought.org www.thought.org Public service Unix From owner-freebsd-ports@FreeBSD.ORG Thu Apr 29 15:33:08 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E2D016A4CF for ; Thu, 29 Apr 2004 15:33:08 -0700 (PDT) Received: from mxsf27.cluster1.charter.net (mxsf27.cluster1.charter.net [209.225.28.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C8C343D39 for ; Thu, 29 Apr 2004 15:33:07 -0700 (PDT) (envelope-from paul@pathiakis.com) Received: from pathiaki.com (cpe-68-191-251-169.ma.charter.com [68.191.251.169])i3TMRp0d032780; Thu, 29 Apr 2004 18:27:51 -0400 (EDT) From: Paul Pathiakis To: h.eichmann@gmx.de Date: Thu, 29 Apr 2004 18:28:54 -0400 User-Agent: KMail/1.6.1 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200404291828.55018.paul@pathiakis.com> cc: ports@freebsd.org Subject: FreeBSD Port: k3b-0.11.6_1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Apr 2004 22:33:08 -0000 Hi, I'm trying to use k3b and it doesn't seem to recognize any of my cd/dvd devices. I have them located at /dev/acd0, /dev/acd1 and /dev/cd0. None of them are recognized and neither are the links to /dev/cdrom /dev/cdrom1 and /dev/dvd, respectively. I'm running this on FreeBSD 5.2.1 on the i386 platform. gcc3.3.3 on 5.21 with KDE 3.2.1. Thank you! Paul Pathiakis From owner-freebsd-ports@FreeBSD.ORG Thu Apr 29 15:34:10 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0D3D16A4CE for ; Thu, 29 Apr 2004 15:34:10 -0700 (PDT) Received: from smtp.rdsnet.ro (smtp.rdsnet.ro [62.231.74.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD1CE43D54 for ; Thu, 29 Apr 2004 15:34:09 -0700 (PDT) (envelope-from itetcu@apropo.ro) Received: (qmail 10971 invoked by uid 89); 29 Apr 2004 22:29:24 -0000 Received: from unknown (HELO rdsnet.ro) (62.231.74.131) by 0 with SMTP; 29 Apr 2004 22:29:24 -0000 Received: (qmail 10760 invoked from network); 29 Apr 2004 22:34:08 -0000 Received: from unknown (HELO buh.cameradicommercio.ro) (81.196.25.19) by mail.rdsnet.ro with SMTP; 29 Apr 2004 22:34:08 -0000 Received: from it.buh.cameradicommercio.ro (it.buh.cameradicommercio.ro [192.168.0.10]) by buh.cameradicommercio.ro (Postfix) with ESMTP id 7AFBF6136; Fri, 30 Apr 2004 01:33:38 +0300 (EEST) Received: from localhost (localhost.buh.cameradicommercio.ro [127.0.0.1]) by it.buh.cameradicommercio.ro (Postfix) with ESMTP id 539F62C3; Fri, 30 Apr 2004 01:37:45 +0300 (EEST) Received: from it.buh.cameradicommercio.ro ([127.0.0.1])port 10024) with ESMTP id 99916-06; Fri, 30 Apr 2004 01:37:44 +0300 (EEST) Received: from it.buh.cameradicommercio.ro (localhost.buh.cameradicommercio.ro [127.0.0.1]) by it.buh.cameradicommercio.ro (Postfix) with SMTP id B5867144; Fri, 30 Apr 2004 01:37:44 +0300 (EEST) Date: Fri, 30 Apr 2004 01:37:43 +0300 From: Ion-Mihai Tetcu To: Gary Kline Message-Id: <20040430013743.79fad551@it.buh.cameradicommercio.ro> In-Reply-To: <20040429202141.GB79110@tao.thought.org> References: <20040425115758.GA40483@titan.klemm.apsfilter.org> <20040426004411.756cc842@it.buh.cameradicommercio.ro> <20040426062108.GA2118@titan.klemm.apsfilter.org> <20040426104719.3182a631@it.buh.cameradicommercio.ro> <408D90FD.6090704@debank.tv> <20040427024247.5f93b88c@it.buh.cameradicommercio.ro> <20040428054454.GA3571@titan.klemm.apsfilter.org> <20040428093220.575afb78@it.buh.cameradicommercio.ro> <20040428193010.GA71823@tao.thought.org> <20040429104646.052e08cc@it.buh.cameradicommercio.ro> <20040429202141.GB79110@tao.thought.org> X-Mailer: Sylpheed version 0.9.10claws (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at it.buh.cameradicommercio.ro cc: ports@freebsd.org cc: Rob Evers cc: Gary Kline Subject: Re: [dspam-users] thanks for dspam, my experiences on FreeBSD, suggestions X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Apr 2004 22:34:11 -0000 On Thu, 29 Apr 2004 13:21:42 -0700 Gary Kline wrote: [..] > For people with little mysql || database bg, > I hope your future doc will be more tutorial-like. > e.g: > > mysql -u root -p > Enter password: > Welcome to the MySQL monitor. Commands end with ; or \g. > Your MySQL connection id is 2 to server version: 4.XY.ZA > > Type 'help;' or '\h' for help. Type '\c' to clear the buffer. > > mysql> create database dspamdb; > Query OK, 1 row affected (0.00 sec) > > mysql> grant all on dspamdb.* to dspamdb_user@localhost identified by 'foo234'; grant insert, delete, update on dspamdb.* to dspamdb_user@localhost identified by 'foo234'; > mysql> quit # mysqladmin -uroot -p flush-privileges # mysql -Ddspamdb -uroot -p < \ /usr/local/share/examples/dspam/mysql_objects.sql.speed.optimized (and since you won't find for now mysql_objects.sql.speed.optimized there, od a make extract in mail/dspam and run the above with /usr/local/ports/mail/dspam/work/dpsam-2.10.3/tools.mysq_drv/mysql_objects.sql.speed.optimized) edit your my.cnf and put "myisam-recover" in the [mysqld] section. Put in /usr/local/etc/dspam/mysql.data : /tmp/mysql.sock dspam foo1234 dspamdb You're done. Something like this ? > > > Re a -devel port, my experience with most of the devel suites > > > is that they are risky (to put it politely:). I would advise > > > anybody who installs a -devel port of anything to have the > > > stable/tested port around.... > > > > Agree. For example the 3.x showed, where dspam has been rewrote, showed > > some regressions. > > > > But since all new features are added on the devel branch and some people > > could make good use of them, this -devel port will help them. And it > > would give a chance for changes to be easily tested on FreeBSD before > > they are in the stable release. The bug in my PR is happening only on > > FreeBSD (it seems that our strsep(3) slightly differs from those on some > > linux, despite the their claim that it is from bsd). > > > Have you ever checked our Lars Wirzenius' publib string > functions? When I've stubbed my toe on Unix-compat problems > as you'rehaving wth strsep(), I've resolved the issue by > including the function (from wherever) in my code. Putting > the FBSD strsep() code in there --- or something equally > fuctional from publib --- might work. Just a thought. Thanks. -- IOnut Unregistered ;) FreeBSD "user" From owner-freebsd-ports@FreeBSD.ORG Thu Apr 29 17:16:03 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F42B16A4CE for ; Thu, 29 Apr 2004 17:16:03 -0700 (PDT) Received: from smtp.tal.de (work5.tal.de [81.92.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 909F743D31 for ; Thu, 29 Apr 2004 17:16:02 -0700 (PDT) (envelope-from markus@brueffer.de) Received: from ramses.kicks-ass.net (unknown [82.139.198.15]) by smtp.tal.de (TAL.DE) with ESMTP id 7203A100805; Fri, 30 Apr 2004 02:19:25 +0200 (CEST) Received: from cheops.phoenix (cheops.phoenix [192.168.1.3]) by ramses.kicks-ass.net (Postfix) with ESMTP id 4FA37B81A; Fri, 30 Apr 2004 02:18:09 +0200 (CEST) From: Markus Brueffer To: ports@freebsd.org Date: Fri, 30 Apr 2004 02:18:19 +0200 User-Agent: KMail/1.6.2 References: <200404291828.55018.paul@pathiakis.com> In-Reply-To: <200404291828.55018.paul@pathiakis.com> MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-02=_StZkAbWjezE2WVc"; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200404300218.26574.markus@brueffer.de> cc: h.eichmann@gmx.de cc: Paul Pathiakis Subject: Re: FreeBSD Port: k3b-0.11.6_1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Apr 2004 00:16:03 -0000 --Boundary-02=_StZkAbWjezE2WVc Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Friday 30 April 2004 00:28, Paul Pathiakis wrote: > I'm trying to use k3b and it doesn't seem to recognize any of my cd/dvd > devices. I have them located at /dev/acd0, /dev/acd1 and /dev/cd0. None > of them are recognized and neither are the links to /dev/cdrom /dev/cdrom1 > and /dev/dvd, respectively. Did you follow the instructions given in pkg-message? Especially points 1 t= o=20 3? ( /usr/ports/sysutils/k3b/pkg-message ) =2D-=20 Markus Brueffer | GPG-Key: http://people.FreeBSD.org/~markus/markus.asc markus@brueffer.de | FP: 3F9B EBE8 F290 E5CC 1447 8760 D48D 1072 78F8 A8D4 markus@FreeBSD.org | FreeBSD: The Power to Serve! --Boundary-02=_StZkAbWjezE2WVc Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBAkZtS1I0Qcnj4qNQRAm1kAJ0RLtNVQDBGZEMO9TZpKUSxC9/KjACgu3Zd HbbpX+/yxH21BUMcOEwSmeA= =haRc -----END PGP SIGNATURE----- --Boundary-02=_StZkAbWjezE2WVc-- From owner-freebsd-ports@FreeBSD.ORG Thu Apr 29 17:18:24 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CEFE16A4CE for ; Thu, 29 Apr 2004 17:18:24 -0700 (PDT) Received: from smtp.dkm.cz (smtp.dkm.cz [62.24.64.34]) by mx1.FreeBSD.org (Postfix) with SMTP id 8AA7343D39 for ; Thu, 29 Apr 2004 17:18:22 -0700 (PDT) (envelope-from neuhauser@chello.cz) Received: (qmail 17178 invoked by uid 0); 30 Apr 2004 00:18:21 -0000 Received: from r3al16.mistral.cz (HELO isis.wad.cz) (213.220.229.16) by smtp.dkm.cz with SMTP; 30 Apr 2004 00:18:20 -0000 Received: by isis.wad.cz (Postfix, from userid 1001) id C395C2FDA01; Fri, 30 Apr 2004 02:18:19 +0200 (CEST) Date: Fri, 30 Apr 2004 02:18:19 +0200 From: Roman Neuhauser To: freebsd-ports Message-ID: <20040430001819.GA377@isis.wad.cz> Mail-Followup-To: freebsd-ports Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="qMm9M+Fa2AknHoGS" Content-Disposition: inline User-Agent: Mutt/1.5.6i Subject: [PATCH] small speedups in Mk/bsd.port.mk X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Apr 2004 00:18:24 -0000 --qMm9M+Fa2AknHoGS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline This patch reduces several grep | awk, sed | awk and similar pipes, eliminates sed calls where shell builtin substitutions suffice. Feedback, please. -- If you cc me or remove the list(s) completely I'll most likely ignore your message. see http://www.eyrie.org./~eagle/faqs/questions.html --qMm9M+Fa2AknHoGS Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="Mk::bsd.port.mk-speedups,1.patch" Index: Mk/bsd.port.mk =================================================================== RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v retrieving revision 1.488 diff -u -u -r1.488 bsd.port.mk --- Mk/bsd.port.mk 19 Apr 2004 23:39:52 -0000 1.488 +++ Mk/bsd.port.mk 30 Apr 2004 00:12:59 -0000 @@ -2173,6 +2173,9 @@ . endif .endfor +DISTINFO_SIZE_AWK= 'BEGIN { gsub(/\./, "\\\\.", distinfo); p = sprintf("^SIZE \\\\(%s\\\\)", distinfo); } $$0 ~ p { print $$4; }' +DISTINFO_CKSUM_AWK= 'BEGIN { gsub(/\./, "\\\\.", distinfo); p = sprintf("^MD5 \\\\(%s\\\\)", distinfo); } $$0 ~ p { print $$4; }' + # # Hackery to enable simple fetch targets with several dynamic MASTER_SITES # @@ -2859,7 +2862,8 @@ for site in `eval $$SORTED_MASTER_SITES_CMD_TMP ${_RANDOMIZE_SITES}`; do \ ${ECHO_MSG} ">> Attempting to fetch from $${site}."; \ DIR=${DIST_SUBDIR}; \ - CKSIZE=`${GREP} "^SIZE ($${DIR:+$$DIR/}$$file)" ${MD5_FILE} | ${AWK} '{print $$4}'`; \ + CKSIZE=`${AWK} -v distinfo="$${DIR:+$$DIR/}$$file" \ + ${DISTINFO_SIZE_AWK} ${MD5_FILE}`; \ case $${file} in \ */*) ${MKDIR} $${file%/*}; \ args="-o $${file} $${site}$${file}";; \ @@ -2912,8 +2916,8 @@ for site in `eval $$SORTED_PATCH_SITES_CMD_TMP`; do \ ${ECHO_MSG} ">> Attempting to fetch from $${site}."; \ DIR=${DIST_SUBDIR}; \ - pattern="$${DIR:+$$DIR/}`${ECHO_CMD} $$file | ${SED} -e 's/\./\\\\./g'`"; \ - CKSIZE=`${GREP} "^SIZE ($$pattern)" ${MD5_FILE} | ${AWK} '{print $$4}'`; \ + CKSIZE=`${AWK} -v distinfo="$${DIR:+$$DIR/}$$file" \ + ${DISTINFO_SIZE_AWK} ${MD5_FILE}`; \ case $${file} in \ */*) ${MKDIR} $${file%/*}; \ args="-o $${file} $${site}$${file}";; \ @@ -2997,7 +3001,7 @@ if ${PATCH} ${PATCH_ARGS} < $$i ; then \ PATCHES_APPLIED="$$PATCHES_APPLIED $$i" ; \ else \ - ${ECHO_MSG} `${ECHO_CMD} ">> Patch $$i failed to apply cleanly." | ${SED} "s|${PATCHDIR}/||"` ; \ + ${ECHO_MSG} ">> Patch $${i#${PATCHDIR}} failed to apply cleanly." ; \ if [ x"$$PATCHES_APPLIED" != x"" ]; then \ ${ECHO_MSG} `${ECHO_CMD} ">> Patch(es) $$PATCHES_APPLIED applied cleanly." | ${SED} "s|${PATCHDIR}/||g"` ; \ fi; \ @@ -3380,9 +3384,8 @@ /usr/bin/objdump -R ${PREFIX}/$$i > \ ${WRKDIR}/.PLIST.objdump 2> /dev/null; \ if [ -s ${WRKDIR}/.PLIST.objdump ] ; then \ - ${EGREP} " $$stupid_functions_regexp" \ - ${WRKDIR}/.PLIST.objdump | ${AWK} '{print " " $$3}' | ${TR} -d '\n' \ - > ${WRKDIR}/.PLIST.stupid; \ + ${AWK} '/ '"$$stupid_functions_regexp"'/ {printf " %s" $$3}' \ + ${WRKDIR}/.PLIST.objdump > ${WRKDIR}/.PLIST.stupid; \ if [ -n "`${EGREP} ' (accept|recvfrom)$$' ${WRKDIR}/.PLIST.objdump`" ] ; then \ if [ -s ${WRKDIR}/.PLIST.stupid ]; then \ ${ECHO_CMD} -n "${PREFIX}/$$i (USES POSSIBLY INSECURE FUNCTIONS:" >> ${WRKDIR}/.PLIST.network; \ @@ -3803,7 +3806,8 @@ fi ; \ for site in `eval $$SORTED_MASTER_SITES_CMD_TMP ${_RANDOMIZE_SITES}`; do \ DIR=${DIST_SUBDIR}; \ - CKSIZE=`${GREP} "^SIZE ($${DIR:+$$DIR/}$$file)" ${MD5_FILE} | ${AWK} '{print $$4}'`; \ + CKSIZE=`${AWK} -v distinfo="$${DIR:+$$DIR/}$$file" \ + ${DISTINFO_SIZE_AWK} ${MD5_FILE}`; \ case $${file} in \ */*) args="-o $${file} $${site}$${file}";; \ *) args=$${site}$${file};; \ @@ -3835,7 +3839,8 @@ fi ; \ for site in `eval $$SORTED_PATCH_SITES_CMD_TMP ${_RANDOMIZE_SITES}`; do \ DIR=${DIST_SUBDIR}; \ - CKSIZE=`${GREP} "^SIZE ($${DIR:+$$DIR/}$$file)" ${MD5_FILE} | ${AWK} '{print $$4}'`; \ + CKSIZE=`${AWK} -v distinfo="$${DIR:+$$DIR/}$$file" \ + ${DISTINFO_SIZE_AWK} ${MD5_FILE}`; \ case $${file} in \ */*) args="-o $${file} $${site}$${file}";; \ *) args=$${site}$${file};; \ @@ -3886,9 +3891,8 @@ @if [ -f ${MD5_FILE} ]; then \ (cd ${DISTDIR}; OK=""; \ for file in ${_CKSUMFILES}; do \ - pattern="`${ECHO_CMD} $$file | ${SED} -e 's/\./\\\\./g'`"; \ CKSUM=`${MD5} < $$file`; \ - CKSUM2=`${GREP} "^MD5 ($$pattern)" ${MD5_FILE} | ${AWK} '{print $$4}'`; \ + CKSUM2=`${AWK} -v distinfo="$$file" ${DISTINFO_CKSUM_AWK} ${MD5_FILE}`; \ if [ -z "$$CKSUM2" ]; then \ ${ECHO_MSG} ">> No checksum recorded for $$file."; \ OK="false"; \ @@ -3914,8 +3918,7 @@ fi; \ done; \ for file in ${_IGNOREFILES}; do \ - pattern="`${ECHO_CMD} $$file | ${SED} -e 's/\./\\\\./g'`"; \ - CKSUM2=`${GREP} "($$pattern)" ${MD5_FILE} | ${AWK} '{if(NR<2)print $$4}'`; \ + CKSUM2=`${AWK} -v distinfo="$$file" ${DISTINFO_CKSUM_AWK} ${MD5_FILE}`; \ if [ "$$CKSUM2" = "" ]; then \ ${ECHO_MSG} ">> No checksum recorded for $$file, file is in "'$$'"{IGNOREFILES} list."; \ OK="false"; \ @@ -4004,8 +4007,8 @@ prog=`${ECHO_CMD} $$i | ${SED} -e 's/:.*//'`; \ dir=`${ECHO_CMD} $$i | ${SED} -e 's/[^:]*://'`; \ if ${EXPR} "$$dir" : '.*:' > /dev/null; then \ - target=`${ECHO_CMD} $$dir | ${SED} -e 's/.*://'`; \ - dir=`${ECHO_CMD} $$dir | ${SED} -e 's/:.*//'`; \ + target=$${dir##*:}; \ + dir=$${dir%%:*}; \ else \ target="${DEPENDS_TARGET}"; \ depends_args="${DEPENDS_ARGS}"; \ @@ -4129,8 +4132,8 @@ .if !defined(NO_DEPENDS) @for dir in ${DEPENDS}; do \ if ${EXPR} "$$dir" : '.*:' > /dev/null; then \ - target=`${ECHO_CMD} $$dir | ${SED} -e 's/.*://'`; \ - dir=`${ECHO_CMD} $$dir | ${SED} -e 's/:.*//'`; \ + target=$${dir##*:}; \ + dir=$${dir%%:*}; \ else \ target="${DEPENDS_TARGET}"; \ depends_args="${DEPENDS_ARGS}"; \ @@ -4160,7 +4163,7 @@ ALL-DEPENDS-LIST= \ checked="${PARENT_CHECKED}"; \ - for dir in $$(${ECHO_CMD} "${EXTRACT_DEPENDS} ${PATCH_DEPENDS} ${FETCH_DEPENDS} ${BUILD_DEPENDS} ${LIB_DEPENDS} ${RUN_DEPENDS}" | ${SED} -e 'y/ /\n/' | ${CUT} -f 2 -d ':') $$(${ECHO_CMD} ${DEPENDS} | ${SED} -e 'y/ /\n/' | ${CUT} -f 1 -d ':'); do \ + for dir in $$(${ECHO_CMD} "${EXTRACT_DEPENDS} ${PATCH_DEPENDS} ${FETCH_DEPENDS} ${BUILD_DEPENDS} ${LIB_DEPENDS} ${RUN_DEPENDS}" | ${AWK} -v RS=' ' -v FS=: '{print $$2}') $$(${ECHO_CMD} ${DEPENDS} | ${AWK} -v RS=' ' -v FS=: '{print $$1}'); do \ if [ -d $$dir ]; then \ if (${ECHO_CMD} $$checked | ${GREP} -qwv "$$dir"); then \ child=$$(cd $$dir; ${MAKE} PARENT_CHECKED="$$checked" run-depends-list); \ @@ -4419,7 +4422,7 @@ www-site: .if exists(${DESCR}) - @${GREP} '^WWW:[ ]' ${DESCR} | ${AWK} '{print $$2}' | ${HEAD} -1 + @${AWK} '/^WWW:[ ]/ {print $$2; exit;}' ${DESCR} .else @${ECHO_CMD} .endif @@ -4465,7 +4468,7 @@ defined(FETCH_DEPENDS) || defined(BUILD_DEPENDS) || \ defined(LIB_DEPENDS) || defined(DEPENDS) @${ECHO_CMD} -n 'This port requires package(s) "' - @${ECHO_CMD} -n `${GREP} '^${PKGNAME}|' ${PORTSDIR}/${INDEXFILE} | ${AWK} -F\| '{print $$8;}'` + @${ECHO_CMD} -n `${AWK} -F\| '/^${PKGNAME}|/ {print $$8;}' ${PORTSDIR}/${INDEXFILE}` @${ECHO_CMD} '" to build.' .endif .endif @@ -4474,7 +4477,7 @@ pretty-print-run-depends-list: .if defined(RUN_DEPENDS) || defined(LIB_DEPENDS) || defined(DEPENDS) @${ECHO_CMD} -n 'This port requires package(s) "' - @${ECHO_CMD} -n `${GREP} '^${PKGNAME}|' ${PORTSDIR}/${INDEXFILE} | ${AWK} -F\| '{print $$9;}'` + @${ECHO_CMD} -n `${AWK} -F\| '/^${PKGNAME}|/ {print $$9;}' ${PORTSDIR}/${INDEXFILE}` @${ECHO_CMD} '" to run.' .endif .endif @@ -4487,10 +4490,9 @@ @${ECHO_MSG} "===> Generating temporary packing list" @${MKDIR} `${DIRNAME} ${TMPPLIST}` @if [ ! -f ${DESCR} ]; then ${ECHO_CMD} "** Missing pkg-descr for ${PKGNAME}."; exit 1; fi - @>${TMPPLIST} @for file in ${PLIST_FILES}; do \ - ${ECHO_CMD} $${file} | ${SED} ${PLIST_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} >> ${TMPPLIST}; \ - done + ${ECHO_CMD} $${file}; \ + done | ${SED} ${PLIST_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} > ${TMPPLIST} @for man in ${__MANPAGES}; do \ ${ECHO_CMD} $${man} >> ${TMPPLIST}; \ done @@ -4529,9 +4531,9 @@ @if [ -f ${PLIST} ]; then \ ${SED} ${PLIST_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} ${PLIST} >> ${TMPPLIST}; \ fi -.for dir in ${PLIST_DIRS} - @${ECHO_CMD} ${dir} | ${SED} ${PLIST_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} | ${SED} -e 's,^,@dirrm ,' >> ${TMPPLIST} -.endfor + @for dir in ${PLIST_DIRS}; do \ + ${ECHO_CMD} $${dir}; \ + done | ${SED} ${PLIST_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} | ${SED} -e 's,^,@dirrm ,' >> ${TMPPLIST} .if !defined(NO_MTREE) @${ECHO_CMD} "@unexec if [ -f %D/info/dir ]; then if sed -e '1,/Menu:/d' %D/info/dir | grep -q '^[*] '; then true; else rm %D/info/dir; fi; fi" >> ${TMPPLIST} .endif @@ -4558,10 +4560,15 @@ .if !target(add-plist-docs) add-plist-docs: .if defined(PORTDOCS) - @if ${EGREP} -qe '^@cw?d' ${TMPPLIST} && \ - [ "`${SED} -En -e '/^@cw?d[ ]*/s,,,p' ${TMPPLIST} | ${TAIL} -n 1`" != "${PREFIX}" ]; then \ - ${ECHO_CMD} "@cwd ${PREFIX}" >> ${TMPPLIST}; \ - fi + @${AWK} -v found=0 -v cwd='' -v prefix='${PREFIX}' \ + 'match($$0, /^@cw?d[ ]*/) { \ + found = 1; cwd = substr($$0, RSTART + RLENGTH); \ + } \ + END { \ + if (found && cwd != prefix) { \ + print "@cwd " prefix >> "${TMPPLIST}"; \ + } \ + }' ${TMPPLIST}; \ @${FIND} -P ${PORTDOCS:S/^/${DOCSDIR}\//} ! -type d 2>/dev/null | \ ${SED} -ne 's,^${PREFIX}/,,p' >> ${TMPPLIST} @${FIND} -P -d ${PORTDOCS:S/^/${DOCSDIR}\//} -type d 2>/dev/null | \ @@ -4646,7 +4653,7 @@ if [ -f ${PKGMESSAGE} ]; then \ ${CP} ${PKGMESSAGE} ${PKG_DBDIR}/${PKGNAME}/+DISPLAY; \ fi; \ - for dep in `${PKG_INFO} -qf ${PKGNAME} | ${GREP} -w ^@pkgdep | ${AWK} '{print $$2}' | sort -u`; do \ + for dep in `${PKG_INFO} -qf ${PKGNAME} | ${AWK} '/^@pkgdep\>/ {print $$2}' | sort -u`; do \ if [ -d ${PKG_DBDIR}/$$dep -a -z `${ECHO_CMD} $$dep | ${GREP} -E ${PKG_IGNORE_DEPENDS}` ]; then \ if ! ${GREP} ^${PKGNAME}$$ ${PKG_DBDIR}/$$dep/+REQUIRED_BY \ >/dev/null 2>&1; then \ @@ -4750,7 +4757,7 @@ ${ECHO_MSG} "===> No user-specified options to save for ${PKGNAME}"; \ exit 0; \ fi; \ - SELOPTIONS=$$(${CAT} $${TMPOPTIONSFILE}); \ + SELOPTIONS=$$(${SED} -e 's/"//g' $${TMPOPTIONSFILE}); \ ${RM} -f $${TMPOPTIONSFILE}; \ TMPOPTIONSFILE=$$(mktemp -t portoptions); \ trap "${RM} -f $${TMPOPTIONSFILE}; exit 1" 1 2 3 5 10 13 15; \ @@ -4758,14 +4765,20 @@ ${ECHO_CMD} "# No user-servicable parts inside!" >> $${TMPOPTIONSFILE}; \ ${ECHO_CMD} "# Options for ${PKGNAME}" >> $${TMPOPTIONSFILE}; \ ${ECHO_CMD} "_OPTIONS_READ=${PKGNAME}" >> $${TMPOPTIONSFILE}; \ - for i in $${OPTIONSLIST}; do \ - ${ECHO_CMD} $${SELOPTIONS} | ${GREP} -qw $${i}; \ - if [ $$? -eq 0 ]; then \ - ${ECHO_CMD} WITH_$${i}=true >> $${TMPOPTIONSFILE}; \ - else \ - ${ECHO_CMD} WITHOUT_$${i}=true >> $${TMPOPTIONSFILE}; \ - fi; \ - done; \ + ${ECHO_CMD} $${OPTIONSLIST} | ${AWK} \ + 'BEGIN { \ + RS = " "; \ + sc = split("'"$${SELOPTIONS}"'", sl) } \ + { \ + found = 0; \ + for (o in sl) { \ + if ($$0 ~ sl[o]) { \ + found = 1; \ + break; \ + } \ + } \ + printf("WITH%s_%s=true\n", found ? "" : "OUT", found ? sl[o] : $$0); \ + }' >> $${TMPOPTIONSFILE}; \ if [ `${ID} -u` != 0 -a "x${INSTALL_AS_USER}" = "x" ]; then \ ${ECHO_MSG} "===> Switching to root credentials to write ${_OPTIONSFILE}"; \ ${SU_CMD} "${CAT} $${TMPOPTIONSFILE} > ${_OPTIONSFILE}"; \ --qMm9M+Fa2AknHoGS-- From owner-freebsd-ports@FreeBSD.ORG Thu Apr 29 17:57:25 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 842B816A4D2 for ; Thu, 29 Apr 2004 17:57:25 -0700 (PDT) Received: from sage.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id B21F143D62 for ; Thu, 29 Apr 2004 17:57:24 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: from thought.org (tao [10.0.0.247]) by sage.thought.org (8.12.9/8.11.4) with ESMTP id i3U0vdQ8039534; Thu, 29 Apr 2004 17:57:41 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by thought.org (8.12.9p2/8.11.3) with ESMTP id i3U0vCN9035293; Thu, 29 Apr 2004 17:57:12 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.12.9p2/8.12.11/Submit) id i3U0vAml035292; Thu, 29 Apr 2004 17:57:10 -0700 (PDT) (envelope-from kline) Date: Thu, 29 Apr 2004 17:57:09 -0700 From: Gary Kline To: Ion-Mihai Tetcu Message-ID: <20040430005708.GA23286@tao.thought.org> References: <20040426062108.GA2118@titan.klemm.apsfilter.org> <20040426104719.3182a631@it.buh.cameradicommercio.ro> <408D90FD.6090704@debank.tv> <20040427024247.5f93b88c@it.buh.cameradicommercio.ro> <20040428054454.GA3571@titan.klemm.apsfilter.org> <20040428093220.575afb78@it.buh.cameradicommercio.ro> <20040428193010.GA71823@tao.thought.org> <20040429104646.052e08cc@it.buh.cameradicommercio.ro> <20040429202141.GB79110@tao.thought.org> <20040430013743.79fad551@it.buh.cameradicommercio.ro> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040430013743.79fad551@it.buh.cameradicommercio.ro> X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing 17 years of service to the Unix community User-Agent: Mutt/1.5.6i cc: ports@freebsd.org cc: Rob Evers cc: Gary Kline Subject: Re: [dspam-users] thanks for dspam, my experiences on FreeBSD, suggestions X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Apr 2004 00:57:25 -0000 On Fri, Apr 30, 2004 at 01:37:43AM +0300, Ion-Mihai Tetcu wrote: > On Thu, 29 Apr 2004 13:21:42 -0700 > Gary Kline wrote: > > [..] > > > For people with little mysql || database bg, > > I hope your future doc will be more tutorial-like. > > e.g: > > > > mysql -u root -p > > Enter password: > > Welcome to the MySQL monitor. Commands end with ; or \g. > > Your MySQL connection id is 2 to server version: 4.XY.ZA > > > > Type 'help;' or '\h' for help. Type '\c' to clear the buffer. > > > > mysql> create database dspamdb; > > Query OK, 1 row affected (0.00 sec) > > > > mysql> grant all on dspamdb.* to dspamdb_user@localhost identified by 'foo234'; > > grant insert, delete, update on dspamdb.* to dspamdb_user@localhost identified by 'foo234'; > > > mysql> quit > > # mysqladmin -uroot -p flush-privileges > > # mysql -Ddspamdb -uroot -p < \ > /usr/local/share/examples/dspam/mysql_objects.sql.speed.optimized > > (and since you won't find for now mysql_objects.sql.speed.optimized > there, od a make extract in mail/dspam and run the above with > /usr/local/ports/mail/dspam/work/dpsam-2.10.3/tools.mysq_drv/mysql_objects.sql.speed.optimized) > > edit your my.cnf and put "myisam-recover" in the [mysqld] section. > > Put in /usr/local/etc/dspam/mysql.data : > /tmp/mysql.sock > > dspam > foo1234 > dspamdb > > You're done. > > Something like this ? > YES! Exactly, sir. wHat you have added are hints to whoever wants to learn / about both mysql and dspam, but who doesn't necessarily care about becoming an SQL expert. The only other 'trick' I've learned about mysql is: `echo "show databases;" | mysql -u root -p' which saved me keystrokes while telling me that I did, in fact, *not* have anything dspam under the mysql directory. One goal of the Answer Crew during the several years it ran was to teach this kind of tidbit:: enough to whet people's interest/curiosity. I had my share of flames for my being too simplistic, too cookbookish.... but what the hey? Can't please everybody:) > > Have you ever checked our Lars Wirzenius' publib string > > functions? When I've stubbed my toe on Unix-compat problems > > as you'rehaving wth strsep(), I've resolved the issue by > > including the function (from wherever) in my code. Putting > > the FBSD strsep() code in there --- or something equally > > fuctional from publib --- might work. Just a thought. > > Thanks. > > I'm looking forward to getting dspam running, then to catch thde remaining few dozen virus-spams or "GET BETTER LIFE INS HERE, NOW!" spams. (*mumble*:) gary > -- Gary Kline kline@thought.org www.thought.org Public service Unix From owner-freebsd-ports@FreeBSD.ORG Thu Apr 29 17:59:53 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6501716A4CE for ; Thu, 29 Apr 2004 17:59:53 -0700 (PDT) Received: from FreeBSD.csie.NCTU.edu.tw (freebsd.csie.nctu.edu.tw [140.113.17.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35A9A43D31 for ; Thu, 29 Apr 2004 17:59:53 -0700 (PDT) (envelope-from ijliao@FreeBSD.csie.NCTU.edu.tw) Received: from localhost (unknown [127.0.0.1]) by FreeBSD.csie.NCTU.edu.tw (Postfix) with ESMTP id EFF02106C00; Fri, 30 Apr 2004 08:59:46 +0800 (CST) Received: from FreeBSD.csie.NCTU.edu.tw ([127.0.0.1]) by localhost (FreeBSD.csie.NCTU.edu.tw [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 03437-09; Fri, 30 Apr 2004 08:59:46 +0800 (CST) Received: by FreeBSD.csie.NCTU.edu.tw (Postfix, from userid 1041) id 8F3C6106BF3; Fri, 30 Apr 2004 08:59:46 +0800 (CST) Date: Fri, 30 Apr 2004 08:59:46 +0800 From: Ying-Chieh Liao To: freebsd-ports Message-ID: <20040430005946.GA91404@freebsd.csie.nctu.edu.tw> References: <20040430001819.GA377@isis.wad.cz> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9jxsPFA5p3P2qPhR" Content-Disposition: inline In-Reply-To: <20040430001819.GA377@isis.wad.cz> X-Operating-System: FreeBSD 4.9-STABLE i386 X-PGP-Key-Location: http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x11C02382 X-PGP-Key-Fingerprint: 4E98 55CC 2866 7A90 EFD7 9DA5 ACC6 0165 11C0 2382 User-Agent: Mutt/1.5.6i cc: Roman Neuhauser Subject: Re: [PATCH] small speedups in Mk/bsd.port.mk X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Apr 2004 00:59:53 -0000 --9jxsPFA5p3P2qPhR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline maybe you can send a pr, and dont forget CC to portmgr@FreeBSD.org :) -- Testing can show the presence of bugs, but not their absence. --- Edsger W. Dijkstra --9jxsPFA5p3P2qPhR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAkaUCrMYBZRHAI4IRAkMsAKDye8YkK6hNMiejZhrF0C9ir4roOgCcC6iK iYXIRHdKsZjWSXT58E3ANqQ= =EOgy -----END PGP SIGNATURE----- --9jxsPFA5p3P2qPhR-- From owner-freebsd-ports@FreeBSD.ORG Thu Apr 29 18:05:09 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7401216A4CE; Thu, 29 Apr 2004 18:05:09 -0700 (PDT) Received: from mtaw6.prodigy.net (mtaw6.prodigy.net [64.164.98.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6531043D41; Thu, 29 Apr 2004 18:05:09 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (912b59fec384fca182de6eb58afd547c@adsl-67-115-73-128.dsl.lsan03.pacbell.net [67.115.73.128]) by mtaw6.prodigy.net (8.12.10/8.12.10) with ESMTP id i3U13mMT028638; Thu, 29 Apr 2004 18:03:49 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 7536651CE5; Thu, 29 Apr 2004 18:05:02 -0700 (PDT) Date: Thu, 29 Apr 2004 18:05:02 -0700 From: Kris Kennaway To: Ying-Chieh Liao Message-ID: <20040430010502.GA56303@xor.obsecurity.org> References: <20040430001819.GA377@isis.wad.cz> <20040430005946.GA91404@freebsd.csie.nctu.edu.tw> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="+QahgC5+KEYLbs62" Content-Disposition: inline In-Reply-To: <20040430005946.GA91404@freebsd.csie.nctu.edu.tw> User-Agent: Mutt/1.4.2.1i cc: Roman Neuhauser cc: freebsd-ports Subject: Re: [PATCH] small speedups in Mk/bsd.port.mk X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Apr 2004 01:05:09 -0000 --+QahgC5+KEYLbs62 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Apr 30, 2004 at 08:59:46AM +0800, Ying-Chieh Liao wrote: > maybe you can send a pr, and dont forget CC to portmgr@FreeBSD.org :) Don't CC people when submitting a PR, it can cause followups to become misfiled as new PRs. Kris --+QahgC5+KEYLbs62 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAkaY+Wry0BWjoQKURAmweAJ44draLbFKY1Ie96oeIQLpARiLfxQCg1Adx AljI546nnIDz9+PNLNiIAbM= =Z4TT -----END PGP SIGNATURE----- --+QahgC5+KEYLbs62-- From owner-freebsd-ports@FreeBSD.ORG Thu Apr 29 18:32:23 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C85C16A4CE for ; Thu, 29 Apr 2004 18:32:23 -0700 (PDT) Received: from smtp.rdsnet.ro (smtp.rdsnet.ro [62.231.74.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89D4243D62 for ; Thu, 29 Apr 2004 18:32:22 -0700 (PDT) (envelope-from itetcu@apropo.ro) Received: (qmail 21786 invoked by uid 89); 30 Apr 2004 01:27:35 -0000 Received: from unknown (HELO rdsnet.ro) (62.231.74.131) by 0 with SMTP; 30 Apr 2004 01:27:35 -0000 Received: (qmail 30052 invoked from network); 30 Apr 2004 01:32:20 -0000 Received: from unknown (HELO buh.cameradicommercio.ro) (81.196.25.19) by mail.rdsnet.ro with SMTP; 30 Apr 2004 01:32:20 -0000 Received: from it.buh.cameradicommercio.ro (it.buh.cameradicommercio.ro [192.168.0.10]) by buh.cameradicommercio.ro (Postfix) with ESMTP id 1FF44612E; Fri, 30 Apr 2004 04:31:45 +0300 (EEST) Received: from localhost (localhost.buh.cameradicommercio.ro [127.0.0.1]) by it.buh.cameradicommercio.ro (Postfix) with ESMTP id EE0652D3; Fri, 30 Apr 2004 04:35:53 +0300 (EEST) Received: from it.buh.cameradicommercio.ro ([127.0.0.1])port 10024) with ESMTP id 02528-07; Fri, 30 Apr 2004 04:35:53 +0300 (EEST) Received: from it.buh.cameradicommercio.ro (localhost.buh.cameradicommercio.ro [127.0.0.1]) by it.buh.cameradicommercio.ro (Postfix) with SMTP id 0A67922E; Fri, 30 Apr 2004 04:35:53 +0300 (EEST) Date: Fri, 30 Apr 2004 04:35:52 +0300 From: Ion-Mihai Tetcu To: Gary Kline Message-Id: <20040430043552.20d44c86@it.buh.cameradicommercio.ro> In-Reply-To: <20040430005708.GA23286@tao.thought.org> References: <20040426062108.GA2118@titan.klemm.apsfilter.org> <20040426104719.3182a631@it.buh.cameradicommercio.ro> <408D90FD.6090704@debank.tv> <20040427024247.5f93b88c@it.buh.cameradicommercio.ro> <20040428054454.GA3571@titan.klemm.apsfilter.org> <20040428093220.575afb78@it.buh.cameradicommercio.ro> <20040428193010.GA71823@tao.thought.org> <20040429104646.052e08cc@it.buh.cameradicommercio.ro> <20040429202141.GB79110@tao.thought.org> <20040430013743.79fad551@it.buh.cameradicommercio.ro> <20040430005708.GA23286@tao.thought.org> X-Mailer: Sylpheed version 0.9.10claws (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at it.buh.cameradicommercio.ro cc: ports@freebsd.org cc: Rob Evers Subject: Re: [dspam-users] thanks for dspam, my experiences on FreeBSD, suggestions X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Apr 2004 01:32:23 -0000 On Thu, 29 Apr 2004 17:57:09 -0700 Gary Kline wrote: > On Fri, Apr 30, 2004 at 01:37:43AM +0300, Ion-Mihai Tetcu wrote: > > On Thu, 29 Apr 2004 13:21:42 -0700 > > Gary Kline wrote: > > > > [..] > > > > > For people with little mysql || database bg, > > > I hope your future doc will be more tutorial-like. > > > e.g: > > > > > > mysql -u root -p > > > Enter password: > > > Welcome to the MySQL monitor. Commands end with ; or \g. > > > Your MySQL connection id is 2 to server version: 4.XY.ZA > > > > > > Type 'help;' or '\h' for help. Type '\c' to clear the buffer. > > > > > > mysql> create database dspamdb; > > > Query OK, 1 row affected (0.00 sec) > > > > > > mysql> grant all on dspamdb.* to dspamdb_user@localhost identified > > > by 'foo234'; > > > > grant insert, delete, update on dspamdb.* to dspamdb_user@localhost > > identified by 'foo234'; > > > > > mysql> quit > > > > # mysqladmin -uroot -p flush-privileges > > > > # mysql -Ddspamdb -uroot -p < \ > > /usr/local/share/examples/dspam/mysql_objects.sql.speed.optimized > > > > (and since you won't find for now mysql_objects.sql.speed.optimized > > there, od a make extract in mail/dspam and run the above with > > /usr/local/ports/mail/dspam/work/dpsam-2.10.3/tools.mysq_drv/mysql_ > > objects.sql.speed.optimized) > > > > edit your my.cnf and put "myisam-recover" in the [mysqld] section. > > > > Put in /usr/local/etc/dspam/mysql.data : > > /tmp/mysql.sock > > > > dspam > > foo1234 > > dspamdb > > > > You're done. > > > > Something like this ? > > YES! Exactly, sir. wHat you have added are hints to whoever > wants to learn / about both mysql and > dspam, but who doesn't necessarily care about becoming an > SQL expert. The bad thing with this approach is that when something goes wrong one would be somehow clueless. And you can't quite reproduce mysql manual in dpsam readme ;) But I agree with you it would provide a quick start for a new dspam user. > The only other 'trick' I've learned about mysql > is: `echo "show databases;" | mysql -u root -p' or mysql -uroot -p -e 'show databases' > which saved me keystrokes while telling me that I did, in fact, > *not* have anything dspam under the mysql directory. > > > One goal of the Answer Crew during the several years it ran > was to teach this kind of tidbit:: enough to whet people's > interest/curiosity. Asa the best teacher I ever had used to say: The hole pedagogics could be reduced to" make people interested in what you teach". ;) > I had my share of flames for my being too simplistic, too > cookbookish.... but what the hey? Can't please everybody:) > > > I'm looking forward to getting dspam running, then to > catch thde remaining few dozen virus-spams or "GET BETTER > LIFE INS HERE, NOW!" spams. (*mumble*:) Don't use dpsam for virus filtering. I will block about 80-90% of M$ worm of the day, but not beeing its job it is just not sure enough to do that; and remember that it requires you to train it first. Of course if you are in an pure Unix environment the risks are greatly reduced, but if you're planing a setup for windows clients - don't. Eventually use it after your anti-virus or for catching those "disinfected" messages that some admins seems to like to let pass from their users. -- IOnut Unregistered ;) FreeBSD "user" From owner-freebsd-ports@FreeBSD.ORG Thu Apr 29 20:19:26 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D86D16A4CE for ; Thu, 29 Apr 2004 20:19:26 -0700 (PDT) Received: from sage.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DB2343D5E for ; Thu, 29 Apr 2004 20:19:25 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: from thought.org (tao [10.0.0.247]) by sage.thought.org (8.12.9/8.11.4) with ESMTP id i3U3JdQ8039731; Thu, 29 Apr 2004 20:19:40 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by thought.org (8.12.9p2/8.11.3) with ESMTP id i3U3JCN9073012; Thu, 29 Apr 2004 20:19:12 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.12.9p2/8.12.11/Submit) id i3U3JAFX073011; Thu, 29 Apr 2004 20:19:10 -0700 (PDT) (envelope-from kline) Date: Thu, 29 Apr 2004 20:19:10 -0700 From: Gary Kline To: Ion-Mihai Tetcu Message-ID: <20040430031909.GA68278@tao.thought.org> References: <408D90FD.6090704@debank.tv> <20040427024247.5f93b88c@it.buh.cameradicommercio.ro> <20040428054454.GA3571@titan.klemm.apsfilter.org> <20040428093220.575afb78@it.buh.cameradicommercio.ro> <20040428193010.GA71823@tao.thought.org> <20040429104646.052e08cc@it.buh.cameradicommercio.ro> <20040429202141.GB79110@tao.thought.org> <20040430013743.79fad551@it.buh.cameradicommercio.ro> <20040430005708.GA23286@tao.thought.org> <20040430043552.20d44c86@it.buh.cameradicommercio.ro> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040430043552.20d44c86@it.buh.cameradicommercio.ro> X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing 17 years of service to the Unix community User-Agent: Mutt/1.5.6i cc: ports@freebsd.org cc: Rob Evers cc: Gary Kline Subject: Re: [dspam-users] thanks for dspam, my experiences on FreeBSD, suggestions X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Apr 2004 03:19:26 -0000 On Fri, Apr 30, 2004 at 04:35:52AM +0300, Ion-Mihai Tetcu wrote: > On Thu, 29 Apr 2004 17:57:09 -0700 > Gary Kline wrote: > > > On Fri, Apr 30, 2004 at 01:37:43AM +0300, Ion-Mihai Tetcu wrote: > > > On Thu, 29 Apr 2004 13:21:42 -0700 > > > Gary Kline wrote: > > > > > > [..] > > > > > > > For people with little mysql || database bg, > > > > I hope your future doc will be more tutorial-like. > > > > e.g: > > > > > > > > mysql -u root -p > > > > Enter password: > > > > Welcome to the MySQL monitor. Commands end with ; or \g. > > > > Your MySQL connection id is 2 to server version: 4.XY.ZA > > > > > > > > Type 'help;' or '\h' for help. Type '\c' to clear the buffer. > > > > > > > > mysql> create database dspamdb; > > > > Query OK, 1 row affected (0.00 sec) > > > > > > > > mysql> grant all on dspamdb.* to dspamdb_user@localhost identified > > > > by 'foo234'; > > > > > > grant insert, delete, update on dspamdb.* to dspamdb_user@localhost > > > identified by 'foo234'; > > > > > > > mysql> quit > > > > > > # mysqladmin -uroot -p flush-privileges > > > > > > # mysql -Ddspamdb -uroot -p < \ > > > /usr/local/share/examples/dspam/mysql_objects.sql.speed.optimized > > > > > > (and since you won't find for now mysql_objects.sql.speed.optimized > > > there, od a make extract in mail/dspam and run the above with > > > /usr/local/ports/mail/dspam/work/dpsam-2.10.3/tools.mysq_drv/mysql_ > > > objects.sql.speed.optimized) > > > > > > edit your my.cnf and put "myisam-recover" in the [mysqld] section. > > > > > > Put in /usr/local/etc/dspam/mysql.data : > > > /tmp/mysql.sock > > > > > > dspam > > > foo1234 > > > dspamdb > > > > > > You're done. > > > > > > Something like this ? > > > > YES! Exactly, sir. wHat you have added are hints to whoever > > wants to learn / about both mysql and > > dspam, but who doesn't necessarily care about becoming an > > SQL expert. > > The bad thing with this approach is that when something goes wrong one > would be somehow clueless. And you can't quite reproduce mysql manual in > dpsam readme ;) No, but what you can do in your future write-up/tutorial section is give something like the above with intersperced comments on ``why I am doing this''. My knowledge of mysql is too sketchy to know what the "flush-privileges" line does. And unless I've got a burning-knoweldge to grep thru the mysql docs, you could add to everyone's understanding. ((It would've been nice if the BBS ports gave clues on How-To set up mysql...)) (Q: Where sholuld I look for "my.cnf"? I've created ~/.dspam in my /home/test1 directory. .dspam in a 0-length file, tho. Should it be a directory. I've grep'd thru your docs and found nothing ... Well:: not so far!) > > But I agree with you it would provide a quick start for a new dspam > user. > > > The only other 'trick' I've learned about mysql > > is: `echo "show databases;" | mysql -u root -p' > > or mysql -uroot -p -e 'show databases' :-) Are there any other mysql cmds that work with the -e flag?? Cool, thanks. > > > which saved me keystrokes while telling me that I did, in fact, > > *not* have anything dspam under the mysql directory. > > > > > > One goal of the Answer Crew during the several years it ran > > was to teach this kind of tidbit:: enough to whet people's > > interest/curiosity. > > Asa the best teacher I ever had used to say: > The hole pedagogics could be reduced to" make people interested in what > you teach". ;) Yup; agree completely. > > > I had my share of flames for my being too simplistic, too > > cookbookish.... but what the hey? Can't please everybody:) > > > > > > I'm looking forward to getting dspam running, then to > > catch thde remaining few dozen virus-spams or "GET BETTER > > LIFE INS HERE, NOW!" spams. (*mumble*:) > > Don't use dpsam for virus filtering. I will block about 80-90% of M$ > worm of the day, but not beeing its job it is just not sure enough to do > that; and remember that it requires you to train it first. Of course if > you are in an pure Unix environment the risks are greatly reduced, but > if you're planing a setup for windows clients - don't. I'm all Unix. The kind of virus spams I get come with Subjects like: "Did I see your porm photo on yahoo" or "Your statement enclosed"; these come in clusters, so my guess is that there is some kind of ***vast-conspiracy*** of imbiciles out there who are trying to out-imbicile the DOS/DOZE types. mmmmmm..... > > Eventually use it after your anti-virus or for catching those > "disinfected" messages that some admins seems to like to let pass from > their users. > This is getting interestinger and interestinger by the minute;-) thanks much, gary -- Gary Kline kline@thought.org www.thought.org Public service Unix From owner-freebsd-ports@FreeBSD.ORG Thu Apr 29 20:44:22 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2453516A4CF for ; Thu, 29 Apr 2004 20:44:22 -0700 (PDT) Received: from iris2.directnic.com (iris2.directnic.com [204.251.10.82]) by mx1.FreeBSD.org (Postfix) with SMTP id 3077D43D1D for ; Thu, 29 Apr 2004 20:44:21 -0700 (PDT) (envelope-from ryan@c0decafe.net) Received: by iris2.directnic.com (iris/0.153:423476); 30 Apr 2004 03:44:07 +0000 X-Iris-Host: 3561490152/[212.72.6.232] Received: from [212.72.6.232] (EHLO [212.72.6.232]) (212.72.6.232) by iris1.directnic.com (iris/0.153:423476/relay) with ESMTP for ; 30 Apr 2004 03:43:35 +0000 From: "ryan/c0decafe.net" To: ports@freebsd.org Content-Type: text/plain Message-Id: <1083296610.75086.0.camel@atlantis.local> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Fri, 30 Apr 2004 07:43:31 +0400 Content-Transfer-Encoding: 7bit Subject: test X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Apr 2004 03:44:22 -0000 test From owner-freebsd-ports@FreeBSD.ORG Thu Apr 29 22:36:16 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 963E216A4CE for ; Thu, 29 Apr 2004 22:36:16 -0700 (PDT) Received: from smtp.dkm.cz (smtp.dkm.cz [62.24.64.34]) by mx1.FreeBSD.org (Postfix) with SMTP id 5CB9043D5C for ; Thu, 29 Apr 2004 22:36:15 -0700 (PDT) (envelope-from neuhauser@chello.cz) Received: (qmail 79389 invoked by uid 0); 30 Apr 2004 05:36:14 -0000 Received: from r3al16.mistral.cz (HELO isis.wad.cz) (213.220.229.16) by smtp.dkm.cz with SMTP; 30 Apr 2004 05:36:14 -0000 Received: by isis.wad.cz (Postfix, from userid 1001) id 8A43D2FDA01; Fri, 30 Apr 2004 07:36:13 +0200 (CEST) Date: Fri, 30 Apr 2004 07:36:13 +0200 From: Roman Neuhauser To: freebsd-ports Message-ID: <20040430053613.GA532@isis.wad.cz> Mail-Followup-To: freebsd-ports References: <20040430001819.GA377@isis.wad.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040430001819.GA377@isis.wad.cz> User-Agent: Mutt/1.5.6i Subject: Re: [PATCH] small speedups in Mk/bsd.port.mk X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Apr 2004 05:36:16 -0000 # neuhauser@chello.cz / 2004-04-30 02:18:19 +0200: > This patch reduces several grep | awk, sed | awk and similar pipes, > eliminates sed calls where shell builtin substitutions suffice. > > Feedback, please. Could someone please try the patch out before it goes to gnats? That's why I posted it here first: my box can't finish `make index` because of cooling problems. I'd love to know at least the patch doesn't introduce a /bin/sh or awk parse error somewhere before it ruins the next 4-exp build. Doing business with portmgr@ is rather slow, I don't need another Mk PR left suspended for months despite three new versions of the patch. :) Anyone willing to give it a shot? -- If you cc me or remove the list(s) completely I'll most likely ignore your message. see http://www.eyrie.org./~eagle/faqs/questions.html From owner-freebsd-ports@FreeBSD.ORG Fri Apr 30 00:11:11 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5417916A4CF for ; Fri, 30 Apr 2004 00:11:11 -0700 (PDT) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1F2343D69 for ; Fri, 30 Apr 2004 00:11:10 -0700 (PDT) (envelope-from freebsd-ports@m.gmane.org) Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BJSAu-0004t3-00 for ; Fri, 30 Apr 2004 09:11:08 +0200 Received: from 212.72.3.218 ([212.72.3.218]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 30 Apr 2004 09:11:08 +0200 Received: from ryan by 212.72.3.218 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 30 Apr 2004 09:11:08 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: "ryan/c0decafe.net" Date: Fri, 30 Apr 2004 10:21:34 +0400 Lines: 14 Message-ID: References: <1083296610.75086.0.camel@atlantis.local> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 212.72.3.218 User-Agent: Pan/0.14.2 (This is not a psychotic episode. It's a cleansing moment of clarity.) Sender: news Subject: RE: test X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Apr 2004 07:11:11 -0000 now that was embarrassing.. sorry folks... an error, was meant to another ports@ :/ but since we are here, and to not have an empty "sorry" email, i'll try to turn this into something a bit more constructive than the way it started. i submitted an update to www/pound almost a month ago (http://www.freebsd.org/cgi/query-pr.cgi?pr=65132), and/but anders@ looks busy nowadays (i mailed a him a week or two before submitting the pr). now i am not sure if maintainer timeout applies or not, but the version in the current port tree has a security problem: http://www.apsis.ch/pound/pound_list/archive/2003/2003-12/1070234315000. anything can be done? From owner-freebsd-ports@FreeBSD.ORG Fri Apr 30 02:00:33 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC82316A4CE; Fri, 30 Apr 2004 02:00:33 -0700 (PDT) Received: from fillmore.dyndns.org (port-212-202-49-130.reverse.qsc.de [212.202.49.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A14843D4C; Fri, 30 Apr 2004 02:00:33 -0700 (PDT) (envelope-from eikemeier@fillmore-labs.com) Received: from [172.16.0.2] (helo=fillmore-labs.com) by fillmore.dyndns.org with esmtp (Exim 4.32; FreeBSD) id 1BJTsj-000IsZ-RA; Fri, 30 Apr 2004 11:00:32 +0200 Message-ID: <409215AD.2000402@fillmore-labs.com> Date: Fri, 30 Apr 2004 11:00:29 +0200 From: Oliver Eikemeier Organization: Fillmore Labs GmbH - http://www.fillmore-labs.com/ MIME-Version: 1.0 To: Kris Kennaway References: <20040430001819.GA377@isis.wad.cz> <20040430005946.GA91404@freebsd.csie.nctu.edu.tw> <20040430010502.GA56303@xor.obsecurity.org> In-Reply-To: <20040430010502.GA56303@xor.obsecurity.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: FreeBSD Ports cc: Roman Neuhauser cc: FreeBSD Bugbusters cc: Ying-Chieh Liao Subject: CC'ing when submitting a PR [Was: [PATCH] small speedups in Mk/bsd.port.mk] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Apr 2004 09:00:34 -0000 Kris Kennaway wrote: > On Fri, Apr 30, 2004 at 08:59:46AM +0800, Ying-Chieh Liao wrote: > >>maybe you can send a pr, and dont forget CC to portmgr@FreeBSD.org :) > > Don't CC people when submitting a PR, it can cause followups to become > misfiled as new PRs. I consider this good practice, it is easily forgotten otherwise, and you can see in GNATS if the maintainer is CCed. We should fix this in GNATS, either by searching for the Subject when no GNATS fields are given, by handling the CC in GNATS or modifying send-pr to include an appropriate Reply-To address. I know that we have a lot of misfiled PR answers in GNATS, but you can't really blame the people for it. -Oliver From owner-freebsd-ports@FreeBSD.ORG Fri Apr 30 04:33:19 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A01616A4CF for ; Fri, 30 Apr 2004 04:33:19 -0700 (PDT) Received: from hotmail.com (bay2-dav10.bay2.hotmail.com [65.54.246.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC74643D39 for ; Fri, 30 Apr 2004 04:33:18 -0700 (PDT) (envelope-from dsnofe@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 30 Apr 2004 04:33:18 -0700 Received: from 218.109.182.51 by bay2-dav10.bay2.hotmail.com with DAV; Fri, 30 Apr 2004 11:33:18 +0000 X-Originating-IP: [218.109.182.51] X-Originating-Email: [dsnofe@hotmail.com] X-Sender: dsnofe@hotmail.com Date: Fri, 30 Apr 2004 19:32:58 +0800 From: Deng XueFeng To: freebsd-ports@freebsd.org Message-Id: <20040430193028.587D.DSNOFE@hotmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.09.01 [CN] X-OriginalArrivalTime: 30 Apr 2004 11:33:18.0795 (UTC) FILETIME=[EF5461B0:01C42EA6] Subject: Can anyone help me import Missey POP3 Server to Ports? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Apr 2004 11:33:19 -0000 URL: http://snofe.dot66.net/missey/index.html ABOUT: Missey POP3 Server is a secure, small codes and high performance POP3 server. FEATURES: Only suport FreeBSD now(4.8 and 5.x have tested), Other *BSD haven't test. Only support Maildir format. Only Support system user now, virtual user support will be add. Use a single process serve more clients. Use kqueue(2)/kevent(2) for polling. mmap(2) is used for read mail quickly. No temporary file used. Very fast and Very few memory used. Caching mail info.... More...... Thanks a lot!!! Sincerely, Deng XueFeng From owner-freebsd-ports@FreeBSD.ORG Thu Apr 29 15:58:25 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 924DF16A4CE; Thu, 29 Apr 2004 15:58:25 -0700 (PDT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3336B43D3F; Thu, 29 Apr 2004 15:58:25 -0700 (PDT) (envelope-from kris@rtp.FreeBSD.org) Received: from 8ball.rtp.freebsd.org (8ball.rtp.FreeBSD.Org [172.21.1.5]) i3TMutcs099497; Thu, 29 Apr 2004 18:56:55 -0400 (EDT) (envelope-from kris@8ball.rtp.freebsd.org) Received: (from kris@localhost) by 8ball.rtp.freebsd.org (8.12.9/8.12.9/Submit) id i3TMsrOD087951; Thu, 29 Apr 2004 18:54:53 -0400 (EDT) (envelope-from kris) Date: Thu, 29 Apr 2004 18:54:53 -0400 (EDT) From: Kris Kennaway Message-Id: <200404292254.i3TMsrOD087951@8ball.rtp.freebsd.org> To: Jan.Stocker@t-online.de, adam@redprince.net, clive@FreeBSD.org, fcash@bigfoot.com, fcash@sd73.bc.ca, fernan@iib.unsam.edu.ar, gagnon_s@sympatico.ca, ginga-freebsd@ginganet.org, glewis@FreeBSD.org, gslin@ccca.nctu.edu.tw, kiri@FreeBSD.org, kiri@kiri.toba-cmt.ac.jp, knu@FreeBSD.org, lev@FreeBSD.org, mb@imp.ch, mbr@FreeBSD.org, patrick@FreeBSD.org, ports@FreeBSD.org, riggs@rrr.de, treif@mayn.de, trevor@FreeBSD.org X-Mailman-Approved-At: Fri, 30 Apr 2004 05:28:04 -0700 Subject: Ports with duplicate LATEST_LINKS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Apr 2004 22:58:25 -0000 Dear port maintainers, The following list includes ports maintained by you that have duplicate LATEST_LINK values. They should either be modified to use a unique LATEST_LINK or suppressed using NO_LATEST_LINK, to avoid overwriting each other in the packages/Latest directory. If your ports conflict with ports maintained by another person, please coordinate your efforts with them. Thanks, Kris "Annoying Reminder Guy II" Kennaway LATEST_LINK PORTNAME MAINTAINER ========================================================================== dansguardian www/dansguardian-devel fcash@bigfoot.com dansguardian www/dansguardian fcash@sd73.bc.ca de-staroffice german/staroffice5 mb@imp.ch de-staroffice german/staroffice52 mbr@FreeBSD.org de-staroffice german/staroffice70 mbr@FreeBSD.org emacs20 chinese/emacs20 clive@FreeBSD.org emacs20 editors/emacs20 ports@FreeBSD.org gkrellmmailwatch mail/gkrellmmailwatch2 fernan@iib.unsam.edu.ar gkrellmmailwatch mail/gkrellmmailwatch treif@mayn.de ja-ng japanese/ng ginga-freebsd@ginganet.org ja-ng japanese/ng-devel ginga-freebsd@ginganet.org libutf converters/libutf-8 adam@redprince.net libutf misc/libutf gagnon_s@sympatico.ca linux-netscape7 german/netscape7 riggs@rrr.de linux-netscape7 french/netscape7 trevor@FreeBSD.org linux-netscape7 japanese/netscape7 trevor@FreeBSD.org linux-netscape7 portuguese/netscape7 trevor@FreeBSD.org linux-netscape7 www/netscape7 trevor@FreeBSD.org mew-emacs20 mail/mew-emacs20 kiri@FreeBSD.org mew-emacs20 mail/mew2-emacs20 kiri@FreeBSD.org mew-emacs20 mail/mew3-emacs20 kiri@FreeBSD.org mew-emacs21 mail/mew2 kiri@FreeBSD.org mew-emacs21 mail/mew3 kiri@FreeBSD.org mew-xemacs21-mule mail/mew-xemacs21-mule kiri@FreeBSD.org mew-xemacs21-mule mail/mew2-xemacs21-mule kiri@FreeBSD.org mew-xemacs21-mule mail/mew3-xemacs21-mule kiri@FreeBSD.org mod_limitipconn www/mod_limitipconn gslin@ccca.nctu.edu.tw mod_limitipconn www/mod_limitipconn2 gslin@ccca.nctu.edu.tw mod_log_sql www/mod_log_sql lev@FreeBSD.org mod_log_sql www/mod_log_sql2 ports@FreeBSD.org nethack33 games/nethack33-gnome Jan.Stocker@t-online.de nethack33 games/nethack33 glewis@FreeBSD.org nethack33 games/nethack33-nox11 glewis@FreeBSD.org nethack33 games/nethack33-qt ports@FreeBSD.org pfe lang/forth patrick@FreeBSD.org pfe lang/pfe-devel patrick@FreeBSD.org ruby-devel lang/ruby18 knu@FreeBSD.org ruby-devel lang/ruby18_r knu@FreeBSD.org ruby18-xmlscan textproc/ruby-xmlscan knu@FreeBSD.org ruby18-xmlscan textproc/ruby-xmlscan-old knu@FreeBSD.org staroffice editors/staroffice5 mb@imp.ch staroffice editors/staroffice52 mbr@FreeBSD.org staroffice editors/staroffice60 mbr@FreeBSD.org staroffice editors/staroffice70 mbr@FreeBSD.org w3 www/w3-4 kiri@FreeBSD.org w3 www/w3 kiri@kiri.toba-cmt.ac.jp Total: 46 ports From owner-freebsd-ports@FreeBSD.ORG Thu Apr 29 23:46:22 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5686916A4CE for ; Thu, 29 Apr 2004 23:46:22 -0700 (PDT) Received: from web41905.mail.yahoo.com (web41905.mail.yahoo.com [66.218.93.156]) by mx1.FreeBSD.org (Postfix) with SMTP id 29D3E43D41 for ; Thu, 29 Apr 2004 23:46:22 -0700 (PDT) (envelope-from chocobofrank@yahoo.com.hk) Message-ID: <20040430064622.52589.qmail@web41905.mail.yahoo.com> Received: from [202.85.164.159] by web41905.mail.yahoo.com via HTTP; Fri, 30 Apr 2004 14:46:22 CST Date: Fri, 30 Apr 2004 14:46:22 +0800 (CST) From: =?big5?q?frank=20cheong?= To: freebsd-ports@freebsd.org MIME-Version: 1.0 X-Mailman-Approved-At: Fri, 30 Apr 2004 05:28:04 -0700 Content-Type: text/plain; charset=big5 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: subversion 1.0.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Apr 2004 06:46:22 -0000 I have encountered problem with installing subversion with WITH_MOD_DAV_SVN with the below error message : /libexec/ld-elf.so.1: /usr/local/lib/libaprutil-0.so.9: Undefined symbol "libiconv_open" *** Error code 1 Stop in /usr/ports/devel/subversion/work/subversion-1.0.1. *** Error code 1 Stop in /usr/ports/devel/subversion. Anyone have idea ? Thx & Rgds, Frank ¤@©ç¨â´²¡B¿ËªB¤Å¤Í¡B©_¬¥§õºû´µ¦^«H... ¦Ü HIT ¹aÁn ¤õ³t¤U¸ü http://mobile.yahoo.com.hk/ From owner-freebsd-ports@FreeBSD.ORG Fri Apr 30 06:44:47 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14A7016A4CE; Fri, 30 Apr 2004 06:44:47 -0700 (PDT) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63E2143D1D; Fri, 30 Apr 2004 06:44:46 -0700 (PDT) (envelope-from nork@FreeBSD.org) Received: from pelsia.ninth-nine.com (bmdk3088.bmobile.ne.jp [203.180.17.88]) (authenticated bits=0) by sakura.ninth-nine.com (8.12.11/8.12.11/NinthNine) with ESMTP id i3UDhJvu055601 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 30 Apr 2004 22:44:26 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Fri, 30 Apr 2004 22:44:26 +0900 (JST) Message-Id: <200404301344.i3UDhJvu055601@sakura.ninth-nine.com> From: Norikatsu Shigemura To: ache@FreeBSD.org X-Mailer: Sylpheed version 0.9.9-gtk2-20040229 (GTK+ 2.4.0; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org Subject: rcNG-fy www/apache13 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Apr 2004 13:44:47 -0000 Hi Ache. I made a patch which rcNG-fy www/apache13. Please review my patch. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/apache13/Makefile,v retrieving revision 1.145 diff -u -r1.145 Makefile --- Makefile 18 Mar 2004 20:50:08 -0000 1.145 +++ Makefile 30 Apr 2004 13:36:06 -0000 @@ -7,7 +7,7 @@ PORTNAME= apache PORTVERSION= 1.3.29 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} DISTNAME= apache_${PORTVERSION} @@ -27,10 +27,12 @@ caudium-devel-1.* caudium10-1.* caudium12-* \ ru-apache+mod_ssl-1.* ru-apache-1.* thttpd-2.* USE_PERL5= yes +USE_RC_SUBR= yes DATADIR=${PREFIX}/www DOCUMENT_ROOT=${DATADIR}/data DEFAULT_PATH=/bin:/usr/bin:${PREFIX}/bin +RC_SCRIPTS_SUB=PREFIX=${PREFIX} RC_SUBR=${RC_SUBR} .if defined(WITHOUT_APACHE_EXPAT) && ${WITHOUT_APACHE_EXPAT} == yes EXPAT_CONF+= --disable-rule=EXPAT @@ -128,18 +130,14 @@ ${SUEXEC_MAN} post-extract: - @${SED} -e "s=%%PREFIX%%=${PREFIX}=g" ${FILESDIR}/apache.sh \ - > ${WRKSRC}/apache.sh + @${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ + ${FILESDIR}/apache.sh > ${WRKSRC}/apache.sh pre-install: PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL post-install: - ${INSTALL_DATA} ${WRKSRC}/apache.sh ${PREFIX}/etc/rc.d/apache.sh-dist - @if [ ! -f ${PREFIX}/etc/rc.d/apache.sh ]; then \ - ${ECHO} "Installing ${PREFIX}/etc/rc.d/apache.sh startup file."; \ - ${INSTALL_SCRIPT} ${WRKSRC}/apache.sh ${PREFIX}/etc/rc.d/apache.sh; \ - fi + ${INSTALL_SCRIPT} ${WRKSRC}/apache.sh ${PREFIX}/etc/rc.d/apache.sh @${TOUCH} ${PREFIX}/www/data-dist/EXAMPLE_DIRECTORY-DONT_ADD_OR_TOUCH_ANYTHING @${TOUCH} ${PREFIX}/www/cgi-bin-dist/EXAMPLE_DIRECTORY-DONT_ADD_OR_TOUCH_ANYTHING @${CAT} ${PKGMESSAGE} Index: pkg-message =================================================================== RCS file: /home/ncvs/ports/www/apache13/pkg-message,v retrieving revision 1.1 diff -u -r1.1 pkg-message --- pkg-message 24 Mar 2002 20:21:46 -0000 1.1 +++ pkg-message 30 Apr 2004 13:35:48 -0000 @@ -2,3 +2,7 @@ As of version 1.3.24, the RedirectMatch directive requires an absolute URL target location per RFC 2068. Uses of RedirectMatch that specify a relative URL will fail and must be corrected to function. + +===> BOOT with rcNG: + To run apache www server from startup, add apache_enable="YES" + in your /etc/rc.conf. Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/apache13/pkg-plist,v retrieving revision 1.50 diff -u -r1.50 pkg-plist --- pkg-plist 8 Nov 2003 03:37:10 -0000 1.50 +++ pkg-plist 30 Apr 2004 13:34:03 -0000 @@ -18,9 +18,7 @@ @unexec if cmp -s %D/etc/apache/srm.conf %D/etc/apache/srm.conf-dist; then rm -f %D/etc/apache/srm.conf; fi etc/apache/srm.conf-dist @exec [ -f %B/srm.conf ] || cp %B/%f %B/srm.conf -@unexec if cmp -s %D/etc/rc.d/apache.sh %D/etc/rc.d/apache.sh-dist; then rm -f %D/etc/rc.d/apache.sh; fi -etc/rc.d/apache.sh-dist -@exec [ -f %B/apache.sh ] || ( cp %B/%f %B/apache.sh; chmod 755 %B/apache.sh ) +etc/rc.d/apache.sh include/apache/ap.h include/apache/ap_alloc.h include/apache/ap_compat.h Index: files/apache.sh =================================================================== RCS file: /home/ncvs/ports/www/apache13/files/apache.sh,v retrieving revision 1.3 diff -u -r1.3 apache.sh --- files/apache.sh 22 Apr 2002 03:26:12 -0000 1.3 +++ files/apache.sh 30 Apr 2004 13:30:29 -0000 @@ -1,15 +1,30 @@ #!/bin/sh +# $FreeBSD$ -case "$1" in -start) - [ -x %%PREFIX%%/sbin/apachectl ] && %%PREFIX%%/sbin/apachectl start > /dev/null && echo -n ' apache' - ;; -stop) - [ -r /var/run/httpd.pid ] && %%PREFIX%%/sbin/apachectl stop > /dev/null && echo -n ' apache' - ;; -*) - echo "Usage: `basename $0` {start|stop}" >&2 - ;; -esac +# PROVIDE: apache +# REQUIRE: DAEMON +# BEFORE: LOGIN +# KEYWORD: FreeBSD shutdown -exit 0 +# Define these apache_* variables in one of these files: +# /etc/rc.conf +# /etc/rc.conf.local +# /etc/rc.conf.d/apache +# +# DO NOT CHANGE THESE DEFAULT VALUES HERE +# +apache_enable="NO" +apache_flags="" +apache_pidfile="/var/run/httpd.pid" + +. %%RC_SUBR%% + +name="apache" +rcvar=`set_rcvar` +command="%%PREFIX%%/sbin/httpd" + +load_rc_config $name + +pidfile="${apache_pidfile}" + +run_rc_commmand "$1" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - From owner-freebsd-ports@FreeBSD.ORG Fri Apr 30 06:48:42 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 702B116A4CE; Fri, 30 Apr 2004 06:48:42 -0700 (PDT) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2E9343D48; Fri, 30 Apr 2004 06:48:41 -0700 (PDT) (envelope-from nork@FreeBSD.org) Received: from pelsia.ninth-nine.com (bmdk3088.bmobile.ne.jp [203.180.17.88]) (authenticated bits=0) by sakura.ninth-nine.com (8.12.11/8.12.11/NinthNine) with ESMTP id i3UDmWGf055730 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 30 Apr 2004 22:48:37 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Fri, 30 Apr 2004 22:48:37 +0900 (JST) Message-Id: <200404301348.i3UDmWGf055730@sakura.ninth-nine.com> From: Norikatsu Shigemura To: dinoex@FreeBSD.org X-Mailer: Sylpheed version 0.9.9-gtk2-20040229 (GTK+ 2.4.0; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org Subject: rcNG-fy www/apache13-modssl X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Apr 2004 13:48:42 -0000 Hi I made a patch which rcNG-fy www/apache13-modssl. Please review my patch. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/apache13-modssl/Makefile,v retrieving revision 1.146 diff -u -r1.146 Makefile --- Makefile 3 Apr 2004 08:20:36 -0000 1.146 +++ Makefile 30 Apr 2004 13:44:47 -0000 @@ -7,7 +7,7 @@ PORTNAME= apache+mod_ssl PORTVERSION= ${VERSION_APACHE}+${VERSION_MODSSL}${PVERSION_MODSNMP}${PVERSION_MODACCEL}${PVERSION_MODDEFLATE} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www security MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} \ ${MASTER_SITES_MODSSL:S/$/:mod_ssl/} \ @@ -43,6 +43,8 @@ USE_OPENSSL= yes HAS_CONFIGURE= yes USE_PERL5_BUILD= yes +USE_RC_SUBR= yes +RC_SCRIPTS_SUB= PREFIX=${PREFIX} RC_SUBR=${RC_SUBR} MASTER_SITES_MODSSL= http://www.modssl.org/source/ \ ftp://ftp.modssl.org/source/ \ ftp://ftp.blatzheim.com/pub/mod_ssl/ \ @@ -310,8 +312,8 @@ post-extract: post-extract: - @${SED} -e "s=%%PREFIX%%=${PREFIX}=g" ${FILESDIR}/apache.sh \ - > ${WRKSRC}/apache.sh + @${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ + ${FILESDIR}/apache.sh > ${WRKSRC}/apache.sh .if defined(APACHE_WITH_MODSNMP) (cd ${WRKSRC}; ${TAR} xfz ${DISTDIR}/${MODSNMP_FILE}) .endif @@ -356,11 +358,7 @@ @${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL post-install: - ${INSTALL_DATA} ${WRKSRC}/apache.sh ${PREFIX}/etc/rc.d/apache.sh-dist - @if [ ! -f ${PREFIX}/etc/rc.d/apache.sh ]; then \ - ${ECHO_MSG} "Installing ${PREFIX}/etc/rc.d/apache.sh startup file."; \ - ${INSTALL_SCRIPT} ${WRKSRC}/apache.sh ${PREFIX}/etc/rc.d/apache.sh; \ - fi + ${INSTALL_SCRIPT} ${WRKSRC}/apache.sh ${PREFIX}/etc/rc.d/apache.sh .if defined(APACHE_WITH_MODSNMP) @${MKDIR} ${DATADIR}/buckets @${CHOWN} www:www ${DATADIR}/buckets Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/apache13-modssl/pkg-plist,v retrieving revision 1.40 diff -u -r1.40 pkg-plist --- pkg-plist 31 Mar 2004 16:24:24 -0000 1.40 +++ pkg-plist 30 Apr 2004 13:45:08 -0000 @@ -38,8 +38,7 @@ etc/apache/ssl.prm/README.PRM etc/apache/ssl.prm/snakeoil-ca-dsa.prm etc/apache/ssl.prm/snakeoil-dsa.prm -@unexec if cmp -s %D/etc/rc.d/apache.sh %D/etc/rc.d/apache.sh-dist; then rm -f %D/etc/rc.d/apache.sh; fi -etc/rc.d/apache.sh-dist +etc/rc.d/apache.sh include/apache/ap.h include/apache/ap_alloc.h include/apache/ap_compat.h Index: files/apache.sh =================================================================== RCS file: /home/ncvs/ports/www/apache13-modssl/files/apache.sh,v retrieving revision 1.4 diff -u -r1.4 apache.sh --- files/apache.sh 7 Dec 2003 16:48:54 -0000 1.4 +++ files/apache.sh 30 Apr 2004 13:46:10 -0000 @@ -1,16 +1,30 @@ #!/bin/sh +# $FreeBSD$ -case "$1" in -start) - [ -x %%PREFIX%%/sbin/apachectl ] && %%PREFIX%%/sbin/apachectl startssl > /dev/null && echo -n ' apache' - ;; -stop) - [ -r /var/run/httpd.pid ] && %%PREFIX%%/sbin/apachectl stop > /dev/null && echo -n ' apache' - ;; -*) - echo "Usage: ${0##*/} { start | stop }" >&2 - exit 64 - ;; -esac +# PROVIDE: apache +# REQUIRE: DAEMON +# BEFORE: LOGIN +# KEYWORD: FreeBSD shutdown -exit 0 +# Define these apache_* variables in one of these files: +# /etc/rc.conf +# /etc/rc.conf.local +# /etc/rc.conf.d/apache +# +# DO NOT CHANGE THESE DEFAULT VALUES HERE +# +apache_enable="NO" +apache_flags="-DSSL" +apache_pidfile="/var/run/httpd.pid" + +. %%RC_SUBR%% + +name="apache" +rcvar=`set_rcvar` +command="%%PREFIX%%/sbin/httpd" + +load_rc_config $name + +pidfile="${apache_pidfile}" + +run_rc_commmand "$1" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - From owner-freebsd-ports@FreeBSD.ORG Fri Apr 30 07:08:26 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9651F16A4CE for ; Fri, 30 Apr 2004 07:08:26 -0700 (PDT) Received: from fillmore.dyndns.org (port-212-202-49-130.reverse.qsc.de [212.202.49.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C10543D31 for ; Fri, 30 Apr 2004 07:08:26 -0700 (PDT) (envelope-from eikemeier@fillmore-labs.com) Received: from [172.16.0.2] (helo=fillmore-labs.com) by fillmore.dyndns.org with esmtp (Exim 4.32; FreeBSD) id 1BJYgg-0003N1-E8; Fri, 30 Apr 2004 16:08:25 +0200 Message-ID: <40925DD5.1020707@fillmore-labs.com> Date: Fri, 30 Apr 2004 16:08:21 +0200 From: Oliver Eikemeier Organization: Fillmore Labs GmbH - http://www.fillmore-labs.com/ MIME-Version: 1.0 To: Deng XueFeng References: <20040430193028.587D.DSNOFE@hotmail.com> In-Reply-To: <20040430193028.587D.DSNOFE@hotmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: freebsd-ports@freebsd.org Subject: Re: Can anyone help me import Missey POP3 Server to Ports? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Apr 2004 14:08:26 -0000 Deng XueFeng wrote: > URL: > http://snofe.dot66.net/missey/index.html > > ABOUT: > Missey POP3 Server is a secure, small codes and high performance POP3 > server. OF course we can. Try for a start. Test the port with devel/portlint and use devel/porttools to submit it. -Oliver From owner-freebsd-ports@FreeBSD.ORG Fri Apr 30 07:46:24 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBE6C16A4CE for ; Fri, 30 Apr 2004 07:46:24 -0700 (PDT) Received: from mail2.hrz.uni-bielefeld.de (mail2.hrz.uni-bielefeld.de [129.70.4.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89A3D43D45 for ; Fri, 30 Apr 2004 07:46:24 -0700 (PDT) (envelope-from lars.koeller@uni-bielefeld.de) Received: from conversion-daemon.mail2.hrz.uni-bielefeld.de by mail2.hrz.uni-bielefeld.de (iPlanet Messaging Server 5.2 HotFix 1.25 (built Mar 3 2004)) id <0HWZ00F01ML00G@mail2.hrz.uni-bielefeld.de>ports@freebsd.org; Fri, 30 Apr 2004 16:46:23 +0200 (MEST) Received: from rayadm.hrz.uni-bielefeld.de ([129.70.202.15]) by mail2.hrz.uni-bielefeld.de (iPlanet Messaging Server 5.2 HotFix 1.25 (built Mar 3 2004)) with ESMTPP id <0HWZ00II6NP9K7@mail2.hrz.uni-bielefeld.de>; Fri, 30 Apr 2004 16:46:22 +0200 (MEST) Received: from rayadm.hrz.uni-bielefeld.de (lkoeller@localhost) i3UEkLE00559; Fri, 30 Apr 2004 16:46:21 +0200 (MEST) Date: Fri, 30 Apr 2004 16:46:21 +0200 From: Lars =?iso-8859-1?Q?K=F6ller?= X-Face: eCcoCV}FjV*O{6>[1$XP/e%]TJhEw2MF33dFh)^HM7Gfd=[/(4+0a$~ "of Wed, 28 Apr 2004 17:34:00 MDT." <40903F68.4020009@altosusers.com> Sender: lars.koeller@uni-bielefeld.de To: Lukasz Ciazynski Message-id: <200404301446.i3UEkLE00559@rayadm.hrz.uni-bielefeld.de> MIME-version: 1.0 X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: QUOTED-PRINTABLE cc: ports@freebsd.org cc: lars.koeller@uni-bielefeld.de Subject: Re: Port sysutils/bacula, core dump X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Apr 2004 14:46:24 -0000 ---------- In reply to Lukasz Ciazynski who wrote: =20 > I'm having trouble with bacula director. I am getting segmentation= =20 > fault, while trying to start it. Quick info: bacula-1.32f5 compiled= =20 > against mysql-client-4.0.18_1. Default configuration files. Both ba= cula=20 > file deamon and storage deamon start with no problems. > (uname -v) > FreeBSD 5.2.1-RELEASE-p4 #1: Mon Apr 12 09:03:05 MDT 2004 ... Sorry, but this is not the right place to report. Please subscribe on the bacula list: http://lists.sourceforge.net/lists/listinfo/bacula-users Regards Lars --=20 E-Mail: Lars.Koeller@Uni-Bielefeld.DE \ Lars K=F6ller lkoeller@FreeBSD.org \ CC University of PGP: http://www.uk.pgp.net/pgpnet/wwwkeys.html \ Bielefeld, Germany= =20 Key-ID: A430D499 \ Tel: +49 521 106 4= 964 ----------- FreeBSD, what else? ---- http://www.freebsd.org ---------= ---- From owner-freebsd-ports@FreeBSD.ORG Fri Apr 30 08:26:47 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7455E16A4CE for ; Fri, 30 Apr 2004 08:26:47 -0700 (PDT) Received: from vogon.ccgis.de (vogon.ccgis.de [212.79.172.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADFE443D53 for ; Fri, 30 Apr 2004 08:26:46 -0700 (PDT) (envelope-from bt@ccgis.de) Received: from amavis by vogon.ccgis.de with virus-scanned (Exim 3.36 #1 (Debian)) id 1BJa4m-00083W-00 for ; Fri, 30 Apr 2004 17:37:20 +0200 Received: from center.sz ([192.168.1.20] helo=center.shared) by vogon.ccgis.de with esmtp (Exim 3.36 #1 (Debian)) id 1BJa4h-00083O-00 for ; Fri, 30 Apr 2004 17:37:15 +0200 Received: from [192.168.2.109] (helo=ccgis.de) by center.shared with esmtp (Exim 3.35 #1 (Debian)) id 1BJZru-0005dM-00 for ; Fri, 30 Apr 2004 17:24:02 +0200 Message-ID: <40927070.5010007@ccgis.de> Date: Fri, 30 Apr 2004 17:27:44 +0200 From: Benjamin Thelen User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: AMaViS-ng at Geo-Consortium Bonn Subject: gdal-Port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Apr 2004 15:26:47 -0000 Hello, I need a newer version of gdal soon. Are there plans to put gdal 1.1.9 oder gdal 1.2.0 into the ports-collection? Regards, Benjamin From owner-freebsd-ports@FreeBSD.ORG Fri Apr 30 14:10:58 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EE6A16A4CE; Fri, 30 Apr 2004 14:10:58 -0700 (PDT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF85343D31; Fri, 30 Apr 2004 14:10:57 -0700 (PDT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.11/8.12.11) with ESMTP id i3ULAuNb023707; Sat, 1 May 2004 01:10:56 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.11/8.12.11/Submit) id i3ULAujq023706; Sat, 1 May 2004 01:10:56 +0400 (MSD) (envelope-from ache) Date: Sat, 1 May 2004 01:10:55 +0400 From: Andrey Chernov To: Norikatsu Shigemura Message-ID: <20040430211054.GA23588@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Norikatsu Shigemura , ports@FreeBSD.ORG References: <200404301344.i3UDhJvu055601@sakura.ninth-nine.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200404301344.i3UDhJvu055601@sakura.ninth-nine.com> User-Agent: Mutt/1.5.6i X-AntiVirus: checked by AntiVir Milter 1.1-beta; AVE 6.25.0.3; VDF 6.25.0.41 (host: pobrecita.freebsd.ru) cc: ports@FreeBSD.ORG Subject: Re: rcNG-fy www/apache13 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Apr 2004 21:10:58 -0000 On Fri, Apr 30, 2004 at 10:44:26PM +0900, Norikatsu Shigemura wrote: > > I made a patch which rcNG-fy www/apache13. > Please review my patch. Approved. -- Andrey Chernov | http://ache.pp.ru/ From owner-freebsd-ports@FreeBSD.ORG Fri Apr 30 14:45:43 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8F3716A4CE for ; Fri, 30 Apr 2004 14:45:43 -0700 (PDT) Received: from tomts5-srv.bellnexxia.net (tomts5.bellnexxia.net [209.226.175.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D6F543D4C for ; Fri, 30 Apr 2004 14:45:43 -0700 (PDT) (envelope-from serge@quenix.dnsalias.org) Received: from quenix.dnsalias.org ([69.157.131.239]) by tomts5-srv.bellnexxia.netESMTP <20040430214527.CLCM26398.tomts5-srv.bellnexxia.net@quenix.dnsalias.org> for ; Fri, 30 Apr 2004 17:45:27 -0400 Received: from serge by quenix.dnsalias.org with local (Exim 4.32; FreeBSD) id 1BJfto-000BXI-0c for freebsd-ports@freebsd.org; Fri, 30 Apr 2004 17:50:24 -0400 Date: Fri, 30 Apr 2004 17:50:23 -0400 From: Serge Gagnon To: freebsd-ports@freebsd.org In-Reply-To: <200404292254.i3TMsrOD087951@8ball.rtp.freebsd.org> References: <200404292254.i3TMsrOD087951@8ball.rtp.freebsd.org> X-Mailer: Sylpheed version 0.9.9-gtk2-20040229 (GTK+ 2.4.0; i386-portbld-freebsd4.9) X-Operating-System: FreeBSD 4.9-STABLE i386 X-Face: 22hG-S23Un!fw[I:kZ_K7I+f60+dloy!5F:r?K6cz<'"^"PLy1GDD@PRPqG%TAIgFsdu0~6PSZaVqf+|36?En?&l+XNZnp:f-%c#&a=)Ho7qey#PYD+X~>X'A`4nv*{d+t1b%fk>X1nJ?R}&en;\;kLrH Sender: Serge Gagnon Subject: Re: Ports with duplicate LATEST_LINKS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Apr 2004 21:45:43 -0000 On Thu, 29 Apr 2004 18:54:53 -0400 (EDT) Kris Kennaway wrote: > Dear port maintainers, > > The following list includes ports maintained by you that have > duplicate > LATEST_LINK values. They should either be modified to use a unique ... > libutf converters/libutf-8 adam@redprince.net > libutf misc/libutf gagnon_s@sympatico.ca ... http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/65231 -- Serge Gagnon Quebec, Qc, Canada From owner-freebsd-ports@FreeBSD.ORG Fri Apr 30 14:46:05 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F5A216A4CE for ; Fri, 30 Apr 2004 14:46:05 -0700 (PDT) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99EFB43D4C for ; Fri, 30 Apr 2004 14:46:04 -0700 (PDT) (envelope-from nork@FreeBSD.org) Received: from pelsia.ninth-nine.com (pelsia.ninth-nine.com [219.127.74.123]) (authenticated bits=0) by sakura.ninth-nine.com (8.12.11/8.12.11/NinthNine) with ESMTP id i3ULk2Bt067197 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 1 May 2004 06:46:03 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Sat, 1 May 2004 06:46:03 +0900 (JST) Message-Id: <200404302146.i3ULk2Bt067197@sakura.ninth-nine.com> From: Norikatsu Shigemura To: Andrey Chernov In-Reply-To: <20040430211054.GA23588@nagual.pp.ru> References: <200404301344.i3UDhJvu055601@sakura.ninth-nine.com> <20040430211054.GA23588@nagual.pp.ru> X-Mailer: Sylpheed version 0.9.9-gtk2-20040229 (GTK+ 2.4.0; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org Subject: Re: rcNG-fy www/apache13 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Apr 2004 21:46:05 -0000 On Sat, 1 May 2004 01:10:55 +0400 Andrey Chernov wrote: > > I made a patch which rcNG-fy www/apache13. > > Please review my patch. > Approved. Thank you. Committed, done. From owner-freebsd-ports@FreeBSD.ORG Fri Apr 30 14:47:09 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E7A516A4CF for ; Fri, 30 Apr 2004 14:47:09 -0700 (PDT) Received: from hexagon.stack.nl (hexagon.stack.nl [131.155.140.144]) by mx1.FreeBSD.org (Postfix) with ESMTP id A61C343D31 for ; Fri, 30 Apr 2004 14:47:08 -0700 (PDT) (envelope-from marcov@stack.nl) Received: from toad.stack.nl (zen.stack.nl [IPv6:2001:610:1108:5010::130]) by hexagon.stack.nl (Postfix) with ESMTP id 7592352E4; Fri, 30 Apr 2004 23:47:07 +0200 (CEST) Received: by toad.stack.nl (Postfix, from userid 816) id 53AA4114; Fri, 30 Apr 2004 23:47:07 +0200 (CEST) In-Reply-To: <408A7D55.6030906@earthlink.net> "from Walter at Apr 24, 2004 09:44:37 am" To: Walter Date: Fri, 30 Apr 2004 23:47:07 +0200 (CEST) X-Mailer: ELM [version 2.4ME+ PL88 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Message-Id: <20040430214707.53AA4114@toad.stack.nl> From: marcov@stack.nl (Marco van de Voort) cc: ports@FreeBSD.org cc: marco@freepascal.org Subject: Re: FreeBSD Port: fpc-devel-1.9.2_1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Apr 2004 21:47:09 -0000 > Is fpc-devel-1.9.2 available for FreeBSD 5.2.1 as it is for 4.9? FPC and the files it generates don't use any userland libraries, so in general it is independant of 4.9<>5.2 until one starts to link in userland libraries. Only the FPC patched startupcode must be updated for 5.2 I think, because an ELF identifier was edit, at least for basic operation to avoid COMPAT_4. A simple script could do this. Running http://www.stack.nl/~marcov/fpcfpc19 should fix that, but I couldn't test this on a short notice. that's why backing up $PREFIX/lib/fpc/1.9.2/units/freebsd/rtl/cprt0.o could be wise. I postponed adding such changes to the port in anticipation of the next beta, 1.9.4, but because x86_64 and Mac OS X support is being merged in, this is delayed. (x86_64 support for linux only atm, but as soon as that is halfwhat stable I'll start a FreeBSD port too, expect to do that rather quickly) From owner-freebsd-ports@FreeBSD.ORG Fri Apr 30 16:25:20 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3635816A4CE for ; Fri, 30 Apr 2004 16:25:20 -0700 (PDT) Received: from sirius.firepipe.net (sirius.firepipe.net [69.13.116.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 180AF43D54 for ; Fri, 30 Apr 2004 16:25:20 -0700 (PDT) (envelope-from petef@sirius.firepipe.net) Received: from sirius.firepipe.net (localhost.firepipe.net [127.0.0.1]) by sirius.firepipe.net (Postfix) with ESMTP id 796ED17F21 for ; Fri, 30 Apr 2004 18:25:19 -0500 (EST) From: Pete Fritchman To: freebsd-ports In-Reply-To: Message from Roman Neuhauser of "Fri, 30 Apr 2004 07:36:13 +0200." <20040430053613.GA532@isis.wad.cz> Date: Fri, 30 Apr 2004 18:25:19 -0500 Sender: petef@sirius.firepipe.net Message-Id: <20040430232519.796ED17F21@sirius.firepipe.net> Subject: Re: [PATCH] small speedups in Mk/bsd.port.mk X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Apr 2004 23:25:20 -0000 * Fri, 30 Apr 2004 07:36:13 +0200 - Roman Neuhauser: | Could someone please try the patch out before it goes to gnats? | That's why I posted it here first: my box can't finish `make index` | because of cooling problems. With your patch: skull(/usr/ports) [1038] > make index Generating INDEX - please wait..Warning: Duplicate INDEX entry: fvwm-imlib-2.4.18 Done. skull(/usr/ports) [1039] > cvs -R up -PAd And that seems to be a legitimate warning, too: $ (cd x11-wm/fvwm2 && make -V PKGNAME) fvwm-imlib-2.4.18 $ (cd x11-wm/fvwm2-i18n && make -V PKGNAME) fvwm-imlib-2.4.18 I'll run with this patch and let you know if I run into any problems. --pete From owner-freebsd-ports@FreeBSD.ORG Fri Apr 30 16:30:56 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A26D16A4CE; Fri, 30 Apr 2004 16:30:56 -0700 (PDT) Received: from mta7.pltn13.pbi.net (mta7.pltn13.pbi.net [64.164.98.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC21B43D3F; Fri, 30 Apr 2004 16:30:55 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (37a4f0532c5d951aa7cc1edfa4522eac@adsl-67-115-73-128.dsl.lsan03.pacbell.net [67.115.73.128])i3UNUtJK008184; Fri, 30 Apr 2004 16:30:55 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 3E26C51CAC; Fri, 30 Apr 2004 16:30:55 -0700 (PDT) Date: Fri, 30 Apr 2004 16:30:55 -0700 From: Kris Kennaway To: Pete Fritchman Message-ID: <20040430233055.GA32196@xor.obsecurity.org> References: <20040430053613.GA532@isis.wad.cz> <20040430232519.796ED17F21@sirius.firepipe.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="7JfCtLOvnd9MIVvH" Content-Disposition: inline In-Reply-To: <20040430232519.796ED17F21@sirius.firepipe.net> User-Agent: Mutt/1.4.2.1i cc: freebsd-ports Subject: Re: [PATCH] small speedups in Mk/bsd.port.mk X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Apr 2004 23:30:56 -0000 --7JfCtLOvnd9MIVvH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Apr 30, 2004 at 06:25:19PM -0500, Pete Fritchman wrote: > * Fri, 30 Apr 2004 07:36:13 +0200 - Roman Neuhauser: > | Could someone please try the patch out before it goes to gnats? > | That's why I posted it here first: my box can't finish `make index` > | because of cooling problems. >=20 > With your patch: >=20 > skull(/usr/ports) [1038] > make index > Generating INDEX - please wait..Warning: Duplicate INDEX entry: fvwm-imli= b-2.4.18 > Done. > skull(/usr/ports) [1039] > cvs -R up -PAd >=20 > And that seems to be a legitimate warning, too: > $ (cd x11-wm/fvwm2 && make -V PKGNAME) > fvwm-imlib-2.4.18 > $ (cd x11-wm/fvwm2-i18n && make -V PKGNAME) > fvwm-imlib-2.4.18 >=20 > I'll run with this patch and let you know if I run into any problems. That's probably caused by your existing installation of imlib being detected and used by the port. It wouldn't show up with an INDEX_PRISTINE build. Kris --7JfCtLOvnd9MIVvH Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAkuGuWry0BWjoQKURAt2rAKCkMpKV0nLyBRii8OarvwhKBwBa9wCglnzR URdgKOphokqCUsCthAFYOhk= =Dltj -----END PGP SIGNATURE----- --7JfCtLOvnd9MIVvH-- From owner-freebsd-ports@FreeBSD.ORG Fri Apr 30 16:44:02 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D954316A4CE for ; Fri, 30 Apr 2004 16:44:02 -0700 (PDT) Received: from sirius.firepipe.net (sirius.firepipe.net [69.13.116.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCD5B43D49 for ; Fri, 30 Apr 2004 16:44:02 -0700 (PDT) (envelope-from petef@sirius.firepipe.net) Received: from sirius.firepipe.net (localhost.firepipe.net [127.0.0.1]) by sirius.firepipe.net (Postfix) with ESMTP id 5D3A817F21 for ; Fri, 30 Apr 2004 18:44:02 -0500 (EST) From: Pete Fritchman To: freebsd-ports In-Reply-To: Message from Kris Kennaway <20040430233055.GA32196@xor.obsecurity.org> Date: Fri, 30 Apr 2004 18:44:02 -0500 Sender: petef@sirius.firepipe.net Message-Id: <20040430234402.5D3A817F21@sirius.firepipe.net> Subject: Re: [PATCH] small speedups in Mk/bsd.port.mk X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Apr 2004 23:44:03 -0000 * Fri, 30 Apr 2004 16:30:55 PDT - Kris Kennaway: | On Fri, Apr 30, 2004 at 06:25:19PM -0500, Pete Fritchman wrote: | > And that seems to be a legitimate warning, too: | > $ (cd x11-wm/fvwm2 && make -V PKGNAME) | > fvwm-imlib-2.4.18 | > $ (cd x11-wm/fvwm2-i18n && make -V PKGNAME) | > fvwm-imlib-2.4.18 | | That's probably caused by your existing installation of imlib being | detected and used by the port. It wouldn't show up with an | INDEX_PRISTINE build. Right: skull(/usr/ports) [1048] > make index -DINDEX_PRISTINE Generating INDEX - please wait.. Done. skull(/usr/ports) [1049] > --pete From owner-freebsd-ports@FreeBSD.ORG Fri Apr 30 16:47:11 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 341D016A4CE; Fri, 30 Apr 2004 16:47:11 -0700 (PDT) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2384F43D5C; Fri, 30 Apr 2004 16:47:10 -0700 (PDT) (envelope-from nork@ninth-nine.com) Received: from nadesico.ninth-nine.com (nadesico.ninth-nine.com [219.127.74.122]) by sakura.ninth-nine.com (8.12.11/8.12.11/NinthNine) with ESMTP id i3UNl927069988; Sat, 1 May 2004 08:47:09 +0900 (JST) (envelope-from nork@ninth-nine.com) Date: Sat, 1 May 2004 08:47:09 +0900 (JST) Message-Id: <200404302347.i3UNl927069988@sakura.ninth-nine.com> From: Norikatsu Shigemura To: sumikawa@FreeBSD.org X-Mailer: Sylpheed version 0.9.9-gtk2-20040229 (GTK+ 2.4.1; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org Subject: rcNG-fy www/wwwoffle X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Apr 2004 23:47:11 -0000 Hi Sumicchi Sumikawa-san. I made a patch which rcNG-fy www/wwwoffle. Please review my patch. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/wwwoffle/Makefile,v retrieving revision 1.36 diff -u -r1.36 Makefile --- Makefile 15 Feb 2004 04:09:58 -0000 1.36 +++ Makefile 30 Apr 2004 22:00:06 -0000 @@ -7,6 +7,7 @@ PORTNAME= wwwoffle PORTVERSION= 2.8b +PORTREVISION= 1 CATEGORIES= www ipv6 MASTER_SITES= http://www.gedanken.freeserve.co.uk/download-wwwoffle/ EXTRACT_SUFX= .tgz @@ -16,6 +17,7 @@ USE_PERL5= yes USE_GMAKE= yes +USE_RC_SUBR= yes # $SPOOL seems like a common name which could be used for other things, so # use $WWWOFFLE_SPOOL as the overriding setting. @@ -28,6 +30,8 @@ CONFIGURE_ARGS= --with-confdir=${PREFIX}/etc --with-ipv6 \ --with-spooldir=${WWWOFFLE_SPOOL} +RC_SCRIPTS_SUB= PREFIX=${PREFIX} RC_SUBR=${RC_SUBR} + MAN1= wwwoffle.1 MAN5= wwwoffle.conf.5 MAN8= wwwoffled.8 @@ -43,12 +47,15 @@ .endif +post-build: + @${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ + ${FILESDIR}/smartd.sh > ${WRKDIR}/wwwoffled.sh + post-install: @${INSTALL_SCRIPT} ${WRKSRC}/conf/upgrade-config-2.5-2.6.pl ${WWWOFFLE_SPOOL} @${INSTALL_SCRIPT} ${WRKSRC}/conf/upgrade-config-2.x-2.5.pl ${WWWOFFLE_SPOOL} @${INSTALL_SCRIPT} ${WRKSRC}/conf/upgrade-config.pl ${WWWOFFLE_SPOOL} - @${SED} 's@%PREFIX%@${LOCALBASE}@' ${FILESDIR}/wwwoffled.sh > ${PREFIX}/etc/rc.d/wwwoffled.sh - @${CHMOD} +x ${PREFIX}/etc/rc.d/wwwoffled.sh + @${INSTALL_SCRIPT} ${WRKDIR}/wwwoffled.sh ${PREFIX}/etc/rc.d/wwwoffled.sh @${CAT} ${PKGMESSAGE} .include Index: files/wwwoffled.sh =================================================================== RCS file: /home/ncvs/ports/www/wwwoffle/files/wwwoffled.sh,v retrieving revision 1.3 diff -u -r1.3 wwwoffled.sh --- files/wwwoffled.sh 29 Mar 2002 08:36:24 -0000 1.3 +++ files/wwwoffled.sh 30 Apr 2004 23:42:03 -0000 @@ -1,17 +1,33 @@ #!/bin/sh +# $FreeBSD$ -case $1 in -start) - [ -x %PREFIX%/sbin/wwwoffled ] && \ - %PREFIX%/sbin/wwwoffled >/dev/null 2>&1 && echo -n ' wwwoffled' - ;; -stop) - killall wwwoffled && echo -n ' wwwoffled' - ;; -*) - echo "Usage: `basename $0` {start|stop}" >&2 - exit 64 - ;; -esac +# PROVIDE: wwwoffled +# REQUIRE: DAEMON +# BEFORE: LOGIN +# KEYWORD: FreeBSD shutdown -exit 0 +# Define these wwwoffled_* variables in one of these files: +# /etc/rc.conf +# /etc/rc.conf.local +# /etc/rc.conf.d/wwwoffled +# +# DO NOT CHANGE THESE DEFAULT VALUES HERE +# +wwwoffled_enable="NO" +wwwoffled_flags="" +wwwoffled_pidfile="/var/run/wwwoffled.pid" +wwwoffled_conffile="%%PREFIX%%/etc/wwwoffle.conf" + +. %%RC_SUBR%% + +name="wwwoffled" +rcvar=`set_rcvar` +command="%%PREFIX%%/sbin/wwwoffled" + +load_rc_config $name + +pidfile="${wwwoffled_pidfile}" +command_args="-p > ${pidfile} 2> /dev/null" +required_files="${wwwoffled_conffile}" + +run_rc_command "$1" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - From owner-freebsd-ports@FreeBSD.ORG Fri Apr 30 17:45:19 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3904E16A4CE for ; Fri, 30 Apr 2004 17:45:19 -0700 (PDT) Received: from odyssey.apana.org.au (odyssey.apana.org.au [203.11.114.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1DB443D58 for ; Fri, 30 Apr 2004 17:45:17 -0700 (PDT) (envelope-from dean@odyssey.apana.org.au) Received: from Sushi.odyssey.apana.org.au (sushi.apana.org.au [203.11.114.11]) by odyssey.apana.org.au (8.9.3/8.9.3) with ESMTP id IAA09986; Sat, 1 May 2004 08:45:08 +0800 (WST) X-Habeas-SWE-1: winter into spring X-Habeas-SWE-2: brightly anticipated X-Habeas-SWE-3: like Habeas SWE (tm) X-Habeas-SWE-4: Copyright 2002 Habeas (tm) X-Habeas-SWE-5: Sender Warranted Email (SWE) (tm). The sender of this X-Habeas-SWE-6: email in exchange for a license for this Habeas X-Habeas-SWE-7: warrant mark warrants that this is a Habeas Compliant X-Habeas-SWE-8: Message (HCM) and not spam. Please report use of this X-Habeas-SWE-9: mark in spam to . Message-Id: <5.2.1.1.2.20040501084329.00abb700@odyssey.apana.org.au> X-Sender: dean@odyssey.apana.org.au X-Mailer: QUALCOMM Windows Eudora Version 5.2.1 X-Priority: 1 (Highest) Date: Sat, 01 May 2004 08:45:01 +0800 To: Kris Kennaway From: Dean Hollister In-Reply-To: <20040419075622.GA32603@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed cc: ports@freebsd.org Subject: Re: Makefile ports/misc/firestring X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 May 2004 00:45:19 -0000 At 00:56 19/04/2004 -0700, Kris Kennaway wrote: > misc/firestring Makefile Following patch is in the PR's for this port. http://www.freebsd.org/cgi/query-pr.cgi?pr=65951 Please commit asap. Regards, d. From owner-freebsd-ports@FreeBSD.ORG Fri Apr 30 17:58:55 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B01316A4CE for ; Fri, 30 Apr 2004 17:58:55 -0700 (PDT) Received: from mtaw4.prodigy.net (mtaw4.prodigy.net [64.164.98.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B6B643D4C for ; Fri, 30 Apr 2004 17:58:55 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (74ae3ee7c2b7a6d775ca709c3f72b49a@adsl-67-115-73-128.dsl.lsan03.pacbell.net [67.115.73.128]) by mtaw4.prodigy.net (8.12.10/8.12.10) with ESMTP id i410wrdV014854; Fri, 30 Apr 2004 17:58:53 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 5B4C852F76; Fri, 30 Apr 2004 17:58:53 -0700 (PDT) Date: Fri, 30 Apr 2004 17:58:53 -0700 From: Kris Kennaway To: Dean Hollister Message-ID: <20040501005853.GB35794@xor.obsecurity.org> References: <20040419075622.GA32603@xor.obsecurity.org> <5.2.1.1.2.20040501084329.00abb700@odyssey.apana.org.au> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="+g7M9IMkV8truYOl" Content-Disposition: inline In-Reply-To: <5.2.1.1.2.20040501084329.00abb700@odyssey.apana.org.au> User-Agent: Mutt/1.4.2.1i cc: ports@freebsd.org cc: Kris Kennaway Subject: Re: Makefile ports/misc/firestring X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 May 2004 00:58:55 -0000 --+g7M9IMkV8truYOl Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, May 01, 2004 at 08:45:01AM +0800, Dean Hollister wrote: > At 00:56 19/04/2004 -0700, Kris Kennaway wrote: >=20 > > misc/firestring Makefile >=20 > Following patch is in the PR's for this port. >=20 > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D65951 >=20 > Please commit asap. I'm too busy to handle myself, try asking on ports@. Thanks for fixing the problem. Kris --+g7M9IMkV8truYOl Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAkvZNWry0BWjoQKURAq0pAKCk6MwsR0jDqE1Uihs4CbP6CdDXLACeJcmk IZ4NlQQLFiI93VJ0/svt1cc= =uNqi -----END PGP SIGNATURE----- --+g7M9IMkV8truYOl-- From owner-freebsd-ports@FreeBSD.ORG Fri Apr 30 19:20:38 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0394816A4CE for ; Fri, 30 Apr 2004 19:20:38 -0700 (PDT) Received: from sirius.firepipe.net (sirius.firepipe.net [69.13.116.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC18D43D5C for ; Fri, 30 Apr 2004 19:20:37 -0700 (PDT) (envelope-from petef@sirius.firepipe.net) Received: from sirius.firepipe.net (localhost.firepipe.net [127.0.0.1]) by sirius.firepipe.net (Postfix) with ESMTP id 2A13017F24 for ; Fri, 30 Apr 2004 21:20:37 -0500 (EST) From: Pete Fritchman To: freebsd-ports In-Reply-To: Message from Pete Fritchman of "Fri, 30 Apr 2004 18:25:19 CDT." Date: Fri, 30 Apr 2004 21:20:37 -0500 Sender: petef@sirius.firepipe.net Message-Id: <20040501022037.2A13017F24@sirius.firepipe.net> Subject: Re: [PATCH] small speedups in Mk/bsd.port.mk X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 May 2004 02:20:38 -0000 * Fri, 30 Apr 2004 18:25:19 CDT - Pete Fritchman: | * Fri, 30 Apr 2004 07:36:13 +0200 - Roman Neuhauser: | | Could someone please try the patch out before it goes to gnats? | | I'll run with this patch and let you know if I run into any problems. I found a bug in OPTIONS handling, we get an extra newline sometimes. An example options file that gets generated: # This file is auto-generated by 'make config'. # No user-servicable parts inside! # Options for lmtpd-0.9.16_1 _OPTIONS_READ=lmtpd-0.9.16_1 WITH_PCRE=true WITHOUT_MYSQL=true WITHOUT_DB3=true WITHOUT_DB4 =true --pete From owner-freebsd-ports@FreeBSD.ORG Sat May 1 05:47:05 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6785116A4CE for ; Sat, 1 May 2004 05:47:05 -0700 (PDT) Received: from endif.cjb.net (65-101-229-205.dnvr.qwest.net [65.101.229.205]) by mx1.FreeBSD.org (Postfix) with SMTP id B9D1E43D31 for ; Sat, 1 May 2004 05:47:04 -0700 (PDT) (envelope-from end@endif.cjb.net) Received: (qmail 66623 invoked from network); 1 May 2004 12:47:03 -0000 Received: from localhost (127.0.0.1) by localhost with SMTP; 1 May 2004 12:47:03 -0000 Date: Sat, 1 May 2004 06:47:03 -0600 From: Robin Schoonover To: Kris Kennaway In-Reply-To: <20040427100454.GA62551@xor.obsecurity.org> References: <20040424011249.GA20496@xor.obsecurity.org> <20040427090425.GA21675@Odin.AC.HMC.Edu> <20040427100454.GA62551@xor.obsecurity.org> X-Mailer: Sylpheed version 0.9.10claws (GTK+ 1.2.10; i386-portbld-freebsd5.2.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20040501124704.B9D1E43D31@mx1.FreeBSD.org> cc: Brooks Davis cc: ports@freebsd.org Subject: Re: If you're bored during the freeze X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 May 2004 12:47:05 -0000 On Tue, 27 Apr 2004 03:04:54 -0700, Kris Kennaway wrote: > On Tue, Apr 27, 2004 at 02:04:26AM -0700, Brooks Davis wrote: > > On Fri, Apr 23, 2004 at 06:12:49PM -0700, Kris Kennaway wrote: > > > I'm probably going to add /usr/local/www to BSD.local.dist so it > > > becomes a "system" directory. > > > > This sounds like a good idea to me. One related issue is ports that > > intall under /usr/local/www/data/. I've seen quite a few PHP > > ports that do that and it's a bad idea since that directory may or may > > not be a link to data.dist. I've moved my PHP ports to use > > /usr/local/www/ and to have a pkg-message that shows an apache > > directive to add that to the web hierachy as //. > > Yes, nothing should install under data/ since that's where a live > website usually lives, and it's Very Bad for ports to install > themselves so they immediately show up there Hmm, where should ports install themselves? Is share/ a good place and just have the 'user' symlink it or copy it over to data/? -- Robin Schoonover (aka End) # # Perl programming is an *empirical* science! # --Larry Wall in <10226@jpl-devvax.JPL.NASA.GOV> From owner-freebsd-ports@FreeBSD.ORG Sat May 1 07:45:55 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B5A916A4CE for ; Sat, 1 May 2004 07:45:55 -0700 (PDT) Received: from dragon.roe.ch (line-zh-102-185.adsl.econophone.ch [212.53.102.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF2BE43D54 for ; Sat, 1 May 2004 07:45:53 -0700 (PDT) (envelope-from daniel@roe.ch) Received: from roe by dragon.roe.ch with LOCAL id 1BJvkW-0008CU-00 for ports@FreeBSD.ORG; Sat, 01 May 2004 16:45:52 +0200 Date: Sat, 1 May 2004 16:45:52 +0200 From: Daniel Roethlisberger To: FreeBSD Ports Message-ID: <20040501144552.GA30512@dragon.roe.ch> Mail-Followup-To: FreeBSD Ports References: <20040428150137.GA74586@iib.unsam.edu.ar> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="AqsLC8rIMeq19msA" Content-Disposition: inline In-Reply-To: <20040428150137.GA74586@iib.unsam.edu.ar> User-Agent: Mutt/1.5.4i Subject: Re: autoconf/automake guru wanted [gnuplot-4.0 with patches] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 May 2004 14:45:55 -0000 --AqsLC8rIMeq19msA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Fernan Aguero [2004-04-28/12:01]: > After applying the patches I ran autoconf259 (I also have autoconf213 > in my system), which gave no error or signs. Next, I ran configure > using the new options '--enable-datastrings and --enable-histograms'. > Configure does not produce any errors, however upon calling 'make' > there are some errors about missing 'aclocal', 'autoheader', > 'autoconf' and then a re-check happens which re-runs configure and > make. At this time there are errors about a missing 'automake-1.7'. I am neither an autotools guru nor a ports guru, so take the following with a grain of salt. When working with autoconf et al on FreeBSD outside the ports environment, I found that they need some $PATH tweaking in order to find the correct version of their companion tools. When the tools call each other, they sometimes just run plain `aclocal', `autoheader', `autoconf', `automake' instead of the correctly versioned commands `autoconf257' or `automake17'. This either causes the wrong version of the tools to be called, if you have the `default' automake15/autoconf253 ports installed, or you see complaints about missing tools. To fix this, I am currently using symlinks pointing to the correct versions in ~/bin/ (which I include in front of the normal $PATH). This works for me. However, I think there might be a bug in the automake17 port which causes calls to `automake-1.7' to appear in generated Makefiles. I have not had time to investigate this any further, and I haven't written a PR about this, so I might be all wrong. The autotools have changed to install versioned command names upstream, but using a different naming scheme than FreeBSD ports do (`automake17' vs. `automake-1.7'), and maybe there was an occurence of `automake-1.7' that was overlooked when the port was prepared. Cheers, Dan --=20 Daniel Roethlisberger GnuPG key ID 0x804A06B1 (DSA/ElGamal) --AqsLC8rIMeq19msA Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQFAk7gfOXQOmIBKBrERAsPBAJ9U4ydKtiqcGSE7wyx1rupLPEz1OgCeMMpr nUjPNFEx4DhD68caGSCn3Tc= =FLbx -----END PGP SIGNATURE----- --AqsLC8rIMeq19msA-- From owner-freebsd-ports@FreeBSD.ORG Sat May 1 07:50:48 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B30DF16A4CE; Sat, 1 May 2004 07:50:48 -0700 (PDT) Received: from smtp02.mrf.mail.rcn.net (smtp02.mrf.mail.rcn.net [207.172.4.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7ACA743D1F; Sat, 1 May 2004 07:50:48 -0700 (PDT) (envelope-from adam.mclaurin@gmx.net) Received: from 146-115-126-186.c3-0.arl-ubr1.sbo-arl.ma.cable.rcn.com ([146.115.126.186] helo=jake) by smtp02.mrf.mail.rcn.net with smtp (Exim 3.35 #4) id 1BJvpH-0003VO-00; Sat, 01 May 2004 10:50:47 -0400 Date: Sat, 1 May 2004 10:50:47 -0400 From: Adam McLaurin To: ports@freebsd.org, ache@freebsd.org, nork@FreeBSD.org Message-Id: <20040501105047.1e4ee709.adam.mclaurin@gmx.net> X-Mailer: Sylpheed version 0.9.9-gtk2-20040229 (GTK+ 2.4.1; i386-portbld-freebsd5.2.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: www/apache13 will not compile on 5.2.1-R X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 May 2004 14:50:48 -0000 Trying to upgrade my Apache to the latest port version (1.3.29-4), but having absolutely no luck getting it to compile .. ===> [include: Installing Apache C header files] cp ./src/include/*.h /usr/local/include/apache/ cp ./src/lib/expat-lite/*.h /usr/local/include/apache/xml/ cp ./src/os/unix/os.h /usr/local/include/apache/ cp ./src/os/unix/os-inline.c /usr/local/include/apache/ chmod 644 /usr/local/include/apache/*.h /usr/local/include/apache/xml/*.h<=== [include] ===> [data: Installing initial data files] echo "Copying tree ./htdocs/ -> /usr/local/www/data-dist/"; (cd ./htdocs/ && /usr/bin/tar -hcf - index* apache_pb.* ) | (cd /usr/local/www/data-dist/ && /usr/bin/tar -xf -); find /usr/local/www/data-dist/ -type d -exec chmod a+rx {} \; ; find /usr/local/www/data-dist/ -type f -print | xargs chmod a+r ; Copying tree ./htdocs/ -> /usr/local/www/data-dist/ xargs: unterminated quote *** Error code 1 Stop in /usr/ports/www/apache13/work/apache_1.3.29. *** Error code 1 Stop in /usr/ports/www/apache13/work/apache_1.3.29. *** Error code 1 Stop in /usr/ports/www/apache13. *** Error code 1 Stop in /usr/ports/www/apache13. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade43706.0 make reinstall egrep: /var/db/pkg/apache-1.3.29_3/+CONTENTS: No such file or directory Looking through the mailing list archives, I don't see anyone else having the problem. But I've tried it a few times and it keeps doing the same thing. Anyone have any ideas? I'm stumped .. Thanks. -- Adam "satyam, shivam, sundaram" From owner-freebsd-ports@FreeBSD.ORG Sat May 1 11:18:06 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7085416A4CE for ; Sat, 1 May 2004 11:18:06 -0700 (PDT) Received: from smtp.rdsnet.ro (smtp.rdsnet.ro [62.231.74.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7A8F43D4C for ; Sat, 1 May 2004 11:18:04 -0700 (PDT) (envelope-from itetcu@apropo.ro) Received: (qmail 24020 invoked by uid 89); 1 May 2004 18:13:06 -0000 Received: from unknown (HELO rdsnet.ro) (62.231.74.131) by 0 with SMTP; 1 May 2004 18:13:06 -0000 Received: (qmail 1631 invoked from network); 1 May 2004 18:18:03 -0000 Received: from unknown (HELO buh.cameradicommercio.ro) (81.196.25.19) by mail.rdsnet.ro with SMTP; 1 May 2004 18:18:03 -0000 Received: from it.buh.cameradicommercio.ro (it.buh.cameradicommercio.ro [192.168.0.10]) by buh.cameradicommercio.ro (Postfix) with ESMTP id 75CD160EC; Sat, 1 May 2004 21:17:21 +0300 (EEST) Received: from localhost (localhost.buh.cameradicommercio.ro [127.0.0.1]) by it.buh.cameradicommercio.ro (Postfix) with ESMTP id 3F11E2B0; Sat, 1 May 2004 21:21:20 +0300 (EEST) Received: from it.buh.cameradicommercio.ro ([127.0.0.1])port 10024) with ESMTP id 43890-05; Sat, 1 May 2004 21:21:20 +0300 (EEST) Received: from it.buh.cameradicommercio.ro (localhost.buh.cameradicommercio.ro [127.0.0.1]) by it.buh.cameradicommercio.ro (Postfix) with SMTP id CEF2425F; Sat, 1 May 2004 21:21:19 +0300 (EEST) Date: Sat, 1 May 2004 21:21:19 +0300 From: Ion-Mihai Tetcu To: Adam McLaurin Message-Id: <20040501212119.07f8120c@it.buh.cameradicommercio.ro> In-Reply-To: <20040501105047.1e4ee709.adam.mclaurin@gmx.net> References: <20040501105047.1e4ee709.adam.mclaurin@gmx.net> X-Mailer: Sylpheed version 0.9.10claws (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at it.buh.cameradicommercio.ro cc: ports@freebsd.org cc: nork@FreeBSD.org Subject: Re: www/apache13 will not compile on 5.2.1-R X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 May 2004 18:18:06 -0000 On Sat, 1 May 2004 10:50:47 -0400 Adam McLaurin wrote: > Trying to upgrade my Apache to the latest port version (1.3.29-4), but > having absolutely no luck getting it to compile .. > > > ===> [include: Installing Apache C header files] > cp ./src/include/*.h /usr/local/include/apache/ > cp ./src/lib/expat-lite/*.h /usr/local/include/apache/xml/ > cp ./src/os/unix/os.h /usr/local/include/apache/ > cp ./src/os/unix/os-inline.c /usr/local/include/apache/ > chmod 644 /usr/local/include/apache/*.h > /usr/local/include/apache/xml/*.h<=== [include] > ===> [data: Installing initial data files] > echo "Copying tree ./htdocs/ -> /usr/local/www/data-dist/"; (cd > ./htdocs/ && /usr/bin/tar -hcf - index* apache_pb.* ) | (cd > /usr/local/www/data-dist/ && /usr/bin/tar -xf -); find > /usr/local/www/data-dist/ -type d -exec chmod a+rx {} \; ; find > /usr/local/www/data-dist/ -type f -print | xargs chmod a+r ; Copying > tree ./htdocs/ -> /usr/local/www/data-dist/ xargs: unterminated quote > *** Error code 1 Are you sure you do not have some files put by you in the /usr/local/www/data directory ? I remember I had this issue a while ago. -- IOnut Unregistered ;) FreeBSD "user" From owner-freebsd-ports@FreeBSD.ORG Sat May 1 14:47:59 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBE0A16A4CF for ; Sat, 1 May 2004 14:47:58 -0700 (PDT) Received: from smtp.dkm.cz (smtp.dkm.cz [62.24.64.34]) by mx1.FreeBSD.org (Postfix) with SMTP id 25EC143D1F for ; Sat, 1 May 2004 14:47:57 -0700 (PDT) (envelope-from neuhauser@chello.cz) Received: (qmail 44097 invoked by uid 0); 1 May 2004 21:47:56 -0000 Received: from r3al16.mistral.cz (HELO isis.wad.cz) (213.220.229.16) by smtp.dkm.cz with SMTP; 1 May 2004 21:47:55 -0000 Received: by isis.wad.cz (Postfix, from userid 1001) id DB35B2FDA01; Sat, 1 May 2004 23:47:54 +0200 (CEST) Date: Sat, 1 May 2004 23:47:54 +0200 From: Roman Neuhauser To: Pete Fritchman Message-ID: <20040501214754.GA450@isis.wad.cz> Mail-Followup-To: Pete Fritchman , freebsd-ports References: <20040501022037.2A13017F24@sirius.firepipe.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="ibTvN161/egqYuK8" Content-Disposition: inline In-Reply-To: <20040501022037.2A13017F24@sirius.firepipe.net> User-Agent: Mutt/1.5.6i cc: freebsd-ports Subject: Re: [PATCH] small speedups in Mk/bsd.port.mk X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 May 2004 21:47:59 -0000 --ibTvN161/egqYuK8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline # petef@FreeBSD.org / 2004-04-30 21:20:37 -0500: > * Fri, 30 Apr 2004 18:25:19 CDT - Pete Fritchman: > | * Fri, 30 Apr 2004 07:36:13 +0200 - Roman Neuhauser: > | | Could someone please try the patch out before it goes to gnats? > | > | I'll run with this patch and let you know if I run into any problems. > > I found a bug in OPTIONS handling, we get an extra newline sometimes. > An example options file that gets generated: > > # This file is auto-generated by 'make config'. > # No user-servicable parts inside! > # Options for lmtpd-0.9.16_1 > _OPTIONS_READ=lmtpd-0.9.16_1 > WITH_PCRE=true > WITHOUT_MYSQL=true > WITHOUT_DB3=true > WITHOUT_DB4 > =true Cool, thanks for testing it. Do you get that effect with the attached version? -- If you cc me or remove the list(s) completely I'll most likely ignore your message. see http://www.eyrie.org./~eagle/faqs/questions.html --ibTvN161/egqYuK8 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="Mk::bsd.port.mk-speedups,2.patch" Index: Mk/bsd.port.mk =================================================================== RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v retrieving revision 1.488 diff -u -u -r1.488 bsd.port.mk --- Mk/bsd.port.mk 19 Apr 2004 23:39:52 -0000 1.488 +++ Mk/bsd.port.mk 1 May 2004 21:18:25 -0000 @@ -2173,6 +2173,9 @@ . endif .endfor +DISTINFO_SIZE_AWK= 'BEGIN { gsub(/\./, "\\\\.", distinfo); p = sprintf("^SIZE \\\\(%s\\\\)", distinfo); } $$0 ~ p { print $$4; }' +DISTINFO_CKSUM_AWK= 'BEGIN { gsub(/\./, "\\\\.", distinfo); p = sprintf("^MD5 \\\\(%s\\\\)", distinfo); } $$0 ~ p { print $$4; }' + # # Hackery to enable simple fetch targets with several dynamic MASTER_SITES # @@ -2859,7 +2862,8 @@ for site in `eval $$SORTED_MASTER_SITES_CMD_TMP ${_RANDOMIZE_SITES}`; do \ ${ECHO_MSG} ">> Attempting to fetch from $${site}."; \ DIR=${DIST_SUBDIR}; \ - CKSIZE=`${GREP} "^SIZE ($${DIR:+$$DIR/}$$file)" ${MD5_FILE} | ${AWK} '{print $$4}'`; \ + CKSIZE=`${AWK} -v distinfo="$${DIR:+$$DIR/}$$file" \ + ${DISTINFO_SIZE_AWK} ${MD5_FILE}`; \ case $${file} in \ */*) ${MKDIR} $${file%/*}; \ args="-o $${file} $${site}$${file}";; \ @@ -2912,8 +2916,8 @@ for site in `eval $$SORTED_PATCH_SITES_CMD_TMP`; do \ ${ECHO_MSG} ">> Attempting to fetch from $${site}."; \ DIR=${DIST_SUBDIR}; \ - pattern="$${DIR:+$$DIR/}`${ECHO_CMD} $$file | ${SED} -e 's/\./\\\\./g'`"; \ - CKSIZE=`${GREP} "^SIZE ($$pattern)" ${MD5_FILE} | ${AWK} '{print $$4}'`; \ + CKSIZE=`${AWK} -v distinfo="$${DIR:+$$DIR/}$$file" \ + ${DISTINFO_SIZE_AWK} ${MD5_FILE}`; \ case $${file} in \ */*) ${MKDIR} $${file%/*}; \ args="-o $${file} $${site}$${file}";; \ @@ -2997,7 +3001,7 @@ if ${PATCH} ${PATCH_ARGS} < $$i ; then \ PATCHES_APPLIED="$$PATCHES_APPLIED $$i" ; \ else \ - ${ECHO_MSG} `${ECHO_CMD} ">> Patch $$i failed to apply cleanly." | ${SED} "s|${PATCHDIR}/||"` ; \ + ${ECHO_MSG} ">> Patch $${i#${PATCHDIR}} failed to apply cleanly." ; \ if [ x"$$PATCHES_APPLIED" != x"" ]; then \ ${ECHO_MSG} `${ECHO_CMD} ">> Patch(es) $$PATCHES_APPLIED applied cleanly." | ${SED} "s|${PATCHDIR}/||g"` ; \ fi; \ @@ -3380,9 +3384,8 @@ /usr/bin/objdump -R ${PREFIX}/$$i > \ ${WRKDIR}/.PLIST.objdump 2> /dev/null; \ if [ -s ${WRKDIR}/.PLIST.objdump ] ; then \ - ${EGREP} " $$stupid_functions_regexp" \ - ${WRKDIR}/.PLIST.objdump | ${AWK} '{print " " $$3}' | ${TR} -d '\n' \ - > ${WRKDIR}/.PLIST.stupid; \ + ${AWK} '/ '"$$stupid_functions_regexp"'/ {printf " %s" $$3}' \ + ${WRKDIR}/.PLIST.objdump > ${WRKDIR}/.PLIST.stupid; \ if [ -n "`${EGREP} ' (accept|recvfrom)$$' ${WRKDIR}/.PLIST.objdump`" ] ; then \ if [ -s ${WRKDIR}/.PLIST.stupid ]; then \ ${ECHO_CMD} -n "${PREFIX}/$$i (USES POSSIBLY INSECURE FUNCTIONS:" >> ${WRKDIR}/.PLIST.network; \ @@ -3803,7 +3806,8 @@ fi ; \ for site in `eval $$SORTED_MASTER_SITES_CMD_TMP ${_RANDOMIZE_SITES}`; do \ DIR=${DIST_SUBDIR}; \ - CKSIZE=`${GREP} "^SIZE ($${DIR:+$$DIR/}$$file)" ${MD5_FILE} | ${AWK} '{print $$4}'`; \ + CKSIZE=`${AWK} -v distinfo="$${DIR:+$$DIR/}$$file" \ + ${DISTINFO_SIZE_AWK} ${MD5_FILE}`; \ case $${file} in \ */*) args="-o $${file} $${site}$${file}";; \ *) args=$${site}$${file};; \ @@ -3835,7 +3839,8 @@ fi ; \ for site in `eval $$SORTED_PATCH_SITES_CMD_TMP ${_RANDOMIZE_SITES}`; do \ DIR=${DIST_SUBDIR}; \ - CKSIZE=`${GREP} "^SIZE ($${DIR:+$$DIR/}$$file)" ${MD5_FILE} | ${AWK} '{print $$4}'`; \ + CKSIZE=`${AWK} -v distinfo="$${DIR:+$$DIR/}$$file" \ + ${DISTINFO_SIZE_AWK} ${MD5_FILE}`; \ case $${file} in \ */*) args="-o $${file} $${site}$${file}";; \ *) args=$${site}$${file};; \ @@ -3886,9 +3891,8 @@ @if [ -f ${MD5_FILE} ]; then \ (cd ${DISTDIR}; OK=""; \ for file in ${_CKSUMFILES}; do \ - pattern="`${ECHO_CMD} $$file | ${SED} -e 's/\./\\\\./g'`"; \ CKSUM=`${MD5} < $$file`; \ - CKSUM2=`${GREP} "^MD5 ($$pattern)" ${MD5_FILE} | ${AWK} '{print $$4}'`; \ + CKSUM2=`${AWK} -v distinfo="$$file" ${DISTINFO_CKSUM_AWK} ${MD5_FILE}`; \ if [ -z "$$CKSUM2" ]; then \ ${ECHO_MSG} ">> No checksum recorded for $$file."; \ OK="false"; \ @@ -3914,8 +3918,7 @@ fi; \ done; \ for file in ${_IGNOREFILES}; do \ - pattern="`${ECHO_CMD} $$file | ${SED} -e 's/\./\\\\./g'`"; \ - CKSUM2=`${GREP} "($$pattern)" ${MD5_FILE} | ${AWK} '{if(NR<2)print $$4}'`; \ + CKSUM2=`${AWK} -v distinfo="$$file" ${DISTINFO_CKSUM_AWK} ${MD5_FILE}`; \ if [ "$$CKSUM2" = "" ]; then \ ${ECHO_MSG} ">> No checksum recorded for $$file, file is in "'$$'"{IGNOREFILES} list."; \ OK="false"; \ @@ -4004,8 +4007,8 @@ prog=`${ECHO_CMD} $$i | ${SED} -e 's/:.*//'`; \ dir=`${ECHO_CMD} $$i | ${SED} -e 's/[^:]*://'`; \ if ${EXPR} "$$dir" : '.*:' > /dev/null; then \ - target=`${ECHO_CMD} $$dir | ${SED} -e 's/.*://'`; \ - dir=`${ECHO_CMD} $$dir | ${SED} -e 's/:.*//'`; \ + target=$${dir##*:}; \ + dir=$${dir%%:*}; \ else \ target="${DEPENDS_TARGET}"; \ depends_args="${DEPENDS_ARGS}"; \ @@ -4129,8 +4132,8 @@ .if !defined(NO_DEPENDS) @for dir in ${DEPENDS}; do \ if ${EXPR} "$$dir" : '.*:' > /dev/null; then \ - target=`${ECHO_CMD} $$dir | ${SED} -e 's/.*://'`; \ - dir=`${ECHO_CMD} $$dir | ${SED} -e 's/:.*//'`; \ + target=$${dir##*:}; \ + dir=$${dir%%:*}; \ else \ target="${DEPENDS_TARGET}"; \ depends_args="${DEPENDS_ARGS}"; \ @@ -4160,7 +4163,7 @@ ALL-DEPENDS-LIST= \ checked="${PARENT_CHECKED}"; \ - for dir in $$(${ECHO_CMD} "${EXTRACT_DEPENDS} ${PATCH_DEPENDS} ${FETCH_DEPENDS} ${BUILD_DEPENDS} ${LIB_DEPENDS} ${RUN_DEPENDS}" | ${SED} -e 'y/ /\n/' | ${CUT} -f 2 -d ':') $$(${ECHO_CMD} ${DEPENDS} | ${SED} -e 'y/ /\n/' | ${CUT} -f 1 -d ':'); do \ + for dir in $$(${ECHO_CMD} "${EXTRACT_DEPENDS} ${PATCH_DEPENDS} ${FETCH_DEPENDS} ${BUILD_DEPENDS} ${LIB_DEPENDS} ${RUN_DEPENDS}" | ${AWK} -v RS=' ' -v FS=: '{print $$2}') $$(${ECHO_CMD} ${DEPENDS} | ${AWK} -v RS=' ' -v FS=: '{print $$1}'); do \ if [ -d $$dir ]; then \ if (${ECHO_CMD} $$checked | ${GREP} -qwv "$$dir"); then \ child=$$(cd $$dir; ${MAKE} PARENT_CHECKED="$$checked" run-depends-list); \ @@ -4419,7 +4422,7 @@ www-site: .if exists(${DESCR}) - @${GREP} '^WWW:[ ]' ${DESCR} | ${AWK} '{print $$2}' | ${HEAD} -1 + @${AWK} '/^WWW:[ ]/ {print $$2; exit;}' ${DESCR} .else @${ECHO_CMD} .endif @@ -4465,7 +4468,7 @@ defined(FETCH_DEPENDS) || defined(BUILD_DEPENDS) || \ defined(LIB_DEPENDS) || defined(DEPENDS) @${ECHO_CMD} -n 'This port requires package(s) "' - @${ECHO_CMD} -n `${GREP} '^${PKGNAME}|' ${PORTSDIR}/${INDEXFILE} | ${AWK} -F\| '{print $$8;}'` + @${ECHO_CMD} -n `${AWK} -F\| '/^${PKGNAME}|/ {print $$8;}' ${PORTSDIR}/${INDEXFILE}` @${ECHO_CMD} '" to build.' .endif .endif @@ -4474,7 +4477,7 @@ pretty-print-run-depends-list: .if defined(RUN_DEPENDS) || defined(LIB_DEPENDS) || defined(DEPENDS) @${ECHO_CMD} -n 'This port requires package(s) "' - @${ECHO_CMD} -n `${GREP} '^${PKGNAME}|' ${PORTSDIR}/${INDEXFILE} | ${AWK} -F\| '{print $$9;}'` + @${ECHO_CMD} -n `${AWK} -F\| '/^${PKGNAME}|/ {print $$9;}' ${PORTSDIR}/${INDEXFILE}` @${ECHO_CMD} '" to run.' .endif .endif @@ -4487,10 +4490,9 @@ @${ECHO_MSG} "===> Generating temporary packing list" @${MKDIR} `${DIRNAME} ${TMPPLIST}` @if [ ! -f ${DESCR} ]; then ${ECHO_CMD} "** Missing pkg-descr for ${PKGNAME}."; exit 1; fi - @>${TMPPLIST} @for file in ${PLIST_FILES}; do \ - ${ECHO_CMD} $${file} | ${SED} ${PLIST_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} >> ${TMPPLIST}; \ - done + ${ECHO_CMD} $${file}; \ + done | ${SED} ${PLIST_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} > ${TMPPLIST} @for man in ${__MANPAGES}; do \ ${ECHO_CMD} $${man} >> ${TMPPLIST}; \ done @@ -4529,9 +4531,9 @@ @if [ -f ${PLIST} ]; then \ ${SED} ${PLIST_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} ${PLIST} >> ${TMPPLIST}; \ fi -.for dir in ${PLIST_DIRS} - @${ECHO_CMD} ${dir} | ${SED} ${PLIST_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} | ${SED} -e 's,^,@dirrm ,' >> ${TMPPLIST} -.endfor + @for dir in ${PLIST_DIRS}; do \ + ${ECHO_CMD} $${dir}; \ + done | ${SED} ${PLIST_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} | ${SED} -e 's,^,@dirrm ,' >> ${TMPPLIST} .if !defined(NO_MTREE) @${ECHO_CMD} "@unexec if [ -f %D/info/dir ]; then if sed -e '1,/Menu:/d' %D/info/dir | grep -q '^[*] '; then true; else rm %D/info/dir; fi; fi" >> ${TMPPLIST} .endif @@ -4558,10 +4560,15 @@ .if !target(add-plist-docs) add-plist-docs: .if defined(PORTDOCS) - @if ${EGREP} -qe '^@cw?d' ${TMPPLIST} && \ - [ "`${SED} -En -e '/^@cw?d[ ]*/s,,,p' ${TMPPLIST} | ${TAIL} -n 1`" != "${PREFIX}" ]; then \ - ${ECHO_CMD} "@cwd ${PREFIX}" >> ${TMPPLIST}; \ - fi + @${AWK} -v found=0 -v cwd='' -v prefix='${PREFIX}' \ + 'match($$0, /^@cw?d[ ]*/) { \ + found = 1; cwd = substr($$0, RSTART + RLENGTH); \ + } \ + END { \ + if (found && cwd != prefix) { \ + print "@cwd " prefix >> "${TMPPLIST}"; \ + } \ + }' ${TMPPLIST}; \ @${FIND} -P ${PORTDOCS:S/^/${DOCSDIR}\//} ! -type d 2>/dev/null | \ ${SED} -ne 's,^${PREFIX}/,,p' >> ${TMPPLIST} @${FIND} -P -d ${PORTDOCS:S/^/${DOCSDIR}\//} -type d 2>/dev/null | \ @@ -4646,7 +4653,7 @@ if [ -f ${PKGMESSAGE} ]; then \ ${CP} ${PKGMESSAGE} ${PKG_DBDIR}/${PKGNAME}/+DISPLAY; \ fi; \ - for dep in `${PKG_INFO} -qf ${PKGNAME} | ${GREP} -w ^@pkgdep | ${AWK} '{print $$2}' | sort -u`; do \ + for dep in `${PKG_INFO} -qf ${PKGNAME} | ${AWK} '/^@pkgdep\>/ {print $$2}' | sort -u`; do \ if [ -d ${PKG_DBDIR}/$$dep -a -z `${ECHO_CMD} $$dep | ${GREP} -E ${PKG_IGNORE_DEPENDS}` ]; then \ if ! ${GREP} ^${PKGNAME}$$ ${PKG_DBDIR}/$$dep/+REQUIRED_BY \ >/dev/null 2>&1; then \ @@ -4750,7 +4757,7 @@ ${ECHO_MSG} "===> No user-specified options to save for ${PKGNAME}"; \ exit 0; \ fi; \ - SELOPTIONS=$$(${CAT} $${TMPOPTIONSFILE}); \ + SELOPTIONS=$$(${SED} -e 's/"//g' $${TMPOPTIONSFILE}); \ ${RM} -f $${TMPOPTIONSFILE}; \ TMPOPTIONSFILE=$$(mktemp -t portoptions); \ trap "${RM} -f $${TMPOPTIONSFILE}; exit 1" 1 2 3 5 10 13 15; \ @@ -4758,14 +4765,23 @@ ${ECHO_CMD} "# No user-servicable parts inside!" >> $${TMPOPTIONSFILE}; \ ${ECHO_CMD} "# Options for ${PKGNAME}" >> $${TMPOPTIONSFILE}; \ ${ECHO_CMD} "_OPTIONS_READ=${PKGNAME}" >> $${TMPOPTIONSFILE}; \ - for i in $${OPTIONSLIST}; do \ - ${ECHO_CMD} $${SELOPTIONS} | ${GREP} -qw $${i}; \ - if [ $$? -eq 0 ]; then \ - ${ECHO_CMD} WITH_$${i}=true >> $${TMPOPTIONSFILE}; \ - else \ - ${ECHO_CMD} WITHOUT_$${i}=true >> $${TMPOPTIONSFILE}; \ - fi; \ - done; \ + ${ECHO_CMD} $${OPTIONSLIST} | ${AWK} \ + 'BEGIN { \ + getline; \ + sub(/[\r\n]+/, ""); \ + split($$0, ol); \ + split("'"$${SELOPTIONS}"'", sl); \ + for (o in ol) { \ + found = 0; \ + for (s in sl) { \ + if (ol[o] == sl[s]) { \ + found = 1; \ + break; \ + } \ + } \ + printf("WITH%s_%s=true\n", found ? "" : "OUT", ol[o]); \ + } \ + }' >> $${TMPOPTIONSFILE}; \ if [ `${ID} -u` != 0 -a "x${INSTALL_AS_USER}" = "x" ]; then \ ${ECHO_MSG} "===> Switching to root credentials to write ${_OPTIONSFILE}"; \ ${SU_CMD} "${CAT} $${TMPOPTIONSFILE} > ${_OPTIONSFILE}"; \ --ibTvN161/egqYuK8-- From owner-freebsd-ports@FreeBSD.ORG Sat May 1 15:04:30 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 014A916A4CE for ; Sat, 1 May 2004 15:04:30 -0700 (PDT) Received: from sirius.firepipe.net (sirius.firepipe.net [69.13.116.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id B01FA43D48 for ; Sat, 1 May 2004 15:04:29 -0700 (PDT) (envelope-from petef@sirius.firepipe.net) Received: from sirius.firepipe.net (localhost.firepipe.net [127.0.0.1]) by sirius.firepipe.net (Postfix) with ESMTP id 0A7BF17F21 for ; Sat, 1 May 2004 17:04:29 -0500 (EST) From: Pete Fritchman To: freebsd-ports In-Reply-To: Message from Roman Neuhauser of "Sat, 01 May 2004 23:47:54 +0200." <20040501214754.GA450@isis.wad.cz> Date: Sat, 01 May 2004 17:04:29 -0500 Sender: petef@sirius.firepipe.net Message-Id: <20040501220429.0A7BF17F21@sirius.firepipe.net> Subject: Re: [PATCH] small speedups in Mk/bsd.port.mk X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 May 2004 22:04:30 -0000 * Sat, 01 May 2004 23:47:54 +0200 - Roman Neuhauser: | Cool, thanks for testing it. Do you get that effect with the attached | version? Nope, that seems to be fixed. I'll run with this version and let you know if I run into any trouble. --pete From owner-freebsd-ports@FreeBSD.ORG Sat May 1 15:08:33 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4019A16A4CE for ; Sat, 1 May 2004 15:08:33 -0700 (PDT) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id AD66443D49 for ; Sat, 1 May 2004 15:08:32 -0700 (PDT) (envelope-from tomonage3@gmx.de) Received: (qmail 27710 invoked by uid 65534); 1 May 2004 22:08:31 -0000 Received: from pD9E77721.dip.t-dialin.net (EHLO [192.168.0.196]) (217.231.119.33) by mail.gmx.net (mp002) with SMTP; 02 May 2004 00:08:31 +0200 X-Authenticated: #10211679 User-Agent: Microsoft-Entourage/10.1.4.030702.0 Date: Sun, 02 May 2004 00:08:27 +0200 From: Jonathan Weiss To: Message-ID: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit cc: ports@FreeBSD.org Subject: FreeBSD Port: dnsmasq-2.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 May 2004 22:08:33 -0000 Hi, I just installed dnsmasq from the ports on my FreeBSD 5.2.1-p4. It seems like the port does not install a rcNG-startupfile. I could not find a sample file in /usr/local/etc/rc.d or in the work-directory. Is there a rcNG-file? Greets, Jonathan From owner-freebsd-ports@FreeBSD.ORG Sat May 1 16:33:09 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54E2616A4CE for ; Sat, 1 May 2004 16:33:09 -0700 (PDT) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 223ED43D4C for ; Sat, 1 May 2004 16:33:09 -0700 (PDT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (IDENT:brdavis@localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.12.10/8.12.3) with ESMTP id i41NX6jU013299; Sat, 1 May 2004 16:33:06 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.12.10/8.12.3/Submit) id i41NX5XL013298; Sat, 1 May 2004 16:33:05 -0700 Date: Sat, 1 May 2004 16:33:05 -0700 From: Brooks Davis To: Robin Schoonover Message-ID: <20040501233304.GA6812@Odin.AC.HMC.Edu> References: <20040424011249.GA20496@xor.obsecurity.org> <20040427090425.GA21675@Odin.AC.HMC.Edu> <20040427100454.GA62551@xor.obsecurity.org> <20040501124704.B9D1E43D31@mx1.FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="DocE+STaALJfprDB" Content-Disposition: inline In-Reply-To: <20040501124704.B9D1E43D31@mx1.FreeBSD.org> User-Agent: Mutt/1.5.4i cc: Brooks Davis cc: ports@freebsd.org cc: Kris Kennaway Subject: Re: If you're bored during the freeze X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 May 2004 23:33:09 -0000 --DocE+STaALJfprDB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, May 01, 2004 at 06:47:03AM -0600, Robin Schoonover wrote: > On Tue, 27 Apr 2004 03:04:54 -0700, Kris Kennaway wrote: > > On Tue, Apr 27, 2004 at 02:04:26AM -0700, Brooks Davis wrote: > > > On Fri, Apr 23, 2004 at 06:12:49PM -0700, Kris Kennaway wrote: > > > > I'm probably going to add /usr/local/www to BSD.local.dist so it > > > > becomes a "system" directory. > > >=20 > > > This sounds like a good idea to me. One related issue is ports that > > > intall under /usr/local/www/data/. I've seen quite a few PHP > > > ports that do that and it's a bad idea since that directory may or may > > > not be a link to data.dist. I've moved my PHP ports to use > > > /usr/local/www/ and to have a pkg-message that shows an apache > > > directive to add that to the web hierachy as //. > >=20 > > Yes, nothing should install under data/ since that's where a live > > website usually lives, and it's Very Bad for ports to install > > themselves so they immediately show up there=20 >=20 > Hmm, where should ports install themselves? Is share/ a good place and > just have the 'user' symlink it or copy it over to data/? I think www/ works well, but one could argue for one more layer. In general, it can't be in share/ because some PHP apps modify their files. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --DocE+STaALJfprDB Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFAlDOvXY6L6fI4GtQRAkNsAJ4wai4EiyGJQ6TRyQ7yyJkZ7o2LFwCfXZvs 3KcVs8l4En6hJLVrDzD2Cls= =b8CQ -----END PGP SIGNATURE----- --DocE+STaALJfprDB-- From owner-freebsd-ports@FreeBSD.ORG Sat May 1 16:48:56 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DCAE16A4CE for ; Sat, 1 May 2004 16:48:56 -0700 (PDT) Received: from heisenberg.zen.co.uk (heisenberg.zen.co.uk [212.23.3.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9675C43D4C for ; Sat, 1 May 2004 16:48:55 -0700 (PDT) (envelope-from zen13038@zen.co.uk) Received: from [217.155.133.118] (helo=yashin.myname.mydomain) by heisenberg.zen.co.uk with esmtp (Exim 4.30) id 1BK4E2-0000Sn-Kd for ports@FreeBSD.org; Sat, 01 May 2004 23:48:54 +0000 Received: by yashin.myname.mydomain (Postfix, from userid 1001) id A7C9D20AEA; Sun, 2 May 2004 00:53:33 +0100 (BST) Date: Sun, 2 May 2004 00:53:33 +0100 From: Aleksandar Simic To: ports@FreeBSD.org Message-ID: <20040501235333.GA84676@yashin.myname.mydomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Originating-Heisenberg-IP: [217.155.133.118] Subject: Improving /usr/ports/Makefile ? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 May 2004 23:48:56 -0000 Hello, from time to time you see people asking on questions why is it that their 'make index' is failing after they cvsup-ed all but excluded some region specific ports directories, most commonly: arabic, chinese, hebrew, hungarian, japanese, korean, polish, portuguese, russian, ukrainian, vietnamese Could a check be added to see if the above directories, or any other 'undesirable' ones are non existant and if they are, that they should be ignored ? Something like this: *** /usr/ports/Makefile Sat May 1 14:20:36 2004 --- /tmp/Makefile Sat May 1 09:27:44 2004 *************** *** 1,66 **** --- 1,186 ---- # $FreeBSD: ports/Makefile,v 1.82 2004/04/02 07:25:23 kris Exp $ # + .if exists (${.CURDIR}/accessibility) SUBDIR += accessibility + .endif + .if exists (${.CURDIR}/arabic) SUBDIR += arabic + .endif + .if exists (${.CURDIR}/archivers) SUBDIR += archivers + .endif + .if exists (${.CURDIR}/astro) SUBDIR += astro + .endif + .if exists (${.CURDIR}/audio) SUBDIR += audio + .endif + .if exists (${.CURDIR}/benchmarks) SUBDIR += benchmarks + .endif + .if exists (${.CURDIR}/biology) SUBDIR += biology + .endif + .if exists (${.CURDIR}/cad) SUBDIR += cad + .endif + .if exists (${.CURDIR}/chinese) SUBDIR += chinese + .endif + .if exists (${.CURDIR}/comms) SUBDIR += comms + .endif + .if exists (${.CURDIR}/converters) SUBDIR += converters + .endif + .if exists (${.CURDIR}/databases) SUBDIR += databases + .endif + .if exists (${.CURDIR}/deskutils) SUBDIR += deskutils + .endif + .if exists (${.CURDIR}/devel) SUBDIR += devel + .endif + .if exists (${.CURDIR}/dns) SUBDIR += dns + .endif + .if exists (${.CURDIR}/editors) SUBDIR += editors + .endif + .if exists (${.CURDIR}/emulators) SUBDIR += emulators + .endif + .if exists (${.CURDIR}/finance) SUBDIR += finance + .endif + .if exists (${.CURDIR}/french) SUBDIR += french + .endif + .if exists (${.CURDIR}/ftp) SUBDIR += ftp + .endif + .if exists (${.CURDIR}/games) SUBDIR += games + .endif + .if exists (${.CURDIR}/german) SUBDIR += german + .endif + .if exists (${.CURDIR}/graphics) SUBDIR += graphics + .endif + .if exists (${.CURDIR}/hebrew) SUBDIR += hebrew + .endif + .if exists (${.CURDIR}/hungarian) SUBDIR += hungarian + .endif + .if exists (${.CURDIR}/irc) SUBDIR += irc + .endif + .if exists (${.CURDIR}/japanese) SUBDIR += japanese + .endif + .if exists (${.CURDIR}/java) SUBDIR += java + .endif + .if exists (${.CURDIR}/korean) SUBDIR += korean + .endif + .if exists (${.CURDIR}/lang) SUBDIR += lang + .endif + .if exists (${.CURDIR}/mail) SUBDIR += mail + .endif + .if exists (${.CURDIR}/math) SUBDIR += math + .endif + .if exists (${.CURDIR}/mbone) SUBDIR += mbone + .endif + .if exists (${.CURDIR}/misc) SUBDIR += misc + .endif + .if exists (${.CURDIR}/multimedia) SUBDIR += multimedia + .endif + .if exists (${.CURDIR}/net) SUBDIR += net + .endif + .if exists (${.CURDIR}/net-mgmt) SUBDIR += net-mgmt + .endif + .if exists (${.CURDIR}/news) SUBDIR += news + .endif + .if exists (${.CURDIR}/palm) SUBDIR += palm + .endif + .if exists (${.CURDIR}/picobsd) SUBDIR += picobsd + .endif + .if exists (${.CURDIR}/polish) SUBDIR += polish + .endif + .if exists (${.CURDIR}/portugese) SUBDIR += portuguese + .endif + .if exists (${.CURDIR}/print) SUBDIR += print + .endif + .if exists (${.CURDIR}/russian) SUBDIR += russian + .endif + .if exists (${.CURDIR}/science) SUBDIR += science + .endif + .if exists (${.CURDIR}/security) SUBDIR += security + .endif + .if exists (${.CURDIR}/shells) SUBDIR += shells + .endif + .if exists (${.CURDIR}/sysutils) SUBDIR += sysutils + .endif + .if exists (${.CURDIR}/textproc) SUBDIR += textproc + .endif + .if exists (${.CURDIR}/ukrainian) SUBDIR += ukrainian + .endif + .if exists (${.CURDIR}/vietnamese) SUBDIR += vietnamese + .endif + .if exists (${.CURDIR}/www) SUBDIR += www + .endif + .if exists (${.CURDIR}/x11) SUBDIR += x11 + .endif + .if exists (${.CURDIR}/x11-clocks) SUBDIR += x11-clocks + .endif + .if exists (${.CURDIR}/x11-fm) SUBDIR += x11-fm + .endif + .if exists (${.CURDIR}/x11-fonts) SUBDIR += x11-fonts + .endif + .if exists (${.CURDIR}/x11-servers) SUBDIR += x11-servers + .endif + .if exists (${.CURDIR}/x11-themes) SUBDIR += x11-themes + .endif + .if exists (${.CURDIR}/x11-toolkits) SUBDIR += x11-toolkits + .endif + .if exists (${.CURDIR}/x11-wm) SUBDIR += x11-wm + .endif PORTSTOP= yes Thanks Aleksandar From owner-freebsd-ports@FreeBSD.ORG Sat May 1 17:10:24 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D107316A4CF for ; Sat, 1 May 2004 17:10:24 -0700 (PDT) Received: from fillmore.dyndns.org (port-212-202-49-130.reverse.qsc.de [212.202.49.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBEB143D39 for ; Sat, 1 May 2004 17:10:12 -0700 (PDT) (envelope-from eikemeier@fillmore-labs.com) Received: from [172.16.0.2] (helo=fillmore-labs.com) by fillmore.dyndns.org with esmtp (Exim 4.32; FreeBSD) id 1BK4YZ-000Esc-Mp; Sun, 02 May 2004 02:10:12 +0200 Message-ID: <40943C5B.4040501@fillmore-labs.com> Date: Sun, 02 May 2004 02:10:03 +0200 From: Oliver Eikemeier Organization: Fillmore Labs GmbH - http://www.fillmore-labs.com/ MIME-Version: 1.0 To: Aleksandar Simic References: <20040501235333.GA84676@yashin.myname.mydomain> In-Reply-To: <20040501235333.GA84676@yashin.myname.mydomain> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: ports@FreeBSD.org Subject: Re: Improving /usr/ports/Makefile ? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 May 2004 00:10:25 -0000 Aleksandar Simic wrote: > Hello, > > from time to time you see people asking on questions why is it that > their 'make index' is failing after they cvsup-ed all but excluded > some region specific ports directories, most commonly: > > arabic, chinese, hebrew, hungarian, japanese, korean, polish, > portuguese, russian, ukrainian, vietnamese > > Could a check be added to see if the above directories, or any other > 'undesirable' ones are non existant and if they are, that they should > be ignored ? > > Something like this: > > > *** /usr/ports/Makefile Sat May 1 14:20:36 2004 > --- /tmp/Makefile Sat May 1 09:27:44 2004 > *************** > *** 1,66 **** > --- 1,186 ---- > # $FreeBSD: ports/Makefile,v 1.82 2004/04/02 07:25:23 kris Exp $ > # > > + .if exists (${.CURDIR}/accessibility) > SUBDIR += accessibility > + .endif ... it's not that easy, because ports from one category need ports from another, so the INDEx generation fails anyway. I tested a script that calculated complete subsets, but they were not very useful. -Oliver From owner-freebsd-ports@FreeBSD.ORG Sat May 1 17:22:48 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C193D16A4CE for ; Sat, 1 May 2004 17:22:48 -0700 (PDT) Received: from endif.cjb.net (65-101-229-205.dnvr.qwest.net [65.101.229.205]) by mx1.FreeBSD.org (Postfix) with SMTP id 1E0ED43D39 for ; Sat, 1 May 2004 17:22:48 -0700 (PDT) (envelope-from end@endif.cjb.net) Received: (qmail 92635 invoked from network); 2 May 2004 00:22:47 -0000 Received: from localhost (127.0.0.1) by localhost with SMTP; 2 May 2004 00:22:47 -0000 Date: Sat, 1 May 2004 18:22:46 -0600 From: Robin Schoonover To: Aleksandar Simic In-Reply-To: <20040501235333.GA84676@yashin.myname.mydomain> References: <20040501235333.GA84676@yashin.myname.mydomain> X-Mailer: Sylpheed version 0.9.10claws (GTK+ 1.2.10; i386-portbld-freebsd5.2.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20040502002248.1E0ED43D39@mx1.FreeBSD.org> cc: ports@FreeBSD.org Subject: Re: Improving /usr/ports/Makefile ? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 May 2004 00:22:48 -0000 On Sun, 2 May 2004 00:53:33 +0100, Aleksandar Simic wrote: > Hello, > > from time to time you see people asking on questions why is it that > their 'make index' is failing after they cvsup-ed all but excluded > some region specific ports directories, most commonly: > > arabic, chinese, hebrew, hungarian, japanese, korean, polish, > portuguese, russian, ukrainian, vietnamese > > Could a check be added to see if the above directories, or any other > 'undesirable' ones are non existant and if they are, that they should > be ignored ? > > > Something like this: > > > *** /usr/ports/Makefile Sat May 1 14:20:36 2004 > --- /tmp/Makefile Sat May 1 09:27:44 2004 > *************** > *** 1,66 **** > --- 1,186 ---- > # $FreeBSD: ports/Makefile,v 1.82 2004/04/02 07:25:23 kris Exp $ > # > > + .if exists (${.CURDIR}/accessibility) > SUBDIR += accessibility > + .endif I'd rather have something like .for TCAT in ${SUBDIR} . if exists (${.CURDIR}/${TCAT}) _SUBDIR_C+= ${TCAT} . endif .endfor SUBDIR=${_SUBDIR_C} attached after all the SUBDIR lines instead because it adds less clutter to the actual SUBDIR listing, which makes it a little eaiser (IMO) to read. Of course, then Oliver just had to point out it that it doesn't matter because make index would fail anyway. So much for my careful checking to make sure my 6 lines worked. :P -- Robin Schoonover (aka End) # # I can't give you brains, but I can give you a diploma. # -- the Wizard of Oz From owner-freebsd-ports@FreeBSD.ORG Sat May 1 20:06:00 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0769F16A4CF; Sat, 1 May 2004 20:06:00 -0700 (PDT) Received: from imf19aec.mail.bellsouth.net (imf19aec.mail.bellsouth.net [205.152.59.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B9BE43D48; Sat, 1 May 2004 20:05:59 -0700 (PDT) (envelope-from FunOne@tyler.net) Received: from [192.168.0.210] ([67.35.200.112]) by imf19aec.mail.bellsouth.netESMTP <20040502030558.KTJF1774.imf19aec.mail.bellsouth.net@[192.168.0.210]>; Sat, 1 May 2004 23:05:58 -0400 Date: Sat, 1 May 2004 23:05:56 -0400 From: FunOne X-Priority: 3 (Normal) Message-ID: <1458211383.20040501230556@tyler.net> To: demon@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org Subject: FreeBSD Port: umbrello-1.1.1_2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: FunOne List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 May 2004 03:06:00 -0000 demon: Umbrello has had a 1.2.1 release out for several months now, when will the FreeBSD port catch-up? Or is there something broken in the port that prevents update? -- FunOne@tyler.net From owner-freebsd-ports@FreeBSD.ORG Sat May 1 22:08:07 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6364E16A4CE for ; Sat, 1 May 2004 22:08:07 -0700 (PDT) Received: from sirius.firepipe.net (sirius.firepipe.net [69.13.116.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3069C43D46 for ; Sat, 1 May 2004 22:08:07 -0700 (PDT) (envelope-from petef@sirius.firepipe.net) Received: from sirius.firepipe.net (localhost.firepipe.net [127.0.0.1]) by sirius.firepipe.net (Postfix) with ESMTP id C12FB177CB for ; Sun, 2 May 2004 00:08:06 -0500 (EST) From: Pete Fritchman To: freebsd-ports In-Reply-To: Message from Pete Fritchman of "Sat, 01 May 2004 17:04:29 CDT." Date: Sun, 02 May 2004 00:08:06 -0500 Sender: petef@sirius.firepipe.net Message-Id: <20040502050806.C12FB177CB@sirius.firepipe.net> Subject: Re: [PATCH] small speedups in Mk/bsd.port.mk X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 May 2004 05:08:07 -0000 * Sat, 01 May 2004 17:04:29 CDT - Pete Fritchman: | Nope, that seems to be fixed. I'll run with this version and let you | know if I run into any trouble. Found a bug with make checksum: skull(/usr/ports/devel/libsigc++12) [1410] > cat distinfo MD5 (gnome2/libsigc++-1.2.5.tar.gz) = d0d1ffcae0eced97ef4f17ce0ba81352 SIZE (gnome2/libsigc++-1.2.5.tar.gz) = 408276 skull(/usr/ports/devel/libsigc++12) [1411] > make -V DISTFILES libsigc++-1.2.5.tar.gz skull(/usr/ports/devel/libsigc++12) [1412] > make -V DIST_SUBDIR gnome2 skull(/usr/ports/devel/libsigc++12) [1413] > make checksum ===> Vulnerability check disabled >> No checksum recorded for gnome2/libsigc++-1.2.5.tar.gz. *** Error code 1 Stop in /usr/ports/devel/libsigc++12. skull(/usr/ports/devel/libsigc++12) [1414] > --pete From owner-freebsd-ports@FreeBSD.ORG Sat May 1 22:41:49 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D57E16A4CE for ; Sat, 1 May 2004 22:41:49 -0700 (PDT) Received: from postal.usc.edu (postal.usc.edu [128.125.253.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0947843D45 for ; Sat, 1 May 2004 22:41:49 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from [10.0.0.2] (citusc17.usc.edu [128.125.38.177]) by postal.usc.edu (Sun ONE Messaging Server 6.0 HotFix 1.03 (built Apr 23 2004)) with ESMTP id <0HX2008E7NTL7TD0@postal.usc.edu> for ports@FreeBSD.org; Sat, 01 May 2004 22:41:45 -0700 (PDT) Date: Sat, 01 May 2004 22:41:44 -0700 From: Kris Kennaway In-reply-to: <20040502002248.1E0ED43D39@mx1.FreeBSD.org> To: Robin Schoonover Message-id: <6556B8F8-9BFB-11D8-9787-00306541AD3A@obsecurity.org> MIME-version: 1.0 X-Mailer: Apple Mail (2.606) Content-type: text/plain; charset=US-ASCII; format=flowed Content-transfer-encoding: 7BIT References: <20040501235333.GA84676@yashin.myname.mydomain> <20040502002248.1E0ED43D39@mx1.FreeBSD.org> cc: ports@FreeBSD.org cc: Aleksandar Simic Subject: Re: Improving /usr/ports/Makefile ? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 May 2004 05:41:49 -0000 On May 1, 2004, at 5:22 PM, Robin Schoonover wrote: > I'd rather have something like > > .for TCAT in ${SUBDIR} > . if exists (${.CURDIR}/${TCAT}) > _SUBDIR_C+= ${TCAT} > . endif > .endfor > SUBDIR=${_SUBDIR_C} > > attached after all the SUBDIR lines instead because it adds less > clutter > to the actual SUBDIR listing, which makes it a little eaiser (IMO) to > read. Are you sure this will actually do anything? Without referring to the code I would expect bsd.port.subdir.mk to ignore (with warning) categories that are listed but nonexistent. Kris