aboutsummaryrefslogtreecommitdiff
path: root/editors/libreoffice
Commit message (Collapse)AuthorAgeFilesLines
* Re-apply r324851 for the port. It was accidentally reverted in r325230.Jung-uk Kim2013-08-221-1/+1
| | | | Notes: svn path=/head/; revision=325232
* Update to 4.0.5.Jung-uk Kim2013-08-226-58/+168
| | | | Notes: svn path=/head/; revision=325230
* Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.Gerald Pfeifer2013-08-171-1/+1
| | | | | | | | | | | | | | | | | Right now this is a noop in the former case and a noop in the latter case unless lang/gcc44 has been installed explicitly. This puts a bit more emphasis on standardizing on a canonical version "current" GCC and makes it easier to update that canonical version by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port. That is, USE_GCC=yes means "use a decent/modern version of GCC" without having to worry about details. Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324851
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Convert to new perl frameworkAndrej Zverev2013-08-041-2/+2
| | | | Notes: svn path=/head/; revision=324231
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi Notes: svn path=/head/; revision=322783
* Fix a typo in the previous commit.Jung-uk Kim2013-07-021-1/+1
| | | | Notes: svn path=/head/; revision=322156
* - Revive the option to support GTK+ 3.x.Jung-uk Kim2013-07-021-16/+17
| | | | | | | | | | - Switch to USES=desktop-file-utils. - Fix plist when both GTK2 and GTK3 are enabled. Submitted by: kwm Notes: svn path=/head/; revision=322155
* Remove broken options to not confuse users.Jung-uk Kim2013-07-011-20/+5
| | | | Notes: svn path=/head/; revision=322139
* Revert the previous commit. It seems bmake and fmake do not agree on this.Jung-uk Kim2013-06-251-5/+0
| | | | Notes: svn path=/head/; revision=321774
* Rework the previous revision. It seems this version works with fmake.Jung-uk Kim2013-06-251-0/+5
| | | | Notes: svn path=/head/; revision=321773
* Work around index build. Somehow it is broken in a weird way.Jung-uk Kim2013-06-251-5/+0
| | | | Notes: svn path=/head/; revision=321772
* - Chase liborcus 0.5.1 update.Jung-uk Kim2013-06-256-11/+582
| | | | | | | | | | - Do not install unused dictionary files to avoid conflicts. [1] - Honor real PAGE_SIZE. PR: ports/179887 [1] Notes: svn path=/head/; revision=321770
* Update to 4.0.4.Jung-uk Kim2013-06-193-16/+9
| | | | Notes: svn path=/head/; revision=321324
* Bump clang version requirement. Older versions produce broken code on i386.Tijl Coosemans2013-05-231-1/+1
| | | | | | | | PR: ports/176893 Reviewed by: jkim Notes: svn path=/head/; revision=318880
* Backport a fix for API breakage with devel/mdds update to 0.8.0Chris Rees2013-05-211-0/+72
| | | | | | | | | This will probably need to be removed on the next Libreoffice update Obtained from: Libreoffice git Notes: svn path=/head/; revision=318719
* Update to 4.0.3.Jung-uk Kim2013-05-093-6/+17
| | | | Notes: svn path=/head/; revision=317743
* Restore parallel build. It was accidentally disabled by r317320.Jung-uk Kim2013-05-081-1/+3
| | | | Notes: svn path=/head/; revision=317713
* - When DISABLE_MAKE_JOBS or MAKE_JOBS_UNSAFE is set, also setBryan Drewery2013-05-041-6/+0
| | | | | | | | | | | | | | | MAKE_JOBS_NUMBER to 1. This makes it safe to do -j${MAKE_JOBS_NUMBER} without any extra logic. - Cleanup ports working around the empty MAKE_JOBS_NUMBER - This also fixes several ports that were expecting MAKE_JOBS_NUMBER to always have a number Reviewed by: bapt Spotted by: John Marino <draco@marino.st> With hat: portmgr Notes: svn path=/head/; revision=317320
* Rely on bsdtar to autodetermine the format of the distfiles when possibleBaptiste Daroussin2013-04-291-1/+1
| | | | | | | | | | For a while now bsdtar is able to autotermine compression and archive format. Let's then use tar directly instead of piping to tar. Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format Notes: svn path=/head/; revision=316786
* Convert e* to USES=pkgconfigBaptiste Daroussin2013-04-231-2/+1
| | | | Notes: svn path=/head/; revision=316337
* Update to 4.0.2.Jung-uk Kim2013-04-169-141/+29
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=315901
* - Update poppler to 0.22.2.Jeremy Messenger2013-03-211-1/+1
| | | | | | | | | | | | - Bump the rest ports that depend on the poppler and poppler-qt because of shared library version have been changed. - Add a note in the UPDATING for require to rebuild all ports that depend on poppler. Submitted by: kwm (poppler* part) Notes: svn path=/head/; revision=314805
* Disable MERGELIBS by default and mark it broken for now. Currently, itJung-uk Kim2013-03-131-1/+2
| | | | | | | | | | seems to cause weird run-time link issues but we are not sure whether the culprit is rtld(1) or clang 3.2. Stability always outweighs performance. PR: ports/176880 Notes: svn path=/head/; revision=314100
* Fix OpenLDAP dependency.Jung-uk Kim2013-03-111-1/+1
| | | | | | | PR: ports/176776 Notes: svn path=/head/; revision=313924
* Correct a dependency.Jung-uk Kim2013-03-081-1/+1
| | | | Notes: svn path=/head/; revision=313669
* Update to 4.0.1.Jung-uk Kim2013-03-0858-1113/+436
| | | | Notes: svn path=/head/; revision=313667
* Convert USE_BISON to USES= bisonBaptiste Daroussin2013-03-081-1/+1
| | | | | | | | | | | | | | | | | It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix Notes: svn path=/head/; revision=313635
* Fix jakarta-commons-httpclient build with some locale.Jung-uk Kim2013-02-181-0/+1
| | | | | | | PR: ports/176205 Notes: svn path=/head/; revision=312531
* - Do not let the configure script guess number of CPUs in the system.Jung-uk Kim2013-02-151-0/+7
| | | | | | | | | - Honor MAKE_JOBS_NUMBER if available. PR: ports/176177 Notes: svn path=/head/; revision=312312
* Enable XMLSEC support. This fixes support for password-protected files.Jung-uk Kim2013-02-152-3/+5
| | | | | | | PR: ports/167775 Notes: svn path=/head/; revision=312300
* - Consistently use clang to build LibreOffice. It works fine now.Jung-uk Kim2013-02-144-17/+51
| | | | | | | - Speed up patching a little. Notes: svn path=/head/; revision=312189
* Disable Kerberos and GSSAPI when PostgreSQL-SDBC is disabled.Jung-uk Kim2013-02-121-1/+2
| | | | | | | PR: ports/176037 Notes: svn path=/head/; revision=312085
* Add devel/doxygen as a build dependency for SDK option.Jung-uk Kim2013-02-111-2/+2
| | | | | | | Pointed by: ale Notes: svn path=/head/; revision=312078
* Fix plist.Jung-uk Kim2013-02-091-1/+2
| | | | | | | PR: ports/175953 Notes: svn path=/head/; revision=311956
* - Fix build with Java option. [1]Jung-uk Kim2013-02-084-94/+142
| | | | | | | | | | | | | | - Work around a build issue when Python was built with PTH option. [2] - Mark GTK3 option as broken. Now LibreOffice wants GTK+ 3.2 and later. [3] - Fix build with SDK option. - Add bash completion for LibreOffice. PR: ports/175856 [1] Reported by: Frederic POLIAKOFF <fpoliakoff@free.fr> [2] Reported by: awarecons@gmail.com [3] Notes: svn path=/head/; revision=311893
* - Bypass unit tests for C++ UNO. This works around some build issues.Jung-uk Kim2013-02-062-25/+42
| | | | | | | - Clean up MASTER_SITES for optional third-party sources. Notes: svn path=/head/; revision=311792
* Fix fetch. Good bye, go-oo.org.Jung-uk Kim2013-02-061-24/+23
| | | | Notes: svn path=/head/; revision=311749
* Update to 3.6.5.Jung-uk Kim2013-02-0432-440/+280
| | | | Notes: svn path=/head/; revision=311644
* Revert a commit that should not have happenedBaptiste Daroussin2013-01-311-2/+2
| | | | | | | Bump portrevision Notes: svn path=/head/; revision=311337
* Chase boost updateBaptiste Daroussin2013-01-311-2/+2
| | | | Notes: svn path=/head/; revision=311310
* Chase icu, graphite2 and libexttextcat bumpBaptiste Daroussin2012-12-182-4/+53
| | | | Notes: svn path=/head/; revision=309206
* Fix package building after Gentium fonts modificationBaptiste Daroussin2012-12-161-1/+1
| | | | | | | Reported by: beat Notes: svn path=/head/; revision=309046
* - Update to 3.5.7.Jung-uk Kim2012-10-264-21/+23
| | | | | | | | | - Trim Makefile headers. Feature safe: yes Notes: svn path=/head/; revision=306473
* Force to use GCC on FreeBSD 8.x, since with clang it builds fine,Alex Dupre2012-09-141-0/+6
| | | | | | | but doesn't work at all. Notes: svn path=/head/; revision=304263
* - Deprecate USE_OPENSSL. It causes nothing but trouble at the moment.Jung-uk Kim2012-09-125-45/+238
| | | | | | | | | - Set some environment variables needed by old build system. - Fix build with GCC and reinstate WITH_GCC knob. - Tidy up some nits while I am here. Notes: svn path=/head/; revision=304153
* Work around a tinderbox shortcoming.Jung-uk Kim2012-09-071-1/+1
| | | | | | | Hinted by: bapt Notes: svn path=/head/; revision=303833
* Fix the previous commit to make it really work. See the following upstreamJung-uk Kim2012-08-291-1/+1
| | | | | | | | | PR for more information about this issue: https://bugs.freedesktop.org/show_bug.cgi?id=54015 Notes: svn path=/head/; revision=303352
* Work around rpath/origin and visibility issues.Jung-uk Kim2012-08-292-2/+15
| | | | Notes: svn path=/head/; revision=303346
* - Update to 3.5.6.Jung-uk Kim2012-08-2335-36/+591
| | | | | | | | | | - Use system mdds. - Fix build with the recent Clang (CURRENT). - Enable visibility for recent Clang (9.1 and CURRENT). - Attempt to fix build on 7.x and 8.x (not tested). Notes: svn path=/head/; revision=303028