pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/37536: kdevelop-base requires f2c
On Thu, 2007-12-13 at 19:35 +0000, Mark Davies wrote:
> The following reply was made to PR pkg/37536; it has been noted by GNATS.
>
> From: Mark Davies <mark%mcs.vuw.ac.nz@localhost>
> To: gnats-bugs%netbsd.org@localhost
> Cc:
> Subject: Re: pkg/37536: kdevelop-base requires f2c
> Date: Fri, 14 Dec 2007 08:34:36 +1300
>
> On Friday 14 December 2007 07:35:00 Richard Earnshaw wrote:
>
> > >Fix:
> > add a dependency on lang/f2c
>
> It has one via "USE_LANGUAGES+= fortran". Why that doesn't work in
> the bulk build, I don't know.
I cribbed the attached patch from one of the other packages that sets
USE_LANGUAGES=fortran. It seems to fix the dependency failure, but I
can't be sure if it's really the right way to solve this.
R.
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/kdevelop-base/Makefile,v
retrieving revision 1.68
diff -p -p -r1.68 Makefile
*** Makefile 30 Nov 2007 21:55:05 -0000 1.68
--- Makefile 13 Dec 2007 22:20:26 -0000
*************** CONFLICTS+= kdevelop<=1.3
*** 23,28 ****
--- 23,29 ----
USE_TOOLS+= msgfmt perl:run
USE_LANGUAGES+= fortran
+ .include "../../mk/compiler.mk"
REPLACE_PERL+= \
kdevprj2kdevelop \
Home |
Main Index |
Thread Index |
Old Index