summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.0/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* After repocopied by PR 85372, old ports must beMaho Nakata2005-08-29156-8594/+0
| | | | | | | | removed. PR: 85372 Notes: svn path=/head/; revision=141220
* 1. remove duplicated helpcontent_01.tgz in DISTFILESMaho Nakata2005-08-2811-24/+206
| | | | | | | | | | | | | | | | | section 2. LC_ALL and LANG are C for building[1] 3. do not pass CPUTYPE, as in some environment build fails and basically ignores (this port doesn't honor CFLAGS etc) 4. adding memo for localized languages [2] 5. SDK is now buildable 6. change russian translation patch so as to apply much easier 7. helpcontent_31_unix.tgz does not exist, but 30. PR: 84786 [1] 83502 [2] Submitted by : achix mantzix[1] and Harald Schmalzbauer[2] Notes: svn path=/head/; revision=141047
* removing unnecessary patchesMaho Nakata2005-07-2915-214/+0
| | | | Notes: svn path=/head/; revision=140397
* remove unnecessary patches again :(Maho Nakata2005-07-2910-165/+0
| | | | Notes: svn path=/head/; revision=140385
* o forgot to remove some filesMaho Nakata2005-07-293-33/+0
| | | | | | | o rename optpatch-freetype+patch to optpatch-freetype Notes: svn path=/head/; revision=140382
* Remove gif disable patch.Maho Nakata2005-07-293-346/+0
| | | | Notes: svn path=/head/; revision=140378
* more robust generation of scriptMaho Nakata2005-07-291-3/+3
| | | | Notes: svn path=/head/; revision=140365
* Unbreak for 5-seriesMaho Nakata2005-07-29178-1024/+1381
| | | | Notes: svn path=/head/; revision=140362
* Fix breakage and remove redundant _LITTLE_ENDIAN defines for CURRENT only. ↵Martin Blapp2003-05-082-6/+30
| | | | | | | | | Remove unneeded include defines. Notes: svn path=/head/; revision=80465
* Fix the WITH_TTF_BYTECODE_ENABLED option and let us enable it again.Martin Blapp2003-04-281-8/+8
| | | | Notes: svn path=/head/; revision=79779
* FreeBSD doesn't use the same method of authenticating passwords thatDon Lewis2003-04-201-11/+0
| | | | | | | | | | | Linux uses with its shadow password file. This patch was a no-op anyway because of an earlier #ifdef in the source file. If the port needs this functionality, it should be re-implemented using PAM. Approved by: mbr Notes: svn path=/head/; revision=79375
* Port to __FreeBSD_version >= 500112 that now has getpw*_r() functionsDon Lewis2003-04-202-8/+36
| | | | | | | | | | that are incompatible with the older draft implementations supplied with the OpenOffice source. Approved by: mbr Notes: svn path=/head/; revision=79374
* Allow building with WITH_BSD_JDK.Don Lewis2003-04-201-1/+1
| | | | | | | Approved by: mbr Notes: svn path=/head/; revision=79373
* For GIF patent problem, remove some goodies.Maho Nakata2003-04-183-0/+346
| | | | | | | | However source distribution is still legal, so this can be enabled by WITH_GIF_LZW_COMPRESSION=yes Notes: svn path=/head/; revision=79227
* Fix application hangs if I try to print to a printer which is not setMartin Blapp2003-04-171-0/+11
| | | | | | | | | | | as default. #i13031# fixed non matching allocator/deallocator issue Because of this severe bug OO.org1.03 release will be rerolled. Notes: svn path=/head/; revision=79165
* Fix breakage in these patches. I just copied them fromMartin Blapp2003-04-132-7/+7
| | | | | | | | the openoffice-devel port but some parts in the context seem to have changed. Notes: svn path=/head/; revision=78910
* Upgrade to 1.0.3. While we are here, backport 3 fixes from openoffice-develMartin Blapp2003-04-128-149/+133
| | | | | | | | which should fix some bugs related to temporary files, and one bug in the gcc3 bridge code. Notes: svn path=/head/; revision=78827
* Fix typo: ScanFileList -> SCacheFileListMartin Blapp2003-03-281-1/+1
| | | | Notes: svn path=/head/; revision=77567
* Fix gcc3.2.2 compileMartin Blapp2003-03-271-6/+6
| | | | Notes: svn path=/head/; revision=77560
* Fix patch which was apllied to the wrong dir.Martin Blapp2003-03-271-34/+27
| | | | Notes: svn path=/head/; revision=77559
* Add missing patches for PR 48789Martin Blapp2003-03-0519-0/+992
| | | | | | | Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua> Notes: svn path=/head/; revision=76890
* Add support for uk_UA.KOI8-U locale.Martin Blapp2003-03-044-3/+51
| | | | | | | | Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua> PR: 48789 Notes: svn path=/head/; revision=76886
* Use the linux JDK for the build, which hopefully fixes theMartin Blapp2003-01-253-7/+90
| | | | | | | | | | | | build on bento. Add required patches to support this change. If WITH_BSD_JDK is set, the original native JDK is used. Add RES_GER to the supported languages. Apparently this is now needed by the build system, else the handbook is still missing. Notes: svn path=/head/; revision=73990
* STABLE has still no iswspace(). Add define for it. No changeMartin Blapp2003-01-221-8/+21
| | | | | | | for > 5.0. Notes: svn path=/head/; revision=73786
* Update to 1.02Martin Blapp2003-01-2127-3958/+398
| | | | Notes: svn path=/head/; revision=73749
* Set $LANG to a useful value if it is not already set. This is a issueMartin Blapp2003-01-211-1/+5
| | | | | | | | many users have problems with. If US-ASCII is set, OpenOffice.Org cannot read any filenames with special chars and Umlauts ! Notes: svn path=/head/; revision=73733
* Add missing FreeBSD case. Needed to fix the breakage introducedMartin Blapp2003-01-151-3/+12
| | | | | | | by the removal of the proc dependency. Notes: svn path=/head/; revision=73149
* Fix for numerous bugs with russian localization.Martin Blapp2003-01-121-0/+2490
| | | | | | | | PR: 45267 Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua> Notes: svn path=/head/; revision=72973
* Remove the procfs dependency. Use the PS_STRINGS macro to get argv[].Martin Blapp2003-01-121-5/+23
| | | | Notes: svn path=/head/; revision=72972
* Add second part of bison patches. All breakage has been introduced byMartin Blapp2002-11-061-0/+98
| | | | | | | bison 1.75 import in october. Notes: svn path=/head/; revision=69616
* Commit first part of bison 1.75 patches.Martin Blapp2002-11-042-12/+55
| | | | | | | Tested by: various openoffice users Notes: svn path=/head/; revision=69438
* Fix the recently breakage caused by bison 1.75.Martin Blapp2002-10-281-3/+3
| | | | | | | | $PATH does now have /usr/bin before /usr/local/bin until the bug is fixed. Notes: svn path=/head/; revision=69030
* All patches have been repocopied to use + as separator and not "::".Martin Blapp2002-10-21150-8025/+0
| | | | Notes: svn path=/head/; revision=68480
* Finally make the mozilla addressbook and ldap datasources working. Add a newMartin Blapp2002-10-141-8/+28
| | | | | | | | | | "register-mozilla" target, add a openoffice mozilla 1.01 patch to the mozilla build. Fix the zipmoz.sh to catch up with the mozilla changes. Bump portrevision. Notes: svn path=/head/; revision=68044
* Add += also to GENJAVAFILES.Martin Blapp2002-09-122-8/+12
| | | | Notes: svn path=/head/; revision=66191
* Work around jdk-path issues in CURRENT.Martin Blapp2002-09-114-0/+42
| | | | Notes: svn path=/head/; revision=66122
* Add UTF-8 support to locale. Correct a comment.Martin Blapp2002-09-032-16/+18
| | | | | | | Submitted by: Matthew Reimer <mreimer@vpop.net> Notes: svn path=/head/; revision=65557
* Remove second part of minormkchanged.flg in target.mk. Because this file isMartin Blapp2002-08-252-6/+24
| | | | | | | not existing at this time, the build will fail. Notes: svn path=/head/; revision=65002
* We still had three locales with uppercase chars. To adapt the styleMartin Blapp2002-08-142-104/+200
| | | | | | | | | of the other arrays, do everything in uppercase now. Add a NetBSD part too and correct the IRIX part. Reorder the ifdef comments and define how the array should look like. Notes: svn path=/head/; revision=64511
* Add missing newline.Martin Blapp2002-08-142-2/+2
| | | | | | | Submitted by: Mathieu Arnold <m@absolight.fr> Notes: svn path=/head/; revision=64493
* Allow use of JDK1.3.1 even if we have no hotspot available. I hope thisMartin Blapp2002-08-132-0/+26
| | | | | | | | | will change in near future. Submitted by: Carlos F. A. Paniago <pan@panix.ecof.org.br> Notes: svn path=/head/; revision=64479
* Sort the array _nl_language_list[] in ascending order. Remove NetBSDMartin Blapp2002-08-132-58/+104
| | | | | | | part of code which was wrong. Change a signed int to unsigned. Notes: svn path=/head/; revision=64477
* Fix a ugly bug in a binary compare function which made OpenOfficeMartin Blapp2002-08-132-12/+32
| | | | | | | | dump in Options->Load/Save/HTML Compatibility. If $LANG was not set in ENV, TXT files could not be read anymore. Notes: svn path=/head/; revision=64475
* Check in two cases if a string is NULL. Fixes WITH_DEBUG=Martin Blapp2002-08-102-0/+44
| | | | | | | installation. Notes: svn path=/head/; revision=64328
* Fix neon authentification. The patch in external/neonMartin Blapp2002-08-084-14/+244
| | | | | | | | | is missing two unsigned chars. http://www.openoffice.org/issues/show_bug.cgi?id=4818 Notes: svn path=/head/; revision=64258
* machine/soundcard.h -> sys/soundcard.hMartin Blapp2002-08-082-10/+14
| | | | | | | | | Fix trailing patch which was ignored Submitted by: kan Notes: svn path=/head/; revision=64241
* Fix another namespace collision which made the debug build segfaultingMartin Blapp2002-08-082-0/+68
| | | | | | | | | in setup. Submitted by: kan Notes: svn path=/head/; revision=64240
* Add optional TTF patch.Martin Blapp2002-08-084-0/+438
| | | | | | | Submitted by: Alexander Kabaev <ak03@gte.com> Notes: svn path=/head/; revision=64238
* A changedir into the OO.org dir was wrong. This broke relative pathsMartin Blapp2002-08-041-4/+4
| | | | | | | like: "openoffice document.sxc". Notes: svn path=/head/; revision=63938
* The gcc31 port has been updated. It seems that g++ includes are again inMartin Blapp2002-08-022-58/+2
| | | | | | | | | g++-v3. In all preview version they where located in g++. Remove part of this patch, so OO builds again with gcc31 (release) Notes: svn path=/head/; revision=63883