Next | Query returned 73 messages, browsing 51 to 60 | Previous

History of commit frequency

CVS Commit History:


   2012-09-13 12:11:50 by Steven Drake | Files touched by this commit (1)
Log message:
Add a note about the PKGREVISION number and lang/gcc47-libs
   2012-09-13 12:11:02 by Steven Drake | Files touched by this commit (1)
Log message:
When buildlinking with lan/gcc47 add a build dependence on lang/gcc47 and
when needed a runtime dependence on {gcc47,gcc47-libs}.
   2012-09-13 09:19:12 by Steven Drake | Files touched by this commit (3)
Log message:
Add "$(prefix)/$(target_noncanonical)/lib/%M" to the RPATH gcc adds to
all programs and shared libraries.

Bump PKGREVISION.
   2012-08-20 09:22:09 by Steven Drake | Files touched by this commit (3)
Log message:
Always use dlopen and pthread.
   2012-08-20 09:19:12 by Steven Drake | Files touched by this commit (1)
Log message:
Set BUILDLINK_PKGSRCDIR usnig '=' not '?=' and correct a comment.
   2012-07-23 14:47:55 by Jonathan Perkin | Files touched by this commit (1)
Log message:
Update binutils detection on Solaris to match current reality.
   2012-07-12 15:47:23 by John Marino | Files touched by this commit (3)
Log message:
lang/gcc47: Fix DragonFly32 floating point handling

Like i386-FreeBSD, the i386-DragonFly floating point unit uses a 53-bit
mantissa.  GCC uses the TARGET_96_ROUND_53_LONG_DOUBLE macro to know
which platforms behave this way.

Unfortunately, setting this macro to 1 breaks precision on Ada, and
leaving it at 0 breaks precision on c/c++ long double handling.  However
lang/gcc47 likely will never support Ada, so we'll favor c/c++.  This
is only an issue for i386; the setting on x86_64 should be zero as it
uses 64-bit precision.
   2012-06-24 00:13:02 by John Marino | Files touched by this commit (24)
Log message:
lang/gcc47: Add support for DragonFly

GCC47 was marked NOT-FOR-DRAGONFLY, so support has been added.

* DragonFly-specific files added via patch mechanism
* Some existing patches modified to add DragonFly configuration items
* dl_iterate_phdr error handling support added (FreeBSD support was altered,
  NetBSD and OpenBSD support is commented out)
* The java language is taken off as a default option

On the i386 platform, the compiler will build from a full bootstrap, but
one of the later stages fails on x86_64.  It fails to find libstdc++.so.6
even though the previous stage library was built and -B, -L flags point
to it.  The cause of the platform-specific build failure isn't clear --
The workaround is to disable the bootstrap on DragonFly so that the compiler
is built in one stage instead of three.  This workaround could have been
limited to the x86_64-DragonFly platform only, but currently is applied to
i386-DragonFly too.
   2012-06-22 05:52:27 by John Marino | Files touched by this commit (1) | Package updated
Log message:
lang/gcc47: Update distinfo due to prior commit

The netbsd/ctype_base.h patch was added in the previous update without
adding a new entry to distinfo.
   2012-06-08 17:42:29 by Joerg Sonnenberger | Files touched by this commit (14)
Log message:
Redo netbsd/ctype_base.h patch to not pollute the namespace as much with
sys/param.h.

Next | Query returned 73 messages, browsing 51 to 60 | Previous