https://bugs.documentfoundation.org/show_bug.cgi?id=92693

--- Comment #9 from Lionel Elie Mamane <lio...@mamane.lu> ---
I was sneakily trying to get you familiarised with externals so that you can do
extra work in the future ;)

Here's what I did after some fumbling around (I myself haven't touched an
external since they moved to the subdirectory external/, so there was fumbling
associated)

from top directory:

"make jfreereport.clean" works

edit autogen.input, add --without-system-jfreereport

"make jfreereport" works

then:

$ make jfreereport.clean
$ export patches=t
$ make jfreereport
$ emacs
workdir/UnpackedTarball/jfreereport_libformula/source/org/pentaho/reporting/libraries/formula/function/datetime/MinuteFunction.java
 
## cd external/freereport && make 'UnpackedTarball_jfreereport_libformula' does
nothing
## cd external/freereport && make
'UnpackedTarball_jfreereport_libformula.rebuild' doesn't seem to rebuild either
## ditto with "ExternalProject_jfreereport_libformula" and
"ExternalPackage_jfreereport_libformula"
## aaah!!! This works:
$ make jfreereport_libformula.rebuild
## the part before "rebuild" is the name of the directory in
workdir/UnpackedTarball/; this seems to be the important part
$ make jfreereport_libformula.genpatch
## works also...

This created the attached patch, Julien, could you test it? (stick it in
external/jfreereport/patches, add it to
UnpackedTarball_jfreereport_libformula.mk)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to