TEST() does not work yet because of haikuports/haikuporter/issues/90
but adding BUILD_PACKAGE_ACTIVATION_PHASE=TEST and playing with the
time stamp of the recipe (once built) can help workaround this error:
Testing ...
SUBDIR perl
/bin/sh: /packages/git-2.9.0-1/cmd~perl/bin/perl: No such file or directory
* Bump to version 1.2.7, add TEST() with "make check".
* Add patch for 3 tests that would otherwise fail or be skipped.
* Add cmd:{python,which} to BUILD_PREREQ, as "make check" needs them.
* Drop explicit call to autoreconf as it is no longer needed.
* Modified recipe file for Sanity-0.6
Sanity-0.6.patchset no longer required as changes have been made to master.
Added new checksum
Sanity is a legacy BeOS application which will only build on gcc2.
* Change srcGitRev hash
Also add a post-install script, fix_openssh_config_paths.sh, which
makes the required changes to both ssh_config and sshd_config in
/boot/system/settings/ssh/ if needed. Original files are saved with
a .bak suffix. Moreover, default config files are also available in
/system/data/openssh/ as ssh_config.default and sshd_config.default.
* Bump to 2.8.9dev.9 and drop secondary architectures.
* Use relative symlinks (with "ln -sr" instead of "ln -s") when
installing COPYING and COPYHEADER in data/lynx_help/ as symlinks to
the real copies installed in data/lynx_doc/.
* Add USER_SETTINGS_FILES as well as the read-only template config
files, lynx.cfg and lynx.lss, in data/lynx/.
* Edit lynx.cfg to make the STARTFILE variable point to the local
copy of the about_lynx.html document in /system/data/lynx_help/.
* Also in lynx.cfg, edit the definition of the HELPFILE variable to
replace $dataDir/ by /system/data/ as this is required to let lynx
continue to find its help files after the package gets updated.
* flag detection is broken with our current gcc; the testcase used
doesn't trigger the use of the stack detector, hence gcc doesn't try to
link with it.
* Bump to 7.49.1 and call runConfigure with CFLAGS=_BSD_SOURCE and
CXXFLAGS=-D_BSD_SOURCE otherwise "make check" fails to build.
* Drop $manDir/man3 on 2nd arch devel packages.
* Move the manual page of curl-config(1) to the devel package.
* Use install (instead of mkdir and cp) to simplify INSTALL().
* Keep $binDir for 2nd arch since x86_gcc2 fails many tests.
* No need to call libtoolize. Keep autoconf (needed on x86_64).
* Add version info in rdef file to have "Get Info" show it.
* Add recipe for 1.1.3 but call configure with --disable-static. This
is OK since there are currently no recipes depending on libzip.
* "make install" puts zipconf.h in lib/libzip/include/ so we need to
move it to develop/headers/libzip/ and fix libzip.pc.
* Change "LN=ln -f" into "LN=ln -frs" in man/Makefile.am to make ln
create relative symlinks. This works fine and also saves space.
* our gcc doesn't have openmp ATM, so the patch disables
most of it.
* unit tests are disabled, lack of dev-libs/unittest++.
* hardcoded search directory for libopenshot-audio headers.