summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Expand)AuthorFilesLines
2006-07-17Remove duplicate files from ${ALLFILES}. This doesn't affect theschmonz1-1/+2
2006-07-15Split the variable BUILD_DEFS into those that are defined by packagesrillig7-54/+62
2006-07-15Converted the header comment to the canonical form. Changed therillig1-10/+16
2006-07-15Fixed dead links in the automatically generated README.html files. Fromrillig1-3/+3
2006-07-15Added some common script interpreters (awk, bash, sh) that can berillig2-24/+82
2006-07-14+freeradius-simul-useadrianp1-0/+1
2006-07-14Add a "bootstrap-register" target used specially by the bootstrap scriptjlam1-1/+10
2006-07-14Avoid using # and % to strip prefix/suffix from variable values -- notjlam1-3/+2
2006-07-13Fixed default path wildcards for CHECK_INTERPRETER_SKIP. Now theyheinz1-4/+6
2006-07-13Check whether the "checksum" target is defined beforehand to preventjlam1-2/+6
2006-07-13Check whether the checksum target is defined before defining one.jlam1-3/+5
2006-07-13* Fix bug when more than one file needed to be checksummed.jlam1-4/+3
2006-07-13Try to avoid possible differences in processing "$@".jlam1-4/+5
2006-07-13Backslash escape the parentheses so the shell doesn't think it shouldjlam1-2/+2
2006-07-13Fix some quoting errors and a harmless copy-and-paste error.jlam1-4/+4
2006-07-13Add a few more double-quotes around eval'ed variables.jlam1-5/+5
2006-07-13Add DIGEST to the variables defined by default.jlam1-1/+2
2006-07-13DIGEST is no longer defined, so use TOOLS_DIGEST instead.jlam1-2/+2
2006-07-13Remove line noting that "this file was derived from bsd.ports.mk".jlam1-3/+1
2006-07-13* Add a new stage "bootstrap-depends" that happens before all otherjlam18-270/+556
2006-07-13Add cgi which is used by the PHP packageadrianp1-0/+1
2006-07-12Add bn_IN locale for atk-1.12.1.wiz13-13/+65
2006-07-12Removed the leading "-" of a shell command. The unexpected error messagerillig1-3/+5
2006-07-11Fix grammar in messages. From David A. Holland in PR 33975.wiz1-3/+3
2006-07-10Completely nuke the concept of PKG_PHASE from pkgsrc except for thejlam3-27/+8
2006-07-10Back out revision 1.172 of mk/tools/replace.mk -- we never want tojlam4-26/+26
2006-07-10Remove reference to buildlink2.wiz2-4/+4
2006-07-10Fix typo in comment.wiz1-2/+2
2006-07-10Always add dependencies for packages pulled in indirectly buildlink3 thatjlam1-22/+13
2006-07-10Fix reversed test... noted by deiter roelants on tech-pkg.jlam1-2/+2
2006-07-10The wrapper for perl silently failed, giving no hint thatrillig2-3/+11
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam7-11/+38
2006-07-08make sure the IMAKE definition, if set, is used in case X11_TYPE is nativeschwarz1-2/+5
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam5-5/+10
2006-07-08Document dar-int32 and dar-int64 options.dsainty1-0/+2
2006-07-08Update the comments to reflect the current default workflow.jlam1-2/+4
2006-07-07Rename <phase>_COOKIE variables to _COOKIE.<phase>. These are privatejlam25-160/+160
2006-07-07Remove the commands that tried to make the ${X11BASE} directory if itjlam1-8/+2
2006-07-07LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE have slightly differentjlam1-13/+33
2006-07-07No need to define LIBTOOL_OVERRIDE explicitly since libtool-override.mkjlam1-2/+1
2006-07-07Move the STEP_MSG outside of the .if.endif block so it's always printed.jlam1-3/+3
2006-07-07Add missing "rm" statement that was causing the libtool wrapper to bejlam1-1/+2
2006-07-07Make configure, install, and package barrier-aware even if NO_CONFIGURE,jlam3-6/+12
2006-07-07The build target needs to be barrier aware even in the NO_BUILD case.seb1-2/+4
2006-07-06The cookie files are indirectly made using *-cookie targets, so verifyjlam11-11/+24
2006-07-06Remove an unnecessary target... ${_BARRIER_COOKIE} has no source targetsjlam1-5/+5
2006-07-06The "replace" target does conceptually the same thing as the "install"jlam2-5/+7
2006-07-06Make it a little easier to read the lock/unlock output by inserting somejlam1-3/+3
2006-07-06Refactor the README.html generation code from bsd.pkg.mk into a separatejlam2-314/+343
2006-07-06Never skip the wrapper step, even if NO_BUILD is set. There are packagesjlam1-5/+1