Subject: Re: Mozilla Sunbird package
To: None <tech-pkg@netbsd.org>
From: Geert Hendrickx <ghen@netbsd.org>
List: tech-pkg
Date: 01/30/2006 17:01:00
On Mon, Jan 30, 2006 at 04:54:12PM +0100, Geert Hendrickx wrote:
> I've created a package for Mozilla Sunbird (standalone version of the
> Mozilla Calendar component, much like Firefox/Thunderbird).  It builds
> fine (at least on NetBSD 3.99.15/i386), but "make install" doesn't work
> yet.  However, the program runs fine when invoked from ${WRKSRC}/dist/.
> If anyone can have a look at it (taya?), please do.  

Hm, apparantly Mozilla fsck'ed their ftp site a bit, you'll need this diff
to download the Sunbird sources: 

--- Makefile-sunbird.common.orig	2006-01-30 16:58:58.000000000 +0100
+++ Makefile-sunbird.common	2006-01-30 16:59:07.000000000 +0100
@@ -4,8 +4,8 @@
 MOZ_VER=	0.3a1
 EXTRACT_SUFX=	.tar.bz2
 DISTNAME=	${MOZILLA}-${MOZ_VER}-source
-MASTER_SITES=	http://ftp.mozilla.org/pub/mozilla.org/sunbird/releases/${MOZ_VER}/source/ \
-		ftp://ftp.mozilla.org/pub/mozilla.org/sunbird/releases/${MOZ_VER}/source/
+MASTER_SITES=	http://ftp.mozilla.org/pub/mozilla.org/sunbird/new-directory/releases/${MOZ_VER}/source/ \
+		ftp://ftp.mozilla.org/pub/mozilla.org/sunbird/new-directory/releases/${MOZ_VER}/source/
 
 HOMEPAGE=	http://www.mozilla.org/projects/calendar/sunbird.html
 
	Geert