Next | Query returned 48 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2004-09-08 12:22:01 by Johnny C. Lam | Files touched by this commit (5)
Log message:
GCC generates and uses its own libtool to build shared libraries, and
the resulting shared library names don't necessarily match the NetBSD
names.  Instead of hardcoding the shared library names in the PLISTs,
only list the libtool archives in the PLISTs and dynamically determine
the shared library names at post-install time and insert them into
the PLIST.  This fixes PLIST errors on non-NetBSD platforms.

All of the magic is done in pkgsrc/lang/gcc3/language.mk.  This should
probably be generalized into something that could be used by all
packages that use libtool.
   2004-07-07 00:41:17 by Thomas Klausner | Files touched by this commit (30)
Log message:
Unused.
   2004-07-02 17:40:01 by Matthias Drochner | Files touched by this commit (10) | Package updated
Log message:
update to 3.3.4
bugfixes only afaict, no new features, no new files
   2004-05-22 19:48:22 by David Brownlee | Files touched by this commit (8)
Log message:
Update gcc3-ada to 3.3.3nb1
Update gcc3-c++ to 3.3.3nb1
Update gcc3-c	to 3.3.3nb2
Update gcc3-f77 to 3.3.3nb1
Update gcc3-java to 3.3.3nb1
Update gcc3-objc to 3.3.3nb1
Update gcc3 to 3.3.3nb1

gcc arm: fix GCC _P_R_ target/14302

        Apply gcc fix for gcc PR target/14302 to fix ARM compiler
        issues triggered by at least glib, glib2, and pkgconfig.

             2004-02-26  Richard Earnshaw  <rearnsha@arm.com>
                   Daniel Jacobowitz  <drow@mvista.com>

                   PR target/14302
                   * arm.h (ARM_GO_IF_LEGITIMATE_ADDRESS): Don't check the mode
                   size for minipool references.
   2004-05-17 23:32:35 by Stoned Elipot | Files touched by this commit (26)
Log message:
Garbage collect BUILDLINK_PKGBASE.<pkg> from buildlink3: it is not anymore
used since revision 1.139 of mk/buildlink3/bsd.buildlink3.mk.
   2004-04-10 17:47:09 by Stoned Elipot | Files touched by this commit (46) | Package removed
Log message:
Make all gcc3-* packages use a single distinfo file from gcc3/distinfo and
a single patch directory from gcc3/patches/.
Also Move gcc3-c/{Makefile.common,language.mk} into gcc3/.
   2004-03-18 10:12:18 by Johnny C. Lam | Files touched by this commit (232)
Log message:
Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
   2004-03-18 05:19:39 by Johnny C. Lam | Files touched by this commit (10)
Log message:
Rename the internal package variable referred to by buildlink[23].  No
functional change.
   2004-03-16 19:23:28 by Johnny C. Lam | Files touched by this commit (25)
Log message:
If the ${PKGBASE} of a package doesn't match the token passed to
BUILDLINK_PACKAGES, then set BUILDLINK_PKGBASE.<pkg> explicitly so that
we can map from <pkg> to BUILDLINK_PKGBASE.<pkg>.
   2004-03-05 20:25:43 by Johnny C. Lam | Files touched by this commit (256)
Log message:
Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.

Next | Query returned 48 messages, browsing 21 to 30 | Previous