summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
AgeCommit message (Expand)AuthorFilesLines
2005-12-29Teach the pkgsrc infrastructure to Just Know when the pkginstalljlam1-13/+2
2005-12-05Applied all quoting fixes found by "pkglint --autofix".rillig1-27/+27
2005-12-04The checksums for pkgsrc patches are always checked -- even ifrillig1-6/+1
2005-12-01Don't create distinfo files in the "makesum" and "makepatchsum" targetsrillig1-1/+11
2005-12-01Inserted "set -e" as the first command in the show-depends-dirs targetrillig1-2/+3
2005-12-01The new target do-check-pkg-fail-reason should to be a dependency ofrillig1-3/+15
2005-11-29Fix REQUIRES= when ldd output has wrong number of fields.reed1-2/+2
2005-11-23Per request, back out all the SKIP_AUDIT_PACKAGES changes.erh1-33/+19
2005-11-22Missing a line from the previous commit that would cause PKG_DB_TMPDIRjlam1-2/+2
2005-11-22Create PKG_DB_TMPDIR (${WRKDIR}/.pkgdb) in a separate step from creatingjlam1-3/+4
2005-11-20Removed a line in the _SU_TARGET variable that had been left fromrillig1-2/+1
2005-11-20Added subshell parentheses around the command for updating pkg_install.rillig1-2/+2
2005-11-20Reverted the SU_CMD change from between 1.1748 and 1.1749 almostrillig1-2/+3
2005-11-19If the directory of a dependency does not exist, fail instead of (almost)rillig1-2/+3
2005-11-18Collapse two .for blocks to improve readability:tv1-14/+3
2005-11-18Use :D and :U constructs in a few more places to collapse some .if definedtv1-36/+8
2005-11-18Simplify the _MASTER_SITE_{BACKUP,OVERRIDE} settings a bit by using a :Dtv1-12/+3
2005-11-17To support variants of make that run the shell so 'set -e' is true (shellerh1-3/+3
2005-11-17Back out the previous change. The output _will_ be visible to the user.erh1-4/+4
2005-11-17The message that audit-packages is out-of-date is printed on stderr insteadrillig1-4/+4
2005-11-17Only show the message about fiddling with mk.conf if the output oferh1-3/+5
2005-11-17Minimum audit-packages version is _1_.40, not 0.40erh1-3/+3
2005-11-16Missed a couple of underscores. Add them.erh1-3/+3
2005-11-16Improve the handling of allowed vulnerabilities. Instead of the singleerh1-18/+30
2005-11-15Rewrote the _PATH_CMD command, which could not handle a PATH environmentrillig1-5/+8
2005-11-15make install doesn't work when updating pkg_install. Recommend make updategavan1-2/+2
2005-11-15Allow white-space in the PATH environment variable. Fixes PR 32079. Therillig1-3/+3
2005-11-14Removed trailing white-space.rillig1-7/+6
2005-11-09Use lt_cv_sys_max_cmd_len in devel/libtool-base, too.tv1-2/+2
2005-11-05Use new automatic flag; depend on appropriate pkg_install version.wiz1-3/+9
2005-11-05Made the dependency directory check a little stricter. In the worst caserillig1-3/+3
2005-11-04The last fix did not work. Completely reverted the unintended part ofrillig1-5/+2
2005-11-04Replaced "done" with "esac" to fix a syntax error.rillig1-2/+2
2005-11-04Relax rules a bit on INSTALLATION_DIRS -- we still enforce thatjlam1-2/+5
2005-11-04back out part of previous commit that was unintended.jlam1-5/+2
2005-11-04Use ${SLEEP} instead of sleep, and note that we use the sleep tool ifjlam1-6/+9
2005-11-04Now that all packages using CONFIGURE_DIRS have been checked (andrillig1-2/+2
2005-11-02Removed the unused variable GNU_CONFIGURE_INFODIR, as suggested byrillig1-3/+2
2005-10-31Changed back the default values for GNU_CONFIGURE_{INFO,MAN}DIR to whatrillig1-3/+3
2005-10-31Added two new variables, GNU_CONFIGURE_INFODIR and GNU_CONFIGURE_MANDIR.rillig1-9/+11
2005-10-24Use correct (internal) variable for pkg_add arguments.wiz1-2/+2
2005-10-24Use $${foo} instead of $$foo to prevent ident(1) from reporting falserillig1-4/+4
2005-10-23Pass PKG_REQD through shell environment, instead of arguments of make,minskim1-2/+2
2005-10-16Use show-vars-eval in show-needs-update.tv1-3/+2
2005-10-16Add "show-vars-eval" target, which outputs eval-able shell expressionstv1-1/+9
2005-10-10For INSTALLATION_DIRS, use ${PKGMANDIR} instead of "man".reed1-2/+2
2005-10-08CONFIGURE_DIRS, BUILD_DIRS, TEST_DIRS and INSTALL_DIRS are interpretedrillig1-14/+27
2005-10-07Renamed HTML_PKGNAME to _HTML_PKGLINK, which describes its contents morerillig1-9/+10
2005-10-07Replaced some `if's with `case's to make the code simpler. Mergedrillig1-9/+5
2005-10-06For print-PLIST generation, make sure that ${PKGMANDIR} becomes "man".reed1-1/+3