Bug 170218 - [patch] mail/enigmail: fails without /usr/bin/perl
Summary: [patch] mail/enigmail: fails without /usr/bin/perl
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alex Dupre
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-27 17:50 UTC by Jan Beich
Modified: 2012-08-09 09:40 UTC (History)
0 users

See Also:


Attachments
use_perl.diff (508 bytes, patch)
2012-07-27 17:50 UTC, Jan Beich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Beich freebsd_committer freebsd_triage 2012-07-27 17:50:05 UTC

How-To-Repeat: $ make
===>  Building for seamonkey-enigmail-1.4.2
cd /usr/ports/mail/enigmail-seamonkey/work/obj-x86_64-portbld-freebsd9.9/mailnews/extensions/enigmail && ./makemake -r
./makemake: not found
*** [do-build] Error code 127
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-07-27 17:50:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Alex Dupre freebsd_committer freebsd_triage 2012-08-09 09:32:52 UTC
State Changed
From-To: open->closed

Committed, thanks.
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-08-09 09:32:52 UTC
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"