Up to [cvs.NetBSD.org] / pkgsrc / lang / gcc48
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.50, Fri Apr 2 11:56:15 2021 UTC (2 years, 5 months ago) by nia
Branch: MAIN
CVS Tags: HEAD
Changes since 1.49: +1 -1
lines
FILE REMOVED
remove gcc48/gcc49. use of these packages was disabled in the pkgsrc infrastructure in january because they were causing problems on platforms with older compilers that can build gcc6 just fine: glibc + FORTIFY + gcc48,gcc49,gcc5 = build failures. gcc48 and newer require a c++98 compiler, same as all gcc versions up to 11, so are not useful for bootstrapping. gcc5 has additional Ada bits, someone needs to determine if they're useful before it can go.
Revision 1.49 / (download) - annotate - [select for diffs], Fri Dec 4 20:45:26 2020 UTC (2 years, 9 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4
Changes since 1.48: +2 -2
lines
Diff to previous 1.48 (colored)
Revbump packages with a runtime Python dep but no version prefix. For the Python 3.8 default switch.
Revision 1.48 / (download) - annotate - [select for diffs], Fri Oct 23 00:45:47 2020 UTC (2 years, 11 months ago) by gutteridge
Branch: MAIN
Changes since 1.47: +2 -2
lines
Diff to previous 1.47 (colored)
Fix grammar in a comment in gcc* Makefiles
Revision 1.47 / (download) - annotate - [select for diffs], Mon Aug 31 18:09:48 2020 UTC (3 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Changes since 1.46: +2 -2
lines
Diff to previous 1.46 (colored)
*: bump PKGREVISION for perl-5.32.
Revision 1.46 / (download) - annotate - [select for diffs], Sun May 17 20:07:00 2020 UTC (3 years, 4 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2
Changes since 1.45: +7 -1
lines
Diff to previous 1.45 (colored)
lang/gcc48: build even with -Werror=char-subscripts
Revision 1.45 / (download) - annotate - [select for diffs], Sun May 3 17:37:47 2020 UTC (3 years, 4 months ago) by rillig
Branch: MAIN
Changes since 1.44: +4 -1
lines
Diff to previous 1.44 (colored)
lang/gcc48: ignore unknown configure options, skip portability check
Revision 1.44 / (download) - annotate - [select for diffs], Sat Jan 18 23:32:42 2020 UTC (3 years, 8 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.43: +2 -2
lines
Diff to previous 1.43 (colored)
all: migrate several HOMEPAGEs to https pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
Revision 1.43 / (download) - annotate - [select for diffs], Sun Aug 11 13:21:19 2019 UTC (4 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Changes since 1.42: +2 -2
lines
Diff to previous 1.42 (colored)
Bump PKGREVISIONs for perl 5.30.0
Revision 1.42 / (download) - annotate - [select for diffs], Wed Aug 22 09:45:19 2018 UTC (5 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3
Changes since 1.41: +2 -2
lines
Diff to previous 1.41 (colored)
Recursive bump for perl5-5.28.0
Revision 1.39.4.1 / (download) - annotate - [select for diffs], Fri Jul 20 12:06:08 2018 UTC (5 years, 2 months ago) by bsiegert
Branch: pkgsrc-2018Q2
Changes since 1.39: +2 -2
lines
Diff to previous 1.39 (colored) next main 1.40 (colored)
Pullup ticket #5795 - requested by maya lang/gcc48: i386 build fix lang/gcc5: i386 build fix lang/gcc6: i386 build fix lang/gcc7: i386 build fix lang/gcc8: i386 build fix Revisions pulled up: - lang/gcc48-libs/Makefile 1.29 - lang/gcc48/Makefile 1.41 - lang/gcc48/distinfo 1.38 - lang/gcc48/patches/patch-gcc_targhooks.c 1.1 - lang/gcc5-libs/Makefile 1.13 - lang/gcc5/Makefile 1.29 - lang/gcc5/distinfo 1.19 - lang/gcc5/patches/patch-gcc_targhooks.c 1.1 - lang/gcc6-libs/Makefile 1.7 - lang/gcc6/Makefile 1.14 - lang/gcc6/distinfo 1.11 - lang/gcc6/patches/patch-gcc_targhooks.c 1.1 - lang/gcc7-libs/Makefile 1.3 - lang/gcc7/Makefile 1.19 - lang/gcc7/distinfo 1.11 - lang/gcc7/patches/patch-gcc_targhooks.c 1.1 - lang/gcc8/Makefile 1.2 - lang/gcc8/distinfo 1.2 - lang/gcc8/patches/patch-gcc_targhooks.c 1.1 --- Module Name: pkgsrc Committed By: maya Date: Wed Jul 18 22:42:57 UTC 2018 Modified Files: pkgsrc/lang/gcc5: Makefile distinfo pkgsrc/lang/gcc5-libs: Makefile Added Files: pkgsrc/lang/gcc5/patches: patch-gcc_targhooks.c Log Message: gcc5: don't try to make references to stack_chk_fail_local on netbsd/sun sun was added as joyent is patching for the same. this code is only reached if compiling for i386 (or some variation of ppc) netbsd's stack_chk_fail_local won't work for this. PR pkg/53436 --- Module Name: pkgsrc Committed By: maya Date: Wed Jul 18 22:35:44 UTC 2018 Modified Files: pkgsrc/lang/gcc6: Makefile distinfo pkgsrc/lang/gcc6-libs: Makefile Added Files: pkgsrc/lang/gcc6/patches: patch-gcc_targhooks.c Log Message: gcc6: don't try to make references to stack_chk_fail_local on netbsd/sun sun was added as joyent is patching for the same. this code is only reached if compiling for i386 (or some variation of ppc) netbsd's stack_chk_fail_local won't work for this. PR pkg/53436. --- Module Name: pkgsrc Committed By: maya Date: Wed Jul 18 22:55:08 UTC 2018 Modified Files: pkgsrc/lang/gcc7: Makefile distinfo pkgsrc/lang/gcc7-libs: Makefile Added Files: pkgsrc/lang/gcc7/patches: patch-gcc_targhooks.c Log Message: gcc7: don't try to make references to stack_chk_fail_local on netbsd/sun sun was added as joyent is patching for the same. this code is only reached if compiling for i386 (or some variation of ppc) netbsd's stack_chk_fail_local won't work for this. PR pkg/53436. --- Module Name: pkgsrc Committed By: maya Date: Wed Jul 18 22:56:23 UTC 2018 Modified Files: pkgsrc/lang/gcc8: Makefile distinfo Added Files: pkgsrc/lang/gcc8/patches: patch-gcc_targhooks.c Log Message: gcc8: don't try to make references to stack_chk_fail_local on netbsd/sun sun was added as joyent is patching for the same. this code is only reached if compiling for i386 (or some variation of ppc) netbsd's stack_chk_fail_local won't work for this. PR pkg/53436. --- Module Name: pkgsrc Committed By: maya Date: Wed Jul 18 23:15:42 UTC 2018 Modified Files: pkgsrc/lang/gcc48: Makefile distinfo pkgsrc/lang/gcc48-libs: Makefile Added Files: pkgsrc/lang/gcc48/patches: patch-gcc_targhooks.c Log Message: gcc48: don't try to make references to stack_chk_fail_local on netbsd/sun sun was added as joyent is patching for the same. this code is only reached if compiling for i386 (or some variation of ppc) netbsd's stack_chk_fail_local won't work for this. bump gcc48-libs PKGREVISION above gcc48 PR pkg/53436.
Revision 1.41 / (download) - annotate - [select for diffs], Wed Jul 18 23:15:42 2018 UTC (5 years, 2 months ago) by maya
Branch: MAIN
Changes since 1.40: +2 -2
lines
Diff to previous 1.40 (colored)
gcc48: don't try to make references to stack_chk_fail_local on netbsd/sun sun was added as joyent is patching for the same. this code is only reached if compiling for i386 (or some variation of ppc) netbsd's stack_chk_fail_local won't work for this. bump gcc48-libs PKGREVISION above gcc48 PR pkg/53436.
Revision 1.40 / (download) - annotate - [select for diffs], Wed Jul 18 00:06:20 2018 UTC (5 years, 2 months ago) by joerg
Branch: MAIN
Changes since 1.39: +2 -2
lines
Diff to previous 1.39 (colored)
Mark packages that require C++03 (or the GNU variants) if they fail with C++14 default language.
Revision 1.39 / (download) - annotate - [select for diffs], Sun Jan 28 16:24:14 2018 UTC (5 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1
Branch point for: pkgsrc-2018Q2
Changes since 1.38: +2 -2
lines
Diff to previous 1.38 (colored)
recursive bump after mpfr shlib major bump
Revision 1.38 / (download) - annotate - [select for diffs], Mon Nov 13 19:36:26 2017 UTC (5 years, 10 months ago) by maya
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base,
pkgsrc-2017Q4
Changes since 1.37: +2 -2
lines
Diff to previous 1.37 (colored)
reset maintainer
Revision 1.37 / (download) - annotate - [select for diffs], Fri Jul 28 23:40:07 2017 UTC (6 years, 1 month ago) by maya
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base,
pkgsrc-2017Q3
Changes since 1.36: +2 -2
lines
Diff to previous 1.36 (colored)
gcc48: backport upstream security fix Incorrect codegen from rdseed intrinsic use (CVE-2017-11671) We should not expand call arguments in between flags reg setting and flags reg using instructions, as it may expand with flags reg clobbering insn (ADD in this case). Attached patch moves expansion out of the link. Also, change zero-extension to non-flags reg clobbering sequence in case we perform zero-extension with and. 2017-03-25 Uros Bizjak
Revision 1.36 / (download) - annotate - [select for diffs], Mon Jul 10 15:55:40 2017 UTC (6 years, 2 months ago) by maya
Branch: MAIN
Changes since 1.35: +2 -2
lines
Diff to previous 1.35 (colored)
gcc{48,49}: netbsd also provides libssp in libc, adjust LINK_SSP_SPEC accordingly. already done for newer versions of gcc. Now on netbsd all gcc packages can successfully build with -fstack-protector. bump pkgrevision (sorry)
Revision 1.35 / (download) - annotate - [select for diffs], Sun Jul 9 05:30:41 2017 UTC (6 years, 2 months ago) by maya
Branch: MAIN
Changes since 1.34: +9 -3
lines
Diff to previous 1.34 (colored)
gcc{48,49,5,7}: on netbsd only, bump libstdc++ major to 7. bump pkgrevision. while here, synchronize libssp comment to a clearer one. bump gcc*-lib revision to be one higher.
Revision 1.34 / (download) - annotate - [select for diffs], Thu Jun 22 21:44:49 2017 UTC (6 years, 3 months ago) by maya
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base,
pkgsrc-2017Q2
Changes since 1.33: +3 -2
lines
Diff to previous 1.33 (colored)
Restrict gcc gsed usage to NetBSD (NetBSD/mips64 progress further with gsed) Adding gsed as a tool creates circular dependencies if pkgsrc gcc is used as the bootstrap compiler. Pointed out by jperkin, sorry.
Revision 1.33 / (download) - annotate - [select for diffs], Wed Jun 21 21:16:35 2017 UTC (6 years, 3 months ago) by maya
Branch: MAIN
Changes since 1.32: +2 -2
lines
Diff to previous 1.32 (colored)
Use gsed when building GCC. This is a somewhat blind commit. I've long had issues on various platforms with libgcc getting misconfigured (on netbsd/mips,arm,powerpc), for example build failures see: http://mail-index.netbsd.org/port-mips/2017/06/21/msg000832.html testing GCC 7.1 with netbsd/mips64el I got a lot further using it, but still didn't complete the build. It took hours to reach this failure, so I'd rather blindly commit the same change in the hopes it might help other architectures.
Revision 1.32 / (download) - annotate - [select for diffs], Thu Jun 8 09:52:47 2017 UTC (6 years, 3 months ago) by maya
Branch: MAIN
Changes since 1.31: +2 -2
lines
Diff to previous 1.31 (colored)
Take maintainership of all (recent-ish) GCC packages I have gone into the depths of GCC and came back alive, so feel free to ask me about it.
Revision 1.31 / (download) - annotate - [select for diffs], Sun May 28 01:00:20 2017 UTC (6 years, 3 months ago) by maya
Branch: MAIN
Changes since 1.30: +2 -1
lines
Diff to previous 1.30 (colored)
gcc48: always link libgcc on netbsd (GCC r248037, applied to GCC 8 and above - thanks Krister Walfridsson) libstdc++: if it thinks vswprintf is broken, don't block the entire definition of to_string, just that of to_wstring. backport of GCC r223830 already applied to GCC 4.9. this applies to netbsd-6-0. Doesn't fix any build I wanted to fix, but it does get the build of LLVM4.x further on netbsd-6-0. maybe there's an odd package that could benefit from it. bump PKGREVISION.
Revision 1.30 / (download) - annotate - [select for diffs], Thu Sep 15 17:56:23 2016 UTC (7 years ago) by maya
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3
Changes since 1.29: +2 -1
lines
Diff to previous 1.29 (colored)
gcc48: restore distinfo for file grabbed only when building gcc-java pointed out by jperkin, thanks fix netbsd gcc-java option build netbsd has gethostbyname_r in libc, but not in any headers. configure test succeeds, but compilation fails. workaround with passing ac_cv_func_gethostbyname_r=no to autoconf thanks joerg for the suggestion.
Revision 1.29 / (download) - annotate - [select for diffs], Mon Sep 12 18:42:04 2016 UTC (7 years ago) by maya
Branch: MAIN
Changes since 1.28: +1 -2
lines
Diff to previous 1.28 (colored)
gcc48: update to 4.8.5 Reset PKGREVISION, set gcc48-libs PKGREVISION to 1 (+1 of gcc48) The following list of 74 PRs have been resolved in the 4.8.5 release (non-exhaustive list): 64557 get_addr in true_dependence_1 cannot handle VALUE inside an expr 66215 [4.8/4.9/5/6 Regression] Wrong after label NOP emission for -mhotpatch 66233 [4.8/4.9 Regression] internal compiler error: in expand_fix 65550 [4.8/4.9 Regression] ICE (segfault) with pch 62642 [4.8/4.9 Regression] x86 rdtsc is moved through barrier 63608 [4.8/4.9 Regression] error: type mismatch in binary expression 59626 [4.8 Regression] /usr/include/bits/unistd.h:173:1: error: inlining failed in call to always_inline 'readlinkat': recursive inlining 65549 [4.9 Regression] crash in htab_hash_string with -flto -g 59990 [4.8 regression] incorrect memcpy optimization 60656 [4.8 regression] x86 vectorization produces wrong code 66470 [4.8/4.9/5/6 Regression] TLS ICE due to ix86_split_long_move 66481 Implicit lambda capture of variable named ""closure"" causes crash 66275 __attribute__((sysv_abi)) with x86_64-w64-mingw32-gcc generates incorrect code 65680 [4.8/4.9 Regression] ICE at -O1 and above on x86_64-linux-gnu in expand_assignment 65368 [4.8/4.9 Regression]_bzhi_u32 intrinsic generates incorrect code when -O1 or above is specified and index is an immediate 64634 [4.8/4.9 Regression] gcov reports catch(...) as not executed 66123 [4.8 Regression] Array of labels as values + ternary operator + pointer arithmetic = internal compiler error 65518 [4.8 Regression] gcc consumes all memory with -O3 66140 ICE at extract_insn 65721 [4.8/4.9/5/6 Regression] Internal compiler error segmentation fault 65727 [4.8/4.9/5/6 Regression] Segfault With Decltype In Lambda Expression Used To Initialize Static Class Member 59016 f951: internal compiler error: Segmentation fault 65693 [4.8/4.9 Regression] ICE in assign_by_spills 61977 [4.8/4.9/5 Regression] powerpc preprocessor breaks on lines that end with ""vector 59513 [4.8/4.9/5 Regression] Fortran runtime error: Sequential READ or WRITE not allowed after EOF marker 65279 [4.8/4.9 Regression] std::scoped_allocator_adaptor is not assignable 65543 rvalue stream insertion and extraction operators incorrectly implemented 61138 [4.8/4.9/5 Regression] Wrong code with pointer-bounds remapping 65072 Segfault when parsing dectlype in trailing return type 65327 GCC rejects ""constexpr volatile int i = 5; 65409 [4.8/4.9/5 Regression] ICE in store_field 52579 [4.8/4.9/5 regression] i386_w32_fallback_frame_state should care ffi raw-closure stub function 60898 [4.8/4.9/5 Regression] model compile error with gfortran 4.7 and gcc 4.9 57059 [4.8/4.9/5 Regression] Host configuration of loose_warn breaks for build components for Canadian crosses 52664 [4.8 Regression]: gcc.dg/tree-ssa/pr31261.c fails 65220 [4.8/4.9/5 Regression] integer division in stack alignment for VLA allocation 43701 [4.8/4.9/5 Regression] ICE: SIGSEGV (too deep recursion) with -mno-sse and __float128 35330 [4.8/4.9/5 regression] ICE with invalid pragma weak 46102 [4.8/4.9/5 Regression] ICE: SIGSEGV in dwarf2out_finish (dwarf2out.c:8490) with -feliminate-dwarf2-dups when using precompiled headers 61634 [4.8 Regression] ICE in in vect_get_vec_def_for_operand 65063 [4.8 Regression] gcc.dg/vect/vect-double-reduc-6.c FAILs with -O3 -fno-tree-loop-ivcanon -fno-tree-vectorize 63593 ICE: verify_gimple failed: incompatible types in PHI argument 0 with -O3 -fno-tree-vectorize 63844 [4.8 Regression] open mp parallelization prevents vectorization 64493 [4.8 Regression] ICE at -O3 on x86_64-linux-gnu 64495 [4.8 Regression] ICE at -O3 for trunk and wrong code for 4.8/4.9 on x86_64-linux-gnu 64199 [4.8 Regression] ICE: tree check: expected class 'constant' 56273 [4.8 regression] Bogus -Warray-bounds warning 58123 [4.8/4.9/5 Regression] debug line not tracked for last autovariable dtor 45402 [4.8/4.9/5 Regression] ICE in extract_insn 64768 [4.8/4.9/5 Regression] internal compiler error: tree check: expected tree that contains ãàÏÅecl with RTLãàstructure 63744 [4.8/4.9/5 Regression] Duplicate use-statement causes error 64979 [4.8 Regression] stdarg optimization not able to find escape sites in phi nodes 57653 [4.8/4.9 Regression] filename information discarded when using -imacros 60718 [4.8/4.9 regression] Test case gfortran.dg/select_type_4.f90 fails on ARM 64479 [4.8 Regression][SH] wrong optimization delayed-branch 39722 [4.8/4.9 Regression][cond-optab] worse code with bitfields on v850 64882 ICE on valid code at -O3 with -g enabled in simplify_subreg 61058 [4.8/4.9 Regression] ICE: RTL check: expected elt 3 type 'B' 64513 [4.8/4.9 Regression] ICE: in maybe_record_trace_start 64766 [4.8/4.9 Regression] internal compiler error: tree check: expected block 64487 [4.8/4.9 Regression] internal compiler error: in fold_offsetof_1 62044 [4.8/4.9 Regression] ICE in USE statement with RENAME for extended derived type 57748 [4.8 Regression] ICE when expanding assignment to unaligned zero-sized array 57023 [4.8 Regression] Not packing arrays with changing variable used for size 52306 [4.8 regression] ICE in cselib_record_set 52714 [4.8 regression] ICE in fixup_reorder_chain 58369 [4.8 regression] ICE in subreg_get_info when compiling boost for m68k-linux 63733 [4.8/4.9/5 Regression] [OOP] wrong resolution for OPERATOR generic
Revision 1.28 / (download) - annotate - [select for diffs], Tue Sep 6 16:29:19 2016 UTC (7 years ago) by maya
Branch: MAIN
Changes since 1.27: +2 -5
lines
Diff to previous 1.27 (colored)
gcc48: simplify comment in Makefile
Revision 1.27 / (download) - annotate - [select for diffs], Mon Sep 5 10:02:45 2016 UTC (7 years ago) by maya
Branch: MAIN
Changes since 1.26: +10 -5
lines
Diff to previous 1.26 (colored)
gcc48: limit disabling of libssp to netbsd only, requested by jperkin other platforms supporting _FORTIFY_SOURCE will likely want to disable it too bump PKGREVISION
Revision 1.26 / (download) - annotate - [select for diffs], Sun Sep 4 18:29:39 2016 UTC (7 years ago) by maya
Branch: MAIN
Changes since 1.25: +8 -3
lines
Diff to previous 1.25 (colored)
lang/gcc48: disable libssp netbsd only: link against libc when building shared. libssp is broken as it has headers like ssp/stdio.h which include <ssp.h>, when only ssp/ssp.h exists. simply building hello world (including stdio.h) with -D_FORTIFY_SOURCE will fail. netbsd building of shared was broken as it did not link against libc when making shared. adjust the spec file so it will do this. bump PKGREVISION XXX - all the other versions of GCC likely need the same thanks joerg for the help
Revision 1.25 / (download) - annotate - [select for diffs], Sat Jul 9 06:38:25 2016 UTC (7 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.24: +2 -2
lines
Diff to previous 1.24 (colored)
Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.
Revision 1.24 / (download) - annotate - [select for diffs], Mon Mar 14 05:49:51 2016 UTC (7 years, 6 months ago) by dbj
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1
Changes since 1.23: +3 -1
lines
Diff to previous 1.23 (colored)
add libiconv buildlink3 dependency, bump PKGREVISION
Revision 1.23 / (download) - annotate - [select for diffs], Thu Feb 25 14:42:56 2016 UTC (7 years, 6 months ago) by jperkin
Branch: MAIN
Changes since 1.22: +8 -9
lines
Diff to previous 1.22 (colored)
Use OPSYSVARS.
Revision 1.22 / (download) - annotate - [select for diffs], Tue Nov 3 13:59:10 2015 UTC (7 years, 10 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base,
pkgsrc-2015Q4
Changes since 1.21: +6 -1
lines
Diff to previous 1.21 (colored)
Various fixes to get this working on El Capitan / Xcode 7: * Pull in patch from MacPorts to handle 10.11 SDK header issue with fixincludes. * Backport upstream bugfix for GCC bug 66523, fixing an issue with Xcode 7. * Pull in --with-build-config=bootstrap-debug change from FreeBSD ports to fix bootstrap compare issue seen with clang / Xcode 7.
Revision 1.21 / (download) - annotate - [select for diffs], Fri Oct 9 11:27:23 2015 UTC (7 years, 11 months ago) by jperkin
Branch: MAIN
Changes since 1.20: +4 -1
lines
Diff to previous 1.20 (colored)
Skip shlibs check for libgcj_bc.so, a "fake" library used at link time only. Fixes build on Linux.
Revision 1.20 / (download) - annotate - [select for diffs], Fri Apr 10 00:32:08 2015 UTC (8 years, 5 months ago) by rodent
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2
Changes since 1.19: +2 -1
lines
Diff to previous 1.19 (colored)
GCC_REQD+=4.4, because 4.2 can't build it due to the package needing omp_lock_t.
Revision 1.19 / (download) - annotate - [select for diffs], Thu Mar 12 14:56:13 2015 UTC (8 years, 6 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base,
pkgsrc-2015Q1
Changes since 1.18: +1 -2
lines
Diff to previous 1.18 (colored)
Update to 4.8.4 * Reset gcc48-libs' PKGREVISION to 1 Changelog: * Bugfixes.
Revision 1.18 / (download) - annotate - [select for diffs], Fri Nov 28 09:57:32 2014 UTC (8 years, 9 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base,
pkgsrc-2014Q4
Changes since 1.17: +3 -2
lines
Diff to previous 1.17 (colored)
Bump PKGREVISION. * Fixes regressions, revive parts removed at "Fix build under OpenBSD/amd64 5.5" * Drop default behaviour changes and local features from OpenBSD ports, it break other platforms, at least, NetBSD-6.0/i386. * Remove needless patches after "Restore monolithic gcc48 and gcc48-libs".
Revision 1.17 / (download) - annotate - [select for diffs], Fri Oct 31 14:22:20 2014 UTC (8 years, 10 months ago) by ryoon
Branch: MAIN
Changes since 1.16: +142 -6
lines
Diff to previous 1.16 (colored)
Restore monolithic gcc48 and gcc48-libs. * No objection on tech-pkg@ mailing list.
Revision 1.16 / (download) - annotate - [select for diffs], Sat May 31 13:06:25 2014 UTC (9 years, 3 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2
Changes since 1.15: +6 -138
lines
Diff to previous 1.15 (colored)
Update to 4.8.3 * Convert gcc48 to simple meta-pkg * Potentially fix non-NetBSD packaging * Fix gcc48-libs/gcc48-cc++ build under OpenBSD/amd64 5.5 * Enable graphite option, from wip/gcc48snapshot via Xiyue Deng * Tweak nls option Changelog: GCC 4.8.3 This is the [35]list of problem reports (PRs) from GCC's bug tracking system that are known to be fixed in the 4.8.3 release. This list might not be complete (that is, it is possible that some PRs that have been fixed are not listed here). Support for the new powerpc64le-linux platform has been added. It defaults to generating code that conforms to the ELFV2
Revision 1.15 / (download) - annotate - [select for diffs], Thu May 29 23:36:42 2014 UTC (9 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
Bump for perl-5.20.0. Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
Revision 1.14 / (download) - annotate - [select for diffs], Sat May 17 16:10:46 2014 UTC (9 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
Bump applications PKGREVISIONs for python users that might be using python3, since the default changed from python33 to python34. I probably bumped too many. I hope I got them all.
Revision 1.13 / (download) - annotate - [select for diffs], Sat May 10 14:14:58 2014 UTC (9 years, 4 months ago) by richard
Branch: MAIN
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
x86-64 sunos fix for g++ and -Wl,-Bdirect involving libtool references:http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16452 and http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59788 backport to gcc47 and gcc48
Revision 1.12 / (download) - annotate - [select for diffs], Tue Apr 22 20:46:41 2014 UTC (9 years, 5 months ago) by ryoon
Branch: MAIN
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
Split gcc48 to libraries and langusages packages * All gcc48-* depend on gcc48-libs * Add gcc48-cc++, gcc48-fortran, and gcc48-objc * gcc48 is meta package now
Revision 1.11 / (download) - annotate - [select for diffs], Tue Jan 14 19:32:52 2014 UTC (9 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base,
pkgsrc-2014Q1
Changes since 1.10: +2 -1
lines
Diff to previous 1.10 (colored)
Use better gfortran patch, from Kai-Uwe Eckhardt in PR 48512. Bump PKGREVISION.
Revision 1.10 / (download) - annotate - [select for diffs], Mon Oct 21 20:26:19 2013 UTC (9 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base,
pkgsrc-2013Q4
Changes since 1.9: +5 -4
lines
Diff to previous 1.9 (colored)
Changes 4.8.2: This release is a bug-fix release, containing fixes for regressions in GCC 4.8.1 relative to previous releases of GCC.
Revision 1.9 / (download) - annotate - [select for diffs], Sun Jun 2 18:12:22 2013 UTC (10 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2
Changes since 1.8: +4 -6
lines
Diff to previous 1.8 (colored)
Changes 4.8.1: This release is a bug-fix release, containing fixes for regressions in GCC 4.8.0 relative to previous releases of GCC.
Revision 1.8 / (download) - annotate - [select for diffs], Fri May 31 12:41:11 2013 UTC (10 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Bump all packages for perl-5.18, that a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
Revision 1.7 / (download) - annotate - [select for diffs], Sun Apr 21 09:09:06 2013 UTC (10 years, 5 months ago) by sbd
Branch: MAIN
Changes since 1.6: +8 -2
lines
Diff to previous 1.6 (colored)
Add substitution variable for @GCC_TARGET_MACHINE@ in gcc/Makefile.in Bump PKGREVISION
Revision 1.6 / (download) - annotate - [select for diffs], Sun Apr 21 09:05:01 2013 UTC (10 years, 5 months ago) by sbd
Branch: MAIN
Changes since 1.5: +4 -1
lines
Diff to previous 1.5 (colored)
In some cases LINKER_RPATH_FLAG needs a trailing space so that there will be a space between the flag and its argument.
Revision 1.5 / (download) - annotate - [select for diffs], Fri Apr 19 16:34:47 2013 UTC (10 years, 5 months ago) by adam
Branch: MAIN
Changes since 1.4: +4 -4
lines
Diff to previous 1.4 (colored)
Renaming GCC_DIST_VERSION to GCC48_DIST_VERSION
Revision 1.4 / (download) - annotate - [select for diffs], Thu Apr 18 07:47:33 2013 UTC (10 years, 5 months ago) by sbd
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Pickup maintainership
Revision 1.3 / (download) - annotate - [select for diffs], Wed Apr 17 17:46:36 2013 UTC (10 years, 5 months ago) by adam
Branch: MAIN
Changes since 1.2: +4 -4
lines
Diff to previous 1.2 (colored)
GCC48_DIST_VERSION -> GCC_DIST_VERSION; required for compiler/gcc.mk
Revision 1.2 / (download) - annotate - [select for diffs], Wed Apr 3 13:30:12 2013 UTC (10 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.1: +4 -4
lines
Diff to previous 1.1 (colored)
Make it build again. From Kai-Uwe Eckhardt. XXX: currently not accepted by GCC_REQD=4.8.0, so more work needed.
Revision 1.1 / (download) - annotate - [select for diffs], Mon Apr 1 21:06:15 2013 UTC (10 years, 5 months ago) by wiz
Branch: MAIN
Add gcc48 packages, provided by Kai-Uwe Eckhardt <kuehro@gmx.de>. New major version of gcc, lots of changes. For details, look here: http://gcc.gnu.org/gcc-4.8/changes.html