pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/47763: devel/xulrunner dependency on lang/gcc45 does not count on DragonFly



The following reply was made to PR pkg/47763; it has been noted by GNATS.

From: Thomas Klausner <wiz%NetBSD.org@localhost>
To: NetBSD bugtracking <gnats-bugs%NetBSD.org@localhost>
Cc: 
Subject: Re: pkg/47763: devel/xulrunner dependency on lang/gcc45 does not
 count on DragonFly
Date: Wed, 24 Apr 2013 19:47:22 +0200

 On Wed, Apr 24, 2013 at 05:40:00PM +0000, Justin Sherrill wrote:
 > devel/xulrunner has a dependency on lang/gcc45.  lang/gcc45 is masked out 
 > for all versions of DragonFly.  Therefore, devel/xulrunner will not install. 
 >  (devel/xulrunner/mozilla-common.mk)
 
 It's slightly different. xulrunner sets GCC_REQD=4.5, which means it
 wants gcc 4.5 or newer.
 
 Probably mk/compiler/gcc.mk is not smart enough to combine this with
 the NOT_FOR_PLATFORM in gcc45/Makefile.
 
 It's probably easiest to add a case for DragonFly in mozilla-common.mk
 which sets GCC_REQD to 4.7; which is incorrect, but probably the
 easiest fix.
  Thomas
 


Home | Main Index | Thread Index | Old Index