summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Expand)AuthorFilesLines
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
2006-07-06Make "test" barrier-aware.jlam1-5/+11
2006-07-06Always run the "pkginstall" step even if NO_BUILD is specified.jlam1-2/+2
2006-07-06Fix previous... instead of moving bsd.pkg.barrier.mk down below .MAIN,jlam1-6/+6
2006-07-06Move inclusion of bsd.pkg.barrier.mk under the .MAIN target becausejlam2-5/+6
2006-07-06Order the _BARRIER_POST_TARGETS so that if more than one is specified onjlam1-17/+29
2006-07-06Fix cut-and-paste goof.jlam1-4/+4
2006-07-06On Solaris set _COMPILER_ABI_FLAG.64 to be consistent with the sunpromarkd1-1/+5
2006-07-06Set _COMPILER_ABI_FLAG.64 correctly for non sparc (ie amd64).markd1-1/+5
2006-07-05Fixed the test on PKG_{FAIL,SKIP}_REASON. Added a prefix line to therillig1-3/+8
2006-07-05Flatten out recursive makes into a single re-invocation of make byjlam19-147/+221
2006-07-05Fix two bugs which prevent undo-replace from working.jlam1-3/+3
2006-07-05Only override intltool if the intltool tool was requested.jlam1-2/+4
2006-07-05Make the check-vulnerable target more self-sufficient, by moving somejlam16-100/+121
2006-07-05Refactor configure, build, test and wrapper phases out of bsd.pkg.mkjlam16-585/+1050
2006-07-05Since intltool is now a tool, we might as well require the latest pkgsrcjlam1-2/+2
2006-07-05Teach the tools framework about the following new tools:jlam14-22/+173
2006-07-03Moved the command that generates the list of files to its own variable,rillig1-2/+4
2006-07-03After converting it to HTML format, the build log file is not neededrillig1-1/+2
2006-07-02Reordered the variables in the interface comment so that allrillig1-8/+8
2006-07-02Fixed an obvious typo: .if !target$(${_WRAP_EMPTY_FILE}) contains arillig1-2/+2
2006-07-02I forgot to mention in the last commit that share/examples and share/docrillig1-1/+1
2006-07-02Added a proper interface documentation. Instead of a .for loop, therillig1-9/+24
2006-07-02Fixed the documentation for SUBST_SED.*, which is not _one_ sedrillig1-2/+3
2006-07-01Add a script that can be used to scan for NO_BIN_ON_FTP packages usingdmcmahill1-0/+163
2006-06-26m4 might not exist e.g. on Slackware, conditionalize it.joerg1-1/+3
2006-06-26Remove SuSE 7.3 version from SUSE_PREFER, set 10.0 as default and marksalo1-10/+5