[Maintainer patch] Re: ports/177467: mail/dbmail install error when lang/perl5.14 has unset USE_PERL
Alan Hicks
ahicks at p-o.co.uk
Fri Mar 29 12:40:02 UTC 2013
The following reply was made to PR ports/177467; it has been noted by GNATS.
From: Alan Hicks <ahicks at p-o.co.uk>
To: bug-followup at freebsd.org, lukasz at 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--
More information about the freebsd-ports-bugs
mailing list