summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
AgeCommit message (Expand)AuthorFilesLines
2007-01-02Moved the show-tools target to misc/show.mk.rillig1-60/+6
2007-01-02Added an additional line to the parallel error message.rillig1-1/+3
2006-12-15Remove trailing spaces.martti1-2/+2
2006-11-26Moved the code that checks for PKG_FAIL_REASON and PKG_SKIP reason fromrillig1-2/+2
2006-11-19Use PKG_FAIL_REASON for platform checks, to make them work again.wiz1-2/+2
2006-11-16Moved the check for PKG_FAIL_REASON and PKG_SKIP_REASON at the very endrillig1-3/+2
2006-11-14Moved the code that checks PKG_FAIL_REASON and PKG_SKIP_REASON into itsrillig1-39/+3
2006-11-05Some people really try to run pkgsrc's make with -j5 options. Since thatrillig1-1/+5
2006-11-05Use REAL_ROOT_USER for configuration dirs.joerg1-2/+2
2006-11-05Rename _INSTALL_ROOT_USER to REAL_ROOT_USER. Use it as default forjoerg1-3/+3
2006-10-23Moved the help system into its own subdirectory. Extracted the AWKrillig1-2/+2
2006-10-22Added INCSDIR and LIBDIR to BSD_MAKE_ENV.rillig1-2/+5
2006-10-22The new variable BSD_MAKE_ENV defines BINOWN, BINGRP, etc.rillig1-1/+7
2006-10-22Added a variable RUN (no leading underscore) as abbreviation forrillig1-1/+8
2006-10-15Include some more magic to set ownership of packages build withjoerg1-1/+3
2006-10-10Added printf to USE_TOOLS, because it is used heavily by the "debug" andrillig1-3/+3
2006-10-09Introduce _SU_ROOT_USER, which can be used for partially unprivilegedjoerg1-4/+7
2006-10-03fix comment about CHANGES file for changes-entry, since the default isgdt1-2/+2
2006-08-04Fixed the locking, as suggested by Johnny on the tech-pkg mailing list.rillig1-9/+3
2006-08-04Moved the bin-install target from bsd.pkg.mk to install/bin-install.mk.rillig1-34/+2
2006-08-04In the "makedirs" target, it is clear that the lock file is always therillig1-6/+4
2006-08-04Moved the locking code from bsd.pkg.mk into its own file. Where here,rillig1-73/+2
2006-08-03When installing or deinstalling a package, it is not enough to lock therillig1-20/+35
2006-08-02Added bsd.pkg.help.mk, which provides the "help" target.rillig1-2/+5
2006-07-27Whenever we invoke a recursive make, we need to ensure that the properjlam1-8/+3
2006-07-27After auditing all the packages the ensure that they never invoke thejlam1-2/+2
2006-07-26Pass MAKECONF down to recursive make processes to ensure they all usejlam1-1/+6
2006-07-26Ensure that the just-in-time su command invoked has the same environmentjlam1-2/+3
2006-07-21Rearrange sequence so that "wrapper" occurs between "tools" andjlam1-2/+2
2006-07-20Include the file bsd.pkg.debug.mk if requested by invoking the "debug"rillig1-1/+4
2006-07-17Added LOCALBASE, PKGINFODIR and PKGMANDIR to _BUILD_DEFS, since theyrillig1-1/+4
2006-07-15Split the variable BUILD_DEFS into those that are defined by packagesrillig1-44/+15
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 otherjlam1-199/+18
2006-07-10Completely nuke the concept of PKG_PHASE from pkgsrc except for thejlam1-3/+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 privatejlam1-2/+2
2006-07-07Remove the commands that tried to make the ${X11BASE} directory if itjlam1-8/+2
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 separatejlam1-314/+4
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 becausejlam1-4/+4
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 byjlam1-1/+4
2006-07-05Refactor configure, build, test and wrapper phases out of bsd.pkg.mkjlam1-575/+16
2006-06-18devel/tla has the GNU config scripts in a */*/* directory.rillig1-3/+3
2006-06-18Define CONFIG_{GUESS,SUB,RPATH}_OVERRIDE also whenrillig1-7/+11
2006-06-18Fixed wrong indentation of .if/.else/.endif.rillig1-4/+4
2006-06-17Added a variable OVERRIDE_GNU_CONFIG_SCRIPTS that allows a package torillig1-2/+2
2006-06-15Output PKG_{FAIL,SKIP}_REASON messages to standard error instead ofjlam1-7/+10