summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Expand)AuthorFilesLines
2006-06-16Allow packages to set a post-tools target again (which fixes recentjlam1-3/+46
2006-06-16It is worth a warning if a freshly installed file is not readable.rillig1-1/+6
2006-06-15Pluralize INSTALL_TEMPLATE and DEINSTALL_TEMPLATE variable names as perjlam2-18/+18
2006-06-15Output PKG_{FAIL,SKIP}_REASON messages to standard error instead ofjlam1-7/+10
2006-06-15Allow the standard build target to be overridden by the one generatedjlam1-2/+4
2006-06-14Teach the tools framework about "openssl".jlam9-9/+32
2006-06-14Create DELAYED_{ERROR,WARNING}_MSG macros that can be used to outputjlam2-9/+12
2006-06-14Insert cookie checks into the "real-install" and "real-package" targets,jlam2-2/+6
2006-06-14Fix error with just-in-time su when installing dependencies. The codejlam1-3/+4
2006-06-13Document mitshm option. Used in emulators/xbeeb package, where enabling it d...dsainty1-0/+1
2006-06-13At the point where we invoke msgfmt during the build phase, the softwarejlam1-1/+5
2006-06-12Move the common make command executed in su-target into a separate makejlam1-4/+10
2006-06-12Be more consistent about how we're emitting errors and warnings.jlam1-6/+8
2006-06-12_DEPENDS_COOKIE is already defined in bsd.depends-vars.mk.jlam1-3/+1
2006-06-11Split out the "work" symlink creation into a separate step and add itjlam1-9/+15
2006-06-10Restore missing ${SETENV} ${BUILD_ENV} that was dropped during the initialjlam2-4/+4
2006-06-09make(1) will automatically delete partially made targets if the targetjlam4-122/+70
2006-06-09Add a new variable CHECK_FILES_SUPPORTED which is a package-settablejlam2-2/+8
2006-06-09Introduce the capability to gather all the warnings and errors thatjlam14-123/+185
2006-06-09No need to synthesis the package directory from components when ${.CURDIR}jlam1-2/+2
2006-06-09pkglint says, the :Q operator should not be used in double quotes.rillig1-20/+20
2006-06-08Introduce "makedirs" as a helper target to create directories withjlam2-3/+6
2006-06-08If the package cookie file exists, then we don't need to do anything.jlam1-2/+11
2006-06-08If the install cookie file exists, then we don't need to do anything.jlam1-8/+23
2006-06-08Fix the comment.jlam1-2/+2
2006-06-08Make use of a "real-depends" helper target to hook all of the otherjlam1-7/+20
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