Ulf-D.Ehlert wrote: > Which changes are necessary? They are very simple. s@mktemp --tmpdir@mktemp -t@ s@xargs --no-run-if-empty@xargs@ The first replacement means that --tmpdir option is not supported like as https://bugzilla.redhat.com/show_bug.cgi?id=581416 The second replacement can be also s@xargs --no-run-if-empty@xargs -r@ where -r option is a dummy for compatibility to GNU xargs, since FreeBSD xargs does not run the given command if imput argument is empty. -- -=-=-=-=-= SimaMoto,RyōTa <liangtai.s4@xxxxxxxxx>,<ss2pxd1c@xxxxxxxxxxx> http://code.google.com/p/gimp-doc-ja/ http://www.geocities.jp/ss2pxd1c/ _______________________________________________ Gimp-docs mailing list Gimp-docs@xxxxxxxxxxxxxxxxxxxxxx https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-docs