Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Oct 2016 05:28:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 199098] Some ports may use COMPILER_TYPE instead of CHOSEN_COMPILER_TYPE
Message-ID:  <bug-199098-13-sGaTVqJREf@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-199098-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-199098-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D199098

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

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

# 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=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
./sysutils/consul-alerts/Makefile=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20
./sysutils/consul/Makefile=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20
./sysutils/nomad/Makefile=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20
./www/grafana2/Makefile=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
./www/grafana3/Makefile=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
./www/squid-devel/Makefile=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20
./www/tokyopromenade/Makefile=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
./x11-fm/wcmcommander/Makefile=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20
./x11-toolkits/wxgtk30/Makefile

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-199098-13-sGaTVqJREf>