summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
AgeCommit message (Expand)AuthorFilesLines
2007-10-09Remove trailing spaces.martti1-2/+2
2007-09-29Removed a funny comment from 1997.rillig1-6/+1
2007-09-27More comments.rillig1-1/+6
2007-09-07Add a "system features" framework that will eventually be used tojlam1-1/+3
2007-09-07The WRKDIR and PREFIX can be saved in the log directory when a packagerillig1-2/+2
2007-08-18Explicitly bail out if X11_TYPE=xorg is found.joerg1-1/+7
2007-08-13Moved the stuff that is common to all directories of pkgsrc into its ownrillig1-38/+2
2007-08-13build-env is no longer defined in bsd.pkg.debug.mk.rillig1-2/+2
2007-08-13Fixed _PKG_DEBUG_SCRIPT for the case of PKG_DEBUG_LEVEL=0.rillig1-2/+2
2007-08-10Try a bit harder to guess which mk.conf the user is using, whenjoerg1-2/+10
2007-08-03Update _USE_DESTDIR=full handling to use the new -u/-g code andjoerg1-1/+5
2007-07-29* Add new emulator framework in pkgsrc/mk/emulator that handles alljlam1-1/+5
2007-07-23Putting bsd.pkginstall.mk under bsd.tools.mk was a bad idea -- thejlam1-13/+4
2007-07-20Enabled the warnings.rillig1-1/+2
2007-07-18Add back a facility to rebuild the run-time library search paths databasejlam1-4/+13
2007-07-16Change default value of CREATE_WRKDIR_SYMLINK to no. In combination withjoerg1-2/+2
2007-05-09Add two targets, pbulk-index and pbulk-index-item.joerg1-1/+5
2007-04-01Fix quoting issue that gave syntax error when printing the messagekristerw1-2/+2
2007-03-02Remove warning about LIB_DEPENDS, it's sooooo long gone...wiz1-5/+1
2007-02-22Finished the split of PKGSRC_LOCKTYPE into LOCALBASE_LOCKTYPE andrillig1-3/+3
2007-02-20I find the ABI useful to know when looking at a binary package.rillig1-1/+2
2007-02-09MAKEFLAGS for su-${.TARGET} is ${MAKEFLAGS.su-${.TARGET}},obache1-2/+2
2007-01-11Added the INFO_MSG command, which can be used when the user should berillig1-3/+4
2007-01-06Added the FAIL command, which can be prepended to an arbitrary shellrillig1-1/+6
2007-01-02Cleaned up bsd.pkg.mk:rillig1-98/+55
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