[Bug 192258] [patch] upgrade editors/openoffice-4 to version 4.1.0

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Aug 4 16:51:08 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192258

--- Comment #4 from Don Lewis <truckman at FreeBSD.org> ---
This updated patch is definitely a commit candidate.

* I uploaded the ext_sources tarball to local_distfiles, so make fetch now
works

* portlint -a is now clean

* check-plist is now clean

* There is now only one stage Q/A warning:
  Warning: you may not need USES=desktop-file-utils
  The reason for this is that the .desktop files are installed under
  openoffice-4.1.0/openoffice4/share/xdg/ instead of share/applications

By default, this port downloads a bunch of additional distfiles to ext_sources
during the build phase, in addition to the distfiles that were unpacked from
the ext_sources tarball and came from the aoo svn repository.  While working on
this port, I started running into build failures caused by download failures. 
I addition, I noticed that it looked like unnecessary distfiles were being
downloaded for components that would not be build because -with-system-whatever
was specified as a configure option.  To fix both problems, to take care of
both
problems, I added the --disable-fetch-external configure option and added the
following distfiles to the ext_sources tarball: boost, jpeg, mdds, and rhino.

I also sorted the CONFIGURE_ARGS and *_DEPEND.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-office mailing list