937a200089
This is actually a fully functional build except: * All internal shared libraries are static linked to make sure there is no interference with ports (and to reduce build time). * It does not have the python/perl/etc plugin or API support. * By default, it installs as "svnlite" rather than "svn". * If WITH_SVN added in make.conf, you get "svn". * If WITHOUT_SVNLITE is in make.conf, this is completely disabled. To be absolutely clear, this is not intended for any use other than checking out freebsd source and committing, like we once did with cvs. It should be usable for small scale local repositories that don't need the python/perl plugin architecture.
29 lines
619 B
Plaintext
29 lines
619 B
Plaintext
#
|
|
# Configuration file for APR. Used by APR/build/gen-build.py
|
|
#
|
|
|
|
[options]
|
|
|
|
# paths to platform-independent .c files to build
|
|
paths =
|
|
passwd/*.c
|
|
strings/*.c
|
|
tables/*.c
|
|
|
|
# directories that have platform-specific code in them. the resulting
|
|
# pattern will be: SUBDIR/PLATFORM/*.c
|
|
platform_dirs =
|
|
dso file_io locks memory misc mmap network_io poll random
|
|
shmem support threadproc time user atomic
|
|
|
|
# all the public headers
|
|
headers = include/*.h
|
|
|
|
# aplibtool is manually built by the configure process
|
|
# build/aplibtool.c
|
|
|
|
# we have a recursive makefile for the test files (for now)
|
|
# test/*.c
|
|
|
|
dsp = libapr.dsp
|