Subject: CVS commit: pkgsrc
From: Maya Rashish
Date: 2019-09-08 16:47:53
Message id: 20190908144753.81860FBF4@cvs.NetBSD.org

Log Message:
gcc{48,49,5,6,7,8}: In the case of a "system GCC", detect if the system
libgcc is newer than the one about to be installed. If so, don't install
the libgcc.

Having an older libgcc appear in the lookup may result in binaries not
running, as they need symbols from the newer libgcc.
Such a case is PR pkg/54506.

Leaves SunOS unchanged, by request from jperkin.

Files:
RevisionActionfile
1.12modifypkgsrc/lang/gcc48/options.mk
1.4modifypkgsrc/lang/gcc49/options.mk
1.3modifypkgsrc/lang/gcc5/options.mk
1.2modifypkgsrc/lang/gcc6/options.mk
1.5modifypkgsrc/lang/gcc7/options.mk
1.2modifypkgsrc/lang/gcc8/options.mk