From owner-freebsd-ports@FreeBSD.ORG Fri May 23 21:58:03 2014 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 ESMTPS id F1E92321; Fri, 23 May 2014 21:58:03 +0000 (UTC) Received: from mail-wg0-x22a.google.com (mail-wg0-x22a.google.com [IPv6:2a00:1450:400c:c00::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 67CCC2A7C; Fri, 23 May 2014 21:58:03 +0000 (UTC) Received: by mail-wg0-f42.google.com with SMTP id y10so5265589wgg.25 for ; Fri, 23 May 2014 14:58:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:message-id:from:to:subject:user-agent:mime-version :content-type; bh=3NrKenI1YeiHv5O3KV+25eCl1Y2E8X/EWX/2CqF58ss=; b=DXprRuHkHGEwtuYf2ho682iiMP41yhuoamWGB+kErqSMM4zA96bEPGdgxwE3n46/lX piYde4wu83lxYfaAf4MCh1206bbkJoOaQBQLNyLHxBy1JM/MyAdmToCmyaeyTR9kQn/V QgvKjVKF/SFdIqT1MLFa3nAquQCS2tdDR8Bi7NdTD1+MMl7bPw+/cVowNR0gSnfYxoC+ FlrocE3lpRWU6XJz50yzbRSVw/lHKyJ1N1CLja6cjzMc9bwQyKaFgtFyLvAP9Mq10jcF CK5n2lgOJ8qF2DkPute8ywH6b2MWE6tbywOo+P5bW8zJjogEU5wxk4kqKsj1RmWKSocn v1aA== X-Received: by 10.180.97.10 with SMTP id dw10mr5918534wib.38.1400882281602; Fri, 23 May 2014 14:58:01 -0700 (PDT) Received: from oslo.ath.cx ([2001:470:1f0b:11bc:7560:720d:4953:8a8c]) by mx.google.com with ESMTPSA id dk10sm5459563wib.1.2014.05.23.14.57.59 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 23 May 2014 14:58:00 -0700 (PDT) Date: Fri, 23 May 2014 23:57:48 +0200 Message-ID: <87wqdckvj7.wl%h.skuhra@gmail.com> From: "Herbert J. Skuhra" To: ohauer@FreeBSD.org, ports@FreeBSD.org Subject: postfix-policyd-weight broken with p5-Net-DNS 0.75 User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.8 EasyPG/1.0.0 Emacs/24.4.50 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 May 2014 21:58:04 -0000 Hi, after updating p5-Net-DNS from version 0.74 to 0.75 postfix-policyd-weight (0.1.15.2) stopped working. I get the below error on two systems: May 23 13:31:35 mx postfix/policyd-weight[1037]: child: spawned May 23 13:31:35 mx postfix/policyd-weight[1037]: warning: child: err: Undefined subroutine &main::dn_expand called at /usr/local/bin/policyd-weight line 3590, line 23. May 23 13:31:36 mx postfix/policyd-weight[908]: master: child 1037 exited I am using perl 5.16.3 on FreeBSD 8.4-RELEASE-p10 (amd64) and perl 5.18.2 on FreeBSD 10.0-STABLE (i386). -- Herbert