Age | Commit message (Expand) | Author | Files | Lines |
2004-02-05 | Pass the PATH when executing ${CC} so that the compiler may be found when | jlam | 1 | -1/+2 |
2004-02-05 | Document PREFER_PKGSRC and default to "no". | jlam | 1 | -1/+10 |
2004-02-05 | Make PREFER_PKGSRC just yes/no or a list of packages. This makes it | jlam | 1 | -5/+3 |
2004-02-05 | Rename BUILDLINK_PREFER_PKGSRC to PREFER_PKGSRC so that we can use its | jlam | 1 | -5/+4 |
2004-02-05 | Support a new global variable: | jlam | 1 | -1/+11 |
2004-02-05 | When a pkg is already found install, tell the user to 'make deinstall' | hubertf | 1 | -2/+2 |
2004-02-05 | GCC_REQD should be appended to, not set. | jlam | 2 | -5/+5 |
2004-02-05 | Simpilfy the test for whether we're inside bsd.prefs.mk. | jlam | 5 | -11/+11 |
2004-02-05 | Include bsd.compiler.mk inside both bsd.pkg.mk and bsd.prefs.mk and define | jlam | 2 | -3/+15 |
2004-02-05 | Allow bsd.compiler.mk to be included by both bsd.prefs.mk and bsd.pkg.mk. | jlam | 6 | -226/+281 |
2004-02-05 | Don't compute the CC_VERSION unless ${CC} exists. | jlam | 3 | -3/+15 |
2004-02-05 | _CC is really meant to be evaluated from the value of CC _as found_ in | jlam | 1 | -4/+5 |
2004-02-05 | _GCC_PREFIX and _GCC_SUBPREFIX are expected to end in "/" if we're using | jlam | 1 | -3/+3 |
2004-02-05 | Reset the values of _GCC_PREFIX and _GCC_SUBPREFIX from the value of | jlam | 1 | -1/+5 |
2004-02-05 | Fix an error that crept in between revisions 1.25 and 1.26 where some /'s | jlam | 1 | -3/+3 |
2004-02-04 | Missing a " | jlam | 1 | -2/+2 |
2004-02-04 | case branches are separated by ;; | jlam | 1 | -3/+3 |
2004-02-04 | Try to avoid "/" as the _GCC_SUBPREFIX. | jlam | 1 | -2/+6 |
2004-02-04 | Make it more apparent where certain "not_found" values are being set for | jlam | 1 | -3/+3 |
2004-02-04 | Make it more apparent where certain "not_found" values are set for | jlam | 1 | -9/+9 |
2004-02-04 | Fix harmless for-loop-break bug. | jlam | 1 | -2/+2 |
2004-02-04 | Instead of tedious validating every platform for full caching compliance, | jlam | 2 | -26/+24 |
2004-02-04 | Avoid a non-zero exit value in a != variable definition. | jlam | 1 | -2/+2 |
2004-02-04 | Define _GCC_PKG unconditionally since its value is determined by another | jlam | 1 | -2/+2 |
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 | add support for the GNU versions of lex and yacc, which are required | grant | 1 | -2/+43 |
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 | Kerberos-using packages now set CRYPTO, not RESTRICTED. Approved by pkgsrc | jlam | 2 | -4/+4 |
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 | Only create wrapper scripts for compilers that we require support for as | jlam | 2 | -6/+22 |