From owner-freebsd-perl@FreeBSD.ORG Mon Jun 6 11:03:40 2005 Return-Path: X-Original-To: perl@freebsd.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B55DE16A41C for ; Mon, 6 Jun 2005 11:03:40 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9597B43D53 for ; Mon, 6 Jun 2005 11:03:40 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j56B3eeR067181 for ; Mon, 6 Jun 2005 11:03:40 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j56B3cth067175 for perl@freebsd.org; Mon, 6 Jun 2005 11:03:38 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 6 Jun 2005 11:03:38 GMT Message-Id: <200506061103.j56B3cth067175@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: perl@FreeBSD.org Cc: Subject: Current problem reports assigned to you X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jun 2005 11:03:40 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2004/03/03] ports/63670 perl 'Unable to read from thread kernel pipe' o [2004/04/22] ports/65900 perl (non-maintainer) IGNORE p5-ExtUtils-MakeM o [2005/05/10] ports/80842 perl spamd does not properly drop root privs 3 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- f [2004/07/22] ports/69421 perl perl5-related distfiles are in common dis 1 problem total. From owner-freebsd-perl@FreeBSD.ORG Mon Jun 6 12:03:07 2005 Return-Path: X-Original-To: perl@FreeBSD.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 280DF16A41C; Mon, 6 Jun 2005 12:03:07 +0000 (GMT) (envelope-from tobez@tobez.org) Received: from heechee.tobez.org (heechee.tobez.org [217.157.39.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id B362143D53; Mon, 6 Jun 2005 12:03:06 +0000 (GMT) (envelope-from tobez@tobez.org) Received: by heechee.tobez.org (Postfix, from userid 1001) id 87F17125475; Mon, 6 Jun 2005 14:03:04 +0200 (CEST) Date: Mon, 6 Jun 2005 14:03:04 +0200 From: Anton Berezin To: "Daniel S. Haischt" Message-ID: <20050606120304.GA1741@heechee.tobez.org> Mail-Followup-To: Anton Berezin , "Daniel S. Haischt" , perl@FreeBSD.org, ports@FreeBSD.org References: <42A0486C.4050706@daniel.stefan.haischt.name> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42A0486C.4050706@daniel.stefan.haischt.name> User-Agent: Mutt/1.4.2.1i X-Powered-By: FreeBSD http://www.freebsd.org/ Cc: ports@FreeBSD.org, perl@FreeBSD.org Subject: Re: FreeBSD Port: p5-DBD-SQLite-1.08 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jun 2005 12:03:07 -0000 Daniel, On Fri, Jun 03, 2005 at 02:09:16PM +0200, Daniel S. Haischt wrote: > I am trying to upgrade my p5-DBD-SQLite installation. During > the build process I am getting the following error message: > > ===> Building for p5-DBD-SQLite-1.08 > cp lib/DBD/SQLite.pm blib/lib/DBD/SQLite.pm > /usr/local/bin/perl /usr/local/lib/perl5/site_perl/5.8.6/ExtUtils/xsubpp > -typemap /usr/local/lib/perl5/5.8.6/ExtUtils/typemap SQLite.xs > > SQLite.xsc && mv SQLite.xsc SQLite.c > Cannot open 'SQLite.xsi': No such file or directory in SQLite.xs, line 72 > *** Error code 1 > > Actually I have no idea where to search for 'SQLite.xsi'. > Is this a file that gets generated? This is very interesting. In my case, this file gets created right after cp lib/DBD/SQLite.pm blib/lib/DBD/SQLite.pm line. Can you answer the following questions: 1. what's the FreeBSD version you are running? 2. if the answer to (1) is 4.X, did you run use.perl port script? 3. what's the version of p5-DBI package? 4. do you have p5-ExtUtils-MakeMaker installed as a separate package, and if yes, what version? 5. what's the contents of your /etc/make.conf? 6. do you have PERL defined anywhere in your environment, and if yes, what is the value? 7. could you send a Makefile generated in "make configure" stage? cd /usr/ports/databases/p5-DBD-SQLite make clean make configure -> look for work/DBD-SQLite-1.08/Makefile Thank you. \Anton. -- The moronity of the universe is a monotonically increasing function. -- Jarkko Hietaniemi From owner-freebsd-perl@FreeBSD.ORG Mon Jun 6 16:28:07 2005 Return-Path: X-Original-To: perl@FreeBSD.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E59F16A41C; Mon, 6 Jun 2005 16:28:07 +0000 (GMT) (envelope-from me@stefan.haischt.name) Received: from mail.terralink.de (mail.tlink.de [217.9.16.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 790F243D53; Mon, 6 Jun 2005 16:28:06 +0000 (GMT) (envelope-from me@stefan.haischt.name) Received: from smtp.abyssworld.de (daniel-s-haischt.biz [84.252.66.2]) by mail.terralink.de (Postfix) with ESMTP id 3BE96B8D5; Mon, 6 Jun 2005 18:28:03 +0200 (CEST) Received: from smtp.abyssworld.de (smtp.abyssworld.de [192.168.1.6]) by smtp.abyssworld.de (Postfix) with ESMTP id 611B919BD2; Mon, 6 Jun 2005 18:28:00 +0200 (CEST) Received-SPF: none (smtp.abyssworld.de: 192.168.1.6 is neither permitted nor denied by domain of daniel.stefan.haischt.name) client-ip=192.168.1.6; envelope-from=me@daniel.stefan.haischt.name; helo=[192.168.120.239]; Received: from [192.168.120.239] (smtp.abyssworld.de [192.168.1.6]) by smtp.abyssworld.de (Postfix) with ESMTP id C795B19BC8; Mon, 6 Jun 2005 18:27:59 +0200 (CEST) Message-ID: <42A4798E.3090309@daniel.stefan.haischt.name> Date: Mon, 06 Jun 2005 18:27:58 +0200 From: "Daniel S. Haischt" User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Anton Berezin References: <42A0486C.4050706@daniel.stefan.haischt.name> <20050606120304.GA1741@heechee.tobez.org> In-Reply-To: <20050606120304.GA1741@heechee.tobez.org> Content-Type: multipart/mixed; boundary="------------060306040005020800000001" X-Processed-By: GNU Anubis v4.0 X-Purified-With: DSPAM, Clam AntiVirus X-Virus-Scanned: ClamAV using ClamSMTP 1.4.1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@FreeBSD.org, perl@FreeBSD.org Subject: Re: FreeBSD Port: p5-DBD-SQLite-1.08 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: me@stefan.haischt.name List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jun 2005 16:28:07 -0000 --------------060306040005020800000001 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit sorry for not reporting my OS version etc. ... Anton Berezin wrote: > Daniel, > > On Fri, Jun 03, 2005 at 02:09:16PM +0200, Daniel S. Haischt wrote: > > >>I am trying to upgrade my p5-DBD-SQLite installation. During >>the build process I am getting the following error message: >> >>===> Building for p5-DBD-SQLite-1.08 >>cp lib/DBD/SQLite.pm blib/lib/DBD/SQLite.pm >>/usr/local/bin/perl /usr/local/lib/perl5/site_perl/5.8.6/ExtUtils/xsubpp >> -typemap /usr/local/lib/perl5/5.8.6/ExtUtils/typemap SQLite.xs > >>SQLite.xsc && mv SQLite.xsc SQLite.c >>Cannot open 'SQLite.xsi': No such file or directory in SQLite.xs, line 72 >>*** Error code 1 >> >>Actually I have no idea where to search for 'SQLite.xsi'. >>Is this a file that gets generated? > > > This is very interesting. In my case, this file gets created right > after cp lib/DBD/SQLite.pm blib/lib/DBD/SQLite.pm line. > > Can you answer the following questions: > > 1. what's the FreeBSD version you are running? * FreeBSD 5.4-STABLE > 2. if the answer to (1) is 4.X, did you run use.perl port script? * na > 3. what's the version of p5-DBI package? pkg_info | grep p5-DBI p5-DBI-1.48 The perl5 Database Interface. Required for DBD::* modules p5-DBIx-ContextualFetch-1.02 Add contextual fetches to DBI > 4. do you have p5-ExtUtils-MakeMaker installed as a separate package, > and if yes, what version? Nope, I just have ... pkg_info | grep p5-ExtUtils p5-ExtUtils-CBuilder-0.09 Compile and link C code for Perl modules p5-ExtUtils-ParseXS-2.07 Converts Perl XS code into C code > 5. what's the contents of your /etc/make.conf? I did attach my /etc/make.conf (hopefully it does not get stripped by the mailinglist software ...) > 6. do you have PERL defined anywhere in your environment, and if yes, > what is the value? Nope. Tho - /etc/make.conf contains ... PERL_VER=5.8.6 PERL_VERSION=5.8.6 > 7. could you send a Makefile generated in "make configure" stage? > cd /usr/ports/databases/p5-DBD-SQLite > make clean > make configure > -> look for work/DBD-SQLite-1.08/Makefile > > Thank you. > \Anton. I did attach that one as well ... Some additional notes ... * If deleting /etc/make.conf, I am getting the same result. * After having installed p5-ExtUtils-MakeMaker, I am still getting the same error. * I did attach the output of make configure, which contains the message: Warning: the following files are missing in your kit: getsqlite.pl -- Mit freundlichen Gruessen / With kind regards DAn.I.El S. Haischt Spammers, please please send any mail to: Daniel S. Haischt Want a complete signature??? Type at a shell prompt: $ > finger -l haischt@daniel.stefan.haischt.name --------------060306040005020800000001-- From owner-freebsd-perl@FreeBSD.ORG Tue Jun 7 21:16:35 2005 Return-Path: X-Original-To: perl@FreeBSD.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DE3216A41C; Tue, 7 Jun 2005 21:16:35 +0000 (GMT) (envelope-from scheidell@secnap.net) Received: from mail.secnap.net (www1.secnap.net [204.89.241.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id 466AF43D4C; Tue, 7 Jun 2005 21:16:35 +0000 (GMT) (envelope-from scheidell@secnap.net) Received: from [10.70.3.3] (unknown [10.70.3.3]) by mail.secnap.net (Postfix) with ESMTP id 59ABA2071; Tue, 7 Jun 2005 17:16:32 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v622) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <1d2158be5d08b5a3fd3a17bf1948105e@secnap.net> Content-Transfer-Encoding: 7bit From: Michael Scheidell Date: Tue, 7 Jun 2005 17:16:31 -0400 To: perl@FreeBSD.org X-Mailer: Apple Mail (2.622) Cc: ports@FreeBSD.org Subject: FreeBSD Port: p5-Mail-SpamAssassin-3.0.3_4 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jun 2005 21:16:35 -0000 patches to bring freebsd SA port up to SA 3.04 (released last night) change in makefile: location for tarball has moved to ../source seems work fine in FBSD 4.11 install and FBSD 5.3 install changes in SA: since 3.03: bug 4080: FORGED_YAHOO_RCVD now failing on new Yahoo internal host layout, fixed bug 4385: .xxx is a new tld, so support it in RegistrarBoundaries (joy) bug 4171: new way of determining header/body separation w/out needing to look for MIME boundary bug 4367: SORBS lists are mixed up (others, see Changes in work dir) --- distinfo.orig Wed Jun 1 06:59:02 2005 +++ distinfo Tue Jun 7 17:03:34 2005 @@ -1,2 +1,2 @@ -MD5 (Mail-SpamAssassin-3.0.3.tar.gz) = ca96f23cd1eb7d663ab55db98ef8090c -SIZE (Mail-SpamAssassin-3.0.3.tar.gz) = 999558 +MD5 (Mail-SpamAssassin-3.0.4.tar.gz) = 51926fe5aabaf57eed2c09061fe8fb02 +SIZE (Mail-SpamAssassin-3.0.4.tar.gz) = 1001430 --- Makefile.orig Wed Jun 1 06:59:02 2005 +++ Makefile Tue Jun 7 17:08:55 2005 @@ -6,11 +6,10 @@ # PORTNAME= Mail-SpamAssassin -PORTVERSION= 3.0.3 -PORTREVISION= 4 +PORTVERSION= 3.0.4 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_APACHE:S/$/:apache/} ${MASTER_SITE_PERL_CPAN:S/$/:cpan/} -MASTER_SITE_SUBDIR= spamassassin/:apache Mail/:cpan +MASTER_SITE_SUBDIR= spamassassin/source/:apache Mail/:cpan PKGNAMEPREFIX= p5- DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:apache,cpan -- Michael Scheidell, CTO SECNAP Network Security From owner-freebsd-perl@FreeBSD.ORG Wed Jun 8 08:03:11 2005 Return-Path: X-Original-To: perl@FreeBSD.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DD6A16A41C for ; Wed, 8 Jun 2005 08:03:11 +0000 (GMT) (envelope-from umar_draz@yahoo.com) Received: from web53103.mail.yahoo.com (web53103.mail.yahoo.com [206.190.39.206]) by mx1.FreeBSD.org (Postfix) with SMTP id D564C43D53 for ; Wed, 8 Jun 2005 08:03:10 +0000 (GMT) (envelope-from umar_draz@yahoo.com) Received: (qmail 3844 invoked by uid 60001); 8 Jun 2005 08:03:06 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=chgRYds7Ohayti2umNW4PqDtLF1g6EAplMVnam36JovCvQGs6cxNkJpUw1SCfqbhalJiLJywvcShcanUxiGXFAwBylWOd0DPHxXm4HYTn24XbdY0Nm5Fd/lGx18O+zVQQNBvQ1OC4COkk3+bX0cCNMA42b9sOCl6gb0gDBl/LV0= ; Message-ID: <20050608080306.3842.qmail@web53103.mail.yahoo.com> Received: from [202.147.165.70] by web53103.mail.yahoo.com via HTTP; Wed, 08 Jun 2005 01:03:05 PDT Date: Wed, 8 Jun 2005 01:03:05 -0700 (PDT) From: umar draz To: perl@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: p5-Mail-SpamAssassin-3.0.3_4.tgz X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jun 2005 08:03:11 -0000 hi i want download p5-Mail-SpamAssassin-3.0.3_4.tgz pkg for FreeBSD 4.11 but i got error on downloading plz tell me when p5-Mail-SpamAssassin-3.0.3_4.tgz available regards Umar Draz __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-perl@FreeBSD.ORG Wed Jun 8 08:21:41 2005 Return-Path: X-Original-To: perl@FreeBSD.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8300E16A41C for ; Wed, 8 Jun 2005 08:21:41 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from relay-er5.mbrd.ru (relay-er5.mbrd.ru [194.117.71.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0A4A43D55 for ; Wed, 8 Jun 2005 08:21:40 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from msd.mbrd.ru ([172.16.4.9]) by relay-er5.mbrd.ru with esmtp (Exim 4.x) id 1Dfvod-0007oH-2d; Wed, 08 Jun 2005 12:21:35 +0400 Message-ID: <42A6AA8E.9010800@FreeBSD.org> Date: Wed, 08 Jun 2005 12:21:34 +0400 From: Sergey Matveychuk User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: umar draz References: <20050608080306.3842.qmail@web53103.mail.yahoo.com> In-Reply-To: <20050608080306.3842.qmail@web53103.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: perl@FreeBSD.org Subject: Re: p5-Mail-SpamAssassin-3.0.3_4.tgz X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jun 2005 08:21:41 -0000 umar draz wrote: > hi > > i want download p5-Mail-SpamAssassin-3.0.3_4.tgz pkg > for FreeBSD 4.11 but i got error on downloading plz > tell me when p5-Mail-SpamAssassin-3.0.3_4.tgz > available Just refresh your ports collection and try again. -- Sem. From owner-freebsd-perl@FreeBSD.ORG Wed Jun 8 15:06:14 2005 Return-Path: X-Original-To: perl@FreeBSD.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 715EB16A41C; Wed, 8 Jun 2005 15:06:14 +0000 (GMT) (envelope-from root@home.utahime.org) Received: from utahime.as.wakwak.ne.jp (utahime.as.wakwak.ne.jp [61.205.238.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADA1543D53; Wed, 8 Jun 2005 15:06:13 +0000 (GMT) (envelope-from root@home.utahime.org) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) by utahime.as.wakwak.ne.jp (Postfix) with ESMTP id E682EB8DC; Thu, 9 Jun 2005 00:06:12 +0900 (JST) Received: from localhost.home.utahime.org (localhost.home.utahime.org [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id 7481555AA; Thu, 9 Jun 2005 00:06:12 +0900 (JST) Received: from eastasia.home.utahime.org (localhost.home.utahime.org [127.0.0.1]) by localhost.home.utahime.org (AvMailGate-2.0.2-15) id 38795-0E5ACFB7; Thu, 09 Jun 2005 00:06:03 +0900 Received: by eastasia.home.utahime.org (Postfix, from userid 0) id EC77756C6; Thu, 9 Jun 2005 00:05:13 +0900 (JST) Received: from eastasia.home.utahime.org (localhost.home.utahime.org [127.0.0.1]) by localhost.home.utahime.org (AvMailGate-2.0.2-14) id 29504-433BF279; Wed, 08 Jun 2005 06:16:49 +0900 Received: from utahime.as.wakwak.ne.jp (maybe.home.utahime.org [192.168.174.253]) by eastasia.home.utahime.org (Postfix) with ESMTP id B487654A2 for ; Wed, 8 Jun 2005 06:16:49 +0900 (JST) Received: from sv.dsl.gr.jp (sv.dsl.gr.jp [210.239.46.42]) by utahime.as.wakwak.ne.jp (Postfix) with ESMTP id 976CBB838 for ; Wed, 8 Jun 2005 06:16:49 +0900 (JST) Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) by sv.dsl.gr.jp (Postfix) with ESMTP id 71D11A559 for ; Wed, 8 Jun 2005 06:16:48 +0900 (JST) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 8636956121; Tue, 7 Jun 2005 21:16:39 +0000 (GMT) (envelope-from owner-freebsd-ports@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id E3D5616A41C; Tue, 7 Jun 2005 21:16:38 +0000 (GMT) (envelope-from owner-freebsd-ports@freebsd.org) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DE3216A41C; Tue, 7 Jun 2005 21:16:35 +0000 (GMT) (envelope-from scheidell@secnap.net) Received: from mail.secnap.net (www1.secnap.net [204.89.241.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id 466AF43D4C; Tue, 7 Jun 2005 21:16:35 +0000 (GMT) (envelope-from scheidell@secnap.net) Received: from [10.70.3.3] (unknown [10.70.3.3]) by mail.secnap.net (Postfix) with ESMTP id 59ABA2071; Tue, 7 Jun 2005 17:16:32 -0400 (EDT) X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Mime-Version: 1.0 (Apple Message framework v622) Message-Id: <1d2158be5d08b5a3fd3a17bf1948105e@secnap.net> From: Michael Scheidell Date: Tue, 7 Jun 2005 17:16:31 -0400 To: perl@FreeBSD.org X-Mailer: Apple Mail (2.622) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Sender: owner-freebsd-ports@freebsd.org Errors-To: owner-freebsd-ports@freebsd.org X-AntiVirus: checked by AntiVir MailGate (version: 2.0.2-15; AVE: 6.31.0.5; VDF: 6.31.0.16; host: eastasia.home.utahime.org) X-AntiVirus: checked by AntiVir MailGate (version: 2.0.2-15; AVE: 6.31.0.5; VDF: 6.31.0.16; host: eastasia.home.utahime.org) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: FreeBSD Port: p5-Mail-SpamAssassin-3.0.3_4 X-BeenThere: freebsd-perl@freebsd.org List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jun 2005 15:06:14 -0000 patches to bring freebsd SA port up to SA 3.04 (released last night) change in makefile: location for tarball has moved to ../source seems work fine in FBSD 4.11 install and FBSD 5.3 install changes in SA: since 3.03: bug 4080: FORGED_YAHOO_RCVD now failing on new Yahoo internal host layout, fixed bug 4385: .xxx is a new tld, so support it in RegistrarBoundaries (joy) bug 4171: new way of determining header/body separation w/out needing to look for MIME boundary bug 4367: SORBS lists are mixed up (others, see Changes in work dir) --- distinfo.orig Wed Jun 1 06:59:02 2005 +++ distinfo Tue Jun 7 17:03:34 2005 @@ -1,2 +1,2 @@ -MD5 (Mail-SpamAssassin-3.0.3.tar.gz) = ca96f23cd1eb7d663ab55db98ef8090c -SIZE (Mail-SpamAssassin-3.0.3.tar.gz) = 999558 +MD5 (Mail-SpamAssassin-3.0.4.tar.gz) = 51926fe5aabaf57eed2c09061fe8fb02 +SIZE (Mail-SpamAssassin-3.0.4.tar.gz) = 1001430 --- Makefile.orig Wed Jun 1 06:59:02 2005 +++ Makefile Tue Jun 7 17:08:55 2005 @@ -6,11 +6,10 @@ # PORTNAME= Mail-SpamAssassin -PORTVERSION= 3.0.3 -PORTREVISION= 4 +PORTVERSION= 3.0.4 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_APACHE:S/$/:apache/} ${MASTER_SITE_PERL_CPAN:S/$/:cpan/} -MASTER_SITE_SUBDIR= spamassassin/:apache Mail/:cpan +MASTER_SITE_SUBDIR= spamassassin/source/:apache Mail/:cpan PKGNAMEPREFIX= p5- DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:apache,cpan -- Michael Scheidell, CTO SECNAP Network Security _______________________________________________ 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" -- This e-mail was scanned with a private, non-commercial version of AntiVir MailGate. See http://www.antivir.de for details. From owner-freebsd-perl@FreeBSD.ORG Thu Jun 9 07:37:10 2005 Return-Path: X-Original-To: perl@FreeBSD.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF2AA16A424; Thu, 9 Jun 2005 07:37:10 +0000 (GMT) (envelope-from tobez@tobez.org) Received: from heechee.tobez.org (heechee.tobez.org [217.157.39.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 173DA43DE7; Thu, 9 Jun 2005 07:23:57 +0000 (GMT) (envelope-from tobez@tobez.org) Received: by heechee.tobez.org (Postfix, from userid 1001) id 08A1712546C; Thu, 9 Jun 2005 09:23:55 +0200 (CEST) Date: Thu, 9 Jun 2005 09:23:55 +0200 From: Anton Berezin To: "Daniel S. Haischt" Message-ID: <20050609072355.GA34272@heechee.tobez.org> Mail-Followup-To: Anton Berezin , "Daniel S. Haischt" , perl@FreeBSD.org, ports@FreeBSD.org References: <42A0486C.4050706@daniel.stefan.haischt.name> <20050606120304.GA1741@heechee.tobez.org> <42A4798E.3090309@daniel.stefan.haischt.name> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42A4798E.3090309@daniel.stefan.haischt.name> User-Agent: Mutt/1.4.2.1i X-Powered-By: FreeBSD http://www.freebsd.org/ Cc: ports@FreeBSD.org, perl@FreeBSD.org Subject: Re: FreeBSD Port: p5-DBD-SQLite-1.08 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jun 2005 07:37:11 -0000 On Mon, Jun 06, 2005 at 06:27:58PM +0200, Daniel S. Haischt wrote: > >>I am trying to upgrade my p5-DBD-SQLite installation. During > >>the build process I am getting the following error message: > >> > >>===> Building for p5-DBD-SQLite-1.08 > >>cp lib/DBD/SQLite.pm blib/lib/DBD/SQLite.pm > >>/usr/local/bin/perl /usr/local/lib/perl5/site_perl/5.8.6/ExtUtils/xsubpp > >> -typemap /usr/local/lib/perl5/5.8.6/ExtUtils/typemap SQLite.xs > > >>SQLite.xsc && mv SQLite.xsc SQLite.c > >>Cannot open 'SQLite.xsi': No such file or directory in SQLite.xs, line 72 > >>*** Error code 1 > >> > >>Actually I have no idea where to search for 'SQLite.xsi'. > >>Is this a file that gets generated? Ok. The Makefile you have sent does not have a section which is typically generated by DBI::DBD::dbd_postamble(). The Makefile.PL for DBD::SQLite executes this sub, evaled (meaning that no problems in it are going to be reported). Could you try the following: make clean make patch vi work/DBD-SQLite-1.08/Makefile.PL Make this line: eval { DBI::DBD::dbd_postamble(@_) }; look like this: DBI::DBD::dbd_postamble(@_); make configure I would expect that configure stage to fail, the output would be interesting. Also, the output of plain $ perl -MDBI::DBD -le 'print DBI::DBD->dbd_postamble()' might be interesting to see, too. \Anton. -- The moronity of the universe is a monotonically increasing function. -- Jarkko Hietaniemi From owner-freebsd-perl@FreeBSD.ORG Thu Jun 9 19:17:33 2005 Return-Path: X-Original-To: perl@FreeBSD.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B9F916A41C; Thu, 9 Jun 2005 19:17:33 +0000 (GMT) (envelope-from me@stefan.haischt.name) Received: from mail.terralink.de (mail.tlink.de [217.9.16.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0B2043D1D; Thu, 9 Jun 2005 19:17:32 +0000 (GMT) (envelope-from me@stefan.haischt.name) Received: from smtp.abyssworld.de (daniel-s-haischt.biz [84.252.66.2]) by mail.terralink.de (Postfix) with ESMTP id 7ECA0B87F; Thu, 9 Jun 2005 21:17:32 +0200 (CEST) Received: from smtp.abyssworld.de (smtp.abyssworld.de [192.168.1.6]) by smtp.abyssworld.de (Postfix) with ESMTP id 6BE351A146; Thu, 9 Jun 2005 21:17:28 +0200 (CEST) Received-SPF: none (smtp.abyssworld.de: 192.168.1.6 is neither permitted nor denied by domain of daniel.stefan.haischt.name) client-ip=192.168.1.6; envelope-from=me@daniel.stefan.haischt.name; helo=[192.168.120.239]; Received: from [192.168.120.239] (smtp.abyssworld.de [192.168.1.6]) by smtp.abyssworld.de (Postfix) with ESMTP id 2812B1A144; Thu, 9 Jun 2005 21:17:27 +0200 (CEST) Message-ID: <42A895C6.8040906@daniel.stefan.haischt.name> Date: Thu, 09 Jun 2005 21:17:26 +0200 From: "Daniel S. Haischt" User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Anton Berezin References: <42A0486C.4050706@daniel.stefan.haischt.name> <20050606120304.GA1741@heechee.tobez.org> <42A4798E.3090309@daniel.stefan.haischt.name> <20050609072355.GA34272@heechee.tobez.org> In-Reply-To: <20050609072355.GA34272@heechee.tobez.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Processed-By: GNU Anubis v4.0 X-Purified-With: DSPAM, Clam AntiVirus X-Virus-Scanned: ClamAV using ClamSMTP 1.4.1 Cc: ports@FreeBSD.org, perl@FreeBSD.org Subject: Re: FreeBSD Port: p5-DBD-SQLite-1.08 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: me@stefan.haischt.name List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jun 2005 19:17:33 -0000 Anton Berezin wrote: > On Mon, Jun 06, 2005 at 06:27:58PM +0200, Daniel S. Haischt wrote: > > >>>>I am trying to upgrade my p5-DBD-SQLite installation. During >>>>the build process I am getting the following error message: >>>> >>>>===> Building for p5-DBD-SQLite-1.08 >>>>cp lib/DBD/SQLite.pm blib/lib/DBD/SQLite.pm >>>>/usr/local/bin/perl /usr/local/lib/perl5/site_perl/5.8.6/ExtUtils/xsubpp >>>>-typemap /usr/local/lib/perl5/5.8.6/ExtUtils/typemap SQLite.xs > >>>>SQLite.xsc && mv SQLite.xsc SQLite.c >>>>Cannot open 'SQLite.xsi': No such file or directory in SQLite.xs, line 72 >>>>*** Error code 1 >>>> >>>>Actually I have no idea where to search for 'SQLite.xsi'. >>>>Is this a file that gets generated? > > > Ok. The Makefile you have sent does not have a section which is > typically generated by DBI::DBD::dbd_postamble(). The Makefile.PL for > DBD::SQLite executes this sub, evaled (meaning that no problems in it > are going to be reported). > > Could you try the following: > > make clean > make patch > vi work/DBD-SQLite-1.08/Makefile.PL > > Make this line: > eval { DBI::DBD::dbd_postamble(@_) }; > look like this: > DBI::DBD::dbd_postamble(@_); > > make configure I did change the line as suggested. Now I get ... ===> Configuring for p5-DBD-SQLite-1.08 Checking if your kit is complete... Warning: the following files are missing in your kit: getsqlite.pl Please inform the author. Undefined subroutine &DBI::DBD::dbd_postamble called at ./Makefile.PL line 59. > > I would expect that configure stage to fail, the output would be > interesting. > > Also, the output of plain > > $ perl -MDBI::DBD -le 'print DBI::DBD->dbd_postamble()' Here I get ... root@abyssone# perl -MDBI::DBD -le 'print DBI::DBD->dbd_postamble()' Can't load '/usr/local/lib/perl5/site_perl/5.8.6/mach/auto/DBI/DBI.so' for module DBI: /usr/local/lib/perl5/site_perl/5.8.6/mach/auto/DBI/DBI.so: Undefined symbol "PL_dowarn" at /usr/local/lib/perl5/5.8.6/mach/DynaLoader.pm line 230. at /usr/local/lib/perl5/site_perl/5.8.6/mach/DBI.pm line 254 BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.8.6/mach/DBI.pm line 254. Compilation failed in require at /usr/local/lib/perl5/site_perl/5.8.6/mach/DBI/DBD.pm line 2745. BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.8.6/mach/DBI/DBD.pm line 2746. Compilation failed in require. BEGIN failed--compilation aborted. After having re-installed p5-DBI I am now able to install the actual p5-DBD-SQLite port. Thanx for guiding me through this! Next, I have to figure out why I am still not able to upgrade my mod_perl2 installation ;) -- Mit freundlichen Gruessen / With kind regards DAn.I.El S. Haischt Spammers, please please send any mail to: Daniel S. Haischt Want a complete signature??? Type at a shell prompt: $ > finger -l haischt@daniel.stefan.haischt.name From owner-freebsd-perl@FreeBSD.ORG Sat Jun 11 22:49:18 2005 Return-Path: X-Original-To: perl@freebsd.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7FC016A41C; Sat, 11 Jun 2005 22:49:18 +0000 (GMT) (envelope-from reho@rx.cz) Received: from ns.decros.cz (ns.decros.cz [193.85.26.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA2EB43D4C; Sat, 11 Jun 2005 22:49:16 +0000 (GMT) (envelope-from reho@rx.cz) Received: from charon.rx.cz ([81.90.165.83]) by ns.decros.cz (8.11.7/8.11.7) with ESMTP id j5BMnCL46786; Sun, 12 Jun 2005 00:49:12 +0200 (CEST) Received: from charon.rx.cz (localhost [127.0.0.1]) by charon.rx.cz (8.13.1/8.13.1) with ESMTP id j5BMaOEK007904; Sun, 12 Jun 2005 00:36:24 +0200 (CEST) (envelope-from reho@charon.rx.cz) Received: (from root@localhost) by charon.rx.cz (8.13.1/8.13.1/Submit) id j5BMaNoA007903; Sun, 12 Jun 2005 00:36:23 +0200 (CEST) (envelope-from reho) Date: Sun, 12 Jun 2005 00:36:23 +0200 (CEST) Message-Id: <200506112236.j5BMaNoA007903@charon.rx.cz> To: FreeBSD-gnats-submit@freebsd.org From: Petr Rehor X-send-pr-version: 3.113 X-GNATS-Notify: Cc: sem@ciam.ru, perl@freebsd.org Subject: [PATCH] mail/p5-Mail-SpamAssassin: install rcNG startup script to properly location X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Petr Rehor List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jun 2005 22:49:18 -0000 >Submitter-Id: current-users >Originator: Petr Rehor >Organization: >Confidential: no >Synopsis: [PATCH] mail/p5-Mail-SpamAssassin: install rcNG startup script to properly location >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 5.3-RELEASE-p2 i386 >Environment: System: FreeBSD charon.rx.cz 5.3-RELEASE-p2 FreeBSD 5.3-RELEASE-p2 #0: Sun Dec 5 01:31:43 UTC 2004 root@marvin.rx.cz:/usr/obj/usr/src/sys/GENERIC i386 >Description: - use USE_RCORDER for install rcNG startup script to properly location - move files/spamd.sh to files/sa-spamd.sh.in (required by USE_RCORDER) - initialize defaults in sa-spamd.sh.in before rc.conf (then I can use spamd_flags="${spamd_flags} --my-options") - create SED_SCRIPT from SUB_LIST - use REINPLACE_CMD instead of SED & MV for Makefile.PL >How-To-Repeat: n/a >Fix: Apply below patch. From owner-freebsd-perl@FreeBSD.ORG Sat Jun 11 23:07:44 2005 Return-Path: X-Original-To: perl@freebsd.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1289516A41C for ; Sat, 11 Jun 2005 23:07:44 +0000 (GMT) (envelope-from prehor@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2ACD43D4C for ; Sat, 11 Jun 2005 23:07:43 +0000 (GMT) (envelope-from prehor@gmail.com) Received: by zproxy.gmail.com with SMTP id 18so778404nzp for ; Sat, 11 Jun 2005 16:07:40 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=T9ze8+nQZKfylYvT/y96zNOojMY/nHQqyQHb3ps9yPA0KekG48Xlm0kfL/zK0e0w+SDnxEzwt6vXV8vw+RdHkHRPwbqO9nAZsENFl/Q3gz9G5eoqihAn0R/rhmxyv4pKuiK7OnpAnuCuGskG9mSk/xk0As+GKKgjfzYJb39WdFI= Received: by 10.36.221.15 with SMTP id t15mr1280447nzg; Sat, 11 Jun 2005 16:07:40 -0700 (PDT) Received: by 10.36.86.5 with HTTP; Sat, 11 Jun 2005 16:07:40 -0700 (PDT) Message-ID: <12568eb90506111607749e11b9@mail.gmail.com> Date: Sun, 12 Jun 2005 01:07:40 +0200 From: Petr Rehor To: perl@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: Re: [PATCH] mail/p5-Mail-SpamAssassin: install rcNG startup script to properly location X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Petr Rehor List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jun 2005 23:07:44 -0000 Patch is available in GNATS: http://www.freebsd.org/cgi/query-pr.cgi?pr=3D8= 2151 P.