From owner-freebsd-ports@FreeBSD.ORG Wed Aug 14 04:17:30 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 62F9FAD7 for ; Wed, 14 Aug 2013 04:17:30 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from gate.utahime.jp (gate.utahime.jp [183.180.29.210]) by mx1.freebsd.org (Postfix) with ESMTP id 302232C5B for ; Wed, 14 Aug 2013 04:17:29 +0000 (UTC) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) by gate.utahime.jp (Postfix) with ESMTP id E4B0161F9D; Wed, 14 Aug 2013 13:17:21 +0900 (JST) Received: from eastasia.home.utahime.org (localhost [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id B71854E62D; Wed, 14 Aug 2013 13:17:21 +0900 (JST) Received: from localhost (rolling.home.utahime.org [192.168.174.2]) by eastasia.home.utahime.org (Postfix) with ESMTPA id 751574E62C; Wed, 14 Aug 2013 13:17:21 +0900 (JST) Date: Wed, 14 Aug 2013 13:16:14 +0900 (JST) Message-Id: <20130814.131614.208292885.yasu@utahime.org> To: ports@FreeBSD.org Subject: Perl 5,18 backward incompatibilities issue (Re: perl-5.12.5 This port is marked DEPRECATED) From: Yasuhiro KIMURA In-Reply-To: <520A8EB4.9070206@FreeBSD.org> References: <520A891D.7070201@intersonic.se> <520A8EB4.9070206@FreeBSD.org> X-Mailer: Mew version 6.5 on Emacs 24.3 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 04:17:30 -0000 From: Ade Lovett Subject: Re: perl-5.12.5 This port is marked DEPRECATED Date: Tue, 13 Aug 2013 12:53:24 -0700 > 5.18 has some interesting backwards incompatibilities. mail/postgrey does not work with 5.18. Daemon process does not start up after rc.d script is executed. I found and tried following patch but problem did not fixed. https://github.com/schweikert/postgrey/issues/3 So I switched back to 5.16. --- Yasuhiro KIMURA