From owner-freebsd-openoffice Sat Dec 7 14:32: 5 2002 Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE24A37B401; Sat, 7 Dec 2002 14:32:03 -0800 (PST) Received: from amsfep13-int.chello.nl (amsfep13-int.chello.nl [213.46.243.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20BA243EB2; Sat, 7 Dec 2002 14:32:02 -0800 (PST) (envelope-from einekoai@chello.nl) Received: from [192.168.1.6] ([212.187.7.57]) by amsfep13-int.chello.nl (InterMail vM.5.01.05.17 201-253-122-126-117-20021021) with ESMTP id <20021207223155.KZLS13007.amsfep13-int.chello.nl@[192.168.1.6]>; Sat, 7 Dec 2002 23:31:55 +0100 Subject: Re: disappearing distfiles From: Koop Mast To: "Mike A. Oligny" Cc: "openoffice@freebsd.org" , Martin Blapp In-Reply-To: <20021204013542.GA37284@halo.internal.backtrack.ca> References: <20021204013542.GA37284@halo.internal.backtrack.ca> Content-Type: multipart/mixed; boundary="=-QZWty5YekUkLNzMWpD75" Organization: Message-Id: <1039300326.578.47.camel@lapbeest.bogus> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.0 Date: 07 Dec 2002 23:32:07 +0100 Sender: owner-freebsd-openoffice@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-QZWty5YekUkLNzMWpD75 Content-Type: text/plain Content-Transfer-Encoding: 7bit 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 --=-QZWty5YekUkLNzMWpD75 Content-Disposition: attachment; filename=patch-openoffice Content-Type: text/plain; name=patch-openoffice; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit --- 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/ # --=-QZWty5YekUkLNzMWpD75-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message