Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Mar 2004 13:18:43 +0900 (JST)
From:      Nakata Maho <chat95@mac.com>
To:        dev@porting.openoffice.org
Cc:        openoffice@freebsd.org
Subject:   OOo SDK for FreeBSD 5.2.1-RELEASE.
Message-ID:  <20040321.131843.730550774.chat95@mac.com>

next in thread | raw e-mail | index | archive | help
Hi,
I made OOo SDK package for FreeBSD 5.2.1-RELEASE. NOTE IT IS HIGHLY *UNTESTED*
available at http://sourceforge.jp/projects/waooo/
named OOo_1.1.1_FreeBSD52Intel_sdk.tar.gz

How to make the SDK is already committed in FreeBSD's cvs repo.
http://www.freebsd.org/cgi/cvsweb.cgi/ports/editors/openoffice-1.1/Makefile
(as of version 1.138)

treatment of thread support is differnet in FreeBSD 4, 5, and 5.2-current
SO, MY VERSION IS ONLY FOR AFTER 500016 AND BEFORE 502102
-----------------------------------------------------
.if ${OSVERSION} < 500016
PTHREAD_CFLAGS?=        -D_THREAD_SAFE
PTHREAD_LIBS?=          -pthread
.elif ${OSVERSION} < 502102
PTHREAD_CFLAGS?=        -D_THREAD_SAFE
PTHREAD_LIBS?=          -lc_r
.else
PTHREAD_CFLAGS?=
PTHREAD_LIBS?=          -lpthread
.endif
-----------------------------------------------------
If you want other version, please update your ports cvs tree
and type 
make (takes long time)
and
make sdk
you will obtain OOo_1.1.1_FreeBSD52Intel_sdk.tar.gz
(or 52 is different)

comments and suggestions are extremely appreciated.
Enjoy,
 nakata maho




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