head 1.4; access; symbols pkgsrc-2016Q4:1.3.0.24 pkgsrc-2016Q4-base:1.3 pkgsrc-2016Q3:1.3.0.22 pkgsrc-2016Q3-base:1.3 pkgsrc-2016Q2:1.3.0.20 pkgsrc-2016Q2-base:1.3 pkgsrc-2016Q1:1.3.0.18 pkgsrc-2016Q1-base:1.3 pkgsrc-2015Q4:1.3.0.16 pkgsrc-2015Q4-base:1.3 pkgsrc-2015Q3:1.3.0.14 pkgsrc-2015Q3-base:1.3 pkgsrc-2015Q2:1.3.0.12 pkgsrc-2015Q2-base:1.3 pkgsrc-2015Q1:1.3.0.10 pkgsrc-2015Q1-base:1.3 pkgsrc-2014Q4:1.3.0.8 pkgsrc-2014Q4-base:1.3 pkgsrc-2014Q3:1.3.0.6 pkgsrc-2014Q3-base:1.3 pkgsrc-2014Q2:1.3.0.4 pkgsrc-2014Q2-base:1.3 pkgsrc-2014Q1:1.3.0.2 pkgsrc-2014Q1-base:1.3 pkgsrc-2013Q4:1.2.0.14 pkgsrc-2013Q4-base:1.2 pkgsrc-2013Q3:1.2.0.12 pkgsrc-2013Q3-base:1.2 pkgsrc-2013Q2:1.2.0.10 pkgsrc-2013Q2-base:1.2 pkgsrc-2013Q1:1.2.0.8 pkgsrc-2013Q1-base:1.2 pkgsrc-2012Q4:1.2.0.6 pkgsrc-2012Q4-base:1.2 pkgsrc-2012Q3:1.2.0.4 pkgsrc-2012Q3-base:1.2 pkgsrc-2012Q2:1.2.0.2 pkgsrc-2012Q2-base:1.2 pkgsrc-2012Q1:1.1.1.1.0.8 pkgsrc-2012Q1-base:1.1.1.1 pkgsrc-2011Q4:1.1.1.1.0.6 pkgsrc-2011Q4-base:1.1.1.1 pkgsrc-2011Q3:1.1.1.1.0.4 pkgsrc-2011Q3-base:1.1.1.1 pkgsrc-2011Q2:1.1.1.1.0.2 pkgsrc-2011Q2-base:1.1.1.1 pkgsrc-20110515:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2016.12.29.22.46.30; author maya; state dead; branches; next 1.3; commitid Ow92GGJ72no0PVzz; 1.3 date 2014.01.25.13.38.48; author ryoon; state Exp; branches; next 1.2; commitid ba3VpA0s6si5bvmx; 1.2 date 2012.04.17.07.48.13; author sbd; state Exp; branches; next 1.1; 1.1 date 2011.05.15.00.09.56; author wiz; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2011.05.15.00.09.56; author wiz; state Exp; branches; next ; desc @@ 1.4 log @Remove gcc45,46,47 and libs as discussed in pkgsrc-users GCC_REQD for these versions now resolves to gcc48 due to a previous commit. Please file a bug report if you are having trouble with GCC 4.8. @ text @$NetBSD: patch-ab,v 1.3 2014/01/25 13:38:48 ryoon Exp $ * Add Dragonfly support. --- libgcc/config.host.orig 2011-11-23 22:15:54.000000000 +0000 +++ libgcc/config.host @@@@ -150,6 +150,8 @@@@ case ${host} in # machine-specific sections may refine and add to this # configuration. ;; +*-*-dragonfly*) + ;; *-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu | *-*-knetbsd*-gnu | *-*-gnu*) extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o" ;; @@@@ -257,6 +259,8 @@@@ hppa*64*-*-linux*) ;; hppa*-*-linux*) ;; +hppa-*-openbsd*) + ;; hppa[12]*-*-hpux10*) ;; hppa*64*-*-hpux11*) @@@@ -278,6 +282,10 @@@@ i[34567]86-*-freebsd*) x86_64-*-freebsd*) tmake_file="${tmake_file} i386/t-freebsd" ;; +i[34567]86-*-dragonfly*) + ;; +x86_64-*-dragonfly*) + ;; i[34567]86-*-netbsdelf*) ;; i[34567]86-*-netbsd*) @@@@ -288,6 +296,8 @@@@ i[34567]86-*-openbsd2.*|i[34567]86-*open ;; i[34567]86-*-openbsd*) ;; +x86_64-*-openbsd*) + ;; i[34567]86-*-linux* | i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu | i[34567]86-*-gnu*) extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o" tmake_file="${tmake_file} i386/t-crtpc i386/t-crtfm" @@@@ -459,6 +469,8 @@@@ powerpc-*-freebsd*) ;; powerpc-*-netbsd*) ;; +powerpc-*-openbsd*) + ;; powerpc-*-eabispe*) tmake_file="${tmake_file} rs6000/t-ppccomm" ;; @ 1.3 log @Update to 4.6.4 * Add OpenBSD/amd64 5.4 support Changelog: * Bugfixes @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.2 2012/04/17 07:48:13 sbd Exp $ @ 1.2 log @Add comments to patches @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.1.1.1 2011/05/15 00:09:56 wiz Exp $ d5 1 a5 1 --- libgcc/config.host.orig 2011-03-14 06:06:23.000000000 +0000 d7 1 a7 1 @@@@ -159,6 +159,8 @@@@ case ${host} in d16 10 a25 1 @@@@ -287,6 +289,10 @@@@ i[34567]86-*-freebsd*) d36 18 @ 1.1 log @Initial revision @ text @d1 3 a3 1 $NetBSD$ @ 1.1.1.1 log @Initial import of gcc46-4.6.0, packaged for wip by Kai-Uwe Eckhardt. This is the gcc 4.6 compiler suite. This package has a test target. For testing (only), this package requires devel/dejagnu and devel/autogen. @ text @@