I installed the lang/gcc33 port some time ago. Now, I'm using cvsup and portupgrade -a. Currently, devel/ddd is being upgraded. As a dependency, gcc32 is installed. The Makefile of devel/ddd says that ddd will build with either 3.1, 3.2 or 3.3, and chooses the 'right' version based on OSVERSION. For my humble 4.9-STABLE, it chooses (and builds) gcc 3.2. It would be nice if it could first check wether any of gcc31, gcc32 or gcc33 is installed, and use that, before doing the OSVERSION check. Fix: Change devel/ddd/Makefile: How-To-Repeat: Use 4.9-STABLE (any 4.x should do according to the Makefile) Install lang/gcc33 Install devel/ddd See lang/gcc32 being installed
State Changed From-To: open->closed I fixed the problem another way around, thank you for reporting.