From 1e4dcdff78191f7dde8aa68e6f00c821550d9f79 Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Mon, 29 Aug 2005 01:32:13 +0000 Subject: After repocopied by PR 85372, old ports must be removed. PR: 85372 --- editors/openoffice-1.1/files/Makefile.knobs | 91 ------- editors/openoffice-1.1/files/Makefile.localized | 290 --------------------- editors/openoffice-1.1/files/generate.pl | 21 -- editors/openoffice-1.1/files/moz-patch | 44 ---- .../openoffice-1.1/files/openoffice.org-wrapper | 15 -- editors/openoffice-1.1/files/optpatch-freetype | 87 ------- ...es+source+cpp_uno+gcc3_freebsd_intel+except.cxx | 21 -- .../openoffice-1.1/files/patch-odk+configure.pl | 47 ---- .../files/patch-scp+source+office+unxbasic.scp | 25 -- ...ce+unix+sysshell+recently_used_file_handler.cxx | 32 --- .../files/patch-translation_limit_64k | 124 --------- editors/openoffice-1.1/files/pkg-message.in | 55 ---- 12 files changed, 852 deletions(-) delete mode 100644 editors/openoffice-1.1/files/Makefile.knobs delete mode 100644 editors/openoffice-1.1/files/Makefile.localized delete mode 100644 editors/openoffice-1.1/files/generate.pl delete mode 100644 editors/openoffice-1.1/files/moz-patch delete mode 100644 editors/openoffice-1.1/files/openoffice.org-wrapper delete mode 100644 editors/openoffice-1.1/files/optpatch-freetype delete mode 100644 editors/openoffice-1.1/files/patch-bridges+source+cpp_uno+gcc3_freebsd_intel+except.cxx delete mode 100644 editors/openoffice-1.1/files/patch-odk+configure.pl delete mode 100644 editors/openoffice-1.1/files/patch-scp+source+office+unxbasic.scp delete mode 100644 editors/openoffice-1.1/files/patch-shell+source+unix+sysshell+recently_used_file_handler.cxx delete mode 100644 editors/openoffice-1.1/files/patch-translation_limit_64k delete mode 100644 editors/openoffice-1.1/files/pkg-message.in (limited to 'editors/openoffice-1.1/files') diff --git a/editors/openoffice-1.1/files/Makefile.knobs b/editors/openoffice-1.1/files/Makefile.knobs deleted file mode 100644 index a55c387d11ec..000000000000 --- a/editors/openoffice-1.1/files/Makefile.knobs +++ /dev/null @@ -1,91 +0,0 @@ -# Makefile for knobs -# Whom: Maho Nakata -# $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-1.1/files/Makefile.localized b/editors/openoffice-1.1/files/Makefile.localized deleted file mode 100644 index 9babefba515c..000000000000 --- a/editors/openoffice-1.1/files/Makefile.localized +++ /dev/null @@ -1,290 +0,0 @@ -# localized makefile -# Whom: Maho Nakata -# $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-1.1/files/generate.pl b/editors/openoffice-1.1/files/generate.pl deleted file mode 100644 index 08435dc8c868..000000000000 --- a/editors/openoffice-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 -# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-1.1/files/Attic/generate.pl,v 1.3 2005-08-28 08:27:50 maho Exp $ - -print "#!/bin/csh\n"; -print "make deinstall clean\n"; -print "/usr/bin/time -h make WITH_CCACHE=yes install package package-rename solver sdk deinstall clean >& log.en\n"; -print "rm work/.configure* work/.build* \n"; -print "/usr/bin/time -h make ALL_LOCALIZED_LANGS=yes >& log.all\n"; - -open ( FILE, "< Makefile.localized") ; -while(){ -@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 -h make LOCALIZED_LANG=$LANG WITH_CCACHE=yes package package-rename deinstall >& log.$LANG\n"; - } -} -close FILE; diff --git a/editors/openoffice-1.1/files/moz-patch b/editors/openoffice-1.1/files/moz-patch deleted file mode 100644 index 5da4ae43ef25..000000000000 --- a/editors/openoffice-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-1.1/files/openoffice.org-wrapper b/editors/openoffice-1.1/files/openoffice.org-wrapper deleted file mode 100644 index 3327d75c26f5..000000000000 --- a/editors/openoffice-1.1/files/openoffice.org-wrapper +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -# -# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-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-1.1/files/optpatch-freetype b/editors/openoffice-1.1/files/optpatch-freetype deleted file mode 100644 index fb96fb1fadac..000000000000 --- a/editors/openoffice-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-1.1/files/patch-bridges+source+cpp_uno+gcc3_freebsd_intel+except.cxx b/editors/openoffice-1.1/files/patch-bridges+source+cpp_uno+gcc3_freebsd_intel+except.cxx deleted file mode 100644 index 11088e05cd62..000000000000 --- a/editors/openoffice-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 : (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-1.1/files/patch-odk+configure.pl b/editors/openoffice-1.1/files/patch-odk+configure.pl deleted file mode 100644 index eba758c6b281..000000000000 --- a/editors/openoffice-1.1/files/patch-odk+configure.pl +++ /dev/null @@ -1,47 +0,0 @@ -Issutracker : #iXXXXX# -CWS : N/A -Author : NAKATA Maho (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 = ; -@@ -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-1.1/files/patch-scp+source+office+unxbasic.scp b/editors/openoffice-1.1/files/patch-scp+source+office+unxbasic.scp deleted file mode 100644 index ecb51c46c8d6..000000000000 --- a/editors/openoffice-1.1/files/patch-scp+source+office+unxbasic.scp +++ /dev/null @@ -1,25 +0,0 @@ -Issutracker : #iXXXXX# -CWS : N/A -Author : NAKATA Maho (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-1.1/files/patch-shell+source+unix+sysshell+recently_used_file_handler.cxx b/editors/openoffice-1.1/files/patch-shell+source+unix+sysshell+recently_used_file_handler.cxx deleted file mode 100644 index 360312fc8001..000000000000 --- a/editors/openoffice-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 (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-1.1/files/patch-translation_limit_64k b/editors/openoffice-1.1/files/patch-translation_limit_64k deleted file mode 100644 index 4eea8acadbb5..000000000000 --- a/editors/openoffice-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-1.1/files/pkg-message.in b/editors/openoffice-1.1/files/pkg-message.in deleted file mode 100644 index 8b63380621c8..000000000000 --- a/editors/openoffice-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 - and Maho Nakata - -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. -- cgit v1.2.3