Age | Commit message (Expand) | Author | Files | Lines |
2004-02-04 | Try to be smarter about detecting whether a cc in the PATH is actually | jlam | 1 | -37/+40 |
2004-02-03 | Reorder checks when setting _GCC_SUBPREFIX so that we always search for | jlam | 1 | -6/+9 |
2004-02-03 | Remove not_found checks now that we pre-filter them out when setting | jlam | 1 | -3/+1 |
2004-02-03 | Do previous in a different way to avoid make errors. | jlam | 1 | -2/+3 |
2004-02-03 | Don't add to LDFLAGS if the directories are "not_found". | jlam | 1 | -1/+3 |
2004-02-03 | ":H", not ":T", is the correct make variable modifier to get everything | jlam | 1 | -2/+2 |
2004-02-03 | Reorder sections a bit so that related sections are together. | jlam | 1 | -49/+47 |
2004-02-03 | Whitespace nit. | jlam | 1 | -2/+2 |
2004-02-03 | Fix a pervasive cut-and-paste bug: change a = back into a +=. Noted by | jlam | 5 | -11/+11 |
2004-02-03 | Check whether _NEED_GCC[23] is yes/no rather than just defined, since | jlam | 1 | -11/+18 |
2004-02-03 | Move the _COMPILER_LD_FLAG setting to somehere global as it applies to all | jlam | 1 | -2/+4 |
2004-02-03 | Avoid using "type" to find the absolute path to the compiler. We find it | jlam | 1 | -27/+31 |
2004-02-02 | duh... s/CCACHE/DISTCC/ | jlam | 1 | -2/+2 |
2004-02-02 | Whitespace fixes. | jlam | 1 | -3/+3 |
2004-02-02 | If we can't find the package using pkg_info, then use a simple heuristic | jlam | 1 | -2/+10 |
2004-02-02 | G/C _GCC_ARCHSUBDIR. All references to it from gcc*/buildlink*.mk files | jlam | 1 | -5/+2 |
2004-02-02 | Only prepend the compiler package location to the PATH if we actually | jlam | 4 | -10/+16 |
2004-02-02 | Initialize a variable before use. | jlam | 1 | -1/+2 |
2004-02-02 | s/:/./ to fix Makefile breakage. | jlam | 1 | -3/+3 |
2004-02-02 | Whitespace fixes. | jlam | 2 | -10/+10 |
2004-02-02 | If USE_GCC_SHLIB is defined, then pretend we need both C and C++ compilers. | jlam | 1 | -1/+12 |
2004-02-02 | If we need a GCC C++ or Fortran compiler, then define USE_GCC_SHLIBS as | jlam | 1 | -1/+6 |
2004-02-02 | Rename _GCC{2,3}_REQD to _NEED_GCC{2,3} which more clearly expresses what | jlam | 1 | -7/+7 |
2004-02-02 | Support a new variable in package Makefiles: | jlam | 6 | -29/+118 |
2004-02-01 | Fix a broken conditional. | jlam | 1 | -3/+3 |
2004-02-01 | Use the gcc3-* packages instead of gcc3. The former are newer, and using | jlam | 1 | -16/+50 |
2004-02-01 | Use _GCC_REQD where we want the strictest value (GCC_REQD can be a list). | jlam | 1 | -2/+2 |
2004-02-01 | Instead of silently failing to include missing files, be loud and give the | jlam | 1 | -4/+2 |
2004-02-01 | Actually, it does matter what _GCC_PKG is set to as it's re-used later as | jlam | 1 | -7/+3 |
2004-02-01 | Allow PKGSRC_COMPILER to take precedence over any deprecated variables. | jlam | 1 | -6/+6 |
2004-02-01 | Match names for the C and C++ compilers with the ones we're masquerading. | jlam | 2 | -6/+6 |
2004-02-01 | Note that PKGSRC_COMPILER should end in a real compiler. | jlam | 1 | -1/+2 |
2004-02-01 | Prepend the path to the compiler to PATH even if we're using the builtin | jlam | 1 | -1/+6 |
2004-02-01 | Prepend ${MIPSPROBASE}/bin to the PATH so that the correct compilers are | jlam | 1 | -1/+2 |
2004-02-01 | Spell MIPSPROBASE correctly. | jlam | 1 | -2/+2 |
2004-02-01 | We're included by bsd.prefs.mk, so no need to include bsd.prefs.mk for | jlam | 2 | -6/+3 |
2004-02-01 | Prepend /opt/SUNWspro/bin to the PATH so that the compiler can be found by | jlam | 1 | -3/+3 |
2004-02-01 | New compiler specification framework, based on mk/compiler.mk. The | jlam | 6 | -0/+439 |