Skip site navigation (1)Skip section navigation (2)
Date:      07 Dec 2002 23:32:07 +0100
From:      Koop Mast <einekoai@chello.nl>
To:        "Mike A. Oligny" <mike@freebsd.schema.ca>
Cc:        "openoffice@freebsd.org" <openoffice@freebsd.org>, Martin Blapp <mbr@FreeBSD.org>
Subject:   Re: disappearing distfiles
Message-ID:  <1039300326.578.47.camel@lapbeest.bogus>
In-Reply-To: <20021204013542.GA37284@halo.internal.backtrack.ca>
References:  <20021204013542.GA37284@halo.internal.backtrack.ca>

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

[-- Attachment #1 --]
On Wed, 2002-12-04 at 02:35, Mike A. Oligny wrote:
> no heads up, it seems?  ports as of 3 minutes ago -
> main openoffice port:
> 
> >> OOo_1.0.1_source.tar.bz2 doesn't seem to exist in
> >> /usr/ports/distfiles/openoffice.
> >> Attempting to fetch from
> >> http://ny1.mirror.openoffice.org/1.0.1/.
> fetch: OOo_1.0.1_source.tar.bz2: Not Found
> >> Attempting to fetch from
[snip]

martin made a little error in the last commit.
he changed DIST_SUBDIR instead of MASTER_SITE_SUBDIR.

the attached patch fixes the problem, martin can you commit this?
i have tested it, and it works

-Koop

[-- Attachment #2 --]
--- Makefile.orig	Sat Dec  7 23:22:40 2002
+++ Makefile	Sat Dec  7 23:23:01 2002
@@ -16,7 +16,7 @@
 		ftp://ftp.cs.man.ac.uk/pub/toby/gpc/:gpc \
 		http://ny1.mirror.openoffice.org/miscellaneous/helpcontent/:help \
 		http://people.freebsd.org/~mbr/ooo/:moz
-MASTER_SITE_SUBDIR=	${PORTVERSION}
+MASTER_SITE_SUBDIR=	stable/1.0.1
 DISTFILES+=	OOo_${PORTVERSION}_source.tar.bz2 \
 		gpc231.tar.Z:gpc patch-openoffice-mozilla101-2002-10-14:moz
 .if defined(L10NHELP)
@@ -37,7 +37,7 @@
 
 PROCFS!=		${MOUNT} | ${GREP} ^procfs | ${AWK} '{print $1}'
 INSTALLATION_BASEDIR=	OpenOffice.org1.0
-DIST_SUBDIR=		stable/1.0.1
+DIST_SUBDIR=		openoffice
 DICT_DIR=               ${PREFIX}/${INSTALLATION_BASEDIR}/share/dict/ooo/
 
 #

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