Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Jul 2011 00:53:09 GMT
From:      Dominic Fandrey <kamikaze@bsdforen.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/158651: [unbreak] mail/enigmail 1.2
Message-ID:  <201107050053.p650r97u080964@red.freebsd.org>
Resent-Message-ID: <201107050100.p6510LtQ005733@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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@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:



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