From owner-freebsd-perl@FreeBSD.ORG Sun May 14 19:56:21 2006 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 1BE6C16A402; Sun, 14 May 2006 19:56:21 +0000 (UTC) (envelope-from rafan@woodstock.rafan.org) Received: from muse.csie.ntu.edu.tw (muse.csie.ntu.edu.tw [140.112.28.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE69543D46; Sun, 14 May 2006 19:56:20 +0000 (GMT) (envelope-from rafan@woodstock.rafan.org) Received: from woodstock.rafan.org (220-135-116-9.HINET-IP.hinet.net [220.135.116.9]) by muse.csie.ntu.edu.tw (Postfix) with ESMTP id 43DD1520CC; Mon, 15 May 2006 03:56:14 +0800 (CST) Received: (from rafan@localhost) by woodstock.rafan.org (8.13.6/8.13.6/Submit) id k4EJtEhw004378; Sun, 14 May 2006 15:55:14 -0400 (EDT) (envelope-from rafan) Date: Sun, 14 May 2006 15:55:14 -0400 (EDT) Message-Id: <200605141955.k4EJtEhw004378@woodstock.rafan.org> To: FreeBSD-gnats-submit@freebsd.org From: Rong-En Fan X-send-pr-version: 3.113 X-GNATS-Notify: X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.0.2 Cc: perl@freebsd.org Subject: [PATCH] security/p5-Authen-SASL: use OPTIONS 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: Sun, 14 May 2006 19:56:21 -0000 >Submitter-Id: current-users >Originator: Rong-En Fan >Organization: NTU CSIE >Confidential: no >Synopsis: [PATCH] security/p5-Authen-SASL: use OPTIONS >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 7.0-CURRENT i386 >Environment: System: FreeBSD woodstock.rafan.org 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Sat May 13 17:23:02 EDT 2006 >Description: - use OPTIONS to specify the optional dependency GSSAPI. The reason is that, if you specify WITHOUT_KERBEROS when installing this port, and install other port that depends on this, but no WITHOUT_KERBEROS specified, the dependency list still counts GSSAPI in. Using make.conf to specify WITHOUT_KERBEROS for p5-Authen-SASL can solve the problem above. However, using OPTIONS is more convenient for users. Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Authen-SASL-2.10_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/security/p5-Authen-SASL/Makefile /home/rafan/tmp/ports/p5-Authen-SASL/Makefile --- /usr/ports/security/p5-Authen-SASL/Makefile Tue Apr 25 20:16:05 2006 +++ /home/rafan/tmp/ports/p5-Authen-SASL/Makefile Sun May 14 15:43:44 2006 @@ -20,6 +20,8 @@ p5-Digest-MD5>0:${PORTSDIR}/security/p5-Digest-MD5 \ p5-Digest-HMAC>0:${PORTSDIR}/security/p5-Digest-HMAC +OPTIONS= KERBEROS "Enable Kerberos support" On + PERL_CONFIGURE= yes CONFIGURE_ENV+= AUTOMATED_TESTING=yes --- p5-Authen-SASL-2.10_1.patch ends here --- From owner-freebsd-perl@FreeBSD.ORG Sun May 14 20:04:11 2006 Return-Path: X-Original-To: perl@hub.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 0DBAA16A40A; Sun, 14 May 2006 20:04:11 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C05E943D4C; Sun, 14 May 2006 20:04:10 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k4EK4Aam011864; Sun, 14 May 2006 20:04:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k4EK4AXx011860; Sun, 14 May 2006 20:04:10 GMT (envelope-from edwin) Date: Sun, 14 May 2006 20:04:10 GMT From: Edwin Groothuis Message-Id: <200605142004.k4EK4AXx011860@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org Cc: Subject: Re: ports/97270: [PATCH] security/p5-Authen-SASL: use OPTIONS 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: Sun, 14 May 2006 20:04:11 -0000 Synopsis: [PATCH] security/p5-Authen-SASL: use OPTIONS Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Sun May 14 20:04:10 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=97270 From owner-freebsd-perl@FreeBSD.ORG Mon May 15 11:05:50 2006 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 ABA7216A400 for ; Mon, 15 May 2006 11:05:50 +0000 (UTC) (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 7A32143D45 for ; Mon, 15 May 2006 11:05:50 +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.4/8.13.4) with ESMTP id k4FB5oLu076897 for ; Mon, 15 May 2006 11:05:50 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k4FB5mX4076891 for perl@freebsd.org; Mon, 15 May 2006 11:05:49 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 15 May 2006 11:05:49 GMT Message-Id: <200605151105.k4FB5mX4076891@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, 15 May 2006 11:05:50 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- f [2004/03/03] ports/63670 perl lang/perl5.8: 'Unable to read from thread 1 problem total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- s [2005/11/20] ports/89333 perl Fix the cannot create lockfile /root/.spa o [2006/04/04] ports/95302 perl p5-Net-XWhois denic-aware o [2006/05/09] ports/97003 perl p5-Mail-SpamAssassin fails to compile (he o [2006/05/14] ports/97270 perl [PATCH] security/p5-Authen-SASL: use OPTI 4 problems total. From owner-freebsd-perl@FreeBSD.ORG Wed May 17 13:51:11 2006 Return-Path: X-Original-To: perl@hub.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 9804116A4CB; Wed, 17 May 2006 13:51:11 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C74743D4C; Wed, 17 May 2006 13:51:11 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from freefall.freebsd.org (erwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k4HDpAuw095661; Wed, 17 May 2006 13:51:10 GMT (envelope-from erwin@freefall.freebsd.org) Received: (from erwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k4HDpANf095656; Wed, 17 May 2006 13:51:10 GMT (envelope-from erwin) Date: Wed, 17 May 2006 13:51:10 GMT From: Erwin Lansing Message-Id: <200605171351.k4HDpANf095656@freefall.freebsd.org> To: rafan@infor.org, erwin@FreeBSD.org, perl@FreeBSD.org Cc: Subject: Re: ports/97270: [PATCH] security/p5-Authen-SASL: use OPTIONS 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, 17 May 2006 13:51:12 -0000 Synopsis: [PATCH] security/p5-Authen-SASL: use OPTIONS State-Changed-From-To: open->closed State-Changed-By: erwin State-Changed-When: Wed May 17 13:51:06 UTC 2006 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=97270 From owner-freebsd-perl@FreeBSD.ORG Thu May 18 14:24:12 2006 Return-Path: X-Original-To: freebsd-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 D7EE016A4D5 for ; Thu, 18 May 2006 14:24:12 +0000 (UTC) (envelope-from dean@luscombecolo.com) Received: from acostacreek.com (201-27-43-90.dsl.telesp.net.br [201.27.43.90]) by mx1.FreeBSD.org (Postfix) with SMTP id 313B543D80 for ; Thu, 18 May 2006 14:24:04 +0000 (GMT) (envelope-from dean@luscombecolo.com) Message-ID: <000001c67a86$2a0477a0$1ad1a8c0@tdg27> From: "Astor Deane" To: freebsd-perl@freebsd.org Date: Thu, 18 May 2006 07:20:07 -0700 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: crdit X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Astor Deane 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, 18 May 2006 14:24:31 -0000 Dear Home 0vvner, Your crredit doesn't matter to us! If you OVVN reeal essttate and want IMMEDlATE cassh to sppend ANY way you like, or simply wish to LOVVER your monthly paayments by a third or more, here are the deeals we have TOdDAY: $ 490 , 000 as lovv as 3 , 65 % $ 370 , 000 as lovv as 3 , 90 % $ 250 , 000 as lovv as 3 , 35 % $ 200 , 000 as lovv as 3 , 55 % go to the web site =20 Astor Deane , Apprroval Mannager =20 tunnel is. He will break all this side of the Mountain to bits, if necessary, to stop up our entrance, and if we are smashed with it the better he will like it. You are very gloomy, Mr. Baggins! said Thorin. Why has not Smaug