Age | Commit message (Expand) | Author | Files | Lines |
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 |
2004-01-06 | Allow l:foo: to remove -lfoo. Also remove an incorrect rule in the "l" | jlam | 1 | -4/+10 |
2004-01-06 | Reduce the number of lines emitted by the I and L rules. | jlam | 1 | -5/+3 |
2004-01-06 | Missing trailing $ to only match whole words. | jlam | 1 | -2/+2 |
2004-01-06 | Add FreeBSD to _BLNK_CACHE_ALL (matches bsd.buildlink2.mk). | jlam | 1 | -1/+2 |
2004-01-06 | Try to convert GCC's optimization flags to SunPro optimization flags. | jlam | 2 | -3/+18 |
2004-01-06 | Fix bug where "!empty" was missing from a .if test. | jlam | 1 | -2/+2 |
2004-01-05 | Do the right thing for pkgviews if we do binary package upgrades of | jlam | 1 | -6/+14 |
2004-01-05 | Use S/+$// instead of C/\+$// to save a backslash. Very highly | jlam | 1 | -4/+4 |
2004-01-05 | When checking the value of yes/no variables using the the | jlam | 1 | -6/+6 |
2004-01-05 | Of course I really meant buildlink*3*.mk. | jlam | 1 | -2/+2 |
2004-01-04 | We don't need to escape "+" if we're using the :M variable operator. | jlam | 1 | -3/+3 |
2004-01-04 | Rearrange some of the lines in the buildlink3.mk example so that it's a bit | jlam | 1 | -6/+3 |
2004-01-04 | BUG FIXES: | jlam | 1 | -59/+85 |
2004-01-03 | Extend the "l" command by allowing changing "-lfoo" into "-lbar -lbaz" by | jlam | 1 | -5/+12 |
2003-12-19 | Update for the latest x11-links 0.19. | veego | 1 | -2/+2 |
2003-11-26 | Do as buildlink2 and _append_ extra flags instead of prepending them. | jlam | 2 | -5/+6 |
2003-11-25 | If we're linking a shared library by "cc -shared -o /srcdir/shlib", we | jlam | 1 | -1/+9 |
2003-11-25 | libtool.sh should also supply a definition for "$expr", used by the | jlam | 1 | -1/+2 |
2003-11-23 | Don't be fooled into thinking that the "-c" in "install -c" means to | jlam | 1 | -2/+2 |
2003-10-18 | Bump minimum required version of "x11-links" package. | tron | 1 | -2/+2 |
2003-10-13 | Update pkgtools/x11-links to 0.16. | veego | 1 | -2/+2 |
2003-10-09 | Change the way in which arguments are processed by the wrappers. We | jlam | 4 | -16/+102 |
2003-10-09 | It's "skipargs", not "skip". | jlam | 1 | -2/+2 |