From owner-freebsd-openoffice@FreeBSD.ORG Wed Jul 2 10:54:03 2008 Return-Path: Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1DBF106567A for ; Wed, 2 Jul 2008 10:54:03 +0000 (UTC) (envelope-from redcrash@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.174]) by mx1.freebsd.org (Postfix) with ESMTP id 977708FC1E for ; Wed, 2 Jul 2008 10:54:03 +0000 (UTC) (envelope-from redcrash@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so287755wfg.7 for ; Wed, 02 Jul 2008 03:54:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=9IpwV6lOrmatu4ubJkGm4Ps4VaN2jkNCDK3IW9n2m40=; b=kmTW++eZiAmehU5RDB9JVrCdNj58f2YEaNz7fd73/sQZdSfD4nvvjc/alGkQTJPpmq TYamDNxO06AVDlogb5Wk5GOE3ZMDRcK635v+JqcdScqnKl1CAHcfN+vst2PaMUPhsWS4 7iUL+ydfrVG0m+Xgy3dUOlyGoqO2wG5y6fYmI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=a3q1XnIheJLaQ4q12dn+pN14Hofkt3mxyXe+dSL/x2DpFsUyNRxk9M5FRGhh/q5T4T ATk8isbUaU9W8/zXzchCAjBV3VThhqEWplcKzzHQVAFg4aR99XAZRwhWr1wp4/AvogWd 9APUuA1kbuJ7jW+63s5ZHz4vvYd68hyKuvHi8= Received: by 10.143.1.12 with SMTP id d12mr2957315wfi.297.1214994585573; Wed, 02 Jul 2008 03:29:45 -0700 (PDT) Received: by 10.142.47.7 with HTTP; Wed, 2 Jul 2008 03:29:45 -0700 (PDT) Message-ID: Date: Wed, 2 Jul 2008 12:29:45 +0200 From: "Harald Servat" To: freebsd-openoffice@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: openoffice 3 X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jul 2008 10:54:03 -0000 Hello, I'm testing the OO 3beta that can be found under ftp://ooopackages.good-day.net/pub/OpenOffice.org but it is quite old (DEV300_m5) compared with the current openoffice.org-3-devel found in ports (DEV300_m19), so I'd like to update it. Due to memory & space limitations I cannot afford building it, so I was wondering if I can find this package on any repository. Thank you. -- _________________________________________________________________ Empty your memory, with a free()... like a pointer! If you cast a pointer to an integer, it becomes an integer, if you cast a pointer to a struct, it becomes a struct. The pointer can crash..., and can overflow. Be a pointer my friend...