emulators/pipelight, compiler

2015-03-31 Thread side light
Hello, Is it possible to replace GCC with Clang in emulators/pipelight. Here's what I have for the diff file, and it compiled fine. The plugins still don't work, but perhaps this will make fixing it easier. Thank you. 32d31 USE_GCC=yes 41c40 USES=

clang; gmake

2015-03-23 Thread side light
Correction on my last post. Removing gmake alone from many Makefiles improves many builds, by reducing gmake dependencies and options. This is since FreeBSD has its native clang. GNU and GTK tools didn't necessarily have to be removed for compile improvements to be made. Also, it

gnu dependencies

2015-03-21 Thread side light
Hello, Since FreeBSD now has Clang and always had its own shell, a lot of dependencies and options like bash, gnu, hal, gcc, and gtk aren't needed for many ports to compile. Some programs (especially gtk affiliated and linux emulation programs) still fail without gmake, but there