summaryrefslogtreecommitdiff
path: root/mk/buildlink3
AgeCommit message (Expand)AuthorFilesLines
2004-01-07Add bits to make buildlink3 use the MIPSpro compiler if USE_MIPSPRO isjlam3-4/+87
2004-01-07Make the wrapper exit with error code 2 to signify a buffer overflow tojlam1-1/+3
2004-01-07Suppress duplicates when splitting -Wl,-R/dir1:/dir2:... into separatejlam1-7/+15
2004-01-07Be more precise about when rules are emitted in the tranform andjlam1-5/+11
2004-01-07Remove "$" at the end of rules in the [IL] commands that mistakenly creptjlam1-4/+4
2004-01-07whitespacejlam1-2/+2
2004-01-06Back out revision 1.6 which was wrong. It failed to matchjlam1-3/+5
2004-01-06Allow l:foo: to remove -lfoo. Also remove an incorrect rule in the "l"jlam1-4/+10
2004-01-06Reduce the number of lines emitted by the I and L rules.jlam1-5/+3
2004-01-06Missing trailing $ to only match whole words.jlam1-2/+2
2004-01-06Add FreeBSD to _BLNK_CACHE_ALL (matches bsd.buildlink2.mk).jlam1-1/+2
2004-01-06Try to convert GCC's optimization flags to SunPro optimization flags.jlam2-3/+18
2004-01-06Fix bug where "!empty" was missing from a .if test.jlam1-2/+2
2004-01-05Do the right thing for pkgviews if we do binary package upgrades ofjlam1-6/+14
2004-01-05Use S/+$// instead of C/\+$// to save a backslash. Very highlyjlam1-4/+4
2004-01-05When checking the value of yes/no variables using the thejlam1-6/+6
2004-01-05Of course I really meant buildlink*3*.mk.jlam1-2/+2
2004-01-04We don't need to escape "+" if we're using the :M variable operator.jlam1-3/+3
2004-01-04Rearrange some of the lines in the buildlink3.mk example so that it's a bitjlam1-6/+3
2004-01-04BUG FIXES:jlam1-59/+85
2004-01-03Extend the "l" command by allowing changing "-lfoo" into "-lbar -lbaz" byjlam1-5/+12
2003-12-19Update for the latest x11-links 0.19.veego1-2/+2
2003-11-26Do as buildlink2 and _append_ extra flags instead of prepending them.jlam2-5/+6
2003-11-25If we're linking a shared library by "cc -shared -o /srcdir/shlib", wejlam1-1/+9
2003-11-25libtool.sh should also supply a definition for "$expr", used by thejlam1-1/+2
2003-11-23Don't be fooled into thinking that the "-c" in "install -c" means tojlam1-2/+2
2003-10-18Bump minimum required version of "x11-links" package.tron1-2/+2
2003-10-13Update pkgtools/x11-links to 0.16.veego1-2/+2
2003-10-09Change the way in which arguments are processed by the wrappers. Wejlam4-16/+102
2003-10-09It's "skipargs", not "skip".jlam1-2/+2
2003-10-08Use sed instead of requiring gawk (for gensub) for portability.jlam1-30/+16
2003-10-07Revert previous change as gsub() doesn't quite work like gensub() withjlam1-14/+16
2003-10-06Simplify by using gsub() instead of gensub() in awk script.jlam1-16/+14
2003-10-04Add some documentation.jlam3-5/+13
2003-10-03Darwin's special GCC uses "-install_name /path/shlib" to indicatejlam1-2/+12
2003-10-03Factor out some more commonly used bits of the wrapper system intojlam7-111/+116
2003-09-30Set the final form of the template buildlink3.mk file, after I've had ajlam1-5/+4
2003-09-30Set the final form of the template buildlink3.mk file as a guideline forjlam1-6/+14
2003-09-28Update the template buildlink3.mk file so that it may be used forjlam1-6/+6
2003-09-28Create _BLNK_{DEPENDS,PACKAGES} that are "uniq"ed versions ofjlam1-7/+23
2003-09-28Rearrange order of the targets for the various helper scripts for thejlam1-35/+85
2003-09-23Do a better job of hiding unwanted libtool archives in a mixedjlam2-60/+121
2003-09-22Fix buildlinking of files if BUILDLINK_TRANSFORM.<pkg> is specified.jlam1-2/+3
2003-09-19Don't have the libtool wrapper add -L<dir> where <dir> is a path in srcdirjlam1-1/+2
2003-09-19Add some debugging info to determine which wrapper added which lines to thejlam1-2/+2
2003-09-19Remove spurious }.jlam1-2/+2
2003-09-19Make BUILDLINK_TARGETS an add-on variable to _BLNK_TARGETS so that thejlam1-4/+9
2003-09-14Document that a buildlink3.mk file must either directly or indirectly setjlam1-1/+9
2003-09-14Document that the correct "pop" action uses :C and not :Sjlam1-2/+2
2003-09-13Correct an error message to be more meaningful, and optimize slightly byjlam1-5/+4