building devel/liboil fails when WITH_3DNOW_GCC40=1 is pointed. Fix: Replace "USE_GCC= 4.0+" by "USE_GCC= 4.1+" in Makefile. However, problems can happen if other gcc is removed from ports tree. I do not know why the ports does not allow to point non-existing version of gcc. I guess it is difficult to install gcc by dependency on such a case. But, installing the higher version can be installed. At least ever existed versions can be kept in bsd.gcc.mk. How-To-Repeat: % cd /usr/ports/devel/liboil % make WITH_3DNOW_GCC40=1 ===> liboil-0.3.12 Unknown version of GCC specified (USE_GCC=4.0+). *** Error code 1 Stop in /usr/ports/devel/liboil. %
Responsible Changed From-To: freebsd-ports-bugs->freebsd-multimedia Over to maintainer (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed Committed, Thanks!
ahze 2008-02-05 12:33:13 UTC FreeBSD ports repository Modified files: devel/liboil Makefile Log: Use gcc 4.1+ instead of 4.0 when WITH_3DNOW_GCC40 is defined since it's not supported anymore. PR: ports/119969 Submitted by: Tsurutani Naoki Revision Changes Path 1.31 +1 -1 ports/devel/liboil/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"