summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Expand)AuthorFilesLines
2005-01-28Avoid hardcoding the refcount database into the INSTALL scripts. Wejlam3-13/+6
2005-01-28Move the default directory for the reference counts database outsidejlam1-4/+5
2005-01-28Remove entries for GROUPADD and USERADD from header since they're alljlam1-3/+1
2005-01-28Pretty-print the users and groups that may need to be removed duringjlam1-24/+41
2005-01-28If PKG_SYSCONFSUBDIR is non-empty, then add ${PKG_SYSCONFDIR} to thejlam1-2/+2
2005-01-28Note the end of the install-dirs unpack template within the INSTALLjlam1-1/+3
2005-01-28Continue with install script cleanup -- we now create a +USERGROUPjlam5-153/+419
2005-01-28Use reference counts to properly account for the creation and removaljlam5-197/+282
2005-01-27Move the creation of ${PKG_DB_TMPDIR} to when we create ${WRKDIR}.jlam1-2/+3
2005-01-27Pass the correct programs to the mkdatabase script.sketch1-2/+2
2005-01-27Fix handling of PREPEND_PATH in dependency-recursed builds.tv1-1/+3
2005-01-27Cleanup: wrapper-defs.mk is no longer optional; remove its conditional.tv1-5/+4
2005-01-27Move the PREPEND_PATH for LOCALBASE/bin (and optionally X11BASE/bin) to atv2-9/+9
2005-01-26Also substitute for PWD_CMD so we can use it in the INSTALL scripts.jlam1-1/+2
2005-01-26Create a new variable "INSTALL_UNPACK_TMPL" that points to a list ofjlam1-1/+3
2005-01-26Fix so that we preserve /usr/lib/foo.so on the command line.jlam1-16/+28
2005-01-25Set argmatch=yes when we transform /some/where/libfoo.so intocube1-1/+4
2005-01-25Relax need to put GNU_CONFIGURE before inclusion of bsd.prefs.mk:tv13-49/+27
2005-01-25Explicitly use -g to avoid relying on default behavior.jmmv1-3/+3
2005-01-25Redo previous per suggestion from reed@. Do not process the alternativesjmmv1-21/+10
2005-01-25Make the usage of alternatives optional through the PKG_ALTERNATIVES variable,jmmv1-6/+19
2005-01-25Add alternatives.mk, a file used to manipulate the alternatives system.jmmv2-1/+61
2005-01-25only try to run the build if "cd /usr/pkgsrc" is successful.grant1-2/+2
2005-01-24Add python22, python24 to base addresses list.tv1-1/+3
2005-01-24Disallow -rdynamic (was being attempted by shells/scsh).tv1-2/+2
2005-01-24Merge a little visual-only cleanup from the tv-derecurse branch:tv1-103/+71
2005-01-24Merge down deferred PREPEND_PATH handling from the tv-derecurse branch.tv2-45/+37
2005-01-24Make CHECK_FILES_SKIP_CMD into a single grep, using a ${var:@foo@bar@} loop.tv1-7/+2
2005-01-24Merge down deferred EVAL_PREFIX handling from tv-derecurse branch.tv4-25/+16
2005-01-24Merge down janitorial change from tv-derecurse branch:tv2-5/+7
2005-01-24Merge down janitorial change from tv-derecurse branch:tv1-9/+5
2005-01-24Per default, only create md5 and sha1 checksums.jschauma2-17/+25
2005-01-24Not all OS's have all the checksum tools available to make MKSUMS=yes work.tv1-2/+2
2005-01-24Add MKSUMS and SIGN_AS (the former defaulting to yes, the latter commentedjschauma1-1/+7
2005-01-24Fix breakage in previous, installed pkg db files should be installed intoxtraeme1-7/+7
2005-01-24Add bits to allow bulk-builders to generate checksums for the binaryjschauma1-1/+52
2005-01-23Move the creation of ${PKG_DB_TMPDIR} earlier so that it's created asjlam1-3/+2
2005-01-23Rearrange the register-pkg and post-install-fake-pkg code. All ofjlam1-39/+44
2005-01-23Rework the way that packages are registered during a "make install". Wejlam2-42/+64
2005-01-22message whitespace fixgrant1-2/+2
2005-01-21Re-add direct symlink logic, optional under GCC_USE_SYMLINKS=yes. Savestv1-2/+8
2005-01-21The pipe triggers a subshell even though () is not used. So use "exit" andtv1-13/+13
2005-01-21Fix missing {} around variable name, noted by wiz.tv1-5/+5
2005-01-21Add NOLINT=1 for BSD-.mk based packages.tv1-2/+2
2005-01-21Add ruby16/ruby18 to base addresses list.tv1-1/+5
2005-01-21Interix doesn't have a "flex" program per se in the base system. Its "lex"tv1-2/+2
2005-01-21Defer the check of GNU_CONFIGURE until later; should fix build of net/ORBittv1-6/+2
2005-01-20Also match NetBSD security releases, e.g. 2.0.1, when deciding whetherjlam1-2/+3
2005-01-20Add LINTPKGSRC_CACHE support to reuse .lintpkgsrc.db created by pre-build.tv1-5/+14
2005-01-19Fix error in previous; add explicit version check first, then the optionallytv1-5/+10