summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
AgeCommit message (Expand)AuthorFilesLines
2005-04-25whitespace fix -- does nobody use emacs here?drochner1-2/+2
2005-04-22Prepend USE_NEW_TOOLS with an underscore to make it private. Developersjlam1-3/+3
2005-04-21Work around brain damaged autoconf by stripping leading and trailingtv1-8/+8
2005-04-18Add _DISTFILES and _PATCHFILES definitions to the list of definitionsagc1-1/+3
2005-04-16Don't fail if there are multiple digest values for the same file with theagc1-4/+4
2005-04-16Occasionally we do not want the "--host=${MACHINE_GNU_PLATFORM}" argumentagc1-1/+4
2005-04-15Add a new yes/no variable USE_NEW_TOOLS to ease testing the new toolsjlam1-1/+6
2005-04-13Print out the exitcode of pkg_create if nonzero, as it sometimes existsrillig1-1/+2
2005-04-13Fix error introduced in rev. 1.1606: "$${PKGVULNDIR}" should bejlam1-2/+2
2005-04-05Always include wrapper/bl3, period, even if NO_BUILD.tv1-4/+2
2005-04-05Prevent MAKEFLAGS from being passed through shell environment. It wasminskim1-2/+2
2005-03-31Fix for PR 28230 (bsd.pkg.mk ignores /etc/audit-packages.conf) byagc1-2/+7
2005-03-29Fixes for shlib handling on AIXgarbled1-5/+2
2005-03-24USE_BUILDLINK3 is no longer optional (and cannot be turned off). Per mailtv1-15/+3
2005-03-22In the distclean target, if PKG_RESUME_TRANSFERS is set, cleanxtraeme1-1/+4
2005-03-22Some changes for PKG_RESUME_TRANSFERS:xtraeme1-45/+63
2005-03-20Reset the current locale to a sane value (that is, 'C') during the buildjmmv1-1/+8
2005-03-18Fix a gleaming illustration of why using YES/NO variables everywheretv1-1/+5
2005-03-16make sure we correctly set F77. Addresses PR29666dmcmahill1-2/+2
2005-03-13Put back the speed-up in the vulnerability checking when building a package,agc1-1/+2
2005-03-02When FAILOVER_FETCH is set, only use the first digest algorithm foundagc1-2/+2
2005-02-27Fix PLIST_SRC error introduced in rev 1.1593.veego1-4/+7
2005-02-25Fix a problem introduced in the previous commit, noticed by Matthiasesagc1-11/+19
2005-02-22As seen on tech-pkg - allow multiple digest algorithms to be used toagc1-20/+29
2005-02-21Change the files to be used for PLIST_SRC fromveego1-1/+5
2005-02-20fix bug introduced in 1.1569: use ${GREP} instead of 'grep' and notgrant1-2/+2
2005-02-19update the PLIST handling for AIX, shared libraries have the .sogrant1-3/+3
2005-02-16Fix an anomaly noted by Steve Bellovin inagc1-2/+1
2005-02-15Some older ${FIND}s do not have an implicit "-print"; make sure to specifytv1-8/+8
2005-02-13Corrected a misspelling of a variable. I used $rebooted in a shell code,rillig1-2/+2
2005-02-12Don't use the -nt operator for ${TEST}. It is not defined in POSIX, andrillig1-5/+8
2005-02-11Whitespace formatting nits.tv1-5/+5
2005-02-11Consolidate PLIST_SRC default generation and the plethora of failsafetv1-139/+125
2005-02-11Visual cleanup from tv-derecurse:tv1-65/+58
2005-02-11Migrate the big block of USE_PERL5 and PERL5_REQD logic to bsd.pkg.use.mk.tv1-80/+1
2005-02-11Migrate several USE_* logic blocks, previously sprinkled liberallytv1-74/+1
2005-02-11Merge down some more visual cleanup from tv-derecurse to reduce divergence.tv1-100/+47
2005-02-09"replace" should depend on ${_PKGSRC_BUILD_TARGETS}, just like "install".tv1-2/+2
2005-02-04Bump PKGTOOLS_REQD to 20050204. This version of pkg_install passesjlam1-2/+2
2005-01-28Don't make pkgsrc depend on dc(1) to be present in the system. Sincejlam1-10/+5
2005-01-27Move the creation of ${PKG_DB_TMPDIR} to when we create ${WRKDIR}.jlam1-2/+3
2005-01-27Fix handling of PREPEND_PATH in dependency-recursed builds.tv1-1/+3
2005-01-27Move the PREPEND_PATH for LOCALBASE/bin (and optionally X11BASE/bin) to atv1-8/+5
2005-01-25Relax need to put GNU_CONFIGURE before inclusion of bsd.prefs.mk:tv1-3/+3
2005-01-25Add alternatives.mk, a file used to manipulate the alternatives system.jmmv1-1/+5
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.tv1-39/+23
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.tv1-19/+13
2005-01-24Fix breakage in previous, installed pkg db files should be installed intoxtraeme1-7/+7