Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Mar 2013 12:40:01 GMT
From:      Alan Hicks <ahicks@p-o.co.uk>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Maintainer patch] Re: ports/177467: mail/dbmail install error when lang/perl5.14 has unset USE_PERL
Message-ID:  <201303291240.r2TCe1FH044614@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/177467; it has been noted by GNATS.

From: Alan Hicks <ahicks@p-o.co.uk>
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--
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303291240.r2TCe1FH044614>