diff options
Diffstat (limited to 'editors/openoffice.org-1.1')
16 files changed, 0 insertions, 1163 deletions
diff --git a/editors/openoffice.org-1.1/Makefile b/editors/openoffice.org-1.1/Makefile deleted file mode 100644 index 74710b11e132..000000000000 --- a/editors/openoffice.org-1.1/Makefile +++ /dev/null @@ -1,251 +0,0 @@ -# New ports collection makefile for: OpenOffice.org -# Date created: 28 February 2002 -# Whom: Martin Blapp -# -# $FreeBSD$ -# - -PORTNAME= openoffice -PORTVERSION= 1.1.5.rc2.1 -CATEGORIES+= editors -MASTER_SITES+= ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,misc/openoffice/contrib/rc/1.1.5rc2/&,} \ - ${MASTER_SITE_LOCAL:S,%SUBDIR%,maho/openoffice.org/&,}:moz \ - ${MASTER_SITE_MOZILLA:S,%SUBDIR%,mozilla/releases/mozilla1.0/src/&,}:mozsrc \ - ftp://ftp.kddlabs.co.jp/office/openoffice/contrib/rc/1.1.5rc2/ \ - ftp://sunsite.cnlab-switch.ch/mirror/OpenOffice/contrib/rc/1.1.5rc2/ \ - ftp://ftp.tu-chemnitz.de/pub/openoffice/contrib/rc/1.1.5rc2/ \ - ftp://ftp.stardiv.de/pub/OpenOffice.org/contrib/rc/1.1.5rc2/ \ - http://ftp.gwdg.de/pub/misc/openoffice/contrib/rc/1.1.5rc2/ \ - ftp://ftp.cs.man.ac.uk/pub/toby/gpc/:gpc \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,misc/openoffice/contrib/helpcontent/&,}:help \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,misc/openoffice/contrib/helpcontent-1.0/&,}:help3 \ - ftp://ftp.kddlabs.co.jp/office/openoffice/contrib/helpcontent/:help \ - ftp://sunsite.cnlab-switch.ch/mirror/OpenOffice/contrib/helpcontent/:help \ - http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/helpcontent/:help \ - ftp://ftp.linux.cz/pub/localization/OpenOffice.org/devel/build/Files/:help2 - -DISTFILES+= OOo_${RELEASE_NR}rc2_src.tar.gz gpc231.tar.Z:gpc -EXTRACT_ONLY= OOo_${RELEASE_NR}rc2_src.tar.gz - -MAINTAINER= openoffice@FreeBSD.org -COMMENT?= Integrated wordprocessor/dbase/spreadsheet/drawing/chart/browser - -MOZILLA_PROJECT= cws_srx645_mozooo.20040203.tar.gz -MOZILLA_VERSION= 1.0 -MOZILLA_SOURCE= mozilla-source-${MOZILLA_VERSION}.tar.gz -.if !defined(WITHOUT_MOZILLA) -DISTFILES+= ${MOZILLA_PROJECT}:moz ${MOZILLA_SOURCE}:mozsrc -USE_GNOME= orbit -.endif - -USE_XLIB= yes -USE_PERL5= yes -USE_BISON= yes -USE_GMAKE= yes -USE_REINPLACE= yes -WITHOUT_CPU_CFLAGS= true - -.if !defined(WITHOUT_JAVA) -USE_JAVA= yes -JAVA_VERSION= 1.4 -JAVA_BUILD= jdk -.endif - -.include <bsd.port.pre.mk> -.include <${FILESDIR}/Makefile.localized> - -.if (${OSVERSION} < 503001 && ${OSVERSION} >= 500000) || (${OSVERSION} <= 492000) -BROKEN= "rtld depends on _end symbol. type make -DTRYBROKEN to see how to upgrade your rtld" -.endif - -LANG_EXT?= 01 -LANG_CONFIGURE_ARG?= ENUS -L10NHELP?= helpcontent_01_unix.tgz - -DISTFILES+= ${L10NHELP}:help -.if defined(ALL_LOCALIZED_LANGS) -DISTFILES+= helpcontent_01_unix.tgz:help helpcontent_07_unix.tgz:help3 \ - helpcontent_31_unix.tgz:help helpcontent_33_unix.tgz:help \ - helpcontent_34_unix.tgz:help helpcontent_39_unix.tgz:help \ - helpcontent_42_unix.tgz:help2 helpcontent_43_unix.tgz:help2 \ - helpcontent_46_unix.tgz:help helpcontent_49_unix.tgz:help \ - helpcontent_50_unix.tgz:help2 helpcontent_55_unix.tgz:help \ - helpcontent_81_unix.tgz:help helpcontent_82_unix.tgz:help \ - helpcontent_86_unix.tgz:help helpcontent_88_unix.tgz:help \ - helpcontent_90_unix.tgz:help -L10NHELPS= helpcontent_01_unix.tgz helpcontent_07_unix.tgz \ - helpcontent_31_unix.tgz helpcontent_33_unix.tgz \ - helpcontent_34_unix.tgz helpcontent_39_unix.tgz \ - helpcontent_42_unix.tgz helpcontent_43_unix.tgz \ - helpcontent_46_unix.tgz helpcontent_49_unix.tgz \ - helpcontent_50_unix.tgz helpcontent_55_unix.tgz \ - helpcontent_81_unix.tgz helpcontent_82_unix.tgz \ - helpcontent_86_unix.tgz helpcontent_88_unix.tgz \ - helpcontent_90_unix.tgz -.endif - -CODELINE= 645 -RELEASE_NR= 1.1.5 -INSTALLATION_BASEDIR= OpenOffice.org${RELEASE_NR} -EXECBASE= openoffice.org-${PORTVERSION} -DIST_SUBDIR= openoffice.org1.1 -SIMPLEOSVER= ${OSREL:C/\.//g} -PACKAGE_BASENAME= OOo_${PORTVERSION}_${OPSYS}${SIMPLEOSVER}Intel - -# FIXME (Somehow INDEX build fails) -.if defined(LANG_PKGNAME) -PKGNAMEPREFIX= ${LANG_PKGNAME}- -.endif -.if defined(LANG_SUFFIX) -PKGNAMESUFFIX?= -${LANG_SUFFIX} -.endif - -BUILD_DEPENDS+= gcc32:${PORTSDIR}/lang/gcc32 -# FIXME (correctly add ccache before gcc and g++) -.if defined(WITH_CCACHE) -BUILD_DEPENDS+= ccache:${PORTSDIR}/devel/ccache -CC= ccache gcc32 -CXX= ccache g++32 -.else -CC= gcc32 -CXX= g++32 -.endif -BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \ - unzip:${PORTSDIR}/archivers/unzip \ - gcp:${PORTSDIR}/sysutils/coreutils \ - imake:${X_IMAKE_PORT} -.if defined(WITHOUT_JAVA) -LIB_DEPENDS+= xslt.2:${PORTSDIR}/textproc/libxslt -.endif -GNU_CONFIGURE= yes -WRKSRC= ${WRKDIR}/OOo_${RELEASE_NR} -CONFIGURE_WRKSRC= ${WRKSRC}/config_office -TCSH?= /bin/tcsh -PKGMESSAGE= ${WRKDIR}/pkg-message -NUMOFPROCESSES?= 1 - -DISPLAYHACK=localhost:1001 -CONFIGURE_ARGS+= --with-gnu-cp=${LOCALBASE}/bin/gcp --enable-pasf - -.include <${FILESDIR}/Makefile.knobs> - -pre-everything:: -# really tweak, extremely useful when you build all localized language versions -# needed after when you build with ALL_LOCALIZED_LANGS. -.if defined(TWEAK_L10N) - @${RM} -f ${WRKDIR}/.PLIST* - @${RM} -f ${WRKDIR}/.install_done.* - @${RM} -f ${WRKDIR}/.package_done.* - @${RM} -f ${WRKDIR}/.extract_done.* - @${RM} -f ${WRKDIR}/.patch_done.* - @${RM} -f ${WRKDIR}/.configure_done.* - @${RM} -f ${WRKDIR}/.build_done.* - @${TOUCH} ${EXTRACT_COOKIE} - @${TOUCH} ${PATCH_COOKIE} - @${TOUCH} ${CONFIGURE_COOKIE} - @${TOUCH} ${BUILD_COOKIE} -.endif - -post-extract: -.if defined(WITH_TTF_BYTECODE_ENABLED) - @cd ${WRKSRC} ; ${PATCH} < ${FILESDIR}/optpatch-freetype -.endif - @cd ${WRKDIR} ; ${CAT} ${DISTDIR}/${DIST_SUBDIR}/gpc231.tar.Z | ${TAR} xfz - - @${CP} ${WRKDIR}/gpc231/gpc.c ${WRKSRC}/external/gpc/ - @${CP} ${WRKDIR}/gpc231/gpc.h ${WRKSRC}/external/gpc/ - @${MKDIR} ${WRKDIR}/L10NHELP - @cd ${WRKDIR}/L10NHELP ; \ - ${CAT} ${DISTDIR}/${DIST_SUBDIR}/${L10NHELP} | ${GZIP_CMD} -d | ${TAR} xf - -.if defined(ALL_LOCALIZED_LANGS) - @cd ${WRKDIR}/L10NHELP ; \ - for helpfile in ${L10NHELPS}; do \ - ${CAT} ${DISTDIR}/${DIST_SUBDIR}/$$helpfile | ${GZIP_CMD} -d | ${TAR} xf - ; \ - done -.endif -.if !defined(WITHOUT_MOZILLA) - @cd ${WRKSRC} ; ${MV} moz moz.old ; ${TAR} xfz ${DISTDIR}/${DIST_SUBDIR}/${MOZILLA_PROJECT} ; ${PATCH} < ${FILESDIR}/moz-patch - @${MKDIR} ${WRKSRC}/moz/download - @${CP} ${DISTDIR}/${DIST_SUBDIR}/${MOZILLA_SOURCE} ${WRKSRC}/moz/download - @cd ${WRKSRC} ; ${MV} moz moz.runtime ; ${MV} moz.old moz -.endif - -do-build: - @cd ${WRKSRC} ; ./bootstrap -.if !defined(WITHOUT_MOZILLA) - @cd ${WRKSRC}/moz.runtime ; ${SETENV} "BUILD_MOZAB=TRUE" ${TCSH} -c 'source ../FreeBSDEnv.Set ; build.pl ; dmake zip' ; ${CP} unxfbsd.pro/zipped/FREEBSD*.zip ../moz/zipped -.endif - @${MKDIR} ${WRKSRC}/solver/${CODELINE}/unxfbsd.pro/pck - @${CP} ${WRKDIR}/L10NHELP/*.zip ${WRKSRC}/solver/${CODELINE}/unxfbsd.pro/pck -.if (${NUMOFPROCESSES}>1) - @cd ${WRKSRC} ; DISPLAY=${DISPLAYHACK} ; ${TCSH} -c "source FreeBSDEnv.Set ; cd instsetoo ; build.pl -P${NUMOFPROCESSES} --all" -.else - @cd ${WRKSRC} ; DISPLAY=${DISPLAYHACK} ; ${TCSH} -c "source FreeBSDEnv.Set ; dmake" -.endif - -do-install: - @cd ${WRKSRC}/instsetoo/*.pro/${LANG_EXT}/normal/ ; ./install --prefix=${PREFIX} - -install-user: - @${PREFIX}/${INSTALLATION_BASEDIR}/program/setup - -post-install: - @${ECHO_MSG} "===> Add wrapper scripts"; - @${CP} ${FILESDIR}/openoffice.org-wrapper ${WRKDIR}/ - @${REINPLACE_CMD} -e 's#%%PREFIX%%#${PREFIX}#g' \ - -e 's#%%RELEASE_NR%%#${RELEASE_NR}#g' \ - -e 's#%%INSTALLATION_BASEDIR%%#${INSTALLATION_BASEDIR}#g' \ - ${WRKDIR}/openoffice.org-wrapper - @${INSTALL_SCRIPT} ${WRKDIR}/openoffice.org-wrapper \ - ${PREFIX}/bin/${EXECBASE} - @${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/openoffice.org - @${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-sagenda - @${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-scalc - @${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-sdraw - @${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-setup - @${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-sfax - @${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-smath - @${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-simpress - @${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-spadmin - @${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-sweb - @${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-swriter - @${PRINTF} "bin/openoffice.org\n" > ${TMPPLIST} - @cd ${PREFIX} ; ${FIND} -s bin -type f | ${GREP} ${EXECBASE} >> ${TMPPLIST} - @cd ${PREFIX} ; ${FIND} -s bin -type l | ${GREP} ${EXECBASE} >> ${TMPPLIST} - @cd ${PREFIX} ; ${FIND} -s ${INSTALLATION_BASEDIR} -type f >> ${TMPPLIST} - @cd ${PREFIX} ; ${FIND} -s ${INSTALLATION_BASEDIR} -type l >> ${TMPPLIST} - @cd ${PREFIX} ; ${FIND} -s ${INSTALLATION_BASEDIR} -type d > ${WRKDIR}/dir.tmp - @${SORT} -r ${WRKDIR}/dir.tmp | ${XARGS} -n 1 ${ECHO_CMD} @dirrm >> ${TMPPLIST} - @${CP} ${FILESDIR}/pkg-message.in ${PKGMESSAGE} - @${REINPLACE_CMD} -e 's#%%PREFIX%%#${PREFIX}#g' \ - -e 's#%%INSTALLATION_BASEDIR%%#${INSTALLATION_BASEDIR}#g' \ - -e 's#%%EXECBASE%%#${EXECBASE}#g' \ - -e 's#%%MILESTONE%%#${MILESTONE}#g' \ - -e 's#%%RELEASE_NR%%#${RELEASE_NR}#g' \ - ${PKGMESSAGE} - @${ECHO_CMD} - @${CAT} ${PKGMESSAGE} - @${ECHO_CMD} - -package-rename: - @${ECHO_MSG} "===> Rename package for OOo mirror upload"; -.if defined(LANG_SUFFIX) - @${MV} ${PKGFILE} \ - ${WRKDIR}/../OOo_${PORTVERSION}_${OPSYS}${SIMPLEOSVER}Intel_install_${LANG_PKGNAME}-${LANG_SUFFIX}${PKG_SUFX} -.elif defined(LANG_PKGNAME) - @${MV} ${PKGFILE} \ - ${WRKDIR}/../OOo_${PORTVERSION}_${OPSYS}${SIMPLEOSVER}Intel_install_${LANG_PKGNAME}${PKG_SUFX} -.else - @${MV} ${PKGFILE} \ - ${WRKDIR}/../OOo_${PORTVERSION}_${OPSYS}${SIMPLEOSVER}Intel_install${PKG_SUFX} -.endif - -sdk: - @${ECHO_MSG} "===> Make SDK of OpenOffice.org" - @cd ${WRKSRC} ; ${TCSH} -c 'source FreeBSDEnv.Set ; cd sdk_oo ; build.pl ; deliver.pl' - @${MV} ${WRKSRC}/solver/${CODELINE}/unxfbsd.pro/bin/OpenOffice.org${RELEASE_NR}_SDK.tar.gz ${WRKDIR}/../${PACKAGE_BASENAME}_sdk.tar.gz - -solver: - @${ECHO_MSG} "===> Make Solver of OpenOffice.org" - @cd ${WRKSRC} ; ${TAR} cfz ${WRKDIR}/../${PACKAGE_BASENAME}_solver.tar.gz solver - -.include <bsd.port.post.mk> diff --git a/editors/openoffice.org-1.1/distinfo b/editors/openoffice.org-1.1/distinfo deleted file mode 100644 index fdc4da7cab14..000000000000 --- a/editors/openoffice.org-1.1/distinfo +++ /dev/null @@ -1,42 +0,0 @@ -MD5 (openoffice.org1.1/OOo_1.1.5rc2_src.tar.gz) = ba4742e3f15ab700b602a9d67a08c597 -SIZE (openoffice.org1.1/OOo_1.1.5rc2_src.tar.gz) = 223387399 -MD5 (openoffice.org1.1/gpc231.tar.Z) = fdb06fdb5a4670b172f9fb738b717be9 -SIZE (openoffice.org1.1/gpc231.tar.Z) = 27917 -MD5 (openoffice.org1.1/cws_srx645_mozooo.20040203.tar.gz) = 1239aad43c65d6808b6261ea9d60fb67 -SIZE (openoffice.org1.1/cws_srx645_mozooo.20040203.tar.gz) = 39708 -MD5 (openoffice.org1.1/mozilla-source-1.0.tar.gz) = 35a7524c2fbb773e23449179c5cb1f20 -SIZE (openoffice.org1.1/mozilla-source-1.0.tar.gz) = 39881558 -MD5 (openoffice.org1.1/helpcontent_01_unix.tgz) = 7da2aff674c2c84aba8b21ac2ab16bb6 -SIZE (openoffice.org1.1/helpcontent_01_unix.tgz) = 12052480 -MD5 (openoffice.org1.1/helpcontent_07_unix.tgz) = e3ab37cbf2407d909953f06467b27611 -SIZE (openoffice.org1.1/helpcontent_07_unix.tgz) = 13820401 -MD5 (openoffice.org1.1/helpcontent_31_unix.tgz) = c7e618e2d9b8bd25cae12954ef2548c9 -SIZE (openoffice.org1.1/helpcontent_31_unix.tgz) = 12073861 -MD5 (openoffice.org1.1/helpcontent_33_unix.tgz) = 68d58bc30b485a77c0a0fba08af3aee3 -SIZE (openoffice.org1.1/helpcontent_33_unix.tgz) = 12574720 -MD5 (openoffice.org1.1/helpcontent_34_unix.tgz) = 8696bbee3dc4d5b6fd60218123016e29 -SIZE (openoffice.org1.1/helpcontent_34_unix.tgz) = 12554240 -MD5 (openoffice.org1.1/helpcontent_39_unix.tgz) = c2ae86d02f462d2b663d621190f5ef34 -SIZE (openoffice.org1.1/helpcontent_39_unix.tgz) = 12482560 -MD5 (openoffice.org1.1/helpcontent_42_unix.tgz) = 1b5f3f30c7939c2244f654bab0a68d91 -SIZE (openoffice.org1.1/helpcontent_42_unix.tgz) = 13250743 -MD5 (openoffice.org1.1/helpcontent_43_unix.tgz) = 1869d02ead606229a1fb94ec7abc33d9 -SIZE (openoffice.org1.1/helpcontent_43_unix.tgz) = 9016309 -MD5 (openoffice.org1.1/helpcontent_46_unix.tgz) = 7b013981edce2fabe4a8751ff64a8d58 -SIZE (openoffice.org1.1/helpcontent_46_unix.tgz) = 12072960 -MD5 (openoffice.org1.1/helpcontent_49_unix.tgz) = a39f44ec40f452c963a4a187f31d1acb -SIZE (openoffice.org1.1/helpcontent_49_unix.tgz) = 13649920 -MD5 (openoffice.org1.1/helpcontent_50_unix.tgz) = 5e0464e3940d589c6358da4f2a3fbfae -SIZE (openoffice.org1.1/helpcontent_50_unix.tgz) = 15804777 -MD5 (openoffice.org1.1/helpcontent_55_unix.tgz) = 804d3ce61e11335193a410aaf9603f8e -SIZE (openoffice.org1.1/helpcontent_55_unix.tgz) = 11549758 -MD5 (openoffice.org1.1/helpcontent_81_unix.tgz) = 81b705057a0e14ebcbf02fac4762781a -SIZE (openoffice.org1.1/helpcontent_81_unix.tgz) = 12902400 -MD5 (openoffice.org1.1/helpcontent_82_unix.tgz) = 3121fbd251176d7c7b6e33ecec744c65 -SIZE (openoffice.org1.1/helpcontent_82_unix.tgz) = 12369920 -MD5 (openoffice.org1.1/helpcontent_86_unix.tgz) = aee37935139c5ccd4b6d8abdd2037c66 -SIZE (openoffice.org1.1/helpcontent_86_unix.tgz) = 12769280 -MD5 (openoffice.org1.1/helpcontent_88_unix.tgz) = 3b00571318e45965dee0545d86306d65 -SIZE (openoffice.org1.1/helpcontent_88_unix.tgz) = 12953600 -MD5 (openoffice.org1.1/helpcontent_90_unix.tgz) = 9521a01c5817e87178f356762f8cdab5 -SIZE (openoffice.org1.1/helpcontent_90_unix.tgz) = 12495734 diff --git a/editors/openoffice.org-1.1/files/Makefile.knobs b/editors/openoffice.org-1.1/files/Makefile.knobs deleted file mode 100644 index a55c387d11ec..000000000000 --- a/editors/openoffice.org-1.1/files/Makefile.knobs +++ /dev/null @@ -1,91 +0,0 @@ -# Makefile for knobs -# Whom: Maho Nakata <maho@FreeBSD.org> -# $FreeBSD$ - -.if defined(WITHOUT_JAVA) -CONFIGURE_ARGS+= --disable-java -.else -CONFIGURE_ARGS+= --with-jdk-home="${JAVA_HOME}" -.endif - -.if defined(WITHOUT_MOZILLA) -CONFIGURE_ARGS+= --disable-mozilla -.endif - -.if defined(ALL_LOCALIZED_LANGS) -CONFIGURE_ARGS+= --with-lang=ALL -.else -CONFIGURE_ARGS+= --with-lang=${LANG_CONFIGURE_ARG} -.endif - -.if defined(WITH_DEBUG) -.if ${WITH_DEBUG} == 2 -CONFIGURE_ARGS+= --enable-debug -.else -CONFIGURE_ARGS+= --enable-symbols -.endif -.endif - -pre-fetch: -.if (${OSVERSION} < 503001 && ${OSVERSION} >= 500000) || (${OSVERSION} < 492000) - @${ECHO} - @${ECHO} "WARNING" - @${ECHO} "Your rtld seems to be old." - @${ECHO} "Please remake your rtld by:" - @${ECHO} "[1] if you use 4-series:" - @${ECHO} "# fetch http://people.freebsd.org/~maho/ooo/patch-rtld.c-releng4" - @${ECHO} "# cd /usr/src/libexec/rtld-elf ; patch < patch-rtld.c-releng4" - @${ECHO} "# make ; make depend ; make install" - @${ECHO} "[2] if you use 5-series:" - @${ECHO} "# fetch http://people.freebsd.org/~maho/ooo/patch-rtld.c-releng5" - @${ECHO} "# cd /usr/src/libexec/rtld-elf ; patch < patch-rtld.c-releng5" - @${ECHO} "# make ; make depend ; make install" - @${ECHO} "AT YOUR OWN RISK!" -.endif - @${ECHO} "OPTIONS:" -.if !defined(WITH_DEBUG) - @${ECHO} - @${ECHO} "You can compile OOo with debug symbols with WITH_DEBUG=1" - @${ECHO} - @${ECHO} "If you set WITH_DEBUG=2, you add internal" - @${ECHO} "OOo debug support." -.endif -.if !defined(WITHOUT_MOZILLA) - @${ECHO} - @${ECHO} "You can compile OOo without Mozilla connectivity by" - @${ECHO} "make -DWITHOUT_MOZILLA" -.endif -.if !defined(WITH_TTF_BYTECODE_ENABLED) - @${ECHO} - @${ECHO} "You may get better quality of glyphs" - @${ECHO} "at small bitmap sizes, If you have" - @${ECHO} "licensed the Apple patents" - @${ECHO} "US05155805 US05159668 and US05325479, by" - @${ECHO} "make -DWITH_TTF_BYTECODE_ENABLED" - @${ECHO} "See http://www.freetype.org/patents.html for details" -.endif -.if !defined(LOCALIZED_LANG) - @${ECHO} - @${ECHO} "You can select the language for OOo by making it with 'make LOCALIZED_LANG=xx'" - @${ECHO} "while xx can be one of the following:" - @${ECHO} "af ar ca cs de dk el es et eu fi fr gl-ES he hi-IN" - @${ECHO} "hu it ja kn-IN ko lt nb nl nn ns pl pt pt-BR ru sk" - @${ECHO} "sl-SI sv th tn tr we zh-CN zh-TW zu" - @${ECHO} -.endif -.if !defined(WITHOUT_JAVA) - @${ECHO} - @${ECHO} "You can compile OOo without Java support by" - @${ECHO} "make -DWITHOUT_JAVA" -.endif - @${ECHO} - @${ECHO} "NOTICE:" - @${ECHO} - @${ECHO} "To build OpenOffice.org, you should have a lot" -.if defined(WITH_DEBUG) - @${ECHO} "of free diskspace (~ 8GB)." -.else - @${ECHO} "of free diskspace (~ 4GB)." -.endif - @${ECHO} "If you want SDK and/or solver, please type make sdk and/or make solver" - diff --git a/editors/openoffice.org-1.1/files/Makefile.localized b/editors/openoffice.org-1.1/files/Makefile.localized deleted file mode 100644 index 9babefba515c..000000000000 --- a/editors/openoffice.org-1.1/files/Makefile.localized +++ /dev/null @@ -1,290 +0,0 @@ -# localized makefile -# Whom: Maho Nakata <maho@FreeBSD.org> -# $FreeBSD$ - -################################################################ -# consult config_office/set_soenv.in for available languages -################################################################ -.if defined(LOCALIZED_LANG) -.if ${LOCALIZED_LANG} == "af" -LANG_PKGNAME= af -LANG_EXT= 27 -LANG_CONFIGURE_ARG= AFRIK -.endif -################################################################ -.if ${LOCALIZED_LANG} == "ar" -CATEGORIES= arabic -LANG_PKGNAME= ar -LANG_EXT= 96 -LANG_CONFIGURE_ARG= ARAB -.endif -################################################################ -.if ${LOCALIZED_LANG} == "eu" -LANG_PKGNAME= eu -LANG_EXT= 10 -LANG_CONFIGURE_ARG= BASQUE -.endif -################################################################ -.if ${LOCALIZED_LANG} == "ca" -LANG_PKGNAME= ca -LANG_EXT= 37 -LANG_CONFIGURE_ARG= CAT -.endif -################################################################ -.if ${LOCALIZED_LANG} == "zh-CN" -CATEGORIES= chinese -LANG_PKGNAME= zh -LANG_SUFFIX= CN -LANG_EXT= 86 -LANG_CONFIGURE_ARG= CHINSIM -BUILD_DEPENDS+= ${PREFIX}/share/fonts/TrueType/gbsn00lp.ttf:${PORTSDIR}/chinese/arphicttf -L10NHELP= helpcontent_${LANG_EXT}_unix.tgz -.endif -################################################################ -.if ${LOCALIZED_LANG} == "zh-TW" -CATEGORIES= chinese -LANG_PKGNAME= zh -LANG_SUFFIX= TW -LANG_EXT= 88 -LANG_CONFIGURE_ARG= CHINTRAD -BUILD_DEPENDS+= ${PREFIX}/share/fonts/TrueType/bsmi00lp.ttf:${PORTSDIR}/chinese/arphicttf -L10NHELP= helpcontent_${LANG_EXT}_unix.tgz -.endif -################################################################ -.if ${LOCALIZED_LANG} == "cs" -LANG_PKGNAME= cs -LANG_EXT= 42 -LANG_CONFIGURE_ARG= CZECH -L10NHELP= helpcontent_${LANG_EXT}_unix.tgz -.endif -################################################################ -.if ${LOCALIZED_LANG} == "dk" -LANG_PKGNAME= dk -LANG_EXT= 45 -LANG_CONFIGURE_ARG= DAN -.endif -################################################################ -.if ${LOCALIZED_LANG} == "nl" -LANG_PKGNAME= nl -LANG_EXT= 31 -L10NHELP= helpcontent_${LANG_EXT}_unix.tgz -LANG_CONFIGURE_ARG= DTCH -.endif -################################################################ -.if ${LOCALIZED_LANG} == "et" -LANG_PKGNAME= et -LANG_EXT= 77 -LANG_CONFIGURE_ARG= ESTONIAN -.endif -################################################################ -.if ${LOCALIZED_LANG} == "fi" -LANG_PKGNAME= fi -LANG_EXT= 35 -LANG_CONFIGURE_ARG= FINN -.endif -################################################################ -.if ${LOCALIZED_LANG} == "fr" -CATEGORIES= french -LANG_PKGNAME= fr -LANG_EXT= 33 -L10NHELP= helpcontent_${LANG_EXT}_unix.tgz -LANG_CONFIGURE_ARG= FREN -.endif -################################################################ -.if ${LOCALIZED_LANG} == "gl-ES" -LANG_PKGNAME= gl -LANG_SUFFIX= ES -LANG_EXT= 38 -LANG_CONFIGURE_ARG= GAL -.endif -################################################################ -.if ${LOCALIZED_LANG} == "de" -CATEGORIES= german -LANG_PKGNAME= de -LANG_EXT= 49 -L10NHELP= helpcontent_${LANG_EXT}_unix.tgz -LANG_CONFIGURE_ARG= GER -COMMENT= Office-Suite mit Textverarbeitung, Tabellenkalkulation, Datenbank und Praesentationsprogramm -.endif -################################################################ -.if ${LOCALIZED_LANG} == "el" -LANG_PKGNAME= el -LANG_EXT= 30 -LANG_CONFIGURE_ARG= GREEK -.endif -################################################################ -.if ${LOCALIZED_LANG} == "he" -LANG_PKGNAME= he -LANG_EXT= 97 -LANG_CONFIGURE_ARG= HEBREW -.endif -################################################################ -.if ${LOCALIZED_LANG} == "hi-IN" -LANG_PKGNAME= hi -LANG_EXT= 91 -LANG_CONFIGURE_ARG= HINDI -.endif -################################################################ -.if ${LOCALIZED_LANG} == "hu" -CATEGORIES= hungarian -LANG_PKGNAME= hu -LANG_EXT= 36 -LANG_CONFIGURE_ARG= HUNG -.endif -################################################################ -.if ${LOCALIZED_LANG} == "it" -LANG_PKGNAME= it -LANG_EXT= 39 -L10NHELP= helpcontent_${LANG_EXT}_unix.tgz -LANG_CONFIGURE_ARG= ITAL -.endif -################################################################ -.if ${LOCALIZED_LANG} == "ja" -CATEGORIES= japanese -LANG_PKGNAME= ja -LANG_EXT= 81 -LANG_CONFIGURE_ARG= JAPN -MASTER_SITES+= ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,misc/openoffice/stable/&,} -RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/TrueType/sazanami-mincho.ttf:${PORTSDIR}/japanese/sazanami-ttf -L10NHELP= helpcontent_${LANG_EXT}_unix.tgz -.endif -################################################################ -.if ${LOCALIZED_LANG} == "kn-IN" -LANG_PKGNAME= kn -LANG_SUFFIX= IN -LANG_EXT= 93 -LANG_CONFIGURE_ARG= KANNADA -.endif -################################################################ -.if ${LOCALIZED_LANG} == "ko" -CATEGORIES= korean -LANG_PKGNAME= ko -LANG_EXT= 82 -LANG_CONFIGURE_ARG= KOREAN -L10NHELP= helpcontent_${LANG_EXT}_unix.tgz -.endif -################################################################ -.if ${LOCALIZED_LANG} == "lt" -LANG_PKGNAME= lt -LANG_EXT= 58 -LANG_CONFIGURE_ARG= LITHUANIAN -.endif -################################################################ -.if ${LOCALIZED_LANG} == "nb" -LANG_PKGNAME= nb -LANG_EXT= 47 -LANG_CONFIGURE_ARG= NORBOK -.endif -################################################################ -.if ${LOCALIZED_LANG} == "nn" -LANG_PKGNAME= nn -LANG_EXT= 79 -LANG_CONFIGURE_ARG= NORNYN -.endif -################################################################ -.if ${LOCALIZED_LANG} == "ns" -LANG_PKGNAME= ns -LANG_EXT= 26 -LANG_CONFIGURE_ARG= NSOTHO -.endif -################################################################ -.if ${LOCALIZED_LANG} == "pl" -CATEGORIES= polish -LANG_PKGNAME= pl -LANG_EXT= 48 -LANG_CONFIGURE_ARG= POL -.endif -################################################################ -.if ${LOCALIZED_LANG} == "pt" -COMMENT= Editor texto/grBaGico, banco de dados/planilha/navegador integrado -CATEGORIES= portuguese -LANG_PKGNAME= pt -LANG_EXT= 03 -LANG_CONFIGURE_ARG= PORT -.endif -################################################################ -.if ${LOCALIZED_LANG} == "pt-BR" -COMMENT= Editor texto/grBaGico, banco de dados/planilha/navegador integrado -CATEGORIES= portuguese -LANG_PKGNAME= pt -LANG_SUFFIX= BR -L10NHELP= helpcontent_${LANG_EXT}_unix.tgz -LANG_EXT= 55 -LANG_CONFIGURE_ARG= PORTBR -.endif -################################################################ -.if ${LOCALIZED_LANG} == "ru" -CATEGORIES= russian -LANG_PKGNAME= ru -LANG_EXT= 07 -LANG_CONFIGURE_ARG= RUSS -L10NHELP= helpcontent_${LANG_EXT}_unix.tgz -.endif -################################################################ -.if ${LOCALIZED_LANG} == "sk" -LANG_PKGNAME= sk -LANG_EXT= 43 -LANG_CONFIGURE_ARG= SLOVAK -L10NHELP= helpcontent_${LANG_EXT}_unix.tgz -.endif -################################################################ -.if ${LOCALIZED_LANG} == "sl-SI" -LANG_PKGNAME= sl -LANG_SUFFIX= SI -LANG_EXT= 50 -LANG_CONFIGURE_ARG= SLOVENIAN -L10NHELP= helpcontent_${LANG_EXT}_unix.tgz -.endif -################################################################ -.if ${LOCALIZED_LANG} == "es" -LANG_PKGNAME= es -LANG_EXT= 34 -L10NHELP= helpcontent_${LANG_EXT}_unix.tgz -LANG_CONFIGURE_ARG= SPAN -.endif -################################################################ -.if ${LOCALIZED_LANG} == "sv" -LANG_PKGNAME= sv -LANG_EXT= 46 -L10NHELP= helpcontent_${LANG_EXT}_unix.tgz -LANG_CONFIGURE_ARG= SWED -.endif -################################################################ -.if ${LOCALIZED_LANG} == "th" -LANG_PKGNAME= th -LANG_EXT= 66 -LANG_CONFIGURE_ARG= THAI -.endif -################################################################ -.if ${LOCALIZED_LANG} == "tn" -LANG_PKGNAME= tn -LANG_EXT= 29 -LANG_CONFIGURE_ARG= TSWANA -.endif -################################################################ -.if ${LOCALIZED_LANG} == "tr" -LANG_PKGNAME= tr -LANG_EXT= 90 -LANG_CONFIGURE_ARG= TURK -.endif -################################################################ -.if ${LOCALIZED_LANG} == "we" -LANG_PKGNAME= cy -LANG_EXT= 53 -LANG_CONFIGURE_ARG= WELSH -.endif -################################################################ -.if ${LOCALIZED_LANG} == "zu" -LANG_PKGNAME= zu -LANG_EXT= 28 -LANG_CONFIGURE_ARG= ZULU -.endif -################################################################ -.if defined(LANG_PKGNAME) -PKGNAMEPREFIX= ${LANG_PKGNAME}- -.endif -.if defined(LANG_SUFFIX) -PKGNAMESUFFIX?= -${LANG_SUFFIX} -.endif -.endif - diff --git a/editors/openoffice.org-1.1/files/generate.pl b/editors/openoffice.org-1.1/files/generate.pl deleted file mode 100644 index b66b39ee2865..000000000000 --- a/editors/openoffice.org-1.1/files/generate.pl +++ /dev/null @@ -1,21 +0,0 @@ -#!/usr/bin/perl - -# generate full build shell script for OpenOffice.org -# Whom: Maho Nakata <maho@FreeBSD.org> -# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-1.1/files/Attic/generate.pl,v 1.2 2005-07-29 03:06:51 maho Exp $ - -print "#!/bin/csh\n"; -print "/usr/bin/time make WITH_CCACHE=yes package package-rename solver sdk deinstall clean >& log.en\n"; -print "/usr/bin/time make ALL_LOCALIZED_LANGS=yes >& log.all\n"; - -open ( FILE, "< Makefile.localized") ; -while(<FILE>){ -@tmp=split (' ',$_); -@tmp2=split ('"',$tmp[3]); -if ( $tmp[1] eq "\${LOCALIZED_LANG}") { $LANG=$tmp2[1]; - print "make TWEAK_L10N=yes LOCALIZED_LANG=$LANG pre-everything\n"; - print "/usr/bin/time make LOCALIZED_LANG=$LANG WITH_CCACHE=yes deinstall package package-rename deinstall >& log.$LANG\n"; - } -} -close FILE; - diff --git a/editors/openoffice.org-1.1/files/moz-patch b/editors/openoffice.org-1.1/files/moz-patch deleted file mode 100644 index 5da4ae43ef25..000000000000 --- a/editors/openoffice.org-1.1/files/moz-patch +++ /dev/null @@ -1,44 +0,0 @@ -#iZ 28398 -#iZ 11424 - -http://qa.openoffice.org/issues/show_bug.cgi?id=28398 -http://qa.openoffice.org/issues/show_bug.cgi?id=11424 - -disable freetype2 support since build broken and -this functionality is not used at all. - ---- moz/extractfiles.mk.org Sat Oct 30 22:01:49 2004 -+++ moz/extractfiles.mk Sat Oct 30 22:00:21 2004 -@@ -269,8 +269,8 @@ - +$(COPY) /QSZ $(INCLUDE_PATH)* $(INCLUDE_DIR) - +$(COPY) /QSZ $(PUBLIC_PATH)* $(INCLUDE_DIR) - .ELSE -- +$(GNUCOPY) -pr $(INCLUDE_PATH)* $(INCLUDE_DIR) -- +$(GNUCOPY) -pr $(PUBLIC_PATH)* $(INCLUDE_DIR) -+ +$(GNUCOPY) -Lr $(INCLUDE_PATH)* $(INCLUDE_DIR) -+ +$(GNUCOPY) -Lr $(PUBLIC_PATH)* $(INCLUDE_DIR) - .ENDIF - - .IF "$(GUI)"=="UNX" - ---- moz/mozilla-source-1.0.patch.org Tue Feb 10 19:44:34 2004 -+++ moz/mozilla-source-1.0.patch Sat Mar 19 12:51:35 2005 -@@ -4471,14 +4471,16 @@ - return NS_OK; - } - ----- miss/build/mozilla/.mozconfig Tue Jul 22 21:52:27 2003 -+--- misc/build/mozilla/.mozconfig Tue Jul 22 21:52:27 2003 - +++ misc/build/mozilla/.mozconfig Mon Jul 28 15:07:20 2003 --@@ -0,0 +1,8 @@ -+@@ -0,0 +1,10 @@ - +ac_add_options --disable-tests - +ac_add_options --disable-xprint - +ac_add_options --without-system-zlib - +ac_add_options --enable-ldap - +ac_add_options --disable-debug -++ac_add_options --disable-freetype2 -++ac_add_options --enable-default-toolkit=xlib - +ac_add_options --enable-optimize - +ac_add_options --enable-crypto - +ac_add_options --enable-strip diff --git a/editors/openoffice.org-1.1/files/openoffice.org-wrapper b/editors/openoffice.org-1.1/files/openoffice.org-wrapper deleted file mode 100644 index 33798ee0cc38..000000000000 --- a/editors/openoffice.org-1.1/files/openoffice.org-wrapper +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -# -# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-1.1/files/Attic/openoffice.org-wrapper,v 1.1 2005-07-29 01:44:40 maho Exp $ - -oopath=%%PREFIX%%/%%INSTALLATION_BASEDIR%%/program/ -program=`echo $0 | sed -e 's|.*-%%RELEASE_NR%%-||'` - -case $program in -$0) - $oopath/soffice "$@" - ;; - *) - $oopath/$program "$@" - ;; -esac diff --git a/editors/openoffice.org-1.1/files/optpatch-freetype b/editors/openoffice.org-1.1/files/optpatch-freetype deleted file mode 100644 index fb96fb1fadac..000000000000 --- a/editors/openoffice.org-1.1/files/optpatch-freetype +++ /dev/null @@ -1,87 +0,0 @@ -Index: freetype/freetype-2.1.4.patch -=================================================================== -RCS file: /cvs/external/freetype/freetype-2.1.4.patch,v -retrieving revision 1.2 -diff -u -r1.2 freetype-2.1.4.patch ---- freetype/freetype-2.1.4.patch 17 Apr 2003 15:11:01 -0000 1.2 -+++ freetype/freetype-2.1.4.patch 16 Jan 2005 08:29:56 -0000 -@@ -1,5 +1,5 @@ --*** misc/freetype-2.1.4/builds/compiler/visualc.mk Thu Dec 14 00:44:33 2000 ----- misc/build/freetype-2.1.4/builds/compiler/visualc.mk Wed Apr 9 16:45:16 2003 -+*** misc/freetype-2.1.4/builds/compiler/visualc.mk Thu Dec 14 08:44:33 2000 -+--- misc/build/freetype-2.1.4/builds/compiler/visualc.mk Sun Jan 16 17:01:31 2005 - *************** - *** 63,69 **** - # ANSI compliance. -@@ -17,8 +17,8 @@ - endif - - # ANSIFLAGS: Put there the flags used to make your compiler ANSI-compliant. --*** misc/freetype-2.1.4/builds/unix/ltmain.sh Sat Jan 18 17:39:18 2003 ----- misc/build/freetype-2.1.4/builds/unix/ltmain.sh Wed Apr 9 16:45:16 2003 -+*** misc/freetype-2.1.4/builds/unix/ltmain.sh Sun Jan 19 01:39:18 2003 -+--- misc/build/freetype-2.1.4/builds/unix/ltmain.sh Sun Jan 16 17:01:31 2005 - *************** - *** 2296,2302 **** - ;; -@@ -36,8 +36,8 @@ - - case $version_type in - nonstopux) verstring_prefix=nonstopux ;; --*** misc/freetype-2.1.4/builds/win32/visualc/freetype.dsp Fri Jan 31 00:24:18 2003 ----- misc/build/freetype-2.1.4/builds/win32/visualc/freetype.dsp Wed Apr 9 16:45:16 2003 -+*** misc/freetype-2.1.4/builds/win32/visualc/freetype.dsp Fri Jan 31 08:24:18 2003 -+--- misc/build/freetype-2.1.4/builds/win32/visualc/freetype.dsp Sun Jan 16 17:01:32 2005 - *************** - *** 44,51 **** - # PROP Output_Dir "..\..\..\objs\release" -@@ -57,8 +57,8 @@ - # SUBTRACT CPP /nologo /YX - # ADD BASE RSC /l 0x409 /d "NDEBUG" - # ADD RSC /l 0x409 /d "NDEBUG" --*** misc/freetype-2.1.4/include/freetype/config/ftmodule.h Thu Oct 31 09:29:31 2002 ----- misc/build/freetype-2.1.4/include/freetype/config/ftmodule.h Wed Apr 9 16:45:16 2003 -+*** misc/freetype-2.1.4/include/freetype/config/ftmodule.h Thu Oct 31 17:29:31 2002 -+--- misc/build/freetype-2.1.4/include/freetype/config/ftmodule.h Sun Jan 16 17:01:32 2005 - *************** - *** 1,8 **** - FT_USE_MODULE(autohint_module_class) -@@ -92,8 +92,8 @@ - FT_USE_MODULE(winfnt_driver_class) - + #endif - --*** misc/freetype-2.1.4/include/freetype/config/ftoption.h Fri Jan 31 00:24:18 2003 ----- misc/build/freetype-2.1.4/include/freetype/config/ftoption.h Wed Apr 9 16:45:16 2003 -+*** misc/freetype-2.1.4/include/freetype/config/ftoption.h Fri Jan 31 08:24:18 2003 -+--- misc/build/freetype-2.1.4/include/freetype/config/ftoption.h Sun Jan 16 17:04:45 2005 - *************** - *** 108,114 **** - /* this will however force you to link the zlib to any program that */ -@@ -111,8 +111,25 @@ - - - /*************************************************************************/ --*** misc/freetype-2.1.4/src/base/ftobjs.c Thu Mar 27 22:35:43 2003 ----- misc/build/freetype-2.1.4/src/base/ftobjs.c Sun Apr 13 17:57:51 2003 -+*************** -+*** 378,384 **** -+ /* do not #undef this macro here, since the build system might */ -+ /* define for certain configurations */ -+ /* */ -+! /* #define TT_CONFIG_OPTION_BYTECODE_INTERPRETER */ -+ -+ -+ /*************************************************************************/ -+--- 378,384 ---- -+ /* do not #undef this macro here, since the build system might */ -+ /* define for certain configurations */ -+ /* */ -+! #define TT_CONFIG_OPTION_BYTECODE_INTERPRETER -+ -+ -+ /*************************************************************************/ -+*** misc/freetype-2.1.4/src/base/ftobjs.c Fri Mar 28 06:35:43 2003 -+--- misc/build/freetype-2.1.4/src/base/ftobjs.c Sun Jan 16 17:01:32 2005 - *************** - *** 804,810 **** - { diff --git a/editors/openoffice.org-1.1/files/patch-bridges+source+cpp_uno+gcc3_freebsd_intel+except.cxx b/editors/openoffice.org-1.1/files/patch-bridges+source+cpp_uno+gcc3_freebsd_intel+except.cxx deleted file mode 100644 index 11088e05cd62..000000000000 --- a/editors/openoffice.org-1.1/files/patch-bridges+source+cpp_uno+gcc3_freebsd_intel+except.cxx +++ /dev/null @@ -1,21 +0,0 @@ -Issutracker : #i22253# -CWS : N/A -Author : <mrauch@openoffice.org> (JCA) -Description : - -Index: bridges/source/cpp_uno/gcc3_freebsd_intel/except.cxx -=================================================================== -RCS file: /cvs/udk/bridges/source/cpp_uno/gcc3_freebsd_intel/except.cxx,v -retrieving revision 1.4 -diff -u -r1.4 except.cxx ---- bridges/source/cpp_uno/gcc3_freebsd_intel/except.cxx 28 Apr 2003 16:41:25 -0000 1.4 -+++ bridges/source/cpp_uno/gcc3_freebsd_intel/except.cxx 13 Aug 2005 04:40:14 -0000 -@@ -182,7 +182,7 @@ - buf.append( 'E' ); - - OString symName( buf.makeStringAndClear() ); -- rtti = (type_info *)dlsym( m_hApp, symName.getStr() ); -+ rtti = (type_info *)dlsym( RTLD_DEFAULT, symName.getStr() ); - - if (rtti) - { diff --git a/editors/openoffice.org-1.1/files/patch-odk+configure.pl b/editors/openoffice.org-1.1/files/patch-odk+configure.pl deleted file mode 100644 index eba758c6b281..000000000000 --- a/editors/openoffice.org-1.1/files/patch-odk+configure.pl +++ /dev/null @@ -1,47 +0,0 @@ -Issutracker : #iXXXXX# -CWS : N/A -Author : NAKATA Maho <maho@openoffice.org> (JCA) -Description : most pop name of installated GNU make is gmake, not make for FreeBSD - -Index: configure.pl -=================================================================== -RCS file: /cvs/api/odk/configure.pl,v -retrieving revision 1.4.12.3 -diff -u -r1.4.12.3 configure.pl ---- odk/configure.pl.orig 18 May 2004 10:02:00 -0000 1.4.12.3 -+++ odk/configure.pl 11 Aug 2004 08:21:04 -0000 -@@ -19,7 +19,7 @@ - chop ($main::OFFICE_HOME_SUGGESTION); - - $main::OO_SDK_MAKE_HOME = ""; --$main::OO_SDK_MAKE_HOME_SUGGESTION = searchprog("make"); -+$main::OO_SDK_MAKE_HOME_SUGGESTION = searchprog("gmake"); - $main::makeVersion = "3.79.1"; - $main::correctVersion = 0; - -@@ -101,7 +101,7 @@ - # prepare GNU make path - while ( (!$main::correctVersion) && - ((! -d "$main::OO_SDK_MAKE_HOME" ) || -- ((-d "$main::OO_SDK_MAKE_HOME") && (! -e "$main::OO_SDK_MAKE_HOME/make"))) ) -+ ((-d "$main::OO_SDK_MAKE_HOME") && (! -e "$main::OO_SDK_MAKE_HOME/gmake"))) ) - { - print "Enter GNU make ($main::makeVersion or higher) tools directory [$main::OO_SDK_MAKE_HOME_SUGGESTION]: "; - $main::OO_SDK_MAKE_HOME = <STDIN>; -@@ -111,14 +111,14 @@ - $main::OO_SDK_MAKE_HOME = $main::OO_SDK_MAKE_HOME_SUGGESTION; - } - if ( (! -d "$main::OO_SDK_MAKE_HOME") || -- ((-d "$main::OO_SDK_MAKE_HOME") && (! -e "$main::OO_SDK_MAKE_HOME/make")) ) -+ ((-d "$main::OO_SDK_MAKE_HOME") && (! -e "$main::OO_SDK_MAKE_HOME/gmake")) ) - { - $main::OO_SDK_MAKE_HOME = ""; - print "Error: GNU make is required, please specify a GNU make tools directory.\n"; - } else - { - #check version -- my $testVersion = `$OO_SDK_MAKE_HOME/make --version`; -+ my $testVersion = `$OO_SDK_MAKE_HOME/gmake --version`; - if ( $testVersion eq "") - { - print "The 'make' command found at $main::OO_SDK_MAKE_HOME/make is not GNU Make\n"; diff --git a/editors/openoffice.org-1.1/files/patch-scp+source+office+unxbasic.scp b/editors/openoffice.org-1.1/files/patch-scp+source+office+unxbasic.scp deleted file mode 100644 index ecb51c46c8d6..000000000000 --- a/editors/openoffice.org-1.1/files/patch-scp+source+office+unxbasic.scp +++ /dev/null @@ -1,25 +0,0 @@ -Issutracker : #iXXXXX# -CWS : N/A -Author : NAKATA Maho <maho@openoffice.org> (JCA) -Description : Do not make a link as /usr/bin/soffice - -Index: scp/source/office/unxbasic.scp -=================================================================== -RCS file: /cvs/installation/scp/source/office/Attic/unxbasic.scp,v -retrieving revision 1.49.8.9 -diff -u -r1.49.8.9 unxbasic.scp ---- scp/source/office/unxbasic.scp 27 Aug 2004 11:43:50 -0000 1.49.8.9 -+++ scp/source/office/unxbasic.scp 15 Jan 2005 10:22:08 -0000 -@@ -924,12 +924,6 @@ - Dim sofficeFile As String - Dim linkName As String - -- sofficeFile = DirEntry(GetSetupEnv.DestPath, "program", "soffice") -- -- linkName = "/usr/bin/soffice" -- -- shell("/bin/sh -c " & "'ln -s " & chr(34) & sofficeFile & chr(34) & " " & linkName & " >/dev/null 2>&1'") -- - End Sub - - }; diff --git a/editors/openoffice.org-1.1/files/patch-shell+source+unix+sysshell+recently_used_file_handler.cxx b/editors/openoffice.org-1.1/files/patch-shell+source+unix+sysshell+recently_used_file_handler.cxx deleted file mode 100644 index 360312fc8001..000000000000 --- a/editors/openoffice.org-1.1/files/patch-shell+source+unix+sysshell+recently_used_file_handler.cxx +++ /dev/null @@ -1,32 +0,0 @@ -Issutracker : #iXXXXX# -CWS : N/A -Author : NAKATA Maho <maho@openoffice.org> (JCA) -Description : -In solver/645/unxfbsd.pro/inc/rtl/string.hxx, -even though there is a descrioptin like -static OString valueOf( sal_Int32 i, sal_Int16 radix = 10 ) SAL_THROW(()) -and In /usr/include/machine/_types.h, -typedef int __int32_t; -typedef __int32_t __time_t; /* time()... */ -and -/usr/include/time.h:typedef __time_t time_t; -this cast seems to be mandatory. Why?? - ---- shell/source/unix/sysshell/recently_used_file_handler.cxx.orig Tue Jan 13 00:56:37 2004 -+++ shell/source/unix/sysshell/recently_used_file_handler.cxx Tue Jan 13 00:57:26 2004 -@@ -188,9 +188,12 @@ - write_xml_start_tag(TAG_RECENT_ITEM, file, true); - write_xml_tag(TAG_URI, uri_, file); - write_xml_tag(TAG_MIME_TYPE, mime_type_, file); -- -- rtl::OString ts = rtl::OString::valueOf(timestamp_); -- write_xml_tag(TAG_TIMESTAMP, ts.getStr(), file); -+#if defined FREEBSD -+ rtl::OString ts = rtl::OString::valueOf((sal_Int32)timestamp_); -+#else -+ rtl::OString ts = rtl::OString::valueOf(timestamp_); -+#endif -+ write_xml_tag(TAG_TIMESTAMP, ts.getStr(), file); - - if (is_private_) - write_xml_tag(TAG_PRIVATE, file); diff --git a/editors/openoffice.org-1.1/files/patch-translation_limit_64k b/editors/openoffice.org-1.1/files/patch-translation_limit_64k deleted file mode 100644 index 4eea8acadbb5..000000000000 --- a/editors/openoffice.org-1.1/files/patch-translation_limit_64k +++ /dev/null @@ -1,124 +0,0 @@ -Issutracker : #i33228#, #i34210# -CWS : N/A -Author : -Description : Kannada doesn't build since some resources are -limited to 64k. it won't fix for 1.1.x officially - -Index: inc/sc.hrc -=================================================================== -RCS file: /cvs/sc/sc/inc/sc.hrc,v -retrieving revision 1.35 -retrieving revision 1.35.288.2 -diff -u -r1.35 -r1.35.288.2 ---- sc/inc/sc.hrc 3 Dec 2002 15:26:06 -0000 1.35 -+++ sc/inc/sc.hrc 17 Sep 2004 14:25:38 -0000 1.35.288.2 -@@ -1141,8 +1141,12 @@ - #define RID_TBXCTL_INSOBJ (SC_RESOURCE_START+40) - #define RID_BMP_REFBTN1 (SC_RESOURCE_START+41) - #define RID_BMP_REFBTN2 (SC_RESOURCE_START+42) --#define RID_SC_FUNCTION_DESCRIPTIONS1 (SC_RESOURCE_START+43) --#define RID_SC_FUNCTION_DESCRIPTIONS2 (SC_RESOURCE_START+44) -+// #i34210# split function resources due to 64k limit, don't reuse old values -+// to have obviously empty function lists in case some localisation used the -+// old values for any reason. Don't even reuse the exact name because of the -+// translation database IDs. -+//#define RID_SC_FUNCTION_DESCRIPTIONS1 (SC_RESOURCE_START+43) -+//#define RID_SC_FUNCTION_DESCRIPTIONS2 (SC_RESOURCE_START+44) - #define RID_POPUP_CONTROL (SC_RESOURCE_START+45) - #define RID_POPUP_PAGEBREAK (SC_RESOURCE_START+46) - #define RID_OBJECTBAR_DRAWFORM (SC_RESOURCE_START+47) -@@ -1158,6 +1162,10 @@ - #define RID_IMAGELIST_H_NAVCONT (SC_RESOURCE_START+57) - #define RID_OUTLINEBITMAPS_H (SC_RESOURCE_START+58) - #define RID_OBJECTMENU_EDIT (SC_RESOURCE_START+59) -+#define RID_SC_FUNCTION_DESCRIPTIONS_1 (SC_RESOURCE_START+60) -+#define RID_SC_FUNCTION_DESCRIPTIONS_2 (SC_RESOURCE_START+61) -+#define RID_SC_FUNCTION_DESCRIPTIONS_3 (SC_RESOURCE_START+62) -+#define RID_SC_FUNCTION_DESCRIPTIONS_4 (SC_RESOURCE_START+63) - - #define STR_START (SC_RESOURCE_START+100) - #define STR_ROWHEIGHT (STR_START) -Index: source/core/data/global.cxx -=================================================================== -RCS file: /cvs/sc/sc/source/core/data/global.cxx,v -retrieving revision 1.31 -retrieving revision 1.31.166.2 -diff -u -r1.31 -r1.31.166.2 ---- sc/source/core/data/global.cxx 17 Apr 2003 09:54:45 -0000 1.31 -+++ sc/source/core/data/global.cxx 17 Sep 2004 14:25:38 -0000 1.31.166.2 -@@ -1475,10 +1475,12 @@ - USHORT i,j; - USHORT nDescBlock[] = - { -- RID_SC_FUNCTION_DESCRIPTIONS1, -- RID_SC_FUNCTION_DESCRIPTIONS2 -+ RID_SC_FUNCTION_DESCRIPTIONS_1, -+ RID_SC_FUNCTION_DESCRIPTIONS_2, -+ RID_SC_FUNCTION_DESCRIPTIONS_3, -+ RID_SC_FUNCTION_DESCRIPTIONS_4 - }; -- const USHORT nBlocks = sizeof(nDescBlock) / sizeof(USHORT); -+ const USHORT nBlocks = sizeof(nDescBlock) / sizeof(nDescBlock[0]); - - aFunctionList.Clear(); - -Index: source/ui/src/scfuncs.src -=================================================================== -RCS file: /cvs/sc/sc/source/ui/src/scfuncs.src,v -retrieving revision 1.76.22.8 -retrieving revision 1.76.22.8.4.2 -diff -u -r1.76.22.8 -r1.76.22.8.4.2 ---- sc/source/ui/src/scfuncs.src 10 Sep 2004 14:45:52 -0000 1.76.22.8 -+++ sc/source/ui/src/scfuncs.src 17 Sep 2004 14:25:39 -0000 1.76.22.8.4.2 -@@ -93,10 +93,16 @@ - // RID_SC_FUNCTION_DESCRIPTIONS1 - // RID_SC_FUNCTION_DESCRIPTIONS2 - -+ // #i34210# again splitted resources due to 64k limit -+ // RID_SC_FUNCTION_DESCRIPTIONS_1 -+ // RID_SC_FUNCTION_DESCRIPTIONS_2 -+ // RID_SC_FUNCTION_DESCRIPTIONS_3 -+ // RID_SC_FUNCTION_DESCRIPTIONS_4 -+ - #include "scfuncs.hrc" // ID_FUNCTION_GRP_XXX, HID_FUNC_XXX - #include "compiler.hrc" // SC_OPCODE_XXX - --Resource RID_SC_FUNCTION_DESCRIPTIONS1 -+Resource RID_SC_FUNCTION_DESCRIPTIONS_1 - { - // -=*# Resource for function DBANZAHL #*=- - Resource SC_OPCODE_DB_COUNT -@@ -15963,6 +15969,11 @@ - Text[ galician ] = "Valor 1; Valor 2;... son de 1 a 30 argumentos que representan os pagamentos e ingresos."; - }; - }; -+}; -+ -+ -+Resource RID_SC_FUNCTION_DESCRIPTIONS_2 -+{ - // -=*# Resource for function IKV #*=- - Resource SC_OPCODE_IKV - { -@@ -32174,7 +32185,8 @@ - }; - }; - --Resource RID_SC_FUNCTION_DESCRIPTIONS2 -+ -+Resource RID_SC_FUNCTION_DESCRIPTIONS_3 - { - // -=*# Resource for function DBANZAHL2 #*=- - // -=*# Resource for function HÄUFIGKEIT #*=- -@@ -49230,6 +49242,11 @@ - Text[ galician ] = "é o n—ãro de graos de liberdade."; - }; - }; -+}; -+ -+ -+Resource RID_SC_FUNCTION_DESCRIPTIONS_4 -+{ - // -=*# Resource for function STANDARDISIERUNG #*=- - Resource SC_OPCODE_STANDARD - { diff --git a/editors/openoffice.org-1.1/files/pkg-message.in b/editors/openoffice.org-1.1/files/pkg-message.in deleted file mode 100644 index 8b63380621c8..000000000000 --- a/editors/openoffice.org-1.1/files/pkg-message.in +++ /dev/null @@ -1,55 +0,0 @@ -OpenOffice.org Build %%RELEASE_NR%% Personal Install How-To - -Written by: Martin Blapp <mbr@freebsd.org> - and Maho Nakata <maho@FreeBSD.org> - -OpenOffice.org %%RELEASE_NR%% will soon been installed in -%%PREFIX%%/%%EXECBASE%% - -1 User installation -------------------- - -Just type "%%EXECBASE%%" after you have successfully -installed the package. If there is no installed -OO.org dir in your homedir, you'll be prompted to -install some files and choose a installed JDK. -The setup installs a "OpenOffice.org%%RELEASE_NR%%" folder -in your homedir. - -If the setup tells you there is already an installed -version, you may look at the file ".sversionrc" in -your homedir. In this file OpenOffice and StarOffice -have both a line for each version which is installed. -After removing the problematic line you should be able to -install again. - -2 Start OO.org --------------- - -There are some wrappers installed for fast startup. -Add "%%PREFIX%%/bin/" to your PATH and you will be able -to use them. - -%%PREFIX%%/bin/openoffice.org -%%PREFIX%%/bin/%%EXECBASE%% -%%PREFIX%%/bin/%%EXECBASE%%-sagenda -%%PREFIX%%/bin/%%EXECBASE%%-scalc -%%PREFIX%%/bin/%%EXECBASE%%-sdraw -%%PREFIX%%/bin/%%EXECBASE%%-setup -%%PREFIX%%/bin/%%EXECBASE%%-sfax -%%PREFIX%%/bin/%%EXECBASE%%-simpress -%%PREFIX%%/bin/%%EXECBASE%%-spadmin -%%PREFIX%%/bin/%%EXECBASE%%-sweb -%%PREFIX%%/bin/%%EXECBASE%%-swriter - -OO.org does need $LANG to be set to a suitable value. -If it is not already set, a default value is chosen. - -3 If you stuck into a trouble --------------------------------------------------- -Somehow you can stuck into a trouble. -To solve this issue, please remove the already installed -"OpenOffice.org%%RELEASE_NR%%" dir in your homedir and remove the -appropriate entry from ".sversionrc". After you have done -this, redo the user installation and the problem will -go away. diff --git a/editors/openoffice.org-1.1/pkg-descr b/editors/openoffice.org-1.1/pkg-descr deleted file mode 100644 index bc2ede1b8c2b..000000000000 --- a/editors/openoffice.org-1.1/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -OpenOffice.org is an Open Source, community-developed, multi-platform office -productivity suite. It includes the key desktop applications, such as a -word processor, spreadsheet, presentation manager, and drawing program, -with a user interface and feature set similar to other office suites. - -Components include: - * A universal word processing application for creating business - letters, extensive text documents, professional layouts, and HTML - documents. - * A sophisticated application for performing advanced spreadsheet - functions, such as analyzing figures, creating lists, and viewing data. - * A tool for creating effective eye-catching presentations. - * A vector-oriented draw module that enables the creation of 3D - illustrations - -WWW: http://www.openoffice.org/ - http://porting.openoffice.org/freebsd/ diff --git a/editors/openoffice.org-1.1/pkg-plist b/editors/openoffice.org-1.1/pkg-plist deleted file mode 100644 index 28bd78453b52..000000000000 --- a/editors/openoffice.org-1.1/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -# Dummy file, do not delete. Package list is generated automatically. |