Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 Aug 2014 16:51:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        office@FreeBSD.org
Subject:   [Bug 192258] [patch] upgrade editors/openoffice-4 to version 4.1.0
Message-ID:  <bug-192258-25061-z7KcGLfETM@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-192258-25061@https.bugs.freebsd.org/bugzilla/>
References:  <bug-192258-25061@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192258

--- Comment #4 from Don Lewis <truckman@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192258-25061-z7KcGLfETM>