non port: editors/libreoffice/Makefile |
Number of commits found: 448 (showing only 48 on this page) |
Friday, 8 Jun 2012
|
13:45 vd
Upgrade graphics/vigra from 1.7.1 to 1.8.0
PR: ports/168833
Submitted by: fluffy@
 |
Wednesday, 6 Jun 2012
|
06:44 miwi
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team)
 |
Tuesday, 5 Jun 2012
|
12:50 bapt
Remove SITE_PERL from *_DEPENDS
 |
Friday, 1 Jun 2012
|
05:26 dinoex
- update png to 1.5.10
 |
Thursday, 31 May 2012
|
08:04 bapt
Fix build with no options activated [1]
While here convert to new options framework
Switch pgsql options off by default
Mark build with DEBUG as ignore is it known to fail
Bump port revision
PR: ports/168445 [1]
Submitted by: amdmi3@ [1]
 |
Sunday, 6 May 2012
|
23:44 bapt
Add a PGSQL option to allow user to disable support for postgresql, keep
postgresql on by default to avoid rebuilding on clusters
PR: ports/167346
Submitted by: amdmi3
 |
Friday, 4 May 2012
|
20:02 jkim
- Work around build issues with Clang by lowering C++ standard level. Note
this is temporary because both Clang and LibreOffice fixed all the issues.
- Shut up annoying "argument unused during compilation" warnings for Clang.
With hat: office@
 |
Thursday, 26 Apr 2012
|
14:55 bapt
- add a patch fixing .doc/.docx loading [1]
- workaround a pointyhat/tinderbox box, preventing it to figureout clang is
needed as a dependency on 7 and 8 when host is 9+
Submitted by: Meowthink <meowthink@gmail.com> (via office@ mailing list)
Obtained from: libreoffice git master [1]
 |
Tuesday, 24 Apr 2012
|
07:43 bapt
Fix fonts search path for Liberation fonts
Switch linuxlibertine to linuxlibertine-G fonts
 |
Monday, 23 Apr 2012
|
21:33 bapt
- Fix icons (.desktop) and mime type
- Bump portrevision
Yes now you should have your icons back in the menus :)
Reported by: wblock and ajtiM <lumiwa@gmail.com>
 |
11:09 bapt
Fix build with non default bdb
Reported by: Leslie Jensen <leslie@eskk.nu> (via office@)
 |
Sunday, 22 Apr 2012
|
20:38 bapt
- upgrade to 3.5.2
- switch and force compiler to clang using the one from base on 9 and CURRENT,
the one
from ports if not found in base
- now only build en_US version, all localisation are available through separated
ports.
- Graphite smart font is now used by default
- Rebundle boost to easier upgrading boost
- Rebundle mdds the one from the ports seems incompatible with clang
- Unbundle all the fonts
Thank you to jgh and Kuan-Chung Chiu <buganini@gmail.com> for testings and
feedback
Thank you to iXsystems for providing resources to build/test libreoffice
 |
Monday, 16 Jan 2012
|
11:23 bapt
- upgrade to 3.4.5
- move the osuol mirror to the bottom of the list as it is slow[1]
Reported by: Patrick Lamaiziere <patfbsd@davenulle.org> [1] (via office@
mailing list)
 |
Wednesday, 9 Nov 2011
|
12:52 bapt
- update to 3.4.4.2
- changelog: http://wiki.documentfoundation.org/Releases/3.4.4_info_about_fixes
 |
Monday, 31 Oct 2011
|
17:31 sunpoet
- Add java to CATEGORIES if WITH_JAVA defined
- Pet portlint
- Use tab after variable name
- Reorder variables: LICENSE*, *_DEPENDS and LOVERSION
- Use command variables defined in bsd.commands.mk
- Cosmetic change
 |
