From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 29 12:40:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4715BBC0 for ; Fri, 29 Mar 2013 12:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 397358B for ; Fri, 29 Mar 2013 12:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2TCe1IY044618 for ; Fri, 29 Mar 2013 12:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2TCe1FH044614; Fri, 29 Mar 2013 12:40:01 GMT (envelope-from gnats) Date: Fri, 29 Mar 2013 12:40:01 GMT Message-Id: <201303291240.r2TCe1FH044614@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Alan Hicks Subject: [Maintainer patch] Re: ports/177467: mail/dbmail install error when lang/perl5.14 has unset USE_PERL X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Alan Hicks List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Mar 2013 12:40:02 -0000 The following reply was made to PR ports/177467; it has been noted by GNATS. From: Alan Hicks To: bug-followup@freebsd.org, lukasz@wasikowski.net Cc: Subject: [Maintainer patch] Re: ports/177467: mail/dbmail install error when lang/perl5.14 has unset USE_PERL Date: Fri, 29 Mar 2013 12:18:38 +0000 This is a multi-part message in MIME format. --nextPart3070136.qdRSVy5MOa Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" Thank you @lukazs for highlighting the missing dependency when building documents. The attached patch fixes the missing build dependency. --nextPart3070136.qdRSVy5MOa Content-Disposition: attachment; filename="dbmail-3.0.2-perlbuild.diff" Content-Transfer-Encoding: 7Bit Content-Type: text/x-patch; charset="UTF-8"; name="dbmail-3.0.2-perlbuild.diff" --- Makefile.orig 2013-03-29 12:08:12.000000000 +0000 +++ Makefile 2013-03-29 12:08:52.000000000 +0000 @@ -28,6 +28,7 @@ .if ${PORT_OPTIONS:MDOCS} BUILD_DEPENDS= asciidoc:${PORTSDIR}/textproc/asciidoc \ xmlto:${PORTSDIR}/textproc/xmlto +USE_PERL5_BUILD=yes .endif USE_AUTOTOOLS= libtool --nextPart3070136.qdRSVy5MOa--