ports/158651: [unbreak] mail/enigmail 1.2

Dominic Fandrey kamikaze at bsdforen.de
Tue Jul 5 01:00:27 UTC 2011


>Number:         158651
>Category:       ports
>Synopsis:       [unbreak] mail/enigmail 1.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 05 01:00:21 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Dominic Fandrey
>Release:        RELENG_8
>Organization:
private
>Environment:
FreeBSD mobileKamikaze.norad 8.2-STABLE FreeBSD 8.2-STABLE #0: Thu May 19 21:34:59 CEST 2011     root at mobileKamikaze.norad:/usr/obj/HP6510b-8/amd64/usr/src/sys/HP6510b-8  amd64

>Description:
mail/enigmail
- Unbreak building of enigmail 1.2 (required for TB 5)
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -Nur enigmail.orig/Makefile enigmail/Makefile
--- enigmail.orig/Makefile	2011-07-05 02:41:44.000000000 +0200
+++ enigmail/Makefile	2011-07-05 02:46:01.000000000 +0200
@@ -15,7 +15,7 @@
 MAINTAINER=	ale at FreeBSD.org
 COMMENT?=	A GnuPG extension for the Mozilla mail clients
 
-EXTRACT_DEPENDS+=	${NONEXISTENT}:${PORTSDIR}/${GECKO_PORTDIR}:configure \
+EXTRACT_DEPENDS+=	${NONEXISTENT}:${PORTSDIR}/${GECKO_PORTDIR}:${_GECKO_TARGET} \
 		${GECKO:C/[0-9]//}:${PORTSDIR}/${GECKO_PORTDIR} \
 		gmake:${PORTSDIR}/devel/gmake \
 		intltool-extract:${PORTSDIR}/textproc/intltool \
@@ -25,7 +25,9 @@
 		gpg:${PORTSDIR}/security/gnupg
 
 .if ${PORTVERSION} == "1.2"
-IGNORE=		doesn't currently build
+_GECKO_TARGET=	build
+.else
+_GECKO_TARGET=	configure
 .endif
 
 .if !defined(GECKO)


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list