Age | Commit message (Expand) | Author | Files | Lines |
2004-02-06 | Hiding the PATH from certain phases of the build only accidentally worked | jlam | 9 | -28/+36 |
2004-02-06 | Allow an empty USE_LANGUAGES setting to not break in show-shlib-type. | jlam | 1 | -7/+7 |
2004-02-06 | We only prepend a directory to the PATH if we haven't already done so | jlam | 9 | -31/+81 |
2004-02-05 | extract OPSYS and OS_VERSION from pkgsrc and use them in the report | grant | 1 | -3/+8 |
2004-02-05 | show build start time in localtime, not seconds-since-epoch :) | grant | 1 | -2/+6 |
2004-02-05 | Get the version string out of the MIPSpro compiler in the right way. | jlam | 1 | -3/+4 |
2004-02-05 | Note that the variables (USE_LANGUAGES, GCC_REQD, PKGSRC_COMPILER) should | jlam | 1 | -2/+3 |
2004-02-05 | Back out bikeshed material added in rev. 1.1371 | hubertf | 1 | -2/+2 |
2004-02-05 | Remove a local change which crept in with the last update. | sketch | 1 | -3/+1 |
2004-02-05 | Allow this to work with ccache by passing the full PATH through libtool. | jlam | 2 | -2/+4 |
2004-02-05 | Touch up the grammar a bit in the last commit. | jlam | 1 | -6/+9 |
2004-02-05 | Use the new work log format used by buildlink3. Lines beginning with | jlam | 2 | -4/+10 |
2004-02-05 | Mention that some buildlink3 variables are not defined at all times. | seb | 1 | -2/+8 |
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 |