Bug 119969 - building devel/liboil fails
Summary: building devel/liboil fails
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-multimedia (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-25 06:00 UTC by TsurutaniNaoki
Modified: 2008-02-05 12:40 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description TsurutaniNaoki 2008-01-25 06:00:06 UTC
	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.
	%
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-01-25 06:00:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-multimedia

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Michael Johnson freebsd_committer freebsd_triage 2008-02-05 12:33:16 UTC
State Changed
From-To: open->closed

Committed, Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-02-05 12:33:17 UTC
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"