From owner-freebsd-ports@FreeBSD.ORG Wed Aug 14 14:47:13 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8067CC32 for ; Wed, 14 Aug 2013 14:47:13 +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 4D41E2FC8 for ; Wed, 14 Aug 2013 14:47:12 +0000 (UTC) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) by gate.utahime.jp (Postfix) with ESMTP id F18F561F9D; Wed, 14 Aug 2013 23:47:11 +0900 (JST) Received: from eastasia.home.utahime.org (localhost [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id C504D4E62D; Wed, 14 Aug 2013 23:47:11 +0900 (JST) Received: from localhost (rolling.home.utahime.org [192.168.174.2]) by eastasia.home.utahime.org (Postfix) with ESMTPA id 837504E62C; Wed, 14 Aug 2013 23:47:11 +0900 (JST) Date: Wed, 14 Aug 2013 23:47:04 +0900 (JST) Message-Id: <20130814.234704.360156206.yasu@utahime.org> To: ports@FreeBSD.org Subject: Re: Perl 5,18 backward incompatibilities issue From: Yasuhiro KIMURA In-Reply-To: <20130814.131614.208292885.yasu@utahime.org> References: <520A891D.7070201@intersonic.se> <520A8EB4.9070206@FreeBSD.org> <20130814.131614.208292885.yasu@utahime.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 14:47:13 -0000 From: Yasuhiro KIMURA Subject: Perl 5,18 backward incompatibilities issue (Re: perl-5.12.5 This port is marked DEPRECATED) Date: Wed, 14 Aug 2013 13:16:14 +0900 (JST) > 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. I fixed this issue and sent following PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/181291 Just FYI. --- Yasuhiro KIMURA