[Bug 199098] Some ports may use COMPILER_TYPE instead of CHOSEN_COMPILER_TYPE

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Oct 18 05:28:41 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199098

--- Comment #4 from David Naylor <dbn at FreeBSD.org> ---
It is still an issue (see below for a list of ports that use COMPILER_TYPE.  

COMPILER_TYPE should be removed, and ports should only depend on
CHOSEN_COMPILER_TYPE (or a few renames to make things sensible).  

# find . -name Makefile | xargs grep COMPILER_TYPE | grep -v
CHOSEN_COMPILER_TYPE | cut -f 1 -d : | sort -u | xargs -n1 -I % sh -c "if !
grep -q '\(compiler[^:]\|compiler:feature\)' % ; then echo % ; fi"
./audio/clementine-player/Makefile
./audio/murmur/Makefile
./audio/xmms-sapplug/Makefile
./cad/kicad-devel/Makefile
./cad/opencascade/Makefile
./devel/binutils/Makefile
./devel/dotconf++/Makefile
./devel/ds2/Makefile
./devel/lldb37/Makefile
./devel/lldb38/Makefile
./devel/llvm-cheri/Makefile
./devel/llvm35/Makefile
./devel/llvm36/Makefile
./devel/powerpc64-xtoolchain-gcc/Makefile
./devel/py-cffi/Makefile
./devel/sdl2pp/Makefile
./devel/thrift-cpp/Makefile
./editors/libreoffice/Makefile
./editors/openoffice-4/Makefile
./editors/openoffice-devel/Makefile
./emulators/cpmemu/Makefile
./emulators/dolphin-emu/Makefile
./emulators/gnuboy/Makefile
./games/flare-engine/Makefile
./games/libretro-cores/Makefile
./games/quantumminigolf/Makefile
./games/rubix/Makefile
./games/stonesoup/Makefile
./games/wyrmgus/Makefile
./graphics/aaphoto/Makefile
./graphics/darktable/Makefile
./graphics/mapnik/Makefile
./java/java-subversion/Makefile
./math/fftw3/Makefile
./multimedia/assimp/Makefile
./net-mgmt/sendip/Makefile
./net-p2p/libtorrent/Makefile
./security/libscrypt/Makefile                                                   
./sysutils/consul-alerts/Makefile                                               
./sysutils/consul/Makefile                                                      
./sysutils/nomad/Makefile                                                       
./www/grafana2/Makefile                                                         
./www/grafana3/Makefile                                                         
./www/squid-devel/Makefile                                                      
./www/tokyopromenade/Makefile                                                   
./x11-fm/wcmcommander/Makefile                                                  
./x11-toolkits/wxgtk30/Makefile

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-ports-bugs mailing list