summaryrefslogtreecommitdiff
path: root/mk/buildlink3/bsd.buildlink3.mk
AgeCommit message (Expand)AuthorFilesLines
2004-02-09Don't generate wrapper scripts if we can't find the wrappee.jlam1-25/+28
2004-02-09We need the full path to the libtool that needs to be invoked when wejlam1-1/+5
2004-02-08* Let CC/CXX/CPP/FC always point to the compiler used in the actualjlam1-38/+11
2004-02-06If we're passing through MAKEFLAGS variables whose values may containjlam1-2/+2
2004-02-06Hiding the PATH from certain phases of the build only accidentally workedjlam1-3/+2
2004-02-06We only prepend a directory to the PATH if we haven't already done sojlam1-3/+7
2004-02-05Make PREFER_PKGSRC just yes/no or a list of packages. This makes itjlam1-5/+3
2004-02-05Rename BUILDLINK_PREFER_PKGSRC to PREFER_PKGSRC so that we can use itsjlam1-5/+4
2004-02-05Support a new global variable:jlam1-1/+11
2004-02-05Fix an error that crept in between revisions 1.25 and 1.26 where some /'sjlam1-3/+3
2004-02-04Make it more apparent where certain "not_found" values are set forjlam1-9/+9
2004-02-04Fix harmless for-loop-break bug.jlam1-2/+2
2004-02-04Instead of tedious validating every platform for full caching compliance,jlam1-14/+13
2004-02-02Only create wrapper scripts for compilers that we require support for asjlam1-3/+11
2004-02-01USE_{SUNPRO,MIPSPRO} are deprecated... check PKGSRC_COMPILER instead.jlam1-20/+5
2004-01-31Bump the x11-links dependency to 0.20 to get the extensions/extutil.hrecht1-2/+2
2004-01-30Teach buildlink3 how to reorder libraries on the command line. Youjlam1-2/+13
2004-01-27Abstract out the filter commmand used to list headers and libraries injlam1-11/+17
2004-01-27Move all of the stuff relating to _BLNK_ADD_TO.* into the same if.endifjlam1-4/+4
2004-01-27Add a missing "empty". Thanks seb!jlam1-2/+2
2004-01-27Restore changes in 1.57 that were backed out in 1.60. The _BLNK_ADD_TO.*jlam1-27/+37
2004-01-26Revert changes in revision 1.57:seb1-36/+26
2004-01-25Use -S instead of '-s ""' to check for package matches with a null suffix.jlam1-2/+2
2004-01-25The new standard for modifying BUILDLINK_DEPENDS.<pkg> is to append to thejlam1-2/+2
2004-01-25Instead of directly manipulating DEPENDS, BUILD_DEPENDS, and RECOMMENDED,jlam1-26/+36
2004-01-25Suppress duplicate dependencies in the DEPENDS and BUILD_DEPENDS listjlam1-4/+8
2004-01-25Fix code that assumed that BUILDLINK_DEPENDS.<pkg> was a unique value byjlam1-2/+7
2004-01-21Most of this file only applies if we're in some phase after buildlink, sojlam1-1/+19
2004-01-21Add a new command "sub-rpath" that does the same thing as "rpath" but onlyjlam1-1/+6
2004-01-21Rename 'submangle' to 'sub-mangle'jlam1-6/+6
2004-01-21Allow -L/usr/lib/* as NetBSD-current actually has shared libraries there,jlam1-3/+6
2004-01-19* Create two new package-settable variables: BUILDLINK_PASSTHRU_DIRS isjlam1-76/+98
2004-01-14 Add *RECOMMENDED variables as discussed on tech-pkg@ to allow for a morerh1-1/+11
2004-01-13Add a new command "abs-rpath" to the gen-transform.sh script that removesjlam1-1/+7
2004-01-11Use egrep instead of relying on GNU grep features. Fixes populating thejlam1-2/+2
2004-01-11Back out the changes in revision 1.41 which were much more complex thanjlam1-21/+15
2004-01-10If BUILDLINK_PREFIX.<pkg> is "/usr" and BUILDLINK_{INCDIRS,LIBDIRS}.<pkg>jlam1-1/+27
2004-01-10Only match the first result of "pkg_info -qp" in case there are weirdjlam1-2/+2
2004-01-10Don't stop if the file listed in BUILDLINK_FILES.<pkg> doesn't exist.jlam1-2/+2
2004-01-07Add bits to make buildlink3 use the MIPSpro compiler if USE_MIPSPRO isjlam1-4/+39
2004-01-07Be more precise about when rules are emitted in the tranform andjlam1-5/+11
2004-01-07whitespacejlam1-2/+2
2004-01-06Add FreeBSD to _BLNK_CACHE_ALL (matches bsd.buildlink2.mk).jlam1-1/+2
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