From owner-cvs-all@FreeBSD.ORG Fri Dec 10 23:48:55 2010 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C19A1065674; Fri, 10 Dec 2010 23:48:55 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 0C2468FC12; Fri, 10 Dec 2010 23:48:54 +0000 (UTC) Received: by qwj9 with SMTP id 9so4405090qwj.13 for ; Fri, 10 Dec 2010 15:48:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=qmf1yp+pPjIwbwaUydBAm0TXh8oKMMKufu2adXKojL4=; b=tpMIxZRfoXt4VqtkWiYSSVUuXJSXpj8rO0Lk2szvsNiPgeR6Tg8n/z6n3jxZiq7lqs cbDqwBOfeLxNq6pKGXCl/wbhyvsHFykFR6vXxJxsxPbq6yUZAZbO/QRA52sOJrq1ZfeH q5Cn/e02XopNmrFFYFBP9TqcHQsYfmN8ci6AU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=bJ2xV4rkLNyXLdVGzRmO59SkTbss3GgElUUdU7lawujRhJ2Gza/VJSHQiK/6XujkkY 0/VrjLBmdlEKA9MSspXtGMHEkFzjtlCI1LMNoR9F8/DsRji47/mMEbxaq/Hib/AxseNw Rmu7AMldXJUFGI4VNMHdqYvIuAfGbkXVb9Qhg= Received: by 10.224.11.70 with SMTP id s6mr1269788qas.227.1292024934012; Fri, 10 Dec 2010 15:48:54 -0800 (PST) Received: from localhost (anonymizer6.torservers.net [174.36.199.203]) by mx.google.com with ESMTPS id m14sm621391qcu.44.2010.12.10.15.48.52 (version=SSLv3 cipher=RC4-MD5); Fri, 10 Dec 2010 15:48:53 -0800 (PST) From: Anonymous To: "Philip M. Gollucci" References: <201012102303.oBAN3CCd062617__41380.1445895389$1292022219$gmane$org@repoman.freebsd.org> Date: Sat, 11 Dec 2010 02:48:30 +0300 In-Reply-To: <201012102303.oBAN3CCd062617__41380.1445895389$1292022219$gmane$org@repoman.freebsd.org> (Philip M. Gollucci's message of "Fri, 10 Dec 2010 23:03:12 +0000 (UTC)") Message-ID: <86d3p9nq9d.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/lang/perl5.10 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Dec 2010 23:48:55 -0000 "Philip M. Gollucci" writes: > pgollucci 2010-12-10 23:03:12 UTC > > FreeBSD ports repository > > Modified files: > lang/perl5.10 Makefile > Log: > - Support = in hostnames compatiable with misc/149510. > > PR: ports/148255 > Submitted by: Anonymous > Approved by: maintainer timeout (skv ; 121 days) Are you playing safe by fixing only default perl version? As my first followup in the PR states `=' in uname(1) output affects any lang/perl*. $ cd lang/perl5.8 && patch -p2 -i ~/a.diff $ cd lang/perl5.12 && patch -p2 -i ~/a.diff