summaryrefslogtreecommitdiff
path: root/lang/gcc3-objc
AgeCommit message (Collapse)AuthorFilesLines
2004-04-10Make all gcc3-* packages use a single distinfo file from gcc3/distinfo andseb3-24/+2
a single patch directory from gcc3/patches/. Also Move gcc3-c/{Makefile.common,language.mk} into gcc3/.
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-5/+4
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-18Rename the internal package variable referred to by buildlink[23]. Nojlam2-28/+28
functional change.
2004-03-16If the ${PKGBASE} of a package doesn't match the token passed tojlam1-1/+2
BUILDLINK_PACKAGES, then set BUILDLINK_PKGBASE.<pkg> explicitly so that we can map from <pkg> to BUILDLINK_PKGBASE.<pkg>.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-7/+9
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-02update to gcc-3.3.3drochner2-5/+4
2004-02-13Bump the PKGREVISION after fixing up the installed *.la files to removejlam1-1/+4
references to the buildlink work directories.
2004-02-13Check if a variable is defined before checking its value.jlam1-2/+4
2004-02-13Fix the check for the GCC3_INSTALLTO_SUBPREFIX so that it matches thejlam1-2/+2
behaviour in gcc3-c/Makefile.common.
2004-02-05bsd.compiler.mk no longer adds dependencies or includes buildlink*.mk filesjlam1-1/+5
if it's being included by bsd.prefs.mk, so we can safely move the BUILDLINK_DEPENDS line to its usual location.
2004-02-05List the correct directories for finding GCC libraries so that they willjlam1-1/+3
be added automatically to library and run-time library search paths.
2004-02-01bl3ify the gcc3-* packages. Also provide buildlink[23].mk files for usejlam4-22/+70
by bsd.compiler.mk. Note that in the buildlink3.mk files, the dependency is always added regardless of the BUILDLINK_DEPTH. This is because these buildlink3.mk files may be included by bsd.prefs.mk, which is often included other buildlink3.mk files, and we need to ensure that regardless of the depth, we are using the correct compiler.
2003-12-03update to gcc-3.3.2 (bugfix release)drochner1-3/+3
2003-08-11update to 3.3.1drochner3-22/+5
2003-08-08include major version number in COMMENT for distinction, some minorgrant1-2/+2
COMMENT tweaks.
2003-07-16elaborate the INSTALLTO_SUBPREFIX thing a bit more: modify thedrochner1-2/+2
PKGNAME if we are installing to an alternative location so that the pkg system doesn't complain about conflicts. Now it is possible to install a gcc3 tree to some location where it can be used to bootstrap another instance of itself...
2003-07-09The file affected by the bugfix (unroll.c) is potentially used by alldrochner2-1/+18
language backends.
2003-07-08some cleanup:drochner5-133/+25
-USE_NEW_TEXINFO, saves some patches -symlink libiberty.a into build tree instead of buildlink/lib, saves some patches -put common make rules into Makefile.common (for all) and buildaddon.mk (for all but the base "c" pkg)
2003-07-06set GCC_VERSION for use in GCC_ARCHDIR. remove a superfluous commentgrant1-2/+3
about GCC_PREFIX. XXX why is GCC_PREFIX ${PREFIX}/gcc3 ?
2003-07-06Split the gcc3 pkg into per-language pieces.drochner6-0/+182
Needs some cleanup and integration; eventually lang/gcc3 can turn into a meta-pkg.