After updating devel/apr && devel/apr-util to 1.2.7p0 there is no chance to build Subversion 1.4.3 properly: -- ===> Configuring for subversion-1.4.3p1 configure: loading site script /usr/ports/infrastructure/db/config.site configure: Configuring Subversion 1.4.3 configure: creating config.nice checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ANSI C... none needed checking how to run the C preprocessor... cc -E checking build system type... i386-unknown-openbsd4.0 checking host system type... i386-unknown-openbsd4.0 checking target system type... i386-unknown-openbsd4.0 checking for egrep... (cached) grep -E checking whether ln -s works... yes checking for a BSD-compatible install... /usr/bin/install -c -o root -g bin checking for static Apache module support... checking for Apache module support via DSO through APXS... no ================================================================== WARNING: skipping the build of mod_dav_svn --with-apxs or --with-apache must be used ================================================================== configure: Apache Portable Runtime (APR) library configuration checking for APR... yes checking APR version... 1.2.7 configure: Apache Portable Runtime Utility (APRUTIL) library configuration checking for APR-util... configure: error: the --with-apr-util parameter is incorrect. It must specify an install prefix, a build directory, or an apu-config file. *** Error code 1
Stop in /usr/ports/devel/subversion (line 2038 of /usr/ports/infrastructure/mk/bsd.port.mk). -- So there is no <default> bin/apu-1-config file, but bin/apu, and the only configure flag --with-apr-util=${LOCALBASE}/bin/apu must be given, not --with-apr-util=${LOCALBASE}. Please fix that. Thx. -- Cheerz, Vlad / Stelz