Download List

Projeto Descrição

BSDBuild is a portable, self-contained build system with support for concurrent building, configure script generation, and IDE "project file" generation. It is derived from the original 4.4BSD build system, but it offers a degree of portability comparable to autotools.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-06-20 22:49
2.9

Várias correções foram feitas para a plataforma NetBSD. Alguns testes foram adicionados (xinerama, clock_win32, SDL_ttf, agar_au). BSDBuild agora honras $ {} DESTDIR de forma consistente. O padrão "make-j" comportamento foi corrigido. Os testes built-in foram tweaked para contornar padrão GCC 4.6 "Wall". A configuração $ {} LIB_MODULE foi adicionado em build.lib.mk (5).
Various fixes were made for the NetBSD platform. Some tests were added (xinerama, clock_win32, sdl_ttf, agar_au). BSDBuild now honors ${DESTDIR} consistently. The default "make -j" behavior was fixed. The built-in tests were tweaked to work around default GCC 4.6 "-Wall". The ${LIB_MODULE} setting was added to build.lib.mk(5).

2011-01-25 07:55
2.8

Melhoria da Cygnus / compatibilidade do GNU para configurar os scripts gerados. Muitas melhorias foram feitas para mkconfigure (1), como o built-in compilação de padrão "foo-config" scripts e os testes padrão para C / C + + inclui. Um problema com a construção simultânea build.lib.mk foi corrigido.
Improved Cygnus/GNU compatibility for generated configure scripts. Many improvements were made to mkconfigure(1), such as the built-in compilation of standard "foo-config" scripts and standard tests for C/C++ includes. A concurrent build problem with build.lib.mk has been fixed.

2010-04-08 14:03
2.7

man2wiki (1) e Uman (1) utilitários foram adicionados para desinstalado navega página manual. A C_INCDIR_CONFIG () directiva foi transposta para mkconfigure (1). Nova built-in testes foram adicionados: alsa, WGL, glx, e png. Raramente as configurações utilizadas foram retiradas do padrão $ () PROJFILES: "bsd": cb-gcc, "janelas: vs6", "janelas: vs2002" e "janelas: VS2003". A configuração irá agora realizar testes de verificação de versão apropriada mínimo.
Tags: Minor feature enhancements
man2wiki(1) and uman(1) utilities were added for uninstalled manual page browsing. A C_INCDIR_CONFIG() directive was implemented in mkconfigure(1). New built-in tests were added: alsa, wgl, glx, and png. Seldom-used configurations were removed from the default ${PROJFILES}: "bsd:cb-gcc", "windows:vs6", "windows:vs2002", and "windows:vs2003". The configure tests will now perform proper minimum version checking.

2009-08-31 10:45
2.6

Não é mais necessário manter vazio. Dependem arquivos armazenados em repositórios de código-fonte. $ CONF (apoio) foi adicionado a <build.lib.mk> . Testes foram adicionados para glob (3), syslog (2), e Berkeley DB v4. Inseguro define asprintf () e vasprintf () testes foram corrigidos.
It is no longer necessary to keep empty .depend files in source code repositories. ${CONF} support has been added to <build.lib.mk>. Tests have been added for glob(3), syslog(2), and Berkeley DB v4. Unsafe defines in asprintf() and vasprintf() tests have been fixed.

2009-06-04 05:49
2.5

O projeto de sistema de geração de arquivos foi simplificada, e agora mkprojfile makefile analisa as variáveis de uma forma padrão. O $) (DESTDIR variável agora é reconhecido. $ (DESTDIR) é anteposto a metas de instalação em "make install" para a conveniência dos sistemas de portas com o "apoio" falso. FabBSD foi adicionado ao alvo plataformas. Um teste de configurar novas: gettimeofday. Novos testes para os atributos do compilador: alinhados, const, obsoleto, noreturn, pura e warn_unused_result.
The project file generation system has been simplified, and mkprojfile now parses makefile variables in a standard way. The ${DESTDIR} variable is now recognized. ${DESTDIR} is prepended to installation targets at "make install" for the convenience of ports systems with "fake" support. FabBSD has been added to target platforms. A new configure test: gettimeofday. New tests for compiler attributes: aligned, const, deprecated, noreturn, pure, and warn_unused_result.

Project Resources