notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: editors/libreoffice/Makefile

Number of commits found: 421 (showing only 100 on this page)

«  1 | 2 | 3 | 4 | 5  »  

Tuesday, 6 May 2014
23:52 jkim search for other commits by this committer
Fix a bug introduced by the upstream long ago.

 http://cgit.freedesktop.org/libreoffice/core/commit/bridges/source/?id=55189

__FreeBSD_version was not defined and the preprocessor set it to 0 because
sys/param.h was not properly included. As a consequence, it always used
dlsym(3) hacks for the old rtld(1).
Original commitRevision:353137 
16:18 jkim search for other commits by this committer
Tidy up.
Original commitRevision:353104 
16:13 jkim search for other commits by this committer
Update to 4.1.6.
Original commitRevision:353103 
Thursday, 24 Apr 2014
12:44 gahr search for other commits by this committer
- USES=tar:xz
Original commitRevision:352001 
Wednesday, 16 Apr 2014
18:28 zeising search for other commits by this committer
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
Original commitRevision:351411 
Wednesday, 26 Feb 2014
17:27 jkim search for other commits by this committer
- Unconditionally install generic PPD files. [1]
- Update configure options and remove defunct ones.

PR:		ports/167309, ports/167441 [1]
Original commitRevision:346218 
Tuesday, 25 Feb 2014
19:09 jkim search for other commits by this committer
Update to 4.1.5.  It is partially based on the following PR.

PR:		ports/186265
Original commitRevision:346062 
Friday, 7 Feb 2014
11:44 bapt search for other commits by this committer
Chase boost and icu bump
While here convert some LIB_DEPENDS
Original commitRevision:343214 
Friday, 27 Dec 2013
16:54 kwm search for other commits by this committer
Update poppler to 0.24.4.

Update comment.
Use new LIB_DEPENDS syntax, use USES=pathfix.
Stagify.

Bump portrevision of all affected ports, and Update poppler* LIB_DEPENDS to
new syntax.
Original commitRevision:337749 
Wednesday, 30 Oct 2013
22:33 jkim search for other commits by this committer
- Fix build with lang/clang33.  It was executing ld(1) from the base. [1]
- Fix build with bmake(1). [2]
- Add an option to increase build verbosity to debug build issues.

Reported by:	ale [1]
Analyzed by:	tijl [1]
Submitted by:	brooks [1]
Submitted by:	tijl [2]
Original commitRevision:332185 
Monday, 28 Oct 2013
23:46 jkim search for other commits by this committer
Update PORTREVISION for r331906.
Original commitRevision:331909 
23:18 jkim search for other commits by this committer
- Install manual pages.  This fixes staging support. [1]
- Convert to "USES=compiler:c++11-lang" to fix build. [2]

Reported by:	antoine [1]
PR:		ports/183392 [2]
Original commitRevision:331906 
Friday, 25 Oct 2013
17:05 jkim search for other commits by this committer
- Update to 4.0.6.
- Support staging.
Original commitRevision:331614 
Friday, 20 Sep 2013
17:46 jkim search for other commits by this committer
Make sure to build with MDDS 0.9.0 and later.  It is necessary since r327493
but the configure script does not check its version, unfortunately.
Original commitRevision:327731 
16:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
editors)
Original commitRevision:327720 
Wednesday, 18 Sep 2013
23:30 jkim search for other commits by this committer
- Fix build on head with clang and libc++/libcxxrt.  Note the patches were
heavily inspired by several upstream patches and a crucial hint from tijl.
- Remove a redundant compiler flag for MDDS.  The GXX_INCLUDE_PATH variable
was removed with STLport support and it seems it is not necessary any more.
- Add an upstream patch.  It may work around a potential compiler problem.
- Convert to new LIB_DEPENDS format.
Original commitRevision:327589 
Thursday, 22 Aug 2013
20:44 jkim search for other commits by this committer
Re-apply r324851 for the port.  It was accidentally reverted in r325230.
Original commitRevision:325232 
20:38 jkim search for other commits by this committer
Update to 4.0.5.
Original commitRevision:325230 
Saturday, 17 Aug 2013
16:27 gerald search for other commits by this committer
Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.

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)
Original commitRevision:324851 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Sunday, 4 Aug 2013
13:18 az search for other commits by this committer
- Convert to new perl framework
Original commitRevision:324231 
Thursday, 11 Jul 2013
16:26 sunpoet search for other commits by this committer
- Update to 7.31.0
- 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
Original commitRevision:322783 
Tuesday, 2 Jul 2013
05:47 jkim search for other commits by this committer
Fix a typo in the previous commit.
Original commitRevision:322156 
05:45 jkim search for other commits by this committer
- Revive the option to support GTK+ 3.x.
- Switch to USES=desktop-file-utils.
- Fix plist when both GTK2 and GTK3 are enabled.

