Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id B10BB7A296 for ; Thu, 29 Dec 2016 23:07:19 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 620CC855EA; Thu, 29 Dec 2016 23:07:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E7DA8855E5 for ; Thu, 29 Dec 2016 23:07:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id DBOWbf04uG2P for ; Thu, 29 Dec 2016 23:07:17 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 6BDE285594 for ; Thu, 29 Dec 2016 23:07:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 666ECFBA6; Thu, 29 Dec 2016 23:07:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148305283768950" MIME-Version: 1.0 Date: Thu, 29 Dec 2016 23:07:17 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/mk/compiler To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20161229230717.666ECFBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_148305283768950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Thu Dec 29 23:07:17 UTC 2016 Modified Files: pkgsrc/mk/compiler: gcc.mk Log Message: Remove some of the mentions for gcc{45,46,47}. No functional change intended. Still a few left. To generate a diff of this commit: cvs rdiff -u -r1.172 -r1.173 pkgsrc/mk/compiler/gcc.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_148305283768950 Content-Disposition: inline Content-Length: 3081 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mk/compiler/gcc.mk diff -u pkgsrc/mk/compiler/gcc.mk:1.172 pkgsrc/mk/compiler/gcc.mk:1.173 --- pkgsrc/mk/compiler/gcc.mk:1.172 Thu Dec 29 22:21:13 2016 +++ pkgsrc/mk/compiler/gcc.mk Thu Dec 29 23:07:17 2016 @@ -1,4 +1,4 @@ -# $NetBSD: gcc.mk,v 1.172 2016/12/29 22:21:13 maya Exp $ +# $NetBSD: gcc.mk,v 1.173 2016/12/29 23:07:17 maya Exp $ # # This is the compiler definition for the GNU Compiler Collection. # @@ -245,24 +245,6 @@ _NEED_GCC44?= no _NEED_GCC44= yes . endif .endfor -_NEED_GCC45?= no -.for _pattern_ in ${_GCC45_PATTERNS} -. if !empty(_GCC_REQD:M${_pattern_}) -_NEED_GCC45= yes -. endif -.endfor -_NEED_GCC46?= no -.for _pattern_ in ${_GCC46_PATTERNS} -. if !empty(_GCC_REQD:M${_pattern_}) -_NEED_GCC46= yes -. endif -.endfor -_NEED_GCC47?= no -.for _pattern_ in ${_GCC47_PATTERNS} -. if !empty(_GCC_REQD:M${_pattern_}) -_NEED_GCC47= yes -. endif -.endfor _NEED_GCC48?= no .for _pattern_ in ${_GCC48_PATTERNS} . if !empty(_GCC_REQD:M${_pattern_}) @@ -296,10 +278,9 @@ _NEED_NEWER_GCC=NO .endfor .if !empty(_NEED_GCC2:M[nN][oO]) && !empty(_NEED_GCC3:M[nN][oO]) && \ !empty(_NEED_GCC34:M[nN][oO]) && !empty(_NEED_GCC44:M[nN][oO]) && \ - !empty(_NEED_GCC45:M[nN][oO]) && !empty(_NEED_GCC46:M[nN][oO]) && \ - !empty(_NEED_GCC47:M[nN][oO]) && !empty(_NEED_GCC48:M[nN][oO]) && \ - !empty(_NEED_GCC49:M[nN][oO]) && !empty(_NEED_GCC5:M[nN][oO]) && \ - !empty(_NEED_GCC6:M[nN][oO]) && !empty(_NEED_GCC_AUX:M[nN][oO]) + !empty(_NEED_GCC48:M[nN][oO]) && !empty(_NEED_GCC49:M[nN][oO]) && \ + !empty(_NEED_GCC5:M[nN][oO]) && !empty(_NEED_GCC6:M[nN][oO]) && \ + !empty(_NEED_GCC_AUX:M[nN][oO]) _NEED_GCC6= yes .endif @@ -313,12 +294,6 @@ LANGUAGES.gcc= c c++ fortran77 java objc LANGUAGES.gcc= c c++ fortran77 objc .elif !empty(_NEED_GCC44:M[yY][eE][sS]) LANGUAGES.gcc= c c++ fortran fortran77 java objc -.elif !empty(_NEED_GCC45:M[yY][eE][sS]) -LANGUAGES.gcc= c c++ fortran fortran77 java objc -.elif !empty(_NEED_GCC46:M[yY][eE][sS]) -LANGUAGES.gcc= c c++ fortran fortran77 java objc -.elif !empty(_NEED_GCC47:M[yY][eE][sS]) -LANGUAGES.gcc= c c++ fortran fortran77 go java objc obj-c++ .elif !empty(_NEED_GCC48:M[yY][eE][sS]) LANGUAGES.gcc= c c++ fortran fortran77 go java objc obj-c++ .elif !empty(_NEED_GCC49:M[yY][eE][sS]) @@ -932,11 +907,7 @@ PREPEND_PATH+= ${_GCC_DIR}/bin .if (defined(_USE_GCC_SHLIB) && !empty(_USE_GCC_SHLIB:M[Yy][Ee][Ss])) && !empty(USE_PKGSRC_GCC_RUNTIME:M[Yy][Ee][Ss]) # Special case packages which are themselves a dependency of gcc runtime. . if empty(PKGPATH:Mdevel/libtool-base) && empty(PKGPATH:Mdevel/binutils) && empty(PKGPATH:Mlang/gcc??) -. if !empty(CC_VERSION:Mgcc-4.6*) -. include "../../lang/gcc46-libs/buildlink3.mk" -. elif !empty(CC_VERSION:Mgcc-4.7*) -. include "../../lang/gcc47-libs/buildlink3.mk" -. elif !empty(CC_VERSION:Mgcc-4.8*) +. if !empty(CC_VERSION:Mgcc-4.8*) . include "../../lang/gcc48-libs/buildlink3.mk" . elif !empty(CC_VERSION:Mgcc-4.9*) . include "../../lang/gcc49-libs/buildlink3.mk" --_----------=_148305283768950--