Age | Commit message (Expand) | Author | Files | Lines |
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 |
2004-01-11 | Back out the changes in revision 1.41 which were much more complex than | jlam | 1 | -21/+15 |
2004-01-11 | "for arg; do" -> "for arg do", as the latter is more portable. fixes | grant | 2 | -4/+4 |
2004-01-10 | If BUILDLINK_PREFIX.<pkg> is "/usr" and BUILDLINK_{INCDIRS,LIBDIRS}.<pkg> | jlam | 1 | -1/+27 |
2004-01-10 | Only match the first result of "pkg_info -qp" in case there are weird | jlam | 1 | -2/+2 |
2004-01-10 | Don't stop if the file listed in BUILDLINK_FILES.<pkg> doesn't exist. | jlam | 1 | -2/+2 |
2004-01-07 | Add bits to make buildlink3 use the MIPSpro compiler if USE_MIPSPRO is | jlam | 3 | -4/+87 |
2004-01-07 | Make the wrapper exit with error code 2 to signify a buffer overflow to | jlam | 1 | -1/+3 |
2004-01-07 | Suppress duplicates when splitting -Wl,-R/dir1:/dir2:... into separate | jlam | 1 | -7/+15 |
2004-01-07 | Be more precise about when rules are emitted in the tranform and | jlam | 1 | -5/+11 |
2004-01-07 | Remove "$" at the end of rules in the [IL] commands that mistakenly crept | jlam | 1 | -4/+4 |
2004-01-07 | whitespace | jlam | 1 | -2/+2 |
2004-01-06 | Back out revision 1.6 which was wrong. It failed to match | jlam | 1 | -3/+5 |