Submitted by:	kwm
Original commitRevision:322155 
Monday, 1 Jul 2013
19:13 jkim search for other commits by this committer
Remove broken options to not confuse users.
Original commitRevision:322139 
Tuesday, 25 Jun 2013
21:55 jkim search for other commits by this committer
- Chase liborcus 0.5.1 update.
- Do not install unused dictionary files to avoid conflicts. [1]
- Honor real PAGE_SIZE.

PR:		ports/179887 [1]
Original commitRevision:321770 
Wednesday, 19 Jun 2013
20:52 jkim search for other commits by this committer
Update to 4.0.4.
Original commitRevision:321324 
Thursday, 23 May 2013
15:35 tijl search for other commits by this committer
Bump clang version requirement. Older versions produce broken code on i386.

PR:		ports/176893
Reviewed by:	jkim
Original commitRevision:318880 
Wednesday, 8 May 2013
22:34 jkim search for other commits by this committer
Restore parallel build.  It was accidentally disabled by r317320.
Original commitRevision:317713 
Saturday, 4 May 2013
14:06 bdrewery search for other commits by this committer
- When DISABLE_MAKE_JOBS or MAKE_JOBS_UNSAFE is set, also set
  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
Original commitRevision:317320 
Tuesday, 23 Apr 2013
10:19 bapt search for other commits by this committer
Convert e* to USES=pkgconfig
Original commitRevision:316337 
Tuesday, 16 Apr 2013
20:51 jkim search for other commits by this committer
Update to 4.0.2.

Feature safe:	yes
Original commitRevision:315901 
Thursday, 21 Mar 2013
05:27 mezz search for other commits by this committer
- Update poppler to 0.22.2.
- 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)
Original commitRevision:314805 
Wednesday, 13 Mar 2013
17:38 jkim search for other commits by this committer
Disable MERGELIBS by default and mark it broken for now.  Currently, it
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
Original commitRevision:314100 
Monday, 11 Mar 2013
18:16 jkim search for other commits by this committer
Fix OpenLDAP dependency.

PR:	ports/176776
Original commitRevision:313924 
Friday, 8 Mar 2013
19:30 jkim search for other commits by this committer
Correct a dependency.
Original commitRevision:313669 
19:01 jkim search for other commits by this committer
Update to 4.0.1.
Original commitRevision:313667 
11:32 bapt search for other commits by this committer
Convert USE_BISON to USES= bison

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
Original commitRevision:313635 
Monday, 18 Feb 2013
21:37 jkim search for other commits by this committer
Fix jakarta-commons-httpclient build with some locale.

PR:		ports/176205
Original commitRevision:312531 
Friday, 15 Feb 2013
22:19 jkim search for other commits by this committer
- Do not let the configure script guess number of CPUs in the system.
- Honor MAKE_JOBS_NUMBER if available.

PR:		ports/176177
Original commitRevision:312312 
16:54 jkim search for other commits by this committer
Enable XMLSEC support.  This fixes support for password-protected files.

PR:	ports/167775
Original commitRevision:312300 
Thursday, 14 Feb 2013
01:28 jkim search for other commits by this committer
- Consistently use clang to build LibreOffice.  It works fine now.
- Speed up patching a little.
Original commitRevision:312189 
Tuesday, 12 Feb 2013
00:57 jkim search for other commits by this committer
Disable Kerberos and GSSAPI when PostgreSQL-SDBC is disabled.

PR:	ports/176037
Original commitRevision:312085 
Monday, 11 Feb 2013
19:58 jkim search for other commits by this committer
Add devel/doxygen as a build dependency for SDK option.

Pointed by:	ale
Original commitRevision:312078 
Saturday, 9 Feb 2013
00:51 jkim search for other commits by this committer
Fix plist.

