pkgsrc-Bugs archive

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

PR/54506 CVS commit: pkgsrc



The following reply was made to PR pkg/54506; it has been noted by GNATS.

From: "Maya Rashish" <maya%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/54506 CVS commit: pkgsrc
Date: Sun, 8 Sep 2019 14:05:38 +0000

 Module Name:	pkgsrc
 Committed By:	maya
 Date:		Sun Sep  8 14:05:38 UTC 2019
 
 Modified Files:
 	pkgsrc/lang/gcc-aux: options.mk
 	pkgsrc/lang/gcc5-aux: options.mk
 	pkgsrc/mk/defaults: options.description
 
 Log Message:
 Add a new option 'always-libgcc', whether to install libgcc.
 If the pkgsrc compiler is GCC, don't install libgcc.
 
 Having an older libgcc is problematic: it may be missing symbols from
 newer libgcc. This is what happened in PR pkg/54506.
 
 Use this on gcc-aux and gcc5-aux: the libgcc_s.so they install is going
 to be older in all the operating systems these packages support.
 (Other GCC packages will require a more elaborate rule)
 
 Leaving SmartOS unchanged, by request from jperkin.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/gcc-aux/options.mk
 cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/gcc5-aux/options.mk
 cvs rdiff -u -r1.592 -r1.593 pkgsrc/mk/defaults/options.description
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index