| Summary: | [patch] mail/enigmail: fails without /usr/bin/perl | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Jan Beich <jbeich> | ||||
| Component: | Individual Port(s) | Assignee: | Alex Dupre <ale> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Jan Beich
2012-07-27 17:50:05 UTC
Responsible Changed From-To: freebsd-ports-bugs->ale Over to maintainer (via the GNATS Auto Assign Tool) State Changed From-To: open->closed Committed, thanks. Author: ale Date: Thu Aug 9 08:32:41 2012 New Revision: 302332 URL: http://svn.freebsd.org/changeset/ports/302332 Log: Fix build when perl is built without USE_PERL. PR: ports/170218 Submitted by: Jan Beich <jbeich@tormail.org> Modified: head/mail/enigmail/Makefile Modified: head/mail/enigmail/Makefile ============================================================================== --- head/mail/enigmail/Makefile Thu Aug 9 08:27:12 2012 (r302331) +++ head/mail/enigmail/Makefile Thu Aug 9 08:32:41 2012 (r302332) @@ -71,6 +71,8 @@ pre-patch: `${FIND} ${WRKSRC} -name autoconf.mk` post-patch: + ${REINPLACE_CMD} "s,/usr/bin/perl,${PERL}," \ + ${WRKSRC}/mailnews/extensions/enigmail/makemake ${REINPLACE_CMD} "s/^XPI_MODULE_VERS = [0-9.]*/XPI_MODULE_VERS = ${PORTVERSION}/" \ ${WRKSRC}/mailnews/extensions/enigmail/Makefile.in ${REINPLACE_CMD} "s,<em:version>[0-9.a-z]*</em:version>,<em:version>${PORTVERSION}</em:version>," \ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" |