Next | Query returned 34 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2016-12-29 23:46:31 by Maya Rashish | Files touched by this commit (165) | Package removed
Log message:
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.
   2016-09-06 14:00:33 by Maya Rashish | Files touched by this commit (4)
Log message:
gcc47: don't use PCH for libstdc++ on gcc5, it causes hangs during configure.
limited to gcc5 because others do not seem to run into the same issues, to
avoid a regression for them.

disable libssp on netbsd - it conflicts with native libssp
(related: PR pkg/47213)

Use a more sane specfile for netbsd, linking against libc when building
shared.

bump gcc47 PKGREVISION
bump gcc47-libs PKGREVISION further than gcc47
   2016-01-21 12:56:29 by Jonathan Perkin | Files touched by this commit (1)
Log message:
Bump lang/gcc47-libs PKGREVISION to stay ahead of lang/gcc47.
   2015-11-25 13:51:17 by Jonathan Perkin | Files touched by this commit (22)
Log message:
Remove mk/find-prefix.mk usage from the lang category.

The find-prefix infrastructure was required in a pkgviews world where
packages installed from pkgsrc could have different installation
prefixes, and this was a way for a dependency prefix to be determined.

Now that pkgviews has been removed there is no longer any need for the
overhead of this infrastructure.  Instead we use BUILDLINK_PREFIX.pkg
for dependencies pulled in via buildlink, or LOCALBASE/PREFIX where the
dependency is coming from pkgsrc.

Provides a reasonable performance win due to the reduction of `pkg_info
-qp` calls, some of which were redundant anyway as they were duplicating
the same information provided by BUILDLINK_PREFIX.pkg.
   2015-06-22 17:38:08 by Jonathan Perkin | Files touched by this commit (3)
Log message:
Disable CHECK_SHLIBS for the GCC library packages.  The libraries will
find their parent GCC package libraries first in RPATH at install time
but will correctly resolve to their own copies at runtime thanks to the
additional paths encoded at build time.  Fixes CHECK_WRKREF builds.
   2015-03-12 15:57:36 by Jonathan Perkin | Files touched by this commit (1)
Log message:
Strip libgo from the package, it is very large and useless in this context.

Ride previous PKGREVISION bump.
   2015-03-12 15:53:13 by Ryo ONODERA | Files touched by this commit (4)
Log message:
Update to 4.7.4

* Reset gcc47-libs' PKGREVISION to 1

Changelog:
* Bugfixes.
   2015-02-04 15:16:24 by Jonathan Perkin | Files touched by this commit (4)
Log message:
Support the override libgcc specs for the cwrappers case.
   2014-07-24 14:43:20 by Jonathan Perkin | Files touched by this commit (3)
Log message:
Don't pass --enable-__cxa_atexit on SunOS, it is only available in newer
illumos releases and appears to cause issues there, seen most clearly in
qt3 uic segfaults.

Bump PKGREVISION of both gcc47 and gcc47-libs, gcc47-libs by more than one
as it has lagged behind and must be kept ahead of gcc47.
   2014-05-10 16:14:59 by Richard PALO | Files touched by this commit (16)
Log message:
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

Next | Query returned 34 messages, browsing 1 to 10 | Previous