From owner-freebsd-perl@FreeBSD.ORG Wed Sep 28 07:30:58 2011 Return-Path: Delivered-To: perl@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E5411065672 for ; Wed, 28 Sep 2011 07:30:58 +0000 (UTC) (envelope-from aremizov@masterhost.ru) Received: from mail.corp.masterhost.ru (wincas02.mail.corp.masterhost.ru [90.156.219.212]) by mx1.freebsd.org (Postfix) with ESMTP id EFC618FC21 for ; Wed, 28 Sep 2011 07:30:57 +0000 (UTC) Received: from [10.100.114.151] (87.242.97.5) by mail.corp.masterhost.ru (90.156.219.210) with Microsoft SMTP Server (TLS) id 14.1.289.1; Wed, 28 Sep 2011 11:19:57 +0400 Message-ID: <4E82CA9D.2020408@masterhost.ru> Date: Wed, 28 Sep 2011 11:19:57 +0400 From: Alexey Remizov User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.20) Gecko/20110826 Lightning/1.0b2 Icedove/3.1.12 MIME-Version: 1.0 To: Content-Type: multipart/mixed; boundary="------------010705090708040507000707" X-Originating-IP: [87.242.97.5] Cc: Subject: net/p5-perl-ldap/Makefile bug 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, 28 Sep 2011 07:30:58 -0000 --------------010705090708040507000707 Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit Hello. RUN_DEPENDS is not defined in Makefile. Fix it please. Patch is in attach. -- WBR, Alexey Remizov .masterhost --------------010705090708040507000707 Content-Type: text/x-patch; name="p5-perl-ldap-Makefile.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="p5-perl-ldap-Makefile.diff" --- Makefile.orig 2011-09-28 11:02:04.000000000 +0400 +++ Makefile 2011-09-28 11:03:30.000000000 +0400 @@ -21,11 +21,7 @@ p5-IO-Socket-SSL>=1.26:${PORTSDIR}/security/p5-IO-Socket-SSL \ p5-URI>=1.10:${PORTSDIR}/net/p5-URI \ p5-XML-SAX-Writer>=0:${PORTSDIR}/textproc/p5-XML-SAX-Writer -BUILD_DEPENDS:= p5-Authen-SASL>=2.00:${PORTSDIR}/security/p5-Authen-SASL \ - p5-Convert-ASN1>=0.07:${PORTSDIR}/converters/p5-Convert-ASN1 \ - p5-IO-Socket-SSL>=1.26:${PORTSDIR}/security/p5-IO-Socket-SSL \ - p5-URI>=1.10:${PORTSDIR}/net/p5-URI \ - p5-XML-SAX-Writer>=0:${PORTSDIR}/textproc/p5-XML-SAX-Writer +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes --------------010705090708040507000707--