16:49 bapt
- fix build after new poppler import
- while here fix plist (should have been fixed long time ago :() [2]
Reported by: pointyhat (pav)
 |
09:53 kwm
Update poppler to 0.18.0.
The qt3 bindings are removed upstream.
The glib library lost the last gdk-pixbuf code. And rename it from
-gtk to -glib.
Thanks to: pav for a exp-runs
bapt for double checking the libreoffice ports
 |
Friday, 23 Sep 2011
|
22:26 amdmi3
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
 |
Tuesday, 20 Sep 2011
|
13:08 bapt
Mark job unsafe.
The build system already determine dynamically the number of jobs to run, if
marked jobs_safe
both the ports and the build system parallelise the build, which leads to a huge
number of
cc1plus processes and consume tons of memory.
Reported by: flo
 |
Saturday, 17 Sep 2011
|
20:53 bapt
Do not remove share/application-registry and share/mime-info (part of the mtree)
[1]
while make the empty directory detection dynamic
Reported by: pointyhat (pav)
 |
Tuesday, 13 Sep 2011
|
06:19 bapt
Fix bad usage of sed
Fix typo
This should fix the plist problems
Reported by: kwm, pointyhat (pav)
 |
Friday, 9 Sep 2011
|
14:23 bapt
- fix desktop files
- fix distro-install-desktop-integration which created garbage
- fix directory removal
- improve plist generation
- bump port revision
 |
Monday, 5 Sep 2011
|
12:06 bapt
Better desktop integration
Submitted by: Georges Liaskos throught the office@ github
 |
11:45 bapt
- update to 3.4.3
- New options:
* SYSTRAY to activate the system try icons (quick start)
* GTK (which to be able to build a completly gtk free version of libreoffice
please notice that dependencies can bring back gtk, for example libgsf if not
built with the following knob: WITHOUT_GCONF)
* the GNOME option automatically activate the GTK one
* PYUNO do enable/disable the build of the python bindings for the UNO
framework
- Disable system notification while building
- Remove the wiki-publisher extensions, it forces the build to have 3
apache-commons distfiles bundles and one of them the httpclient was failing with
some locales activated
- Use pax instead or tar cf | tar xf, it is way faster to install
- Fix reading/writting MS Office documents
- Fix random segfaults: cell rendering options in calc, languages setting in
global options
- Largely reduce built time
- Unbundle more things
- Be able to work with packaged hunspell, thesaurus and hyphenation as well as
the usual extensions
- Now cups is mandatory (configure script is bugguy without cups)
- remove broken
PR: ports/157357 ports/156038 ports/158945 ports/159287 ports/160023
ports/160318
Submitted by: Hartmann, O. <ohartman@zedat.fu-berlin.de> (ports/157357),
Kuan-Chung Chiu <buganini@gmail.com> (ports/156038),
Dmitry Pryanishnikov <lynx.ripe@gmail.com> (ports/158945),
Adrien <pmn@bakarika.net> (ports/159287),
Travis Hunter <travis.hunter@gmail.com> (ports/160023),
gcooper@ (ports/160318)
With hat: office@
 |
Wednesday, 24 Aug 2011
|
08:47 crees
Add CONFLICTS_INSTALL and mention libreoffice-legacy in BROKEN message
 |
Tuesday, 23 Aug 2011
|
18:36 kwm
Chase poppler shlib bumps.
 |
17:52 bapt
Push back office@ as a maintainer
 |
13:30 bapt
Mark as broken, too much failure reported by users so far
 |
Monday, 22 Aug 2011
|
10:05 bapt
- update to 3.4.2
Huge thanks to Georges Liaskos for the work to make build work
Thanks to pgj for the l10n work (more to come in that area)
 |
Saturday, 30 Jul 2011
|
09:25 kwm
Add bison build dependancy to fix the build after the recent glib and gtk
update.
 |
Friday, 22 Jul 2011
|
05:30 bapt
Pass matainership to the new office team
 |
Tuesday, 19 Jul 2011
|
05:23 bapt
- update to 1.3.2
- remove hungarian dictionnary (will be readded later as a separate port)
- rework description
- change WWW
- chase library bump
- add license
 |
Monday, 18 Jul 2011
|
16:21 jlaffaye
- Connect textproc/hunspell to the build
- Unconnect hungarian/hunspell
- Chase hunspell move
- Add an entry to MOVED and UPDATING
Approved by: bapt (mentor)
 |
Sunday, 10 Jul 2011
|
21:06 bapt
- update ICU to 4.8
- chase library bump
- add an entry in UPDATING for instructions
- remove old conflict lines
 |
11:19 pav
- Update graphics/vigra depobj to unbreak build
PR: ports/158712
Submitted by: bsam
Reported by: pointyhat
 |
Tuesday, 21 Jun 2011
|
20:44 bapt
Fix some distfiles master_sites
Reported by: Jason Helfman (irc)
 |
Monday, 20 Jun 2011
|
09:10 flo
- fix MASTER_SITES
Approved by: bapt
 |
Sunday, 19 Jun 2011
|
16:15 bapt
- this is a bug fix only release
- update to 3.3.3
- add some Document Foundation mirror
- add a missing .desktop file [1]
PR: ports/157919
Submitted by: makc@
 |
Tuesday, 22 Mar 2011
|
11:43 bapt
- update to 3.3.2
- reduce number of runtime dependencies (no change for build dependencies)
- workaround the fact that the package didn't provide some directories the ports
did
Special thanks to iXsystems for providing me a build machine for libreoffice.
 |
Monday, 28 Feb 2011
|
14:33 bapt
make portlint happier (removing blank line and replacing some spaces by tabs)
Submitted by: Ruslan Mahmatkhanov <cvs-src _at_ yandex.ru> (by mail)
 |
13:08 bapt
- upgrade to 3.3.1
 |
Wednesday, 9 Feb 2011
|
13:04 bapt
- removed unwanted lines from makefile
Feature safe: yes
 |
11:59 bapt
- Change from static plist to dynamic one, maintaining a plist for such a
monster, was too much a pain.
- Implement a per locale build (default is en-US)
- Change LOLANGS to LOCALIZED_LANG to be coherent with editors/openoffice*
- Fix input/output error on MS Office files
Feature safe: yes
 |
Tuesday, 8 Feb 2011
|
08:22 bapt
Readding accidentally remove plist entries
Reported by: makc
Feature safe: yes
 |
07:13 bapt
Change the build behaviour so that the shared libraries names remain unchanged
with a fb suffix instead of fi on x86 and fx on x86_64
Fix plist on i386 [1]
Fix spadmin[2]
Fix unopkg[3]
Reported by: makc[1], Sergio de Almeida Lenzi <lenzi.sergio _at_
gmail.com>[2], dougb[3]
Feature safe: yes
 |
Friday, 4 Feb 2011
|
17:30 bapt
Fix with custom PREFIX
Feature safe: yes
 |
15:26 bapt
- Fix plist with WITH_KDE4 option
- bump portrevision
Submitted by: ale
Feature safe: yes
 |
Tuesday, 1 Feb 2011
|
20:18 bapt
LibreOffice is the free power-packed Open Source personal productivity suite for
Windows, Macintosh and Linux, that gives you six feature-rich applications for
all your document production and data processing needs: Writer, Calc, Impress,
Draw, Math and Base.
WWW: http://www.libreoffice.org/
Note:
Thanks to all people that made it possible: testers, patchers, maintainers
that modified their ports to allow libreoffice to build with the less bundled
stuffed possible
Special thanks to robert@openbsd.org for his help
Feature safe: yes
 |
Number of commits found: 448 (showing only 48 on this page) |