Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Aug 2009 08:38:32 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r82 - branches/experimental/mail/thunderbird-devel
Message-ID:  <200908170838.n7H8cWFo077687@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: beat
Date: Mon Aug 17 08:38:32 2009
New Revision: 82

Log:
- For now add workaround to allow build on tinderbox by defining autoconf
  as extract dependency. This need some rework.
- Set conflict with lightning.

Modified:
   branches/experimental/mail/thunderbird-devel/Makefile

Modified: branches/experimental/mail/thunderbird-devel/Makefile
==============================================================================
--- branches/experimental/mail/thunderbird-devel/Makefile	Mon Aug 17 08:26:39 2009	(r81)
+++ branches/experimental/mail/thunderbird-devel/Makefile	Mon Aug 17 08:38:32 2009	(r82)
@@ -16,12 +16,13 @@
 MAINTAINER=	gecko@FreeBSD.org
 COMMENT=	Web browser based on the browser portion of Mozilla
 
+EXTRACT_DEPENDS=	autoconf-2.13:${PORTSDIR}/devel/autoconf213
 BUILD_DEPENDS=	nspr>=4.8:${PORTSDIR}/devel/nspr
 
 USE_AUTOTOOLS=	autoconf:213
 LATEST_LINK=	thunderbird-devel
 USE_GECKO=	gecko
-CONFLICTS=	thunderbird-2*
+CONFLICTS=	thunderbird-2* lightning-0.[0-9]*
 MOZ_PKGCONFIG_FILES=	# empty
 USE_MOZILLA=	-png -nss -dbm -jpeg -xft
 MOZILLA_NAME=	Thunderbird${MOZILLA_SUFX}



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