summaryrefslogtreecommitdiff
path: root/lang/gcc48
AgeCommit message (Collapse)AuthorFilesLines
2015-01-14Add back missing ecj-4.5.jarjperkin1-1/+4
2014-11-28Bump PKGREVISION.obache25-392/+221
* 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".
2014-11-26fixes dependency pattern, PKGBASE is "gcc48", not "gcc".obache1-3/+3
2014-10-31Restore monolithic gcc48 and gcc48-libs.ryoon7-285/+292
* No objection on tech-pkg@ mailing list.
2014-10-05Fix ``Please add a line "# used by foo/bar/Makefile" here.'' warnings.wiz1-1/+6
2014-06-01Remove unused buildlink3.mkryoon1-36/+0
2014-05-31Update to 4.8.3ryoon59-344/+2112
* 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
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
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.
2014-05-20Fixes for Darwinadam1-2/+8
2014-05-17Bump applications PKGREVISIONs for python users that might be usingwiz1-2/+2
python3, since the default changed from python33 to python34. I probably bumped too many. I hope I got them all.
2014-05-10x86-64 sunos fix for g++ and -Wl,-Bdirect involving libtoolrichard7-3/+108
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
2014-04-23Include missing mk/bsd.options.mkryoon1-1/+3
2014-04-23Remove bogus commentryoon1-2/+1
2014-04-23Bump PKGREVISION of gcc48-libsryoon1-4/+2
Disable Java libraries by default.
2014-04-22Split gcc48 to libraries and langusages packagesryoon8-118/+278
* All gcc48-* depend on gcc48-libs * Add gcc48-cc++, gcc48-fortran, and gcc48-objc * gcc48 is meta package now
2014-04-08Fix syntax errror. This fixes the build on FreeBSD.asau2-4/+4
2014-02-25Re-add ecj-4.5.jar checksum. Noted by Kai-Uwe Eckhardt <kuehro@gmx.de> in ↵wiz1-1/+4
private mail.
2014-01-14Use better gfortran patch, from Kai-Uwe Eckhardt in PR 48512.wiz3-8/+14
Bump PKGREVISION.
2013-10-24Ooops, stupid typo in previousmartin2-6/+8
2013-10-24Add a few VAX specific changes.martin4-1/+101
2013-10-21Changes 4.8.2:adam3-10/+11
This release is a bug-fix release, containing fixes for regressions in GCC 4.8.1 relative to previous releases of GCC.
2013-09-11Make it buildable on NetBSD/sparc64 (by avoiding a SIGSEGV in a SIGSEGVmartin5-4/+214
handler). Make precompiled headers work on NetBSD hosts (by choosing a hopefully stable virtual address for precompiled header symbol tables). Both reported upstream.
2013-06-12readded ecj checksumwiz1-1/+4
2013-06-02Changes 4.8.1:adam4-16/+12
This release is a bug-fix release, containing fixes for regressions in GCC 4.8.0 relative to previous releases of GCC.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
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.
2013-05-22Apply _CTYPE_BL fixes to gcc47 and gcc48.joerg4-1/+111
2013-04-29Do not define putc/getc macros on NetBSD, it can wreak havoc withjoerg2-1/+29
cstdio.
2013-04-21Disable libsanitizer on Mac OS X 10.6 due to linking problem.adam2-1/+17
2013-04-21Add substitution variable for @GCC_TARGET_MACHINE@ in gcc/Makefile.insbd1-2/+8
Bump PKGREVISION
2013-04-21In some cases LINKER_RPATH_FLAG needs a trailing space so that there will besbd1-1/+4
a space between the flag and its argument.
2013-04-21In LINK_LIBGCC_SPEC remove the space between LINKER_RPATH_FLAG and itssbd2-4/+4
argument.
2013-04-20Renaming GCC_DIST_VERSION to GCC48_DIST_VERSIONsbd1-2/+2
2013-04-19Renaming GCC_DIST_VERSION to GCC48_DIST_VERSIONadam1-4/+4
2013-04-18Pickup maintainershipsbd1-2/+2
2013-04-17GCC48_DIST_VERSION -> GCC_DIST_VERSION; required for compiler/gcc.mkadam1-4/+4
2013-04-17Remove stray space from the DEPENDS line, fixes dependency problems.jperkin1-2/+2
2013-04-17Enable usage of gcc-4.8 as PKGSRC_COMPILERadam1-2/+2
2013-04-03Make it build again. From Kai-Uwe Eckhardt.wiz2-6/+6
XXX: currently not accepted by GCC_REQD=4.8.0, so more work needed.
2013-04-01Add gcc48 packages, provided by Kai-Uwe Eckhardt <kuehro@gmx.de>.wiz36-0/+2474
New major version of gcc, lots of changes. For details, look here: http://gcc.gnu.org/gcc-4.8/changes.html