PR:	ports/175953
Original commitRevision:311956 
Friday, 8 Feb 2013
00:50 jkim search for other commits by this committer
- Fix build with Java option. [1]
- 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]
Original commitRevision:311893 
Wednesday, 6 Feb 2013
20:07 jkim search for other commits by this committer
- Bypass unit tests for C++ UNO.  This works around some build issues.
- Clean up MASTER_SITES for optional third-party sources.
Original commitRevision:311792 
07:49 jkim search for other commits by this committer
Fix fetch.  Good bye, go-oo.org.
Original commitRevision:311749 
Monday, 4 Feb 2013
20:03 jkim search for other commits by this committer
Update to 3.6.5.
Original commitRevision:311644 
Thursday, 31 Jan 2013
21:13 bapt search for other commits by this committer
Revert a commit that should not have happened
Bump portrevision
Original commitRevision:311337 
13:38 bapt search for other commits by this committer
Chase boost update
Original commitRevision:311310 
Tuesday, 18 Dec 2012
23:09 bapt search for other commits by this committer
Chase icu, graphite2 and libexttextcat bump
Original commitRevision:309206 
Sunday, 16 Dec 2012
23:18 bapt search for other commits by this committer
Fix package building after Gentium fonts modification

Reported by:	beat
Original commitRevision:309046 
Friday, 26 Oct 2012
20:24 jkim search for other commits by this committer
- Update to 3.5.7.
- Trim Makefile headers.

Feature safe:	yes
Original commitRevision:306473 
Friday, 14 Sep 2012
07:43 ale search for other commits by this committer
Force to use GCC on FreeBSD 8.x, since with clang it builds fine,
but doesn't work at all.
Original commitRevision:304263 
Wednesday, 12 Sep 2012
16:41 jkim search for other commits by this committer
- Deprecate USE_OPENSSL.  It causes nothing but trouble at the moment.
- 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.
Original commitRevision:304153 
Friday, 7 Sep 2012
22:32 jkim search for other commits by this committer
Work around a tinderbox shortcoming.

Hinted by:	bapt
Original commitRevision:303833 
Wednesday, 29 Aug 2012
22:20 jkim search for other commits by this committer
Fix the previous commit to make it really work.  See the following upstream
PR for more information about this issue:

https://bugs.freedesktop.org/show_bug.cgi?id=54015
Original commitRevision:303352 
18:42 jkim search for other commits by this committer
Work around rpath/origin and visibility issues.
Original commit
Thursday, 23 Aug 2012
16:00 jkim search for other commits by this committer
- Update to 3.5.6.
- 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).
Original commit
Wednesday, 18 Jul 2012
00:42 jkim search for other commits by this committer
Fix version check for lang/clang-devel.
Original commit
Tuesday, 17 Jul 2012
20:55 jkim search for other commits by this committer
- Update LibreOffice and the language packs to 3.5.5.
- Add new language packs, i.e., ast, bo, kn, lb, and ug.
Original commit
Monday, 16 Jul 2012
10:08 bapt search for other commits by this committer
Fix exttextcat new library name detection
Original commit
06:51 bapt search for other commits by this committer
- update libexttextcat to 3.3.1
- chase library name change
Original commit
Saturday, 14 Jul 2012
02:03 jkim search for other commits by this committer
- Do not create empty .keep files on empty directries.  This causes unexpected
crash because it is trying to mmap(2) an empty file as a Calc add-in. [1]
Just use mkdir(1) to create the empty directories instead.
- Use system clang by default where the clang regression is fixed (r238429).

PR:             ports/169837 [1]
Original commit
Wednesday, 11 Jul 2012
16:45 jkim search for other commits by this committer
Remove a superfluous "-x c++" option for clang-cpp.  clang-cpp automatically
adds it by guessing language type from the file extension.
Original commit
01:17 jkim search for other commits by this committer
- Construct CPP and CXXCPP from the existing variables.
- Pass CXXCPP as an environment variable for the configure script as it is
only useful there at the moment.  Actually, ports infrastructure ignores it.
Original commit
Tuesday, 10 Jul 2012
23:53 jkim search for other commits by this committer
- Add comments to note a clang bug and and the patched revision.
- Add a knob WITH_SYSTEM_CLANG to force build with clang from base system.
This is very useful when the user has patched the system clang, i.e.,
contrib/llvm/tools/clang/lib/Sema/SemaDeclCXX.cpp.
- Temporarily disable -Wshadow and -Wunused-parameter.  These options caused
too many warnings for system boost and made it really hard to debug problems.
- Remove temporary clang++ options, which are no longer necessary.
- Remove a duplicate patch for solenv/gbuild/platform/com_GCC_defs.mk.
Original commit
Friday, 6 Jul 2012
14:02 ale search for other commits by this committer
Fix build on i386.
Fix build with clang from ports.
Fix build when KDE4 option is enabled.
Original commit
Monday, 2 Jul 2012
16:46 fluffy search for other commits by this committer
- Clang from ports doesn't install clang-cpp, use clang++ -E / clang -E for
preprocessor

