summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Expand)AuthorFilesLines
2006-06-08undo most of the last commit which was a mistake.dmcmahill1-12/+3
2006-06-08Since "depends" is a real pkgsrc phase now, it also needs its ownrillig1-1/+6
2006-06-08Replaced PHASE_MSG with STEP_MSG in many (but not all) places where itrillig7-19/+19
2006-06-08Use STEP_MSG for pkgsrc-patch-message instead of PHASE_MSG.rillig1-2/+2
2006-06-08Added a missing :Q operator for DEPENDS_TARGET, since like the otherrillig1-2/+2
2006-06-08The gcc equivalent of SunPro's -mt option is -threads.rillig1-1/+6
2006-06-08Avoid using ::= construct which apparently is somewhat buggy in bmake.jlam1-2/+2
2006-06-08Fix an inverted test that caused all catman pages to be stripped fromjlam1-3/+3
2006-06-08Create /var/spool/lock in the sandbox. The directory is needed tominskim1-2/+2
2006-06-07Fix problems with check-files where it fails with a confusing messagejlam1-109/+157
2006-06-07If there is _ZERO_FILESIZE_P, then it's natural to have _NONZERO_FILESIZE_Pjlam1-4/+7
2006-06-07Move _ZERO_FILESIZE_P ftom bsd.pkginstall.mk to bsd.pkg.mk so it can morejlam2-7/+7
2006-06-07Use WARNING_MSG and ERROR_MSG for consistency.jlam1-4/+4
2006-06-07Use ERROR_MSG for an error message.jlam1-3/+3
2006-06-07Replace use of ${ECHO} with *_MSG to get more consistent-looking messages.jlam1-11/+11
2006-06-07Make use of ERROR_CAT to print the list of conflicting packages.jlam1-3/+2
2006-06-07Fix typo, reported by walt on users@crater.dragonflybsd.org.ghen1-2/+2
2006-06-07Rewrite to avoid using "grep -H", which Solaris' grep does not support.jlam2-24/+39
2006-06-07Note the check-clean target, which removes files related to the check-*jlam1-1/+11
2006-06-07Add WARNING_CAT and ERROR_CAT which are filters for outputting filejlam1-1/+4
2006-06-071.) Remove all instances of '@${WARNING_MSG} "Warning: ...' which resultedtron3-18/+18
2006-06-06Check for [[:space:]] instead of [ ]. This fixes a misbehavior whenrillig1-2/+2
2006-06-06Add missing "break" that was causing reduce-depends.awk to not do anyjlam1-1/+2
2006-06-06Avoid using PKGNAME in target names since they are "immediately"jlam3-6/+7
2006-06-06One more reminder of PostgreSQL 7.3 to remove...joerg1-5/+2
2006-06-06Stop supporting user-specified definition for IMAKE in /etc/mk.conf --jlam2-13/+2
2006-06-06real-su-bin-install is no more... it's just su-bin-install.jlam1-2/+2
2006-06-06Fix problem with saving variables whose value contains "$$" by avoidingjlam1-11/+10
2006-06-06EXTRACT_CMD_DEFAULT should not be set by the package; it may only be used.rillig1-5/+5
2006-06-06Move some variable definitions out of bsd.prefs.mk and back intojlam8-36/+45
2006-06-06We diverged too much from reduce-depends.mk -- reduce-depends.mkjlam1-5/+10
2006-06-06When using find to search for the "All" directories containing binarydmcmahill1-4/+13
2006-06-06Remove PKG_PHASEs that no longer exist from the various *_PHASE_* lists.jlam1-4/+3
2006-06-06Separate out the part of bsd.tools.mk that actually created the toolsjlam6-194/+246
2006-06-06Refactor "patch" code into correspondingly named subdirectory ofjlam5-153/+197
2006-06-06Improve the warning message if the vulnerabilities file is not found.jlam1-5/+5
2006-06-06Add documentation about which are the public targets for the fetch module.jlam1-1/+9
2006-06-06Refactor "fetch" and "extract" code into correspondingly namedjlam11-610/+694
2006-06-06Remove trailing blank line.jlam1-2/+1
2006-06-06Make show-options target output shorter as requested by dillo@seb1-8/+2
2006-06-05Use PHASE_MSG, STEP_MSG, WARNING_MSG, and ERROR_MSG in place of ECHO_MSGjlam18-108/+107
2006-06-05Remove spurious comment.jlam1-3/+1
2006-06-05Allow overrides of the public targets, e.g. "install", "package", etc.jlam8-10/+32
2006-06-05Move definitions for UPDATE_TARGET and DEPENDS_TARGET closer to wherejlam5-41/+45
2006-06-05Move the default value of X11_TYPE from x11.version.mk intojoerg3-4/+5
2006-06-05Revert previous, as the bug seems to have been fixed elsewhere. We willjlam1-2/+2
2006-06-05Minor fix for last commit... in the case where msgstr is just thejlam1-10/+4
2006-06-05Ensure the directory containing the lockfile is created prior to thejlam1-1/+2
2006-06-05Backout previous and fix in another way -- use "set -e" to force thejlam1-4/+4
2006-06-04Extend msgfmt.sh script to handle the following cases:jlam1-15/+77