Date: Sun, 28 May 2006 09:34:09 +0900 (JST) From: NAKATA Maho <chat95@mac.com> To: jkim@FreeBSD.org Cc: freebsd-openoffice@FreeBSD.org, dev@porting.openoffice.org Subject: Re: OOo+FreeBSD/AMD64 Current status Message-ID: <20060528.093409.41628983.chat95@mac.com> In-Reply-To: <200605221630.37642.jkim@FreeBSD.org> References: <20060518.112438.88470108.chat95@mac.com> <20060518.112930.44101678.chat95@mac.com> <200605221630.37642.jkim@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In Message-ID: <200605221630.37642.jkim@FreeBSD.org> Jung-uk Kim <jkim@FreeBSD.org> wrote: > http://people.freebsd.org/~jkim/OOo20-m169_20060522.diff thanks, I just come back from Kyoto yesterday. o now we use tbz instead tgz. now build breaks at this part. it was reported at FBSD OOO ML -> fixed. applied your editors/openoffice.org-2.0-devel/files/Makefile.others patch. also I changed from unxfbsd.pro to unxfbsd?.pro o applied your patch against Makefile from start until following part. @@ -72,7 +90,11 @@ EXECBASE?= openoffice.org-${OOOTAG} DIST_SUBDIR= openoffice.org2.0 SIMPLEOSVER= ${OSREL:C/\.//g} +.if ${ARCH} == amd64 +PACKAGE_BASENAME= OOo_${OOOTAG}_${OPSYS}${SIMPLEOSVER}X86_64 +.else PACKAGE_BASENAME= OOo_${OOOTAG}_${OPSYS}${SIMPLEOSVER}Intel +.endif LOCALIZED_LANG?= en-US # FIXME (Somehow INDEX build fails) and mozilla part is not applied since ooo tar ball can be tar+bzip2 while mozilla part is always tar+gzip. o cws-maho1.diff is committed to ports cvs repo. o patch-i65514 is committed to ports cvs repo. o patch-i65513 is committed to ports cvs repo. Thanks for your works, -- NAKATA, Maho (maho@FreeBSD.org)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060528.093409.41628983.chat95>