summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-1.0/files (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-07-02Remove openoffice.org-1.0, 1.1, and 1.1-devel ports.Maho Nakata158-13313/+0
Farewell, arigato (thank you) and sayounara (good-bye). Notes: svn path=/head/; revision=216111
2008-04-19- Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke1-1/+1
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
2007-11-26Fix build on FBSD 6 and 7.Maho Nakata4-40/+238
Approved by: portmgr (linimon) Notes: svn path=/head/; revision=202838
2006-09-16Fix build, make fetchable.Maho Nakata3-6/+142
Notes: svn path=/head/; revision=173137
2005-10-31Use libart instead of GPC for default, patch is taken fromMaho Nakata2-0/+4385
http://cvs.gnome.org/viewcvs/*checkout*/openoffice/patches/OOO_1_0_3/gpc-libart.diff Implicitly suggested by: Mikhail Teterin <mi+mx@aldan.algebra.com Thanks to: YABUKI Yukiharu <yabuki@good-day.co.jp> Notes: svn path=/head/; revision=146800
2005-09-04Add a workaround for 4.11-RELEASE. now buildable.Maho Nakata1-4/+4
Inspired by: Yuri Tarasievich <yury_tarasievich@yahoo.com> Notes: svn path=/head/; revision=141876
2005-09-02Not overwritten CATEGORIES for localized packagesMaho Nakata1-10/+10
(portupgrade indicates non-existing directory) Reported by: Harry Forker <harry@forker.de> Notes: svn path=/head/; revision=141741
2005-08-31remove `clean' so that second build make use of work dir.Maho Nakata1-2/+2
Submitted by: "Jack L." <xxjack12xx@gmail.com> Notes: svn path=/head/; revision=141541
2005-08-281. remove duplicated helpcontent_01.tgz in DISTFILESMaho Nakata11-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
2005-07-29removing unnecessary patchesMaho Nakata15-214/+0
Notes: svn path=/head/; revision=140397
2005-07-29remove unnecessary patches again :(Maho Nakata10-165/+0
Notes: svn path=/head/; revision=140385
2005-07-29o forgot to remove some filesMaho Nakata3-33/+0
o rename optpatch-freetype+patch to optpatch-freetype Notes: svn path=/head/; revision=140382
2005-07-29Remove gif disable patch.Maho Nakata3-346/+0
Notes: svn path=/head/; revision=140378
2005-07-29more robust generation of scriptMaho Nakata1-3/+3
Notes: svn path=/head/; revision=140365
2005-07-29Unbreak for 5-seriesMaho Nakata178-1024/+1381
Notes: svn path=/head/; revision=140362
2003-05-08Fix breakage and remove redundant _LITTLE_ENDIAN defines for CURRENT only. ↵Martin Blapp2-6/+30
Remove unneeded include defines. Notes: svn path=/head/; revision=80465
2003-04-28Fix the WITH_TTF_BYTECODE_ENABLED option and let us enable it again.Martin Blapp1-8/+8
Notes: svn path=/head/; revision=79779
2003-04-20FreeBSD doesn't use the same method of authenticating passwords thatDon Lewis1-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
2003-04-20Port to __FreeBSD_version >= 500112 that now has getpw*_r() functionsDon Lewis2-8/+36
that are incompatible with the older draft implementations supplied with the OpenOffice source. Approved by: mbr Notes: svn path=/head/; revision=79374
2003-04-20Allow building with WITH_BSD_JDK.Don Lewis1-1/+1
Approved by: mbr Notes: svn path=/head/; revision=79373
2003-04-18For GIF patent problem, remove some goodies.Maho Nakata3-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
2003-04-17Fix application hangs if I try to print to a printer which is not setMartin Blapp1-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
2003-04-13Fix breakage in these patches. I just copied them fromMartin Blapp2-7/+7
the openoffice-devel port but some parts in the context seem to have changed. Notes: svn path=/head/; revision=78910
2003-04-12Upgrade to 1.0.3. While we are here, backport 3 fixes from openoffice-develMartin Blapp8-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
2003-03-28Fix typo: ScanFileList -> SCacheFileListMartin Blapp1-1/+1
Notes: svn path=/head/; revision=77567
2003-03-27Fix gcc3.2.2 compileMartin Blapp1-6/+6
Notes: svn path=/head/; revision=77560
2003-03-27Fix patch which was apllied to the wrong dir.Martin Blapp1-34/+27
Notes: svn path=/head/; revision=77559
2003-03-05Add missing patches for PR 48789Martin Blapp19-0/+992
Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua> Notes: svn path=/head/; revision=76890
2003-03-04Add support for uk_UA.KOI8-U locale.Martin Blapp4-3/+51
Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua> PR: 48789 Notes: svn path=/head/; revision=76886
2003-01-25Use the linux JDK for the build, which hopefully fixes theMartin Blapp3-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
2003-01-22STABLE has still no iswspace(). Add define for it. No changeMartin Blapp1-8/+21
for > 5.0. Notes: svn path=/head/; revision=73786
2003-01-21Update to 1.02Martin Blapp27-3958/+398
Notes: svn path=/head/; revision=73749
2003-01-21Set $LANG to a useful value if it is not already set. This is a issueMartin Blapp1-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
2003-01-15Add missing FreeBSD case. Needed to fix the breakage introducedMartin Blapp1-3/+12
by the removal of the proc dependency. Notes: svn path=/head/; revision=73149
2003-01-12Fix for numerous bugs with russian localization.Martin Blapp1-0/+2490
PR: 45267 Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua> Notes: svn path=/head/; revision=72973
2003-01-12Remove the procfs dependency. Use the PS_STRINGS macro to get argv[].Martin Blapp1-5/+23
Notes: svn path=/head/; revision=72972
2002-11-06Add second part of bison patches. All breakage has been introduced byMartin Blapp1-0/+98
bison 1.75 import in october. Notes: svn path=/head/; revision=69616
2002-11-04Commit first part of bison 1.75 patches.Martin Blapp2-12/+55
Tested by: various openoffice users Notes: svn path=/head/; revision=69438
2002-10-28Fix the recently breakage caused by bison 1.75.Martin Blapp1-3/+3
$PATH does now have /usr/bin before /usr/local/bin until the bug is fixed. Notes: svn path=/head/; revision=69030
2002-10-21All patches have been repocopied to use + as separator and not "::".Martin Blapp150-8025/+0
Notes: svn path=/head/; revision=68480
2002-10-14Finally make the mozilla addressbook and ldap datasources working. Add a newMartin Blapp1-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
2002-09-12Add += also to GENJAVAFILES.Martin Blapp2-8/+12
Notes: svn path=/head/; revision=66191
2002-09-11Work around jdk-path issues in CURRENT.Martin Blapp4-0/+42
Notes: svn path=/head/; revision=66122
2002-09-03Add UTF-8 support to locale. Correct a comment.Martin Blapp2-16/+18
Submitted by: Matthew Reimer <mreimer@vpop.net> Notes: svn path=/head/; revision=65557
2002-08-25Remove second part of minormkchanged.flg in target.mk. Because this file isMartin Blapp2-6/+24
not existing at this time, the build will fail. Notes: svn path=/head/; revision=65002
2002-08-14We still had three locales with uppercase chars. To adapt the styleMartin Blapp2-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
2002-08-14Add missing newline.Martin Blapp2-2/+2
Submitted by: Mathieu Arnold <m@absolight.fr> Notes: svn path=/head/; revision=64493
2002-08-13Allow use of JDK1.3.1 even if we have no hotspot available. I hope thisMartin Blapp2-0/+26
will change in near future. Submitted by: Carlos F. A. Paniago <pan@panix.ecof.org.br> Notes: svn path=/head/; revision=64479
2002-08-13Sort the array _nl_language_list[] in ascending order. Remove NetBSDMartin Blapp2-58/+104
part of code which was wrong. Change a signed int to unsigned. Notes: svn path=/head/; revision=64477
2002-08-13Fix a ugly bug in a binary compare function which made OpenOfficeMartin Blapp2-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