No cookies to:  bapt :)
Pointed by:     Yamagi on #bsdports
Original commit
13:55 bapt search for other commits by this committer
Use clang from localbase not the one found in path
Original commit
13:52 bapt search for other commits by this committer
Unconditionnaly force clang from ports which by default is build without
assertion.

If llvm/clang is build with assertion then the build crashes

Reported by:    Yamagi Burmeister <lists@yamagi.org>
Original commit
Sunday, 1 Jul 2012
08:32 fluffy search for other commits by this committer
- The FreeBSD Office team is proud to announce LibreOffice.org 3.5.4 release
    for FreeBSD platform!

    Now with system boost-1.48 support and powered by clang-3.1 by default

Dima,  behalf of FreeBSD Office team
Original commit
Friday, 8 Jun 2012
13:45 vd search for other commits by this committer
Upgrade graphics/vigra from 1.7.1 to 1.8.0

PR:             ports/168833
Submitted by:   fluffy@
Original commit
Wednesday, 6 Jun 2012
06:44 miwi search for other commits by this committer
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:      bapt, David Naylor (kde team)
Original commit
Tuesday, 5 Jun 2012
12:50 bapt search for other commits by this committer
Remove SITE_PERL from *_DEPENDS
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Thursday, 31 May 2012
08:04 bapt search for other commits by this committer
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]
Original commit
Sunday, 6 May 2012
23:44 bapt search for other commits by this committer
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
Original commit
Friday, 4 May 2012
20:02 jkim search for other commits by this committer
- 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@
Original commit
Thursday, 26 Apr 2012
14:55 bapt search for other commits by this committer
- 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]
Original commit
Tuesday, 24 Apr 2012
07:43 bapt search for other commits by this committer
Fix fonts search path for Liberation fonts
Switch linuxlibertine to linuxlibertine-G fonts
Original commit
Monday, 23 Apr 2012
21:33 bapt search for other commits by this committer
- 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>
Original commit
11:09 bapt search for other commits by this committer
Fix build with non default bdb

Reported by:    Leslie Jensen <leslie@eskk.nu> (via office@)
Original commit
Sunday, 22 Apr 2012
20:38 bapt search for other commits by this committer
- 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
Original commit
Monday, 16 Jan 2012
11:23 bapt search for other commits by this committer
- 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)
Original commit
Wednesday, 9 Nov 2011
12:52 bapt search for other commits by this committer
- update to 3.4.4.2
- changelog: http://wiki.documentfoundation.org/Releases/3.4.4_info_about_fixes
Original commit
Monday, 31 Oct 2011
17:31 sunpoet search for other commits by this committer
- 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
Original commit
16:49 bapt search for other commits by this committer
- fix build after new poppler import
- while here fix plist (should have been fixed long time ago :() [2]

Reported by:    pointyhat (pav)
Original commit
09:53 kwm search for other commits by this committer
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
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- 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
Original commit
Tuesday, 20 Sep 2011
13:08 bapt search for other commits by this committer
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
Original commit
Saturday, 17 Sep 2011
20:53 bapt search for other commits by this committer
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)
Original commit
Tuesday, 13 Sep 2011
06:19 bapt search for other commits by this committer
Fix bad usage of sed
Fix typo
This should fix the plist problems

Reported by:    kwm, pointyhat (pav)
Original commit
Friday, 9 Sep 2011
14:23 bapt search for other commits by this committer
- fix desktop files
- fix distro-install-desktop-integration which created garbage
- fix directory removal
- improve plist generation
- bump port revision
Original commit
Monday, 5 Sep 2011
12:06 bapt search for other commits by this committer
Better desktop integration

Submitted by:   Georges Liaskos throught the office@ github
Original commit
11:45 bapt search for other commits by this committer
- 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@
Original commit
Wednesday, 24 Aug 2011
08:47 crees search for other commits by this committer
Add CONFLICTS_INSTALL and mention libreoffice-legacy in BROKEN message
Original commit
Tuesday, 23 Aug 2011
18:36 kwm search for other commits by this committer
Chase poppler shlib bumps.
Original commit
17:52 bapt search for other commits by this committer
Push back office@ as a maintainer
Original commit

Number of commits found: 421 (showing only 100 on this page)

«  1 | 2 | 3 | 4 | 5  »