pkgsrc-Bugs archive

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

pkg/48744: lang/gcc44 Declare USE_LANGUAGES



>Number:         48744
>Category:       pkg
>Synopsis:       lang/gcc44 Declare USE_LANGUAGES
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Apr 13 21:25:01 +0000 2014
>Originator:     venture37
>Release:        current
>Organization:
>Environment:
Darwin 8.11.0 Darwin Kernel Version 8.11.0: Wed Oct 10 18:26:00 PDT 2007; 
root:xnu-792.24.17~1/RELEASE_PPC Power Macintosh powerpc
>Description:
Declare USE_LANGUAGES in Makefile, listing c c++ & Fortran
This should be applied to the gcc45, 46 & 47 too,gcc48 has it defined though 
fortran is not listed.

>How-To-Repeat:

>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/lang/gcc44/Makefile,v
retrieving revision 1.39
diff -u -r1.39 Makefile
--- Makefile    31 May 2013 12:41:11 -0000      1.39
+++ Makefile    13 Apr 2014 21:13:14 -0000
@@ -12,6 +12,7 @@
 COMMENT=               GNU Compiler Collection 4.4
 LICENSE=               gnu-gpl-v2 AND gnu-gpl-v3 AND gnu-lgpl-v2 AND 
gnu-lgpl-v3
 
+USE_LANGUAGES=         c c++ fortran
 USE_TOOLS+=            awk:run bash:run chmod gmake:run makeinfo sed:run
 
 GCC_VERSION=           4.4.7



Home | Main Index | Thread Index | Old Index