summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
AgeCommit message (Expand)AuthorFilesLines
2005-06-14Allow the test for whether the file is a text file to be overridden viajlam1-2/+3
2005-06-13In the check-wrkref target, change the algorithm so that text filesjlam1-7/+20
2005-06-11Add a default fall-through for the shell case statement (portabilityjlam1-1/+2
2005-06-10check-wrkref is a make target that greps through the installed filesjlam1-1/+56
2005-06-09General improvements to the changes-entry target:jlam1-10/+20
2005-06-09Don't reinvent PKGPATH, which already contains just the "category/package"jlam1-3/+2
2005-06-09Add a documentation block above the changes-entry target.jlam1-1/+16
2005-06-09Delay running of id until it is needed. Fixes PR 30477 by Neil Hoggarth.wiz1-5/+3
2005-06-08Add changes-entry target, which adds an entry for the current packagewiz1-1/+22
2005-06-04Added a leading underscore to the names of the *_COOKIE variables, as theyrillig1-54/+54
2005-06-03Back out revision 1.1684. MAKEFLAGS was being propagated incorrectlyjlam1-14/+1
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-5/+1
2005-06-01*.makevars.mk doesn't exist until after ${WRKDIR} is created, whichjlam1-1/+14
2005-06-01Include bsd.makevars.mk in bsd.prefs.mk instead of bsd.pkg.mk. Thisjlam1-2/+1
2005-06-01Separate out the logic to include the correct <phase>.makevars.mk filejlam1-22/+2
2005-05-31Convert USE_GNU_TOOLS into USE_TOOLS as the former is no longer supportedjlam1-2/+1
2005-05-31Rename describe-options to show-options, replacing the old show-optionsdillo1-4/+4
2005-05-29Simplify unprivileged builds by adding a new variable, UNPRIVILEGED, that,jmmv1-1/+4
2005-05-26Fixed the output of show-tools.rillig1-2/+2
2005-05-22Finish removing instances of _USE_NEW_TOOLS from pkgsrc.jlam1-20/+4
2005-05-22Remove the old tools framework and references to _USE_NEW_TOOLS.jlam1-18/+1
2005-05-22Fixed some quoting issues.rillig1-34/+34
2005-05-21In computing _REPLACE_LOCALEDIR_PATTERNS_FIND_cmd, make sure the :shjlam1-5/+10
2005-05-20Change instances where we stored `shell command` in a make variable intojlam1-6/+5
2005-05-18Replaced the NO_WRKDIR_SYMLINK variable with CREATE_WRKDIR_SYMLINK, asrillig1-2/+3
2005-05-18If NO_WRKDIR_SYMLINK is defined, no symlink to ${WRKSRC} is created whenrillig1-1/+3
2005-05-18Added the show-tools target, which emits a shell code fragment defining allrillig1-1/+14
2005-05-17Turn _MANCOMPRESSED into a strictly "yes" and "no" variablejlam1-2/+6
2005-05-17Rework the README.html generation code. Major changes are:dmcmahill1-6/+8
2005-05-17Save the names of the patches applied during the patch phase into thejlam1-2/+2
2005-05-16Don't have USE_TOOLS+=imake replace USE_IMAKE. Rather let the formerjlam1-2/+2
2005-05-16Fix mistake in previous commit -- expr is required by the wrapperjlam1-2/+5
2005-05-16No package seems to be using ${NICE} so don't require it.jlam1-3/+3
2005-05-16Don't require m4 for all packages, only for packages that use it.jlam1-3/+3
2005-05-16tee is only used by bsd.bulk-pkg.mk.jlam1-5/+5
2005-05-16We only need "date" to write the date into the +PRESERVE file.jlam1-4/+8
2005-05-16expr is only used by bsd.bulk-pkg.mk.jlam1-6/+6
2005-05-16tsort is only used by bsd.bulk-pkg.mk.jlam1-3/+8
2005-05-16Change the EXTRACT_USING_PAX defined/undefined option into a EXTRACT_USINGjlam1-4/+4
2005-05-16We only need mtree if NO_MTREE isn't defined.jlam1-4/+7
2005-05-16Consolidate the bits that add to PKGSRC_USE_TOOLS, and improve thejlam1-6/+8
2005-05-15Fix the MANZ handling in bsd.pkg.mk. If MANZ is defined, then we wantjlam1-14/+43
2005-05-15We only need gzcat when requested by the extract and patch phases, orjlam1-5/+5
2005-05-14Rewrote the show-depends-dirs target: fixed shell quoting, omittedrillig1-9/+11
2005-05-14Consider ${TAR} differently from ${GTAR}. Currently, mark pkgsrc downjlam1-3/+3
2005-05-14Separate out the variables and targets for the "patch" phase into ajlam1-211/+4
2005-05-14If we use the new tools framework, the _USE_GMAKE is unnecessary as wejlam1-4/+3
2005-05-14compiler.mk uses the following tools to compute the values of variablesjlam1-11/+11
2005-05-14Simplify the check for whether we need a patch tool or not -- we simplyjlam1-18/+3
2005-05-14Found another two uses of .ifndef and .ifdef.rillig1-3/+3