Next | Query returned 127 messages, browsing 91 to 100 | Previous

History of commit frequency

CVS Commit History:


   2003-07-02 21:51:44 by Matthias Drochner | Files touched by this commit (2)
Log message:
make sure libgcc is compiled -fPIC
   2003-07-02 21:34:22 by Matthias Drochner | Files touched by this commit (1)
Log message:
The "libgcc_eh not found" was just buildlink lossage, not
gcc3's fault. Worse, programs got built against the wrong
(main tree) libgcc.
Now that this is fixed, set a netbsdelf2.0 target on -current,
to get both thread support and crt*.o files.
Also, use the usual buildlink magic to avoid picking up
a GNU pth from /usr/pkg.
pkgsrc/mail/imap-uw builds with a gcc3 set up this way.
   2003-07-02 21:02:55 by Matthias Drochner | Files touched by this commit (1)
Log message:
Use some magic similar to share/mk/bsd.gcc.mk to set
_GCC_ARCHSUBDIR, which happens to be the location of
libgcc.
This makes the buildlink stuff work independantly of
the exact GNU_PLATFORM gcc3 was compiled for.
   2003-07-01 00:40:08 by David Brownlee | Files touched by this commit (1)
Log message:
Update gcc3 to gcc3-3.3nb2
If NetBSD and /usr/include/pthread.h is present, add --enable-threads to
configure arguments. Could set --host=i386--netbsdelf2.0 instead, but that
causes many other packages (eg: mail/imap-uw) to fail to link with
    '/usr/bin/ld: cannot find -lgcc_eh'
even when they
    .if defined(USE_GCC3)
    .  include "../../lang/gcc3/buildlink2.mk"
    .endif
With this change a 1.6U/i386 machine can build mozilla with gcc3.
   2003-06-24 04:34:56 by Jan Schaumann | Files touched by this commit (1)
Log message:
If included, set F77 and PKG_FC to this g77 as well.
   2003-06-17 08:18:28 by grant beattie | Files touched by this commit (1)
Log message:
only do the USE_BINUTILS tests if we're on NetBSD.

unbreaks this on Solaris and other non-GNU binutils platforms.
   2003-06-11 20:20:24 by Frederick Bruckman | Files touched by this commit (1)
Log message:
Don't gratuitiusly force use of binutil's "ld", as this one evidently
has "${PREFIX}/lib" in it's search path, causing configure to to pick
up libraries it shouldn't (such as "libiconv" -- PR pkg/21848).
   2003-06-11 01:46:40 by Frederick Bruckman | Files touched by this commit (1)
Log message:
Pull in devel/binutils if '${AS} --version' reports to be less than 2.13.2.1,
and ensure that the built compiler uses it. This fixes a problem reported by
abs compiling perl, among other things. Apparently, gcc-3.3 triggers a bug in
gas:

    http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10877

Bump ${PKGREVISION}.
   2003-06-05 18:01:41 by grant beattie | Files touched by this commit (1)
Log message:
remove some empty directories in post-install, so we do not create a
broken binary pkg.
   2003-06-05 02:26:02 by Jan Schaumann | Files touched by this commit (1)
Log message:
The fastjar.info page covering 'jar' and 'grepjar' is also installed.

Next | Query returned 127 messages, browsing 91 to 100 | Previous