Age | Commit message (Expand) | Author | Files | Lines |
2004-02-06 | If we're passing through MAKEFLAGS variables whose values may contain | jlam | 1 | -2/+2 |
2004-02-06 | Hiding the PATH from certain phases of the build only accidentally worked | jlam | 1 | -3/+2 |
2004-02-06 | We only prepend a directory to the PATH if we haven't already done so | jlam | 1 | -3/+7 |
2004-02-05 | Touch up the grammar a bit in the last commit. | jlam | 1 | -6/+9 |
2004-02-05 | Mention that some buildlink3 variables are not defined at all times. | seb | 1 | -2/+8 |
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 | Fix an error that crept in between revisions 1.25 and 1.26 where some /'s | 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 | 1 | -14/+13 |
2004-02-02 | Only create wrapper scripts for compilers that we require support for as | jlam | 1 | -3/+11 |
2004-02-02 | transform -f{pic,PIC} -> -Kpic and -shared -> -G to fix building of | grant | 1 | -8/+13 |
2004-02-01 | USE_{SUNPRO,MIPSPRO} are deprecated... check PKGSRC_COMPILER instead. | jlam | 1 | -20/+5 |
2004-02-01 | How'd that -lb get there? | jlam | 1 | -2/+2 |
2004-01-31 | Bump the x11-links dependency to 0.20 to get the extensions/extutil.h | recht | 1 | -2/+2 |
2004-01-30 | Use the stack in a smarter way. Take an argument (perhaps marshalling | jlam | 1 | -27/+30 |
2004-01-30 | Remove debugging line that I accidentally left there. | jlam | 1 | -2/+1 |
2004-01-30 | Teach buildlink3 how to reorder libraries on the command line. You | jlam | 5 | -10/+107 |
2004-01-29 | Revert the changes in revision 1.2 to do duplicate directory suppression. | jlam | 1 | -11/+3 |
2004-01-29 | Use a stack instead of the broken implementation of a circular list for the | jlam | 3 | -41/+25 |
2004-01-29 | Reorder arguments so that all of the -l options come after the -L options | jlam | 3 | -9/+25 |
2004-01-29 | Commit the buildlink3 developer's guide and the pkgviews user's guide until | jlam | 2 | -0/+453 |
2004-01-27 | Abstract out the filter commmand used to list headers and libraries in | jlam | 1 | -11/+17 |
2004-01-27 | Move all of the stuff relating to _BLNK_ADD_TO.* into the same if.endif | jlam | 1 | -4/+4 |
2004-01-27 | Add a missing "empty". Thanks seb! | jlam | 1 | -2/+2 |
2004-01-27 | Also break up -R*:* into separate -R options. | jlam | 1 | -4/+5 |
2004-01-27 | Restore changes in 1.57 that were backed out in 1.60. The _BLNK_ADD_TO.* | jlam | 1 | -27/+37 |
2004-01-26 | Revert changes in revision 1.57: | seb | 1 | -36/+26 |
2004-01-25 | Use -S instead of '-s ""' to check for package matches with a null suffix. | jlam | 1 | -2/+2 |
2004-01-25 | The new standard for modifying BUILDLINK_DEPENDS.<pkg> is to append to the | jlam | 1 | -2/+2 |
2004-01-25 | Instead of directly manipulating DEPENDS, BUILD_DEPENDS, and RECOMMENDED, | jlam | 1 | -26/+36 |
2004-01-25 | Suppress duplicate dependencies in the DEPENDS and BUILD_DEPENDS list | jlam | 1 | -4/+8 |
2004-01-25 | Fix code that assumed that BUILDLINK_DEPENDS.<pkg> was a unique value by | jlam | 1 | -2/+7 |
2004-01-21 | Most of this file only applies if we're in some phase after buildlink, so | jlam | 1 | -1/+19 |
2004-01-21 | Put more debugging information in .work.log: first output the command the | jlam | 2 | -4/+10 |
2004-01-21 | Add a new command "sub-rpath" that does the same thing as "rpath" but only | jlam | 2 | -2/+17 |
2004-01-21 | Rename 'submangle' to 'sub-mangle' | jlam | 2 | -9/+9 |
2004-01-21 | Allow -L/usr/lib/* as NetBSD-current actually has shared libraries there, | jlam | 1 | -3/+6 |
2004-01-20 | s/it's/its/ | snj | 1 | -2/+2 |
2004-01-19 | * Create two new package-settable variables: BUILDLINK_PASSTHRU_DIRS is | jlam | 1 | -76/+98 |
2004-01-19 | * Make the mangle and depot commands a bit more conservative in finding | jlam | 1 | -5/+39 |
2004-01-19 | Create a word separator $_sep variable and use throughout. | jlam | 1 | -34/+36 |
2004-01-17 | Be even less aggressive and just remove relative paths that start with "." | jlam | 1 | -7/+7 |
2004-01-17 | Fix overly aggressive substitution pattern in abs-rpath to allow things | jlam | 1 | -7/+7 |
2004-01-15 | Also merge -Wl,-R -Wl,/path/to/dir into a single argument so that we can | jlam | 1 | -3/+9 |
2004-01-14 | Add *RECOMMENDED variables as discussed on tech-pkg@ to allow for a more | rh | 1 | -1/+11 |
2004-01-13 | Add a new command "abs-rpath" to the gen-transform.sh script that removes | jlam | 2 | -13/+29 |
2004-01-11 | Use egrep instead of relying on GNU grep features. Fixes populating the | jlam | 1 | -2/+2 |