summaryrefslogtreecommitdiff
path: root/lang/gcc44/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2011-07-11 23:26:32 +0000
committerwiz <wiz@pkgsrc.org>2011-07-11 23:26:32 +0000
commit5e05389d1c81bf74aa7c88a4e783e818489ff393 (patch)
treef3a6d16d75d0d3abec719752fa204147444eaff4 /lang/gcc44/Makefile
parent8f1ec2ec8055f779df9a3f03efe3015f28e63adb (diff)
downloadpkgsrc-5e05389d1c81bf74aa7c88a4e783e818489ff393.tar.gz
Update to 4.4.6, from Kai-Uwe Eckhardt.
This is the list of problem reports (PRs) from GCC's bug tracking system that are known to be fixed in the 4.4.6 release. This list might not be complete (that is, it is possible that some PRs that have been fixed are not listed here): http://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=4.4.6
Diffstat (limited to 'lang/gcc44/Makefile')
-rw-r--r--lang/gcc44/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/lang/gcc44/Makefile b/lang/gcc44/Makefile
index 672a249b9b8..93fa4236385 100644
--- a/lang/gcc44/Makefile
+++ b/lang/gcc44/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2011/07/05 00:28:33 dholland Exp $
+# $NetBSD: Makefile,v 1.22 2011/07/11 23:26:32 wiz Exp $
DISTNAME= gcc-${GCC_VERSION}
PKGNAME= gcc44-${GCC_VERSION}
-PKGREVISION= 3
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-${GCC_VERSION}/}
EXTRACT_SUFX= .tar.bz2
@@ -20,7 +19,7 @@ USE_TOOLS+= awk:run bash:run perl chmod \
DEPENDS+= zip-[0-9]*:../../archivers/zip
-GCC_VERSION= 4.4.5
+GCC_VERSION= 4.4.6
GCC_SUBPREFIX= gcc44
GCC_PREFIX= ${PREFIX}/${GCC_SUBPREFIX}
@@ -69,8 +68,6 @@ REPLACE_BASH+= gcc/dbgcnt.def
REPLACE_BASH+= gcc/testsuite/gcc.test-framework/gen_directive_tests
REPLACE_BASH+= libstdc++-v3/scripts/run_doxygen
-REPLACE_PYTHON+=libjava/contrib/aot-compile.in
-
# Optional languages - change as required
# Ada could be added although there is a bootstrapping issue. See
# ../gcc34-ada for guidance
@@ -96,6 +93,7 @@ LANGS+= fortran
.if !empty(BUILD_JAVA:M[Yy][Ee][Ss])
LANGS+= java
+REPLACE_PYTHON= libjava/contrib/aot-compile.py.in
.endif
.if !empty(BUILD_OBJC:M[Yy][Ee][Ss])
@@ -181,8 +179,8 @@ GENERATE_PLIST+= \
cd ${DESTDIR}${PREFIX} && ${FIND} ${GCC_SUBPREFIX} \( -type f -o -type l \) -print \
| ${SORT} ;
-.include "../../lang/python/application.mk"
.include "../../devel/gmp/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../math/mpfr/buildlink3.mk"
